@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
@@ -6835,7 +6835,21 @@ declare const VMenu: {
6835
6835
  globalTop: Readonly<vue.Ref<boolean>>;
6836
6836
  localTop: vue.ComputedRef<boolean>;
6837
6837
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6838
- }> & {} & 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, {
6838
+ }> & {} & 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}`> & {
6839
+ _allExposed: {
6840
+ activatorEl: vue.Ref<HTMLElement | undefined>;
6841
+ scrimEl: vue.Ref<HTMLElement | undefined>;
6842
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
6843
+ animateClick: () => void;
6844
+ contentEl: vue.Ref<HTMLElement | undefined>;
6845
+ globalTop: Readonly<vue.Ref<boolean>>;
6846
+ localTop: vue.ComputedRef<boolean>;
6847
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6848
+ } | {
6849
+ id: vue.ComputedRef<string>;
6850
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
6851
+ };
6852
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6839
6853
  'update:modelValue': (value: boolean) => true;
6840
6854
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6841
6855
  location: Anchor | undefined;
@@ -7502,7 +7516,21 @@ declare const VMenu: {
7502
7516
  globalTop: Readonly<vue.Ref<boolean>>;
7503
7517
  localTop: vue.ComputedRef<boolean>;
7504
7518
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7505
- }> & {} & 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}`>, {}, {}, {}, {
7519
+ }> & {} & 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}`> & {
7520
+ _allExposed: {
7521
+ activatorEl: vue.Ref<HTMLElement | undefined>;
7522
+ scrimEl: vue.Ref<HTMLElement | undefined>;
7523
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
7524
+ animateClick: () => void;
7525
+ contentEl: vue.Ref<HTMLElement | undefined>;
7526
+ globalTop: Readonly<vue.Ref<boolean>>;
7527
+ localTop: vue.ComputedRef<boolean>;
7528
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7529
+ } | {
7530
+ id: vue.ComputedRef<string>;
7531
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
7532
+ };
7533
+ }, {}, {}, {}, {
7506
7534
  location: Anchor | undefined;
7507
7535
  origin: "auto" | Anchor | "overlap";
7508
7536
  transition: string | boolean | (vue.TransitionProps & {
@@ -8074,7 +8102,21 @@ declare const VMenu: {
8074
8102
  globalTop: Readonly<vue.Ref<boolean>>;
8075
8103
  localTop: vue.ComputedRef<boolean>;
8076
8104
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8077
- }> & {} & 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, {
8105
+ }> & {} & 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}`> & {
8106
+ _allExposed: {
8107
+ activatorEl: vue.Ref<HTMLElement | undefined>;
8108
+ scrimEl: vue.Ref<HTMLElement | undefined>;
8109
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
8110
+ animateClick: () => void;
8111
+ contentEl: vue.Ref<HTMLElement | undefined>;
8112
+ globalTop: Readonly<vue.Ref<boolean>>;
8113
+ localTop: vue.ComputedRef<boolean>;
8114
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8115
+ } | {
8116
+ id: vue.ComputedRef<string>;
8117
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
8118
+ };
8119
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8078
8120
  'update:modelValue': (value: boolean) => true;
8079
8121
  }, string, {
8080
8122
  location: Anchor | undefined;
@@ -29899,6 +29941,7 @@ declare const VDialog: {
29899
29941
  targetRef: TemplateRef;
29900
29942
  }) => vue.VNodeChild) | undefined;
29901
29943
  } & {
29944
+ onAfterEnter?: (() => any) | undefined;
29902
29945
  onAfterLeave?: (() => any) | undefined;
29903
29946
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29904
29947
  }, Omit<Omit<{
@@ -30355,8 +30398,20 @@ declare const VDialog: {
30355
30398
  globalTop: Readonly<vue.Ref<boolean>>;
30356
30399
  localTop: vue.ComputedRef<boolean>;
30357
30400
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30358
- }> & {} & 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, {
30401
+ }> & {} & 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}`> & {
30402
+ _allExposed: {
30403
+ activatorEl: vue.Ref<HTMLElement | undefined>;
30404
+ scrimEl: vue.Ref<HTMLElement | undefined>;
30405
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
30406
+ animateClick: () => void;
30407
+ contentEl: vue.Ref<HTMLElement | undefined>;
30408
+ globalTop: Readonly<vue.Ref<boolean>>;
30409
+ localTop: vue.ComputedRef<boolean>;
30410
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30411
+ } | {};
30412
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30359
30413
  'update:modelValue': (value: boolean) => true;
30414
+ afterEnter: () => true;
30360
30415
  afterLeave: () => true;
30361
30416
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
30362
30417
  absolute: boolean;
@@ -30440,6 +30495,7 @@ declare const VDialog: {
30440
30495
  targetRef: TemplateRef;
30441
30496
  }) => vue.VNodeChild) | undefined;
30442
30497
  } & {
30498
+ onAfterEnter?: (() => any) | undefined;
30443
30499
  onAfterLeave?: (() => any) | undefined;
30444
30500
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30445
30501
  }, {
@@ -30571,6 +30627,7 @@ declare const VDialog: {
30571
30627
  targetRef: TemplateRef;
30572
30628
  }) => vue.VNodeChild) | undefined;
30573
30629
  } & {
30630
+ onAfterEnter?: (() => any) | undefined;
30574
30631
  onAfterLeave?: (() => any) | undefined;
30575
30632
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30576
30633
  }, Omit<Omit<{
@@ -31027,7 +31084,18 @@ declare const VDialog: {
31027
31084
  globalTop: Readonly<vue.Ref<boolean>>;
31028
31085
  localTop: vue.ComputedRef<boolean>;
31029
31086
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31030
- }> & {} & 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}`>, {}, {}, {}, {
31087
+ }> & {} & 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}`> & {
31088
+ _allExposed: {
31089
+ activatorEl: vue.Ref<HTMLElement | undefined>;
31090
+ scrimEl: vue.Ref<HTMLElement | undefined>;
31091
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
31092
+ animateClick: () => void;
31093
+ contentEl: vue.Ref<HTMLElement | undefined>;
31094
+ globalTop: Readonly<vue.Ref<boolean>>;
31095
+ localTop: vue.ComputedRef<boolean>;
31096
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31097
+ } | {};
31098
+ }, {}, {}, {}, {
31031
31099
  absolute: boolean;
31032
31100
  location: Anchor;
31033
31101
  origin: "auto" | Anchor | "overlap";
@@ -31144,6 +31212,7 @@ declare const VDialog: {
31144
31212
  targetRef: TemplateRef;
31145
31213
  }) => vue.VNodeChild) | undefined;
31146
31214
  } & {
31215
+ onAfterEnter?: (() => any) | undefined;
31147
31216
  onAfterLeave?: (() => any) | undefined;
31148
31217
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31149
31218
  }, Omit<Omit<{
@@ -31600,8 +31669,20 @@ declare const VDialog: {
31600
31669
  globalTop: Readonly<vue.Ref<boolean>>;
31601
31670
  localTop: vue.ComputedRef<boolean>;
31602
31671
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31603
- }> & {} & 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, {
31672
+ }> & {} & 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}`> & {
31673
+ _allExposed: {
31674
+ activatorEl: vue.Ref<HTMLElement | undefined>;
31675
+ scrimEl: vue.Ref<HTMLElement | undefined>;
31676
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
31677
+ animateClick: () => void;
31678
+ contentEl: vue.Ref<HTMLElement | undefined>;
31679
+ globalTop: Readonly<vue.Ref<boolean>>;
31680
+ localTop: vue.ComputedRef<boolean>;
31681
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31682
+ } | {};
31683
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31604
31684
  'update:modelValue': (value: boolean) => true;
31685
+ afterEnter: () => true;
31605
31686
  afterLeave: () => true;
31606
31687
  }, string, {
31607
31688
  absolute: boolean;
@@ -34559,7 +34640,15 @@ declare const VFileInput: {
34559
34640
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34560
34641
  modelValue?: unknown;
34561
34642
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34562
- }, 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, {
34643
+ }, 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}`> & {
34644
+ _allExposed: {
34645
+ reset: () => Promise<void>;
34646
+ resetValidation: () => Promise<void>;
34647
+ validate: (silent?: boolean) => Promise<string[]>;
34648
+ isValid: vue.ComputedRef<boolean | null>;
34649
+ errorMessages: vue.ComputedRef<string[]>;
34650
+ } | {};
34651
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
34563
34652
  'click:control': (e: MouseEvent) => true;
34564
34653
  'mousedown:control': (e: MouseEvent) => true;
34565
34654
  'update:focused': (focused: boolean) => true;
@@ -35123,7 +35212,15 @@ declare const VFileInput: {
35123
35212
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
35124
35213
  modelValue?: unknown;
35125
35214
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
35126
- }, 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}`>, {}, {}, {}, {
35215
+ }, 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}`> & {
35216
+ _allExposed: {
35217
+ reset: () => Promise<void>;
35218
+ resetValidation: () => Promise<void>;
35219
+ validate: (silent?: boolean) => Promise<string[]>;
35220
+ isValid: vue.ComputedRef<boolean | null>;
35221
+ errorMessages: vue.ComputedRef<string[]>;
35222
+ } | {};
35223
+ }, {}, {}, {}, {
35127
35224
  flat: boolean;
35128
35225
  reverse: boolean;
35129
35226
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -35522,7 +35619,15 @@ declare const VFileInput: {
35522
35619
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
35523
35620
  modelValue?: unknown;
35524
35621
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
35525
- }, 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, {
35622
+ }, 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}`> & {
35623
+ _allExposed: {
35624
+ reset: () => Promise<void>;
35625
+ resetValidation: () => Promise<void>;
35626
+ validate: (silent?: boolean) => Promise<string[]>;
35627
+ isValid: vue.ComputedRef<boolean | null>;
35628
+ errorMessages: vue.ComputedRef<string[]>;
35629
+ } | {};
35630
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35526
35631
  'click:control': (e: MouseEvent) => true;
35527
35632
  'mousedown:control': (e: MouseEvent) => true;
35528
35633
  'update:focused': (focused: boolean) => true;
@@ -36220,7 +36325,38 @@ declare const VForm: {
36220
36325
  }>;
36221
36326
  reset: () => void;
36222
36327
  resetValidation: () => void;
36223
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36328
+ } & HTMLFormElement & {
36329
+ _allExposed: {
36330
+ errors: vue.Ref<{
36331
+ id: number | string;
36332
+ errorMessages: string[];
36333
+ }[]>;
36334
+ isDisabled: vue.ComputedRef<boolean>;
36335
+ isReadonly: vue.ComputedRef<boolean>;
36336
+ isValidating: vue.ShallowRef<boolean>;
36337
+ isValid: vue.Ref<boolean | null> & {
36338
+ readonly externalValue: boolean | null;
36339
+ };
36340
+ items: vue.Ref<{
36341
+ id: number | string;
36342
+ validate: () => Promise<string[]>;
36343
+ reset: () => Promise<void>;
36344
+ resetValidation: () => Promise<void>;
36345
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36346
+ isValid: boolean | null;
36347
+ errorMessages: string[];
36348
+ }[]>;
36349
+ validate: () => Promise<{
36350
+ valid: boolean;
36351
+ errors: {
36352
+ id: number | string;
36353
+ errorMessages: string[];
36354
+ }[];
36355
+ }>;
36356
+ reset: () => void;
36357
+ resetValidation: () => void;
36358
+ };
36359
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36224
36360
  'update:modelValue': (val: boolean | null) => true;
36225
36361
  submit: (e: SubmitEventPromise) => true;
36226
36362
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -36571,7 +36707,38 @@ declare const VForm: {
36571
36707
  }>;
36572
36708
  reset: () => void;
36573
36709
  resetValidation: () => void;
36574
- } & HTMLFormElement, {}, {}, {}, {
36710
+ } & HTMLFormElement & {
36711
+ _allExposed: {
36712
+ errors: vue.Ref<{
36713
+ id: number | string;
36714
+ errorMessages: string[];
36715
+ }[]>;
36716
+ isDisabled: vue.ComputedRef<boolean>;
36717
+ isReadonly: vue.ComputedRef<boolean>;
36718
+ isValidating: vue.ShallowRef<boolean>;
36719
+ isValid: vue.Ref<boolean | null> & {
36720
+ readonly externalValue: boolean | null;
36721
+ };
36722
+ items: vue.Ref<{
36723
+ id: number | string;
36724
+ validate: () => Promise<string[]>;
36725
+ reset: () => Promise<void>;
36726
+ resetValidation: () => Promise<void>;
36727
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36728
+ isValid: boolean | null;
36729
+ errorMessages: string[];
36730
+ }[]>;
36731
+ validate: () => Promise<{
36732
+ valid: boolean;
36733
+ errors: {
36734
+ id: number | string;
36735
+ errorMessages: string[];
36736
+ }[];
36737
+ }>;
36738
+ reset: () => void;
36739
+ resetValidation: () => void;
36740
+ };
36741
+ }, {}, {}, {}, {
36575
36742
  style: vue.StyleValue;
36576
36743
  disabled: boolean;
36577
36744
  readonly: boolean;
@@ -36748,7 +36915,38 @@ declare const VForm: {
36748
36915
  }>;
36749
36916
  reset: () => void;
36750
36917
  resetValidation: () => void;
36751
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36918
+ } & HTMLFormElement & {
36919
+ _allExposed: {
36920
+ errors: vue.Ref<{
36921
+ id: number | string;
36922
+ errorMessages: string[];
36923
+ }[]>;
36924
+ isDisabled: vue.ComputedRef<boolean>;
36925
+ isReadonly: vue.ComputedRef<boolean>;
36926
+ isValidating: vue.ShallowRef<boolean>;
36927
+ isValid: vue.Ref<boolean | null> & {
36928
+ readonly externalValue: boolean | null;
36929
+ };
36930
+ items: vue.Ref<{
36931
+ id: number | string;
36932
+ validate: () => Promise<string[]>;
36933
+ reset: () => Promise<void>;
36934
+ resetValidation: () => Promise<void>;
36935
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36936
+ isValid: boolean | null;
36937
+ errorMessages: string[];
36938
+ }[]>;
36939
+ validate: () => Promise<{
36940
+ valid: boolean;
36941
+ errors: {
36942
+ id: number | string;
36943
+ errorMessages: string[];
36944
+ }[];
36945
+ }>;
36946
+ reset: () => void;
36947
+ resetValidation: () => void;
36948
+ };
36949
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36752
36950
  'update:modelValue': (val: boolean | null) => true;
36753
36951
  submit: (e: SubmitEventPromise) => true;
36754
36952
  }, string, {
@@ -49680,7 +49878,18 @@ declare const VSnackbar: {
49680
49878
  globalTop: Readonly<Ref<boolean>>;
49681
49879
  localTop: vue.ComputedRef<boolean>;
49682
49880
  updateLocation: Ref<((e: Event) => void) | undefined>;
49683
- }> & {} & 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, {
49881
+ }> & {} & 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}`> & {
49882
+ _allExposed: {
49883
+ activatorEl: Ref<HTMLElement | undefined>;
49884
+ scrimEl: Ref<HTMLElement | undefined>;
49885
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
49886
+ animateClick: () => void;
49887
+ contentEl: Ref<HTMLElement | undefined>;
49888
+ globalTop: Readonly<Ref<boolean>>;
49889
+ localTop: vue.ComputedRef<boolean>;
49890
+ updateLocation: Ref<((e: Event) => void) | undefined>;
49891
+ } | {};
49892
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49684
49893
  'update:modelValue': (v: boolean) => true;
49685
49894
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49686
49895
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -50351,7 +50560,18 @@ declare const VSnackbar: {
50351
50560
  globalTop: Readonly<Ref<boolean>>;
50352
50561
  localTop: vue.ComputedRef<boolean>;
50353
50562
  updateLocation: Ref<((e: Event) => void) | undefined>;
50354
- }> & {} & 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}`>, {}, {}, {}, {
50563
+ }> & {} & 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}`> & {
50564
+ _allExposed: {
50565
+ activatorEl: Ref<HTMLElement | undefined>;
50566
+ scrimEl: Ref<HTMLElement | undefined>;
50567
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
50568
+ animateClick: () => void;
50569
+ contentEl: Ref<HTMLElement | undefined>;
50570
+ globalTop: Readonly<Ref<boolean>>;
50571
+ localTop: vue.ComputedRef<boolean>;
50572
+ updateLocation: Ref<((e: Event) => void) | undefined>;
50573
+ } | {};
50574
+ }, {}, {}, {}, {
50355
50575
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
50356
50576
  absolute: boolean;
50357
50577
  location: Anchor;
@@ -50922,7 +51142,18 @@ declare const VSnackbar: {
50922
51142
  globalTop: Readonly<Ref<boolean>>;
50923
51143
  localTop: vue.ComputedRef<boolean>;
50924
51144
  updateLocation: Ref<((e: Event) => void) | undefined>;
50925
- }> & {} & 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, {
51145
+ }> & {} & 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}`> & {
51146
+ _allExposed: {
51147
+ activatorEl: Ref<HTMLElement | undefined>;
51148
+ scrimEl: Ref<HTMLElement | undefined>;
51149
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
51150
+ animateClick: () => void;
51151
+ contentEl: Ref<HTMLElement | undefined>;
51152
+ globalTop: Readonly<Ref<boolean>>;
51153
+ localTop: vue.ComputedRef<boolean>;
51154
+ updateLocation: Ref<((e: Event) => void) | undefined>;
51155
+ } | {};
51156
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50926
51157
  'update:modelValue': (v: boolean) => true;
50927
51158
  }, string, {
50928
51159
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55109,7 +55340,11 @@ declare const VTab: {
55109
55340
  }) => any) | undefined;
55110
55341
  }, "group"> & vue.ShallowUnwrapRef<{
55111
55342
  group: GroupItemProvide | null;
55112
- }> & {} & 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 & {
55343
+ }> & {} & 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}`> & {
55344
+ _allExposed: {
55345
+ group: GroupItemProvide | null;
55346
+ } | {};
55347
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
55113
55348
  replace: boolean;
55114
55349
  fixed: boolean;
55115
55350
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55631,7 +55866,11 @@ declare const VTab: {
55631
55866
  }) => any) | undefined;
55632
55867
  }, "group"> & vue.ShallowUnwrapRef<{
55633
55868
  group: GroupItemProvide | null;
55634
- }> & {} & 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}`>, {}, {}, {}, {
55869
+ }> & {} & 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}`> & {
55870
+ _allExposed: {
55871
+ group: GroupItemProvide | null;
55872
+ } | {};
55873
+ }, {}, {}, {}, {
55635
55874
  replace: boolean;
55636
55875
  fixed: boolean;
55637
55876
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -56083,7 +56322,11 @@ declare const VTab: {
56083
56322
  }) => any) | undefined;
56084
56323
  }, "group"> & vue.ShallowUnwrapRef<{
56085
56324
  group: GroupItemProvide | null;
56086
- }> & {} & 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, {
56325
+ }> & {} & 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}`> & {
56326
+ _allExposed: {
56327
+ group: GroupItemProvide | null;
56328
+ } | {};
56329
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
56087
56330
  replace: boolean;
56088
56331
  fixed: boolean;
56089
56332
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -57641,7 +57884,15 @@ declare const VTextarea: {
57641
57884
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57642
57885
  modelValue?: unknown;
57643
57886
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57644
- }, 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, {
57887
+ }, 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}`> & {
57888
+ _allExposed: {
57889
+ reset: () => Promise<void>;
57890
+ resetValidation: () => Promise<void>;
57891
+ validate: (silent?: boolean) => Promise<string[]>;
57892
+ isValid: vue.ComputedRef<boolean | null>;
57893
+ errorMessages: vue.ComputedRef<string[]>;
57894
+ } | {};
57895
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57645
57896
  'click:control': (e: MouseEvent) => true;
57646
57897
  'mousedown:control': (e: MouseEvent) => true;
57647
57898
  'update:focused': (focused: boolean) => true;
@@ -58172,7 +58423,15 @@ declare const VTextarea: {
58172
58423
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58173
58424
  modelValue?: unknown;
58174
58425
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
58175
- }, 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}`>, {}, {}, {}, {
58426
+ }, 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}`> & {
58427
+ _allExposed: {
58428
+ reset: () => Promise<void>;
58429
+ resetValidation: () => Promise<void>;
58430
+ validate: (silent?: boolean) => Promise<string[]>;
58431
+ isValid: vue.ComputedRef<boolean | null>;
58432
+ errorMessages: vue.ComputedRef<string[]>;
58433
+ } | {};
58434
+ }, {}, {}, {}, {
58176
58435
  flat: boolean;
58177
58436
  reverse: boolean;
58178
58437
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -58556,7 +58815,15 @@ declare const VTextarea: {
58556
58815
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58557
58816
  modelValue?: unknown;
58558
58817
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
58559
- }, 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, {
58818
+ }, 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}`> & {
58819
+ _allExposed: {
58820
+ reset: () => Promise<void>;
58821
+ resetValidation: () => Promise<void>;
58822
+ validate: (silent?: boolean) => Promise<string[]>;
58823
+ isValid: vue.ComputedRef<boolean | null>;
58824
+ errorMessages: vue.ComputedRef<string[]>;
58825
+ } | {};
58826
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58560
58827
  'click:control': (e: MouseEvent) => true;
58561
58828
  'mousedown:control': (e: MouseEvent) => true;
58562
58829
  'update:focused': (focused: boolean) => true;
@@ -59428,7 +59695,17 @@ declare const VTextField: {
59428
59695
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59429
59696
  modelValue?: unknown;
59430
59697
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59431
- }, 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, {
59698
+ }, 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}`> & {
59699
+ _allExposed: {
59700
+ reset: () => Promise<void>;
59701
+ resetValidation: () => Promise<void>;
59702
+ validate: (silent?: boolean) => Promise<string[]>;
59703
+ isValid: vue.ComputedRef<boolean | null>;
59704
+ errorMessages: vue.ComputedRef<string[]>;
59705
+ } | {
59706
+ controlRef: vue.Ref<HTMLElement | undefined>;
59707
+ } | {};
59708
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59432
59709
  'click:control': (e: MouseEvent) => true;
59433
59710
  'mousedown:control': (e: MouseEvent) => true;
59434
59711
  'update:focused': (focused: boolean) => true;
@@ -60196,7 +60473,17 @@ declare const VTextField: {
60196
60473
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60197
60474
  modelValue?: unknown;
60198
60475
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60199
- }, 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}`>, {}, {}, {}, {
60476
+ }, 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}`> & {
60477
+ _allExposed: {
60478
+ reset: () => Promise<void>;
60479
+ resetValidation: () => Promise<void>;
60480
+ validate: (silent?: boolean) => Promise<string[]>;
60481
+ isValid: vue.ComputedRef<boolean | null>;
60482
+ errorMessages: vue.ComputedRef<string[]>;
60483
+ } | {
60484
+ controlRef: vue.Ref<HTMLElement | undefined>;
60485
+ } | {};
60486
+ }, {}, {}, {}, {
60200
60487
  flat: boolean;
60201
60488
  reverse: boolean;
60202
60489
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -60815,7 +61102,17 @@ declare const VTextField: {
60815
61102
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60816
61103
  modelValue?: unknown;
60817
61104
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60818
- }, 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, {
61105
+ }, 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}`> & {
61106
+ _allExposed: {
61107
+ reset: () => Promise<void>;
61108
+ resetValidation: () => Promise<void>;
61109
+ validate: (silent?: boolean) => Promise<string[]>;
61110
+ isValid: vue.ComputedRef<boolean | null>;
61111
+ errorMessages: vue.ComputedRef<string[]>;
61112
+ } | {
61113
+ controlRef: vue.Ref<HTMLElement | undefined>;
61114
+ } | {};
61115
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60819
61116
  'click:control': (e: MouseEvent) => true;
60820
61117
  'mousedown:control': (e: MouseEvent) => true;
60821
61118
  'update:focused': (focused: boolean) => true;
@@ -62529,7 +62826,18 @@ declare const VTooltip: {
62529
62826
  globalTop: Readonly<vue.Ref<boolean>>;
62530
62827
  localTop: vue.ComputedRef<boolean>;
62531
62828
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62532
- }> & {} & 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, {
62829
+ }> & {} & 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}`> & {
62830
+ _allExposed: {
62831
+ activatorEl: vue.Ref<HTMLElement | undefined>;
62832
+ scrimEl: vue.Ref<HTMLElement | undefined>;
62833
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
62834
+ animateClick: () => void;
62835
+ contentEl: vue.Ref<HTMLElement | undefined>;
62836
+ globalTop: Readonly<vue.Ref<boolean>>;
62837
+ localTop: vue.ComputedRef<boolean>;
62838
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62839
+ } | {};
62840
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62533
62841
  'update:modelValue': (value: boolean) => true;
62534
62842
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
62535
62843
  offset: string | number | number[] | undefined;
@@ -63183,7 +63491,18 @@ declare const VTooltip: {
63183
63491
  globalTop: Readonly<vue.Ref<boolean>>;
63184
63492
  localTop: vue.ComputedRef<boolean>;
63185
63493
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63186
- }> & {} & 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}`>, {}, {}, {}, {
63494
+ }> & {} & 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}`> & {
63495
+ _allExposed: {
63496
+ activatorEl: vue.Ref<HTMLElement | undefined>;
63497
+ scrimEl: vue.Ref<HTMLElement | undefined>;
63498
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
63499
+ animateClick: () => void;
63500
+ contentEl: vue.Ref<HTMLElement | undefined>;
63501
+ globalTop: Readonly<vue.Ref<boolean>>;
63502
+ localTop: vue.ComputedRef<boolean>;
63503
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63504
+ } | {};
63505
+ }, {}, {}, {}, {
63187
63506
  offset: string | number | number[] | undefined;
63188
63507
  location: Anchor;
63189
63508
  origin: "auto" | Anchor | "overlap";
@@ -63745,7 +64064,18 @@ declare const VTooltip: {
63745
64064
  globalTop: Readonly<vue.Ref<boolean>>;
63746
64065
  localTop: vue.ComputedRef<boolean>;
63747
64066
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63748
- }> & {} & 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, {
64067
+ }> & {} & 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}`> & {
64068
+ _allExposed: {
64069
+ activatorEl: vue.Ref<HTMLElement | undefined>;
64070
+ scrimEl: vue.Ref<HTMLElement | undefined>;
64071
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
64072
+ animateClick: () => void;
64073
+ contentEl: vue.Ref<HTMLElement | undefined>;
64074
+ globalTop: Readonly<vue.Ref<boolean>>;
64075
+ localTop: vue.ComputedRef<boolean>;
64076
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
64077
+ } | {};
64078
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63749
64079
  'update:modelValue': (value: boolean) => true;
63750
64080
  }, string, {
63751
64081
  offset: string | number | number[] | undefined;
@@ -70386,7 +70716,17 @@ declare const VNumberInput: {
70386
70716
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
70387
70717
  modelValue?: unknown;
70388
70718
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
70389
- }, 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, {
70719
+ }, 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}`> & {
70720
+ _allExposed: {
70721
+ reset: () => Promise<void>;
70722
+ resetValidation: () => Promise<void>;
70723
+ validate: (silent?: boolean) => Promise<string[]>;
70724
+ isValid: vue.ComputedRef<boolean | null>;
70725
+ errorMessages: vue.ComputedRef<string[]>;
70726
+ } | {
70727
+ controlRef: vue.Ref<HTMLElement | undefined>;
70728
+ } | {};
70729
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
70390
70730
  'click:control': (e: MouseEvent) => true;
70391
70731
  'mousedown:control': (e: MouseEvent) => true;
70392
70732
  'update:focused': (focused: boolean) => true;
@@ -70582,7 +70922,7 @@ declare const VNumberInput: {
70582
70922
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
70583
70923
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
70584
70924
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
70585
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
70925
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
70586
70926
  $: vue.ComponentInternalInstance;
70587
70927
  $data: {};
70588
70928
  $props: Partial<{
@@ -71043,7 +71383,490 @@ declare const VNumberInput: {
71043
71383
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
71044
71384
  modelValue?: unknown;
71045
71385
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
71046
- }, 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}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
71386
+ }, 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}`> & {
71387
+ _allExposed: {
71388
+ reset: () => Promise<void>;
71389
+ resetValidation: () => Promise<void>;
71390
+ validate: (silent?: boolean) => Promise<string[]>;
71391
+ isValid: vue.ComputedRef<boolean | null>;
71392
+ errorMessages: vue.ComputedRef<string[]>;
71393
+ } | {
71394
+ controlRef: vue.Ref<HTMLElement | undefined>;
71395
+ } | {};
71396
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
71397
+ _allExposed: (HTMLInputElement & Omit<Omit<{
71398
+ $: vue.ComponentInternalInstance;
71399
+ $data: {};
71400
+ $props: Partial<{
71401
+ error: boolean;
71402
+ direction: "horizontal" | "vertical";
71403
+ style: vue.StyleValue;
71404
+ disabled: boolean | null;
71405
+ readonly: boolean | null;
71406
+ messages: string | readonly string[];
71407
+ focused: boolean;
71408
+ errorMessages: string | readonly string[] | null;
71409
+ maxErrors: string | number;
71410
+ rules: readonly ValidationRule$1[];
71411
+ density: Density;
71412
+ centerAffix: boolean;
71413
+ hideSpinButtons: boolean;
71414
+ persistentHint: boolean;
71415
+ }> & Omit<{
71416
+ error: boolean;
71417
+ direction: "horizontal" | "vertical";
71418
+ style: vue.StyleValue;
71419
+ disabled: boolean | null;
71420
+ readonly: boolean | null;
71421
+ messages: string | readonly string[];
71422
+ focused: boolean;
71423
+ errorMessages: string | readonly string[] | null;
71424
+ maxErrors: string | number;
71425
+ rules: readonly ValidationRule$1[];
71426
+ density: Density;
71427
+ centerAffix: boolean;
71428
+ hideSpinButtons: boolean;
71429
+ persistentHint: boolean;
71430
+ name?: string | undefined;
71431
+ id?: string | undefined;
71432
+ width?: string | number | undefined;
71433
+ maxWidth?: string | number | undefined;
71434
+ minWidth?: string | number | undefined;
71435
+ label?: string | undefined;
71436
+ class?: any;
71437
+ theme?: string | undefined;
71438
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71439
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
71440
+ validationValue?: any;
71441
+ prependIcon?: IconValue | undefined;
71442
+ appendIcon?: IconValue | undefined;
71443
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
71444
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
71445
+ hint?: string | undefined;
71446
+ hideDetails?: boolean | "auto" | undefined;
71447
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
71448
+ error: boolean;
71449
+ direction: "horizontal" | "vertical";
71450
+ style: vue.StyleValue;
71451
+ disabled: boolean | null;
71452
+ readonly: boolean | null;
71453
+ messages: string | readonly string[];
71454
+ focused: boolean;
71455
+ errorMessages: string | readonly string[] | null;
71456
+ maxErrors: string | number;
71457
+ rules: readonly ValidationRule$1[];
71458
+ density: Density;
71459
+ centerAffix: boolean;
71460
+ hideSpinButtons: boolean;
71461
+ persistentHint: boolean;
71462
+ } & {
71463
+ name?: string | undefined;
71464
+ id?: string | undefined;
71465
+ width?: string | number | undefined;
71466
+ maxWidth?: string | number | undefined;
71467
+ minWidth?: string | number | undefined;
71468
+ label?: string | undefined;
71469
+ class?: any;
71470
+ theme?: string | undefined;
71471
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71472
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
71473
+ validationValue?: any;
71474
+ prependIcon?: IconValue | undefined;
71475
+ appendIcon?: IconValue | undefined;
71476
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
71477
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
71478
+ hint?: string | undefined;
71479
+ hideDetails?: boolean | "auto" | undefined;
71480
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
71481
+ $attrs: {
71482
+ [x: string]: unknown;
71483
+ };
71484
+ $refs: {
71485
+ [x: string]: unknown;
71486
+ };
71487
+ $slots: Readonly<{
71488
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
71489
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
71490
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
71491
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
71492
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
71493
+ }>;
71494
+ $root: vue.ComponentPublicInstance | null;
71495
+ $parent: vue.ComponentPublicInstance | null;
71496
+ $emit: (event: string, ...args: any[]) => void;
71497
+ $el: any;
71498
+ $options: vue.ComponentOptionsBase<{
71499
+ error: boolean;
71500
+ direction: "horizontal" | "vertical";
71501
+ style: vue.StyleValue;
71502
+ disabled: boolean | null;
71503
+ readonly: boolean | null;
71504
+ messages: string | readonly string[];
71505
+ focused: boolean;
71506
+ errorMessages: string | readonly string[] | null;
71507
+ maxErrors: string | number;
71508
+ rules: readonly ValidationRule$1[];
71509
+ density: Density;
71510
+ centerAffix: boolean;
71511
+ hideSpinButtons: boolean;
71512
+ persistentHint: boolean;
71513
+ } & {
71514
+ name?: string | undefined;
71515
+ id?: string | undefined;
71516
+ width?: string | number | undefined;
71517
+ maxWidth?: string | number | undefined;
71518
+ minWidth?: string | number | undefined;
71519
+ label?: string | undefined;
71520
+ class?: any;
71521
+ theme?: string | undefined;
71522
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71523
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
71524
+ validationValue?: any;
71525
+ prependIcon?: IconValue | undefined;
71526
+ appendIcon?: IconValue | undefined;
71527
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
71528
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
71529
+ hint?: string | undefined;
71530
+ hideDetails?: boolean | "auto" | undefined;
71531
+ } & {}, {
71532
+ reset: () => Promise<void>;
71533
+ resetValidation: () => Promise<void>;
71534
+ validate: (silent?: boolean) => Promise<string[]>;
71535
+ isValid: vue.ComputedRef<boolean | null>;
71536
+ errorMessages: vue.ComputedRef<string[]>;
71537
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
71538
+ 'update:modelValue': (value: any) => true;
71539
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
71540
+ error: boolean;
71541
+ direction: "horizontal" | "vertical";
71542
+ style: vue.StyleValue;
71543
+ disabled: boolean | null;
71544
+ readonly: boolean | null;
71545
+ messages: string | readonly string[];
71546
+ focused: boolean;
71547
+ errorMessages: string | readonly string[] | null;
71548
+ maxErrors: string | number;
71549
+ rules: readonly ValidationRule$1[];
71550
+ density: Density;
71551
+ centerAffix: boolean;
71552
+ hideSpinButtons: boolean;
71553
+ persistentHint: boolean;
71554
+ }, {}, string, vue.SlotsType<Partial<{
71555
+ default: (arg: VInputSlot) => vue.VNode[];
71556
+ prepend: (arg: VInputSlot) => vue.VNode[];
71557
+ append: (arg: VInputSlot) => vue.VNode[];
71558
+ details: (arg: VInputSlot) => vue.VNode[];
71559
+ message: (arg: VMessageSlot) => vue.VNode[];
71560
+ }>>> & {
71561
+ beforeCreate?: (() => void) | (() => void)[];
71562
+ created?: (() => void) | (() => void)[];
71563
+ beforeMount?: (() => void) | (() => void)[];
71564
+ mounted?: (() => void) | (() => void)[];
71565
+ beforeUpdate?: (() => void) | (() => void)[];
71566
+ updated?: (() => void) | (() => void)[];
71567
+ activated?: (() => void) | (() => void)[];
71568
+ deactivated?: (() => void) | (() => void)[];
71569
+ beforeDestroy?: (() => void) | (() => void)[];
71570
+ beforeUnmount?: (() => void) | (() => void)[];
71571
+ destroyed?: (() => void) | (() => void)[];
71572
+ unmounted?: (() => void) | (() => void)[];
71573
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
71574
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
71575
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
71576
+ };
71577
+ $forceUpdate: () => void;
71578
+ $nextTick: typeof nextTick;
71579
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
71580
+ } & Omit<{
71581
+ error: boolean;
71582
+ direction: "horizontal" | "vertical";
71583
+ style: vue.StyleValue;
71584
+ disabled: boolean | null;
71585
+ readonly: boolean | null;
71586
+ messages: string | readonly string[];
71587
+ focused: boolean;
71588
+ errorMessages: string | readonly string[] | null;
71589
+ maxErrors: string | number;
71590
+ rules: readonly ValidationRule$1[];
71591
+ density: Density;
71592
+ centerAffix: boolean;
71593
+ hideSpinButtons: boolean;
71594
+ persistentHint: boolean;
71595
+ } & {
71596
+ name?: string | undefined;
71597
+ id?: string | undefined;
71598
+ width?: string | number | undefined;
71599
+ maxWidth?: string | number | undefined;
71600
+ minWidth?: string | number | undefined;
71601
+ label?: string | undefined;
71602
+ class?: any;
71603
+ theme?: string | undefined;
71604
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71605
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
71606
+ validationValue?: any;
71607
+ prependIcon?: IconValue | undefined;
71608
+ appendIcon?: IconValue | undefined;
71609
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
71610
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
71611
+ hint?: string | undefined;
71612
+ hideDetails?: boolean | "auto" | undefined;
71613
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
71614
+ reset: () => Promise<void>;
71615
+ resetValidation: () => Promise<void>;
71616
+ validate: (silent?: boolean) => Promise<string[]>;
71617
+ isValid: vue.ComputedRef<boolean | null>;
71618
+ errorMessages: vue.ComputedRef<string[]>;
71619
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
71620
+ modelValue?: unknown;
71621
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
71622
+ }, 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}`> & Omit<Omit<{
71623
+ $: vue.ComponentInternalInstance;
71624
+ $data: {};
71625
+ $props: Partial<{
71626
+ flat: boolean;
71627
+ reverse: boolean;
71628
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
71629
+ error: boolean;
71630
+ active: boolean;
71631
+ style: vue.StyleValue;
71632
+ disabled: boolean;
71633
+ focused: boolean;
71634
+ rounded: string | number | boolean;
71635
+ tile: boolean;
71636
+ clearIcon: IconValue;
71637
+ centerAffix: boolean;
71638
+ clearable: boolean;
71639
+ dirty: boolean;
71640
+ persistentClear: boolean;
71641
+ singleLine: boolean;
71642
+ }> & Omit<{
71643
+ flat: boolean;
71644
+ reverse: boolean;
71645
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
71646
+ error: boolean;
71647
+ active: boolean;
71648
+ style: vue.StyleValue;
71649
+ disabled: boolean;
71650
+ focused: boolean;
71651
+ tile: boolean;
71652
+ clearIcon: IconValue;
71653
+ clearable: boolean;
71654
+ dirty: boolean;
71655
+ persistentClear: boolean;
71656
+ singleLine: boolean;
71657
+ id?: string | undefined;
71658
+ color?: string | undefined;
71659
+ loading?: string | boolean | undefined;
71660
+ label?: string | undefined;
71661
+ class?: any;
71662
+ theme?: string | undefined;
71663
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
71664
+ rounded?: string | number | boolean | undefined;
71665
+ baseColor?: string | undefined;
71666
+ bgColor?: string | undefined;
71667
+ appendInnerIcon?: IconValue | undefined;
71668
+ prependInnerIcon?: IconValue | undefined;
71669
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
71670
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
71671
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
71672
+ centerAffix?: boolean | undefined;
71673
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
71674
+ flat: boolean;
71675
+ reverse: boolean;
71676
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
71677
+ error: boolean;
71678
+ active: boolean;
71679
+ style: vue.StyleValue;
71680
+ disabled: boolean;
71681
+ focused: boolean;
71682
+ tile: boolean;
71683
+ clearIcon: IconValue;
71684
+ clearable: boolean;
71685
+ dirty: boolean;
71686
+ persistentClear: boolean;
71687
+ singleLine: boolean;
71688
+ } & {
71689
+ id?: string | undefined;
71690
+ color?: string | undefined;
71691
+ loading?: string | boolean | undefined;
71692
+ label?: string | undefined;
71693
+ class?: any;
71694
+ theme?: string | undefined;
71695
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71696
+ rounded?: string | number | boolean | undefined;
71697
+ baseColor?: string | undefined;
71698
+ bgColor?: string | undefined;
71699
+ appendInnerIcon?: IconValue | undefined;
71700
+ prependInnerIcon?: IconValue | undefined;
71701
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
71702
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
71703
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
71704
+ centerAffix?: boolean | undefined;
71705
+ } & {
71706
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
71707
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
71708
+ $attrs: {
71709
+ [x: string]: unknown;
71710
+ };
71711
+ $refs: {
71712
+ [x: string]: unknown;
71713
+ };
71714
+ $slots: Readonly<{
71715
+ clear?: ((arg: DefaultInputSlot & {
71716
+ props: Record<string, any>;
71717
+ }) => vue.VNode[]) | undefined;
71718
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
71719
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
71720
+ label?: ((arg: DefaultInputSlot & {
71721
+ label: string | undefined;
71722
+ props: Record<string, any>;
71723
+ }) => vue.VNode[]) | undefined;
71724
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
71725
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
71726
+ }>;
71727
+ $root: vue.ComponentPublicInstance | null;
71728
+ $parent: vue.ComponentPublicInstance | null;
71729
+ $emit: (event: "update:focused", focused: boolean) => void;
71730
+ $el: any;
71731
+ $options: vue.ComponentOptionsBase<{
71732
+ flat: boolean;
71733
+ reverse: boolean;
71734
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
71735
+ error: boolean;
71736
+ active: boolean;
71737
+ style: vue.StyleValue;
71738
+ disabled: boolean;
71739
+ focused: boolean;
71740
+ tile: boolean;
71741
+ clearIcon: IconValue;
71742
+ clearable: boolean;
71743
+ dirty: boolean;
71744
+ persistentClear: boolean;
71745
+ singleLine: boolean;
71746
+ } & {
71747
+ id?: string | undefined;
71748
+ color?: string | undefined;
71749
+ loading?: string | boolean | undefined;
71750
+ label?: string | undefined;
71751
+ class?: any;
71752
+ theme?: string | undefined;
71753
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71754
+ rounded?: string | number | boolean | undefined;
71755
+ baseColor?: string | undefined;
71756
+ bgColor?: string | undefined;
71757
+ appendInnerIcon?: IconValue | undefined;
71758
+ prependInnerIcon?: IconValue | undefined;
71759
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
71760
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
71761
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
71762
+ centerAffix?: boolean | undefined;
71763
+ } & {
71764
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
71765
+ }, {
71766
+ controlRef: vue.Ref<HTMLElement | undefined>;
71767
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
71768
+ 'update:focused': (focused: boolean) => true;
71769
+ 'update:modelValue': (value: any) => true;
71770
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
71771
+ flat: boolean;
71772
+ reverse: boolean;
71773
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
71774
+ error: boolean;
71775
+ active: boolean;
71776
+ style: vue.StyleValue;
71777
+ disabled: boolean;
71778
+ focused: boolean;
71779
+ rounded: string | number | boolean;
71780
+ tile: boolean;
71781
+ clearIcon: IconValue;
71782
+ centerAffix: boolean;
71783
+ clearable: boolean;
71784
+ dirty: boolean;
71785
+ persistentClear: boolean;
71786
+ singleLine: boolean;
71787
+ }, {}, string, vue.SlotsType<Partial<{
71788
+ clear: (arg: DefaultInputSlot & {
71789
+ props: Record<string, any>;
71790
+ }) => vue.VNode[];
71791
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
71792
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
71793
+ label: (arg: DefaultInputSlot & {
71794
+ label: string | undefined;
71795
+ props: Record<string, any>;
71796
+ }) => vue.VNode[];
71797
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
71798
+ default: (arg: VFieldSlot) => vue.VNode[];
71799
+ }>>> & {
71800
+ beforeCreate?: (() => void) | (() => void)[];
71801
+ created?: (() => void) | (() => void)[];
71802
+ beforeMount?: (() => void) | (() => void)[];
71803
+ mounted?: (() => void) | (() => void)[];
71804
+ beforeUpdate?: (() => void) | (() => void)[];
71805
+ updated?: (() => void) | (() => void)[];
71806
+ activated?: (() => void) | (() => void)[];
71807
+ deactivated?: (() => void) | (() => void)[];
71808
+ beforeDestroy?: (() => void) | (() => void)[];
71809
+ beforeUnmount?: (() => void) | (() => void)[];
71810
+ destroyed?: (() => void) | (() => void)[];
71811
+ unmounted?: (() => void) | (() => void)[];
71812
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
71813
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
71814
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
71815
+ };
71816
+ $forceUpdate: () => void;
71817
+ $nextTick: typeof nextTick;
71818
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
71819
+ } & Omit<{
71820
+ flat: boolean;
71821
+ reverse: boolean;
71822
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
71823
+ error: boolean;
71824
+ active: boolean;
71825
+ style: vue.StyleValue;
71826
+ disabled: boolean;
71827
+ focused: boolean;
71828
+ tile: boolean;
71829
+ clearIcon: IconValue;
71830
+ clearable: boolean;
71831
+ dirty: boolean;
71832
+ persistentClear: boolean;
71833
+ singleLine: boolean;
71834
+ } & {
71835
+ id?: string | undefined;
71836
+ color?: string | undefined;
71837
+ loading?: string | boolean | undefined;
71838
+ label?: string | undefined;
71839
+ class?: any;
71840
+ theme?: string | undefined;
71841
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71842
+ rounded?: string | number | boolean | undefined;
71843
+ baseColor?: string | undefined;
71844
+ bgColor?: string | undefined;
71845
+ appendInnerIcon?: IconValue | undefined;
71846
+ prependInnerIcon?: IconValue | undefined;
71847
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
71848
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
71849
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
71850
+ centerAffix?: boolean | undefined;
71851
+ } & {
71852
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
71853
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
71854
+ controlRef: vue.Ref<HTMLElement | undefined>;
71855
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
71856
+ modelValue?: unknown;
71857
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
71858
+ }, 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}`> & {
71859
+ _allExposed: {
71860
+ reset: () => Promise<void>;
71861
+ resetValidation: () => Promise<void>;
71862
+ validate: (silent?: boolean) => Promise<string[]>;
71863
+ isValid: vue.ComputedRef<boolean | null>;
71864
+ errorMessages: vue.ComputedRef<string[]>;
71865
+ } | {
71866
+ controlRef: vue.Ref<HTMLElement | undefined>;
71867
+ } | {};
71868
+ }) | {};
71869
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
71047
71870
  'update:modelValue': (val: number) => true;
71048
71871
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
71049
71872
  flat: boolean;
@@ -72253,7 +73076,17 @@ declare const VNumberInput: {
72253
73076
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
72254
73077
  modelValue?: unknown;
72255
73078
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
72256
- }, 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, {
73079
+ }, 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}`> & {
73080
+ _allExposed: {
73081
+ reset: () => Promise<void>;
73082
+ resetValidation: () => Promise<void>;
73083
+ validate: (silent?: boolean) => Promise<string[]>;
73084
+ isValid: vue.ComputedRef<boolean | null>;
73085
+ errorMessages: vue.ComputedRef<string[]>;
73086
+ } | {
73087
+ controlRef: vue.Ref<HTMLElement | undefined>;
73088
+ } | {};
73089
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
72257
73090
  'click:control': (e: MouseEvent) => true;
72258
73091
  'mousedown:control': (e: MouseEvent) => true;
72259
73092
  'update:focused': (focused: boolean) => true;
@@ -72449,7 +73282,7 @@ declare const VNumberInput: {
72449
73282
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
72450
73283
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
72451
73284
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
72452
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
73285
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
72453
73286
  $: vue.ComponentInternalInstance;
72454
73287
  $data: {};
72455
73288
  $props: Partial<{
@@ -72910,7 +73743,490 @@ declare const VNumberInput: {
72910
73743
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
72911
73744
  modelValue?: unknown;
72912
73745
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
72913
- }, 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}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, {}, {}, {}, {
73746
+ }, 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}`> & {
73747
+ _allExposed: {
73748
+ reset: () => Promise<void>;
73749
+ resetValidation: () => Promise<void>;
73750
+ validate: (silent?: boolean) => Promise<string[]>;
73751
+ isValid: vue.ComputedRef<boolean | null>;
73752
+ errorMessages: vue.ComputedRef<string[]>;
73753
+ } | {
73754
+ controlRef: vue.Ref<HTMLElement | undefined>;
73755
+ } | {};
73756
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
73757
+ _allExposed: (HTMLInputElement & Omit<Omit<{
73758
+ $: vue.ComponentInternalInstance;
73759
+ $data: {};
73760
+ $props: Partial<{
73761
+ error: boolean;
73762
+ direction: "horizontal" | "vertical";
73763
+ style: vue.StyleValue;
73764
+ disabled: boolean | null;
73765
+ readonly: boolean | null;
73766
+ messages: string | readonly string[];
73767
+ focused: boolean;
73768
+ errorMessages: string | readonly string[] | null;
73769
+ maxErrors: string | number;
73770
+ rules: readonly ValidationRule$1[];
73771
+ density: Density;
73772
+ centerAffix: boolean;
73773
+ hideSpinButtons: boolean;
73774
+ persistentHint: boolean;
73775
+ }> & Omit<{
73776
+ error: boolean;
73777
+ direction: "horizontal" | "vertical";
73778
+ style: vue.StyleValue;
73779
+ disabled: boolean | null;
73780
+ readonly: boolean | null;
73781
+ messages: string | readonly string[];
73782
+ focused: boolean;
73783
+ errorMessages: string | readonly string[] | null;
73784
+ maxErrors: string | number;
73785
+ rules: readonly ValidationRule$1[];
73786
+ density: Density;
73787
+ centerAffix: boolean;
73788
+ hideSpinButtons: boolean;
73789
+ persistentHint: boolean;
73790
+ name?: string | undefined;
73791
+ id?: string | undefined;
73792
+ width?: string | number | undefined;
73793
+ maxWidth?: string | number | undefined;
73794
+ minWidth?: string | number | undefined;
73795
+ label?: string | undefined;
73796
+ class?: any;
73797
+ theme?: string | undefined;
73798
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73799
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73800
+ validationValue?: any;
73801
+ prependIcon?: IconValue | undefined;
73802
+ appendIcon?: IconValue | undefined;
73803
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
73804
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
73805
+ hint?: string | undefined;
73806
+ hideDetails?: boolean | "auto" | undefined;
73807
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
73808
+ error: boolean;
73809
+ direction: "horizontal" | "vertical";
73810
+ style: vue.StyleValue;
73811
+ disabled: boolean | null;
73812
+ readonly: boolean | null;
73813
+ messages: string | readonly string[];
73814
+ focused: boolean;
73815
+ errorMessages: string | readonly string[] | null;
73816
+ maxErrors: string | number;
73817
+ rules: readonly ValidationRule$1[];
73818
+ density: Density;
73819
+ centerAffix: boolean;
73820
+ hideSpinButtons: boolean;
73821
+ persistentHint: boolean;
73822
+ } & {
73823
+ name?: string | undefined;
73824
+ id?: string | undefined;
73825
+ width?: string | number | undefined;
73826
+ maxWidth?: string | number | undefined;
73827
+ minWidth?: string | number | undefined;
73828
+ label?: string | undefined;
73829
+ class?: any;
73830
+ theme?: string | undefined;
73831
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73832
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73833
+ validationValue?: any;
73834
+ prependIcon?: IconValue | undefined;
73835
+ appendIcon?: IconValue | undefined;
73836
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
73837
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
73838
+ hint?: string | undefined;
73839
+ hideDetails?: boolean | "auto" | undefined;
73840
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
73841
+ $attrs: {
73842
+ [x: string]: unknown;
73843
+ };
73844
+ $refs: {
73845
+ [x: string]: unknown;
73846
+ };
73847
+ $slots: Readonly<{
73848
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
73849
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
73850
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
73851
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
73852
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
73853
+ }>;
73854
+ $root: vue.ComponentPublicInstance | null;
73855
+ $parent: vue.ComponentPublicInstance | null;
73856
+ $emit: (event: string, ...args: any[]) => void;
73857
+ $el: any;
73858
+ $options: vue.ComponentOptionsBase<{
73859
+ error: boolean;
73860
+ direction: "horizontal" | "vertical";
73861
+ style: vue.StyleValue;
73862
+ disabled: boolean | null;
73863
+ readonly: boolean | null;
73864
+ messages: string | readonly string[];
73865
+ focused: boolean;
73866
+ errorMessages: string | readonly string[] | null;
73867
+ maxErrors: string | number;
73868
+ rules: readonly ValidationRule$1[];
73869
+ density: Density;
73870
+ centerAffix: boolean;
73871
+ hideSpinButtons: boolean;
73872
+ persistentHint: boolean;
73873
+ } & {
73874
+ name?: string | undefined;
73875
+ id?: string | undefined;
73876
+ width?: string | number | undefined;
73877
+ maxWidth?: string | number | undefined;
73878
+ minWidth?: string | number | undefined;
73879
+ label?: string | undefined;
73880
+ class?: any;
73881
+ theme?: string | undefined;
73882
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73883
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73884
+ validationValue?: any;
73885
+ prependIcon?: IconValue | undefined;
73886
+ appendIcon?: IconValue | undefined;
73887
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
73888
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
73889
+ hint?: string | undefined;
73890
+ hideDetails?: boolean | "auto" | undefined;
73891
+ } & {}, {
73892
+ reset: () => Promise<void>;
73893
+ resetValidation: () => Promise<void>;
73894
+ validate: (silent?: boolean) => Promise<string[]>;
73895
+ isValid: vue.ComputedRef<boolean | null>;
73896
+ errorMessages: vue.ComputedRef<string[]>;
73897
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
73898
+ 'update:modelValue': (value: any) => true;
73899
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
73900
+ error: boolean;
73901
+ direction: "horizontal" | "vertical";
73902
+ style: vue.StyleValue;
73903
+ disabled: boolean | null;
73904
+ readonly: boolean | null;
73905
+ messages: string | readonly string[];
73906
+ focused: boolean;
73907
+ errorMessages: string | readonly string[] | null;
73908
+ maxErrors: string | number;
73909
+ rules: readonly ValidationRule$1[];
73910
+ density: Density;
73911
+ centerAffix: boolean;
73912
+ hideSpinButtons: boolean;
73913
+ persistentHint: boolean;
73914
+ }, {}, string, vue.SlotsType<Partial<{
73915
+ default: (arg: VInputSlot) => vue.VNode[];
73916
+ prepend: (arg: VInputSlot) => vue.VNode[];
73917
+ append: (arg: VInputSlot) => vue.VNode[];
73918
+ details: (arg: VInputSlot) => vue.VNode[];
73919
+ message: (arg: VMessageSlot) => vue.VNode[];
73920
+ }>>> & {
73921
+ beforeCreate?: (() => void) | (() => void)[];
73922
+ created?: (() => void) | (() => void)[];
73923
+ beforeMount?: (() => void) | (() => void)[];
73924
+ mounted?: (() => void) | (() => void)[];
73925
+ beforeUpdate?: (() => void) | (() => void)[];
73926
+ updated?: (() => void) | (() => void)[];
73927
+ activated?: (() => void) | (() => void)[];
73928
+ deactivated?: (() => void) | (() => void)[];
73929
+ beforeDestroy?: (() => void) | (() => void)[];
73930
+ beforeUnmount?: (() => void) | (() => void)[];
73931
+ destroyed?: (() => void) | (() => void)[];
73932
+ unmounted?: (() => void) | (() => void)[];
73933
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
73934
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
73935
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
73936
+ };
73937
+ $forceUpdate: () => void;
73938
+ $nextTick: typeof nextTick;
73939
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
73940
+ } & Omit<{
73941
+ error: boolean;
73942
+ direction: "horizontal" | "vertical";
73943
+ style: vue.StyleValue;
73944
+ disabled: boolean | null;
73945
+ readonly: boolean | null;
73946
+ messages: string | readonly string[];
73947
+ focused: boolean;
73948
+ errorMessages: string | readonly string[] | null;
73949
+ maxErrors: string | number;
73950
+ rules: readonly ValidationRule$1[];
73951
+ density: Density;
73952
+ centerAffix: boolean;
73953
+ hideSpinButtons: boolean;
73954
+ persistentHint: boolean;
73955
+ } & {
73956
+ name?: string | undefined;
73957
+ id?: string | undefined;
73958
+ width?: string | number | undefined;
73959
+ maxWidth?: string | number | undefined;
73960
+ minWidth?: string | number | undefined;
73961
+ label?: string | undefined;
73962
+ class?: any;
73963
+ theme?: string | undefined;
73964
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73965
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73966
+ validationValue?: any;
73967
+ prependIcon?: IconValue | undefined;
73968
+ appendIcon?: IconValue | undefined;
73969
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
73970
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
73971
+ hint?: string | undefined;
73972
+ hideDetails?: boolean | "auto" | undefined;
73973
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
73974
+ reset: () => Promise<void>;
73975
+ resetValidation: () => Promise<void>;
73976
+ validate: (silent?: boolean) => Promise<string[]>;
73977
+ isValid: vue.ComputedRef<boolean | null>;
73978
+ errorMessages: vue.ComputedRef<string[]>;
73979
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
73980
+ modelValue?: unknown;
73981
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
73982
+ }, 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}`> & Omit<Omit<{
73983
+ $: vue.ComponentInternalInstance;
73984
+ $data: {};
73985
+ $props: Partial<{
73986
+ flat: boolean;
73987
+ reverse: boolean;
73988
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
73989
+ error: boolean;
73990
+ active: boolean;
73991
+ style: vue.StyleValue;
73992
+ disabled: boolean;
73993
+ focused: boolean;
73994
+ rounded: string | number | boolean;
73995
+ tile: boolean;
73996
+ clearIcon: IconValue;
73997
+ centerAffix: boolean;
73998
+ clearable: boolean;
73999
+ dirty: boolean;
74000
+ persistentClear: boolean;
74001
+ singleLine: boolean;
74002
+ }> & Omit<{
74003
+ flat: boolean;
74004
+ reverse: boolean;
74005
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
74006
+ error: boolean;
74007
+ active: boolean;
74008
+ style: vue.StyleValue;
74009
+ disabled: boolean;
74010
+ focused: boolean;
74011
+ tile: boolean;
74012
+ clearIcon: IconValue;
74013
+ clearable: boolean;
74014
+ dirty: boolean;
74015
+ persistentClear: boolean;
74016
+ singleLine: boolean;
74017
+ id?: string | undefined;
74018
+ color?: string | undefined;
74019
+ loading?: string | boolean | undefined;
74020
+ label?: string | undefined;
74021
+ class?: any;
74022
+ theme?: string | undefined;
74023
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
74024
+ rounded?: string | number | boolean | undefined;
74025
+ baseColor?: string | undefined;
74026
+ bgColor?: string | undefined;
74027
+ appendInnerIcon?: IconValue | undefined;
74028
+ prependInnerIcon?: IconValue | undefined;
74029
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
74030
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74031
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74032
+ centerAffix?: boolean | undefined;
74033
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
74034
+ flat: boolean;
74035
+ reverse: boolean;
74036
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
74037
+ error: boolean;
74038
+ active: boolean;
74039
+ style: vue.StyleValue;
74040
+ disabled: boolean;
74041
+ focused: boolean;
74042
+ tile: boolean;
74043
+ clearIcon: IconValue;
74044
+ clearable: boolean;
74045
+ dirty: boolean;
74046
+ persistentClear: boolean;
74047
+ singleLine: boolean;
74048
+ } & {
74049
+ id?: string | undefined;
74050
+ color?: string | undefined;
74051
+ loading?: string | boolean | undefined;
74052
+ label?: string | undefined;
74053
+ class?: any;
74054
+ theme?: string | undefined;
74055
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
74056
+ rounded?: string | number | boolean | undefined;
74057
+ baseColor?: string | undefined;
74058
+ bgColor?: string | undefined;
74059
+ appendInnerIcon?: IconValue | undefined;
74060
+ prependInnerIcon?: IconValue | undefined;
74061
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
74062
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74063
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74064
+ centerAffix?: boolean | undefined;
74065
+ } & {
74066
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
74067
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
74068
+ $attrs: {
74069
+ [x: string]: unknown;
74070
+ };
74071
+ $refs: {
74072
+ [x: string]: unknown;
74073
+ };
74074
+ $slots: Readonly<{
74075
+ clear?: ((arg: DefaultInputSlot & {
74076
+ props: Record<string, any>;
74077
+ }) => vue.VNode[]) | undefined;
74078
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
74079
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
74080
+ label?: ((arg: DefaultInputSlot & {
74081
+ label: string | undefined;
74082
+ props: Record<string, any>;
74083
+ }) => vue.VNode[]) | undefined;
74084
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
74085
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
74086
+ }>;
74087
+ $root: vue.ComponentPublicInstance | null;
74088
+ $parent: vue.ComponentPublicInstance | null;
74089
+ $emit: (event: "update:focused", focused: boolean) => void;
74090
+ $el: any;
74091
+ $options: vue.ComponentOptionsBase<{
74092
+ flat: boolean;
74093
+ reverse: boolean;
74094
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
74095
+ error: boolean;
74096
+ active: boolean;
74097
+ style: vue.StyleValue;
74098
+ disabled: boolean;
74099
+ focused: boolean;
74100
+ tile: boolean;
74101
+ clearIcon: IconValue;
74102
+ clearable: boolean;
74103
+ dirty: boolean;
74104
+ persistentClear: boolean;
74105
+ singleLine: boolean;
74106
+ } & {
74107
+ id?: string | undefined;
74108
+ color?: string | undefined;
74109
+ loading?: string | boolean | undefined;
74110
+ label?: string | undefined;
74111
+ class?: any;
74112
+ theme?: string | undefined;
74113
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
74114
+ rounded?: string | number | boolean | undefined;
74115
+ baseColor?: string | undefined;
74116
+ bgColor?: string | undefined;
74117
+ appendInnerIcon?: IconValue | undefined;
74118
+ prependInnerIcon?: IconValue | undefined;
74119
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
74120
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74121
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74122
+ centerAffix?: boolean | undefined;
74123
+ } & {
74124
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
74125
+ }, {
74126
+ controlRef: vue.Ref<HTMLElement | undefined>;
74127
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
74128
+ 'update:focused': (focused: boolean) => true;
74129
+ 'update:modelValue': (value: any) => true;
74130
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
74131
+ flat: boolean;
74132
+ reverse: boolean;
74133
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
74134
+ error: boolean;
74135
+ active: boolean;
74136
+ style: vue.StyleValue;
74137
+ disabled: boolean;
74138
+ focused: boolean;
74139
+ rounded: string | number | boolean;
74140
+ tile: boolean;
74141
+ clearIcon: IconValue;
74142
+ centerAffix: boolean;
74143
+ clearable: boolean;
74144
+ dirty: boolean;
74145
+ persistentClear: boolean;
74146
+ singleLine: boolean;
74147
+ }, {}, string, vue.SlotsType<Partial<{
74148
+ clear: (arg: DefaultInputSlot & {
74149
+ props: Record<string, any>;
74150
+ }) => vue.VNode[];
74151
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
74152
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
74153
+ label: (arg: DefaultInputSlot & {
74154
+ label: string | undefined;
74155
+ props: Record<string, any>;
74156
+ }) => vue.VNode[];
74157
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
74158
+ default: (arg: VFieldSlot) => vue.VNode[];
74159
+ }>>> & {
74160
+ beforeCreate?: (() => void) | (() => void)[];
74161
+ created?: (() => void) | (() => void)[];
74162
+ beforeMount?: (() => void) | (() => void)[];
74163
+ mounted?: (() => void) | (() => void)[];
74164
+ beforeUpdate?: (() => void) | (() => void)[];
74165
+ updated?: (() => void) | (() => void)[];
74166
+ activated?: (() => void) | (() => void)[];
74167
+ deactivated?: (() => void) | (() => void)[];
74168
+ beforeDestroy?: (() => void) | (() => void)[];
74169
+ beforeUnmount?: (() => void) | (() => void)[];
74170
+ destroyed?: (() => void) | (() => void)[];
74171
+ unmounted?: (() => void) | (() => void)[];
74172
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
74173
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
74174
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
74175
+ };
74176
+ $forceUpdate: () => void;
74177
+ $nextTick: typeof nextTick;
74178
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
74179
+ } & Omit<{
74180
+ flat: boolean;
74181
+ reverse: boolean;
74182
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
74183
+ error: boolean;
74184
+ active: boolean;
74185
+ style: vue.StyleValue;
74186
+ disabled: boolean;
74187
+ focused: boolean;
74188
+ tile: boolean;
74189
+ clearIcon: IconValue;
74190
+ clearable: boolean;
74191
+ dirty: boolean;
74192
+ persistentClear: boolean;
74193
+ singleLine: boolean;
74194
+ } & {
74195
+ id?: string | undefined;
74196
+ color?: string | undefined;
74197
+ loading?: string | boolean | undefined;
74198
+ label?: string | undefined;
74199
+ class?: any;
74200
+ theme?: string | undefined;
74201
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
74202
+ rounded?: string | number | boolean | undefined;
74203
+ baseColor?: string | undefined;
74204
+ bgColor?: string | undefined;
74205
+ appendInnerIcon?: IconValue | undefined;
74206
+ prependInnerIcon?: IconValue | undefined;
74207
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
74208
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74209
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
74210
+ centerAffix?: boolean | undefined;
74211
+ } & {
74212
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
74213
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
74214
+ controlRef: vue.Ref<HTMLElement | undefined>;
74215
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
74216
+ modelValue?: unknown;
74217
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
74218
+ }, 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}`> & {
74219
+ _allExposed: {
74220
+ reset: () => Promise<void>;
74221
+ resetValidation: () => Promise<void>;
74222
+ validate: (silent?: boolean) => Promise<string[]>;
74223
+ isValid: vue.ComputedRef<boolean | null>;
74224
+ errorMessages: vue.ComputedRef<string[]>;
74225
+ } | {
74226
+ controlRef: vue.Ref<HTMLElement | undefined>;
74227
+ } | {};
74228
+ }) | {};
74229
+ }, {}, {}, {}, {
72914
74230
  flat: boolean;
72915
74231
  reverse: boolean;
72916
74232
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -73969,7 +75285,17 @@ declare const VNumberInput: {
73969
75285
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
73970
75286
  modelValue?: unknown;
73971
75287
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
73972
- }, 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, {
75288
+ }, 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}`> & {
75289
+ _allExposed: {
75290
+ reset: () => Promise<void>;
75291
+ resetValidation: () => Promise<void>;
75292
+ validate: (silent?: boolean) => Promise<string[]>;
75293
+ isValid: vue.ComputedRef<boolean | null>;
75294
+ errorMessages: vue.ComputedRef<string[]>;
75295
+ } | {
75296
+ controlRef: vue.Ref<HTMLElement | undefined>;
75297
+ } | {};
75298
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
73973
75299
  'click:control': (e: MouseEvent) => true;
73974
75300
  'mousedown:control': (e: MouseEvent) => true;
73975
75301
  'update:focused': (focused: boolean) => true;
@@ -74165,7 +75491,7 @@ declare const VNumberInput: {
74165
75491
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
74166
75492
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
74167
75493
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
74168
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
75494
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
74169
75495
  $: vue.ComponentInternalInstance;
74170
75496
  $data: {};
74171
75497
  $props: Partial<{
@@ -74626,7 +75952,490 @@ declare const VNumberInput: {
74626
75952
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
74627
75953
  modelValue?: unknown;
74628
75954
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
74629
- }, 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}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
75955
+ }, 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}`> & {
75956
+ _allExposed: {
75957
+ reset: () => Promise<void>;
75958
+ resetValidation: () => Promise<void>;
75959
+ validate: (silent?: boolean) => Promise<string[]>;
75960
+ isValid: vue.ComputedRef<boolean | null>;
75961
+ errorMessages: vue.ComputedRef<string[]>;
75962
+ } | {
75963
+ controlRef: vue.Ref<HTMLElement | undefined>;
75964
+ } | {};
75965
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
75966
+ _allExposed: (HTMLInputElement & Omit<Omit<{
75967
+ $: vue.ComponentInternalInstance;
75968
+ $data: {};
75969
+ $props: Partial<{
75970
+ error: boolean;
75971
+ direction: "horizontal" | "vertical";
75972
+ style: vue.StyleValue;
75973
+ disabled: boolean | null;
75974
+ readonly: boolean | null;
75975
+ messages: string | readonly string[];
75976
+ focused: boolean;
75977
+ errorMessages: string | readonly string[] | null;
75978
+ maxErrors: string | number;
75979
+ rules: readonly ValidationRule$1[];
75980
+ density: Density;
75981
+ centerAffix: boolean;
75982
+ hideSpinButtons: boolean;
75983
+ persistentHint: boolean;
75984
+ }> & Omit<{
75985
+ error: boolean;
75986
+ direction: "horizontal" | "vertical";
75987
+ style: vue.StyleValue;
75988
+ disabled: boolean | null;
75989
+ readonly: boolean | null;
75990
+ messages: string | readonly string[];
75991
+ focused: boolean;
75992
+ errorMessages: string | readonly string[] | null;
75993
+ maxErrors: string | number;
75994
+ rules: readonly ValidationRule$1[];
75995
+ density: Density;
75996
+ centerAffix: boolean;
75997
+ hideSpinButtons: boolean;
75998
+ persistentHint: boolean;
75999
+ name?: string | undefined;
76000
+ id?: string | undefined;
76001
+ width?: string | number | undefined;
76002
+ maxWidth?: string | number | undefined;
76003
+ minWidth?: string | number | undefined;
76004
+ label?: string | undefined;
76005
+ class?: any;
76006
+ theme?: string | undefined;
76007
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76008
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
76009
+ validationValue?: any;
76010
+ prependIcon?: IconValue | undefined;
76011
+ appendIcon?: IconValue | undefined;
76012
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
76013
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
76014
+ hint?: string | undefined;
76015
+ hideDetails?: boolean | "auto" | undefined;
76016
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
76017
+ error: boolean;
76018
+ direction: "horizontal" | "vertical";
76019
+ style: vue.StyleValue;
76020
+ disabled: boolean | null;
76021
+ readonly: boolean | null;
76022
+ messages: string | readonly string[];
76023
+ focused: boolean;
76024
+ errorMessages: string | readonly string[] | null;
76025
+ maxErrors: string | number;
76026
+ rules: readonly ValidationRule$1[];
76027
+ density: Density;
76028
+ centerAffix: boolean;
76029
+ hideSpinButtons: boolean;
76030
+ persistentHint: boolean;
76031
+ } & {
76032
+ name?: string | undefined;
76033
+ id?: string | undefined;
76034
+ width?: string | number | undefined;
76035
+ maxWidth?: string | number | undefined;
76036
+ minWidth?: string | number | undefined;
76037
+ label?: string | undefined;
76038
+ class?: any;
76039
+ theme?: string | undefined;
76040
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76041
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
76042
+ validationValue?: any;
76043
+ prependIcon?: IconValue | undefined;
76044
+ appendIcon?: IconValue | undefined;
76045
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
76046
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
76047
+ hint?: string | undefined;
76048
+ hideDetails?: boolean | "auto" | undefined;
76049
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
76050
+ $attrs: {
76051
+ [x: string]: unknown;
76052
+ };
76053
+ $refs: {
76054
+ [x: string]: unknown;
76055
+ };
76056
+ $slots: Readonly<{
76057
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
76058
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
76059
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
76060
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
76061
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
76062
+ }>;
76063
+ $root: vue.ComponentPublicInstance | null;
76064
+ $parent: vue.ComponentPublicInstance | null;
76065
+ $emit: (event: string, ...args: any[]) => void;
76066
+ $el: any;
76067
+ $options: vue.ComponentOptionsBase<{
76068
+ error: boolean;
76069
+ direction: "horizontal" | "vertical";
76070
+ style: vue.StyleValue;
76071
+ disabled: boolean | null;
76072
+ readonly: boolean | null;
76073
+ messages: string | readonly string[];
76074
+ focused: boolean;
76075
+ errorMessages: string | readonly string[] | null;
76076
+ maxErrors: string | number;
76077
+ rules: readonly ValidationRule$1[];
76078
+ density: Density;
76079
+ centerAffix: boolean;
76080
+ hideSpinButtons: boolean;
76081
+ persistentHint: boolean;
76082
+ } & {
76083
+ name?: string | undefined;
76084
+ id?: string | undefined;
76085
+ width?: string | number | undefined;
76086
+ maxWidth?: string | number | undefined;
76087
+ minWidth?: string | number | undefined;
76088
+ label?: string | undefined;
76089
+ class?: any;
76090
+ theme?: string | undefined;
76091
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76092
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
76093
+ validationValue?: any;
76094
+ prependIcon?: IconValue | undefined;
76095
+ appendIcon?: IconValue | undefined;
76096
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
76097
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
76098
+ hint?: string | undefined;
76099
+ hideDetails?: boolean | "auto" | undefined;
76100
+ } & {}, {
76101
+ reset: () => Promise<void>;
76102
+ resetValidation: () => Promise<void>;
76103
+ validate: (silent?: boolean) => Promise<string[]>;
76104
+ isValid: vue.ComputedRef<boolean | null>;
76105
+ errorMessages: vue.ComputedRef<string[]>;
76106
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
76107
+ 'update:modelValue': (value: any) => true;
76108
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
76109
+ error: boolean;
76110
+ direction: "horizontal" | "vertical";
76111
+ style: vue.StyleValue;
76112
+ disabled: boolean | null;
76113
+ readonly: boolean | null;
76114
+ messages: string | readonly string[];
76115
+ focused: boolean;
76116
+ errorMessages: string | readonly string[] | null;
76117
+ maxErrors: string | number;
76118
+ rules: readonly ValidationRule$1[];
76119
+ density: Density;
76120
+ centerAffix: boolean;
76121
+ hideSpinButtons: boolean;
76122
+ persistentHint: boolean;
76123
+ }, {}, string, vue.SlotsType<Partial<{
76124
+ default: (arg: VInputSlot) => vue.VNode[];
76125
+ prepend: (arg: VInputSlot) => vue.VNode[];
76126
+ append: (arg: VInputSlot) => vue.VNode[];
76127
+ details: (arg: VInputSlot) => vue.VNode[];
76128
+ message: (arg: VMessageSlot) => vue.VNode[];
76129
+ }>>> & {
76130
+ beforeCreate?: (() => void) | (() => void)[];
76131
+ created?: (() => void) | (() => void)[];
76132
+ beforeMount?: (() => void) | (() => void)[];
76133
+ mounted?: (() => void) | (() => void)[];
76134
+ beforeUpdate?: (() => void) | (() => void)[];
76135
+ updated?: (() => void) | (() => void)[];
76136
+ activated?: (() => void) | (() => void)[];
76137
+ deactivated?: (() => void) | (() => void)[];
76138
+ beforeDestroy?: (() => void) | (() => void)[];
76139
+ beforeUnmount?: (() => void) | (() => void)[];
76140
+ destroyed?: (() => void) | (() => void)[];
76141
+ unmounted?: (() => void) | (() => void)[];
76142
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
76143
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
76144
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
76145
+ };
76146
+ $forceUpdate: () => void;
76147
+ $nextTick: typeof nextTick;
76148
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
76149
+ } & Omit<{
76150
+ error: boolean;
76151
+ direction: "horizontal" | "vertical";
76152
+ style: vue.StyleValue;
76153
+ disabled: boolean | null;
76154
+ readonly: boolean | null;
76155
+ messages: string | readonly string[];
76156
+ focused: boolean;
76157
+ errorMessages: string | readonly string[] | null;
76158
+ maxErrors: string | number;
76159
+ rules: readonly ValidationRule$1[];
76160
+ density: Density;
76161
+ centerAffix: boolean;
76162
+ hideSpinButtons: boolean;
76163
+ persistentHint: boolean;
76164
+ } & {
76165
+ name?: string | undefined;
76166
+ id?: string | undefined;
76167
+ width?: string | number | undefined;
76168
+ maxWidth?: string | number | undefined;
76169
+ minWidth?: string | number | undefined;
76170
+ label?: string | undefined;
76171
+ class?: any;
76172
+ theme?: string | undefined;
76173
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76174
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
76175
+ validationValue?: any;
76176
+ prependIcon?: IconValue | undefined;
76177
+ appendIcon?: IconValue | undefined;
76178
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
76179
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
76180
+ hint?: string | undefined;
76181
+ hideDetails?: boolean | "auto" | undefined;
76182
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
76183
+ reset: () => Promise<void>;
76184
+ resetValidation: () => Promise<void>;
76185
+ validate: (silent?: boolean) => Promise<string[]>;
76186
+ isValid: vue.ComputedRef<boolean | null>;
76187
+ errorMessages: vue.ComputedRef<string[]>;
76188
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
76189
+ modelValue?: unknown;
76190
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
76191
+ }, 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}`> & Omit<Omit<{
76192
+ $: vue.ComponentInternalInstance;
76193
+ $data: {};
76194
+ $props: Partial<{
76195
+ flat: boolean;
76196
+ reverse: boolean;
76197
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
76198
+ error: boolean;
76199
+ active: boolean;
76200
+ style: vue.StyleValue;
76201
+ disabled: boolean;
76202
+ focused: boolean;
76203
+ rounded: string | number | boolean;
76204
+ tile: boolean;
76205
+ clearIcon: IconValue;
76206
+ centerAffix: boolean;
76207
+ clearable: boolean;
76208
+ dirty: boolean;
76209
+ persistentClear: boolean;
76210
+ singleLine: boolean;
76211
+ }> & Omit<{
76212
+ flat: boolean;
76213
+ reverse: boolean;
76214
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
76215
+ error: boolean;
76216
+ active: boolean;
76217
+ style: vue.StyleValue;
76218
+ disabled: boolean;
76219
+ focused: boolean;
76220
+ tile: boolean;
76221
+ clearIcon: IconValue;
76222
+ clearable: boolean;
76223
+ dirty: boolean;
76224
+ persistentClear: boolean;
76225
+ singleLine: boolean;
76226
+ id?: string | undefined;
76227
+ color?: string | undefined;
76228
+ loading?: string | boolean | undefined;
76229
+ label?: string | undefined;
76230
+ class?: any;
76231
+ theme?: string | undefined;
76232
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
76233
+ rounded?: string | number | boolean | undefined;
76234
+ baseColor?: string | undefined;
76235
+ bgColor?: string | undefined;
76236
+ appendInnerIcon?: IconValue | undefined;
76237
+ prependInnerIcon?: IconValue | undefined;
76238
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
76239
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
76240
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76241
+ centerAffix?: boolean | undefined;
76242
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
76243
+ flat: boolean;
76244
+ reverse: boolean;
76245
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
76246
+ error: boolean;
76247
+ active: boolean;
76248
+ style: vue.StyleValue;
76249
+ disabled: boolean;
76250
+ focused: boolean;
76251
+ tile: boolean;
76252
+ clearIcon: IconValue;
76253
+ clearable: boolean;
76254
+ dirty: boolean;
76255
+ persistentClear: boolean;
76256
+ singleLine: boolean;
76257
+ } & {
76258
+ id?: string | undefined;
76259
+ color?: string | undefined;
76260
+ loading?: string | boolean | undefined;
76261
+ label?: string | undefined;
76262
+ class?: any;
76263
+ theme?: string | undefined;
76264
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76265
+ rounded?: string | number | boolean | undefined;
76266
+ baseColor?: string | undefined;
76267
+ bgColor?: string | undefined;
76268
+ appendInnerIcon?: IconValue | undefined;
76269
+ prependInnerIcon?: IconValue | undefined;
76270
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
76271
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
76272
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76273
+ centerAffix?: boolean | undefined;
76274
+ } & {
76275
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
76276
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
76277
+ $attrs: {
76278
+ [x: string]: unknown;
76279
+ };
76280
+ $refs: {
76281
+ [x: string]: unknown;
76282
+ };
76283
+ $slots: Readonly<{
76284
+ clear?: ((arg: DefaultInputSlot & {
76285
+ props: Record<string, any>;
76286
+ }) => vue.VNode[]) | undefined;
76287
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
76288
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
76289
+ label?: ((arg: DefaultInputSlot & {
76290
+ label: string | undefined;
76291
+ props: Record<string, any>;
76292
+ }) => vue.VNode[]) | undefined;
76293
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
76294
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
76295
+ }>;
76296
+ $root: vue.ComponentPublicInstance | null;
76297
+ $parent: vue.ComponentPublicInstance | null;
76298
+ $emit: (event: "update:focused", focused: boolean) => void;
76299
+ $el: any;
76300
+ $options: vue.ComponentOptionsBase<{
76301
+ flat: boolean;
76302
+ reverse: boolean;
76303
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
76304
+ error: boolean;
76305
+ active: boolean;
76306
+ style: vue.StyleValue;
76307
+ disabled: boolean;
76308
+ focused: boolean;
76309
+ tile: boolean;
76310
+ clearIcon: IconValue;
76311
+ clearable: boolean;
76312
+ dirty: boolean;
76313
+ persistentClear: boolean;
76314
+ singleLine: boolean;
76315
+ } & {
76316
+ id?: string | undefined;
76317
+ color?: string | undefined;
76318
+ loading?: string | boolean | undefined;
76319
+ label?: string | undefined;
76320
+ class?: any;
76321
+ theme?: string | undefined;
76322
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76323
+ rounded?: string | number | boolean | undefined;
76324
+ baseColor?: string | undefined;
76325
+ bgColor?: string | undefined;
76326
+ appendInnerIcon?: IconValue | undefined;
76327
+ prependInnerIcon?: IconValue | undefined;
76328
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
76329
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
76330
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76331
+ centerAffix?: boolean | undefined;
76332
+ } & {
76333
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
76334
+ }, {
76335
+ controlRef: vue.Ref<HTMLElement | undefined>;
76336
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
76337
+ 'update:focused': (focused: boolean) => true;
76338
+ 'update:modelValue': (value: any) => true;
76339
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
76340
+ flat: boolean;
76341
+ reverse: boolean;
76342
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
76343
+ error: boolean;
76344
+ active: boolean;
76345
+ style: vue.StyleValue;
76346
+ disabled: boolean;
76347
+ focused: boolean;
76348
+ rounded: string | number | boolean;
76349
+ tile: boolean;
76350
+ clearIcon: IconValue;
76351
+ centerAffix: boolean;
76352
+ clearable: boolean;
76353
+ dirty: boolean;
76354
+ persistentClear: boolean;
76355
+ singleLine: boolean;
76356
+ }, {}, string, vue.SlotsType<Partial<{
76357
+ clear: (arg: DefaultInputSlot & {
76358
+ props: Record<string, any>;
76359
+ }) => vue.VNode[];
76360
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
76361
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
76362
+ label: (arg: DefaultInputSlot & {
76363
+ label: string | undefined;
76364
+ props: Record<string, any>;
76365
+ }) => vue.VNode[];
76366
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
76367
+ default: (arg: VFieldSlot) => vue.VNode[];
76368
+ }>>> & {
76369
+ beforeCreate?: (() => void) | (() => void)[];
76370
+ created?: (() => void) | (() => void)[];
76371
+ beforeMount?: (() => void) | (() => void)[];
76372
+ mounted?: (() => void) | (() => void)[];
76373
+ beforeUpdate?: (() => void) | (() => void)[];
76374
+ updated?: (() => void) | (() => void)[];
76375
+ activated?: (() => void) | (() => void)[];
76376
+ deactivated?: (() => void) | (() => void)[];
76377
+ beforeDestroy?: (() => void) | (() => void)[];
76378
+ beforeUnmount?: (() => void) | (() => void)[];
76379
+ destroyed?: (() => void) | (() => void)[];
76380
+ unmounted?: (() => void) | (() => void)[];
76381
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
76382
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
76383
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
76384
+ };
76385
+ $forceUpdate: () => void;
76386
+ $nextTick: typeof nextTick;
76387
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
76388
+ } & Omit<{
76389
+ flat: boolean;
76390
+ reverse: boolean;
76391
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
76392
+ error: boolean;
76393
+ active: boolean;
76394
+ style: vue.StyleValue;
76395
+ disabled: boolean;
76396
+ focused: boolean;
76397
+ tile: boolean;
76398
+ clearIcon: IconValue;
76399
+ clearable: boolean;
76400
+ dirty: boolean;
76401
+ persistentClear: boolean;
76402
+ singleLine: boolean;
76403
+ } & {
76404
+ id?: string | undefined;
76405
+ color?: string | undefined;
76406
+ loading?: string | boolean | undefined;
76407
+ label?: string | undefined;
76408
+ class?: any;
76409
+ theme?: string | undefined;
76410
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76411
+ rounded?: string | number | boolean | undefined;
76412
+ baseColor?: string | undefined;
76413
+ bgColor?: string | undefined;
76414
+ appendInnerIcon?: IconValue | undefined;
76415
+ prependInnerIcon?: IconValue | undefined;
76416
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
76417
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
76418
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76419
+ centerAffix?: boolean | undefined;
76420
+ } & {
76421
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
76422
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
76423
+ controlRef: vue.Ref<HTMLElement | undefined>;
76424
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
76425
+ modelValue?: unknown;
76426
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
76427
+ }, 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}`> & {
76428
+ _allExposed: {
76429
+ reset: () => Promise<void>;
76430
+ resetValidation: () => Promise<void>;
76431
+ validate: (silent?: boolean) => Promise<string[]>;
76432
+ isValid: vue.ComputedRef<boolean | null>;
76433
+ errorMessages: vue.ComputedRef<string[]>;
76434
+ } | {
76435
+ controlRef: vue.Ref<HTMLElement | undefined>;
76436
+ } | {};
76437
+ }) | {};
76438
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
74630
76439
  'update:modelValue': (val: number) => true;
74631
76440
  }, string, {
74632
76441
  flat: boolean;