vuetify 3.7.0 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist/json/attributes.json +169 -169
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +166 -166
  4. package/dist/json/web-types.json +227 -216
  5. package/dist/vuetify-labs.css +3529 -3517
  6. package/dist/vuetify-labs.d.ts +1850 -38
  7. package/dist/vuetify-labs.esm.js +27 -15
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +27 -15
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2464 -2452
  12. package/dist/vuetify.d.ts +444 -120
  13. package/dist/vuetify.esm.js +20 -14
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +20 -14
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1058 -1057
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +4 -1
  25. package/lib/components/VAppBar/index.d.mts +4 -1
  26. package/lib/components/VAutocomplete/index.d.mts +49 -4
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +4 -1
  30. package/lib/components/VBadge/index.d.mts +4 -1
  31. package/lib/components/VBanner/index.d.mts +4 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +4 -1
  33. package/lib/components/VBtn/index.d.mts +4 -1
  34. package/lib/components/VCard/index.d.mts +4 -1
  35. package/lib/components/VCarousel/index.d.mts +4 -1
  36. package/lib/components/VCheckbox/index.d.mts +4 -1
  37. package/lib/components/VChip/index.d.mts +4 -1
  38. package/lib/components/VChipGroup/index.d.mts +4 -1
  39. package/lib/components/VCombobox/index.d.mts +49 -4
  40. package/lib/components/VDataTable/index.d.mts +4 -1
  41. package/lib/components/VDatePicker/index.d.mts +4 -1
  42. package/lib/components/VDialog/VDialog.mjs +2 -0
  43. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  44. package/lib/components/VDialog/index.d.mts +42 -3
  45. package/lib/components/VEmptyState/index.d.mts +4 -1
  46. package/lib/components/VExpansionPanel/index.d.mts +4 -1
  47. package/lib/components/VFab/index.d.mts +4 -1
  48. package/lib/components/VField/index.d.mts +4 -1
  49. package/lib/components/VFileInput/index.d.mts +31 -4
  50. package/lib/components/VForm/index.d.mts +96 -3
  51. package/lib/components/VIcon/index.d.mts +4 -1
  52. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  53. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  54. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  55. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  56. package/lib/components/VInput/index.d.mts +4 -1
  57. package/lib/components/VList/index.d.mts +4 -1
  58. package/lib/components/VMenu/index.d.mts +45 -3
  59. package/lib/components/VPagination/index.d.mts +4 -1
  60. package/lib/components/VRadio/index.d.mts +4 -1
  61. package/lib/components/VRadioGroup/index.d.mts +4 -1
  62. package/lib/components/VRangeSlider/index.d.mts +4 -1
  63. package/lib/components/VRating/index.d.mts +4 -1
  64. package/lib/components/VSelect/index.d.mts +49 -4
  65. package/lib/components/VSelectionControl/index.d.mts +4 -1
  66. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  67. package/lib/components/VSlideGroup/index.d.mts +4 -1
  68. package/lib/components/VSlider/index.d.mts +4 -1
  69. package/lib/components/VSnackbar/index.d.mts +36 -3
  70. package/lib/components/VSwitch/index.d.mts +4 -1
  71. package/lib/components/VTabs/index.d.mts +19 -4
  72. package/lib/components/VTextField/index.d.mts +37 -4
  73. package/lib/components/VTextarea/index.d.mts +31 -4
  74. package/lib/components/VTimeline/index.d.mts +4 -1
  75. package/lib/components/VTooltip/index.d.mts +36 -3
  76. package/lib/components/VWindow/index.d.mts +4 -1
  77. package/lib/components/index.d.mts +361 -28
  78. package/lib/components/index.mjs +1 -1
  79. package/lib/components/index.mjs.map +1 -1
  80. package/lib/composables/forwardRefs.mjs +2 -0
  81. package/lib/composables/forwardRefs.mjs.map +1 -1
  82. package/lib/composables/icons.mjs.map +1 -1
  83. package/lib/composables/index.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/framework.mjs +1 -1
  86. package/lib/iconsets/fa-svg.d.mts +4 -1
  87. package/lib/iconsets/fa.d.mts +4 -1
  88. package/lib/iconsets/fa4.d.mts +4 -1
  89. package/lib/iconsets/md.d.mts +4 -1
  90. package/lib/iconsets/mdi-svg.d.mts +4 -1
  91. package/lib/iconsets/mdi.d.mts +4 -1
  92. package/lib/index.d.mts +87 -93
  93. package/lib/labs/VDateInput/index.d.mts +4 -1
  94. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  95. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  96. package/lib/labs/VNumberInput/index.d.mts +2277 -795
  97. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  98. package/lib/labs/VStepperVertical/index.d.mts +4 -1
  99. package/lib/labs/VTreeview/index.d.mts +4 -1
  100. package/lib/labs/components.d.mts +2297 -782
  101. package/lib/util/helpers.mjs +7 -3
  102. package/lib/util/helpers.mjs.map +1 -1
  103. package/package.json +2 -6
  104. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  105. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  106. package/lib/components/VTreeview/VTreeview.sass +0 -128
  107. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  108. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  109. package/lib/components/VTreeview/_mixins.sass +0 -18
  110. package/lib/components/VTreeview/_variables.scss +0 -10
  111. package/lib/components/VTreeview/index.mjs +0 -10
  112. package/lib/components/VTreeview/index.mjs.map +0 -1
  113. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  114. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
package/dist/vuetify.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, JSXComponent, CSSProperties, DirectiveBinding, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
2
+ import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, FunctionalComponent, CSSProperties, DirectiveBinding, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
  // @ts-ignore
@@ -246,6 +246,9 @@ type TemplateRef = {
246
246
  readonly el: HTMLElement | undefined;
247
247
  };
248
248
 
249
+ type JSXComponent<Props = any> = {
250
+ new (): ComponentPublicInstance<Props>;
251
+ } | FunctionalComponent<Props>;
249
252
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
250
253
  declare const IconValue: PropType<IconValue>;
251
254
  interface IconAliases {
@@ -6847,7 +6850,21 @@ declare const VMenu: {
6847
6850
  globalTop: Readonly<vue.Ref<boolean>>;
6848
6851
  localTop: vue.ComputedRef<boolean>;
6849
6852
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6850
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6853
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
6854
+ _allExposed: {
6855
+ activatorEl: vue.Ref<HTMLElement | undefined>;
6856
+ scrimEl: vue.Ref<HTMLElement | undefined>;
6857
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
6858
+ animateClick: () => void;
6859
+ contentEl: vue.Ref<HTMLElement | undefined>;
6860
+ globalTop: Readonly<vue.Ref<boolean>>;
6861
+ localTop: vue.ComputedRef<boolean>;
6862
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6863
+ } | {
6864
+ id: vue.ComputedRef<string>;
6865
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
6866
+ };
6867
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6851
6868
  'update:modelValue': (value: boolean) => true;
6852
6869
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6853
6870
  location: Anchor | undefined;
@@ -7514,7 +7531,21 @@ declare const VMenu: {
7514
7531
  globalTop: Readonly<vue.Ref<boolean>>;
7515
7532
  localTop: vue.ComputedRef<boolean>;
7516
7533
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7517
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
7534
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
7535
+ _allExposed: {
7536
+ activatorEl: vue.Ref<HTMLElement | undefined>;
7537
+ scrimEl: vue.Ref<HTMLElement | undefined>;
7538
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
7539
+ animateClick: () => void;
7540
+ contentEl: vue.Ref<HTMLElement | undefined>;
7541
+ globalTop: Readonly<vue.Ref<boolean>>;
7542
+ localTop: vue.ComputedRef<boolean>;
7543
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7544
+ } | {
7545
+ id: vue.ComputedRef<string>;
7546
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
7547
+ };
7548
+ }, {}, {}, {}, {
7518
7549
  location: Anchor | undefined;
7519
7550
  origin: "auto" | Anchor | "overlap";
7520
7551
  transition: string | boolean | (vue.TransitionProps & {
@@ -8086,7 +8117,21 @@ declare const VMenu: {
8086
8117
  globalTop: Readonly<vue.Ref<boolean>>;
8087
8118
  localTop: vue.ComputedRef<boolean>;
8088
8119
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8089
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8120
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
8121
+ _allExposed: {
8122
+ activatorEl: vue.Ref<HTMLElement | undefined>;
8123
+ scrimEl: vue.Ref<HTMLElement | undefined>;
8124
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
8125
+ animateClick: () => void;
8126
+ contentEl: vue.Ref<HTMLElement | undefined>;
8127
+ globalTop: Readonly<vue.Ref<boolean>>;
8128
+ localTop: vue.ComputedRef<boolean>;
8129
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8130
+ } | {
8131
+ id: vue.ComputedRef<string>;
8132
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
8133
+ };
8134
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8090
8135
  'update:modelValue': (value: boolean) => true;
8091
8136
  }, string, {
8092
8137
  location: Anchor | undefined;
@@ -29628,6 +29673,7 @@ declare const VDialog: {
29628
29673
  targetRef: TemplateRef;
29629
29674
  }) => vue.VNodeChild) | undefined;
29630
29675
  } & {
29676
+ onAfterEnter?: (() => any) | undefined;
29631
29677
  onAfterLeave?: (() => any) | undefined;
29632
29678
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29633
29679
  }, Omit<Omit<{
@@ -30084,8 +30130,20 @@ declare const VDialog: {
30084
30130
  globalTop: Readonly<vue.Ref<boolean>>;
30085
30131
  localTop: vue.ComputedRef<boolean>;
30086
30132
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30087
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30133
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
30134
+ _allExposed: {
30135
+ activatorEl: vue.Ref<HTMLElement | undefined>;
30136
+ scrimEl: vue.Ref<HTMLElement | undefined>;
30137
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
30138
+ animateClick: () => void;
30139
+ contentEl: vue.Ref<HTMLElement | undefined>;
30140
+ globalTop: Readonly<vue.Ref<boolean>>;
30141
+ localTop: vue.ComputedRef<boolean>;
30142
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30143
+ } | {};
30144
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30088
30145
  'update:modelValue': (value: boolean) => true;
30146
+ afterEnter: () => true;
30089
30147
  afterLeave: () => true;
30090
30148
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
30091
30149
  absolute: boolean;
@@ -30169,6 +30227,7 @@ declare const VDialog: {
30169
30227
  targetRef: TemplateRef;
30170
30228
  }) => vue.VNodeChild) | undefined;
30171
30229
  } & {
30230
+ onAfterEnter?: (() => any) | undefined;
30172
30231
  onAfterLeave?: (() => any) | undefined;
30173
30232
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30174
30233
  }, {
@@ -30300,6 +30359,7 @@ declare const VDialog: {
30300
30359
  targetRef: TemplateRef;
30301
30360
  }) => vue.VNodeChild) | undefined;
30302
30361
  } & {
30362
+ onAfterEnter?: (() => any) | undefined;
30303
30363
  onAfterLeave?: (() => any) | undefined;
30304
30364
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30305
30365
  }, Omit<Omit<{
@@ -30756,7 +30816,18 @@ declare const VDialog: {
30756
30816
  globalTop: Readonly<vue.Ref<boolean>>;
30757
30817
  localTop: vue.ComputedRef<boolean>;
30758
30818
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30759
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
30819
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
30820
+ _allExposed: {
30821
+ activatorEl: vue.Ref<HTMLElement | undefined>;
30822
+ scrimEl: vue.Ref<HTMLElement | undefined>;
30823
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
30824
+ animateClick: () => void;
30825
+ contentEl: vue.Ref<HTMLElement | undefined>;
30826
+ globalTop: Readonly<vue.Ref<boolean>>;
30827
+ localTop: vue.ComputedRef<boolean>;
30828
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30829
+ } | {};
30830
+ }, {}, {}, {}, {
30760
30831
  absolute: boolean;
30761
30832
  location: Anchor;
30762
30833
  origin: "auto" | Anchor | "overlap";
@@ -30873,6 +30944,7 @@ declare const VDialog: {
30873
30944
  targetRef: TemplateRef;
30874
30945
  }) => vue.VNodeChild) | undefined;
30875
30946
  } & {
30947
+ onAfterEnter?: (() => any) | undefined;
30876
30948
  onAfterLeave?: (() => any) | undefined;
30877
30949
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30878
30950
  }, Omit<Omit<{
@@ -31329,8 +31401,20 @@ declare const VDialog: {
31329
31401
  globalTop: Readonly<vue.Ref<boolean>>;
31330
31402
  localTop: vue.ComputedRef<boolean>;
31331
31403
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31332
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31404
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
31405
+ _allExposed: {
31406
+ activatorEl: vue.Ref<HTMLElement | undefined>;
31407
+ scrimEl: vue.Ref<HTMLElement | undefined>;
31408
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
31409
+ animateClick: () => void;
31410
+ contentEl: vue.Ref<HTMLElement | undefined>;
31411
+ globalTop: Readonly<vue.Ref<boolean>>;
31412
+ localTop: vue.ComputedRef<boolean>;
31413
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31414
+ } | {};
31415
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31333
31416
  'update:modelValue': (value: boolean) => true;
31417
+ afterEnter: () => true;
31334
31418
  afterLeave: () => true;
31335
31419
  }, string, {
31336
31420
  absolute: boolean;
@@ -34288,7 +34372,15 @@ declare const VFileInput: {
34288
34372
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34289
34373
  modelValue?: unknown;
34290
34374
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34291
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
34375
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
34376
+ _allExposed: {
34377
+ reset: () => Promise<void>;
34378
+ resetValidation: () => Promise<void>;
34379
+ validate: (silent?: boolean) => Promise<string[]>;
34380
+ isValid: vue.ComputedRef<boolean | null>;
34381
+ errorMessages: vue.ComputedRef<string[]>;
34382
+ } | {};
34383
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
34292
34384
  'click:control': (e: MouseEvent) => true;
34293
34385
  'mousedown:control': (e: MouseEvent) => true;
34294
34386
  'update:focused': (focused: boolean) => true;
@@ -34852,7 +34944,15 @@ declare const VFileInput: {
34852
34944
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34853
34945
  modelValue?: unknown;
34854
34946
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34855
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
34947
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
34948
+ _allExposed: {
34949
+ reset: () => Promise<void>;
34950
+ resetValidation: () => Promise<void>;
34951
+ validate: (silent?: boolean) => Promise<string[]>;
34952
+ isValid: vue.ComputedRef<boolean | null>;
34953
+ errorMessages: vue.ComputedRef<string[]>;
34954
+ } | {};
34955
+ }, {}, {}, {}, {
34856
34956
  flat: boolean;
34857
34957
  reverse: boolean;
34858
34958
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -35251,7 +35351,15 @@ declare const VFileInput: {
35251
35351
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
35252
35352
  modelValue?: unknown;
35253
35353
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
35254
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35354
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
35355
+ _allExposed: {
35356
+ reset: () => Promise<void>;
35357
+ resetValidation: () => Promise<void>;
35358
+ validate: (silent?: boolean) => Promise<string[]>;
35359
+ isValid: vue.ComputedRef<boolean | null>;
35360
+ errorMessages: vue.ComputedRef<string[]>;
35361
+ } | {};
35362
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35255
35363
  'click:control': (e: MouseEvent) => true;
35256
35364
  'mousedown:control': (e: MouseEvent) => true;
35257
35365
  'update:focused': (focused: boolean) => true;
@@ -35949,7 +36057,38 @@ declare const VForm: {
35949
36057
  }>;
35950
36058
  reset: () => void;
35951
36059
  resetValidation: () => void;
35952
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36060
+ } & HTMLFormElement & {
36061
+ _allExposed: {
36062
+ errors: vue.Ref<{
36063
+ id: number | string;
36064
+ errorMessages: string[];
36065
+ }[]>;
36066
+ isDisabled: vue.ComputedRef<boolean>;
36067
+ isReadonly: vue.ComputedRef<boolean>;
36068
+ isValidating: vue.ShallowRef<boolean>;
36069
+ isValid: vue.Ref<boolean | null> & {
36070
+ readonly externalValue: boolean | null;
36071
+ };
36072
+ items: vue.Ref<{
36073
+ id: number | string;
36074
+ validate: () => Promise<string[]>;
36075
+ reset: () => Promise<void>;
36076
+ resetValidation: () => Promise<void>;
36077
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36078
+ isValid: boolean | null;
36079
+ errorMessages: string[];
36080
+ }[]>;
36081
+ validate: () => Promise<{
36082
+ valid: boolean;
36083
+ errors: {
36084
+ id: number | string;
36085
+ errorMessages: string[];
36086
+ }[];
36087
+ }>;
36088
+ reset: () => void;
36089
+ resetValidation: () => void;
36090
+ };
36091
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35953
36092
  'update:modelValue': (val: boolean | null) => true;
35954
36093
  submit: (e: SubmitEventPromise) => true;
35955
36094
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -36300,7 +36439,38 @@ declare const VForm: {
36300
36439
  }>;
36301
36440
  reset: () => void;
36302
36441
  resetValidation: () => void;
36303
- } & HTMLFormElement, {}, {}, {}, {
36442
+ } & HTMLFormElement & {
36443
+ _allExposed: {
36444
+ errors: vue.Ref<{
36445
+ id: number | string;
36446
+ errorMessages: string[];
36447
+ }[]>;
36448
+ isDisabled: vue.ComputedRef<boolean>;
36449
+ isReadonly: vue.ComputedRef<boolean>;
36450
+ isValidating: vue.ShallowRef<boolean>;
36451
+ isValid: vue.Ref<boolean | null> & {
36452
+ readonly externalValue: boolean | null;
36453
+ };
36454
+ items: vue.Ref<{
36455
+ id: number | string;
36456
+ validate: () => Promise<string[]>;
36457
+ reset: () => Promise<void>;
36458
+ resetValidation: () => Promise<void>;
36459
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36460
+ isValid: boolean | null;
36461
+ errorMessages: string[];
36462
+ }[]>;
36463
+ validate: () => Promise<{
36464
+ valid: boolean;
36465
+ errors: {
36466
+ id: number | string;
36467
+ errorMessages: string[];
36468
+ }[];
36469
+ }>;
36470
+ reset: () => void;
36471
+ resetValidation: () => void;
36472
+ };
36473
+ }, {}, {}, {}, {
36304
36474
  style: vue.StyleValue;
36305
36475
  disabled: boolean;
36306
36476
  readonly: boolean;
@@ -36477,7 +36647,38 @@ declare const VForm: {
36477
36647
  }>;
36478
36648
  reset: () => void;
36479
36649
  resetValidation: () => void;
36480
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36650
+ } & HTMLFormElement & {
36651
+ _allExposed: {
36652
+ errors: vue.Ref<{
36653
+ id: number | string;
36654
+ errorMessages: string[];
36655
+ }[]>;
36656
+ isDisabled: vue.ComputedRef<boolean>;
36657
+ isReadonly: vue.ComputedRef<boolean>;
36658
+ isValidating: vue.ShallowRef<boolean>;
36659
+ isValid: vue.Ref<boolean | null> & {
36660
+ readonly externalValue: boolean | null;
36661
+ };
36662
+ items: vue.Ref<{
36663
+ id: number | string;
36664
+ validate: () => Promise<string[]>;
36665
+ reset: () => Promise<void>;
36666
+ resetValidation: () => Promise<void>;
36667
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36668
+ isValid: boolean | null;
36669
+ errorMessages: string[];
36670
+ }[]>;
36671
+ validate: () => Promise<{
36672
+ valid: boolean;
36673
+ errors: {
36674
+ id: number | string;
36675
+ errorMessages: string[];
36676
+ }[];
36677
+ }>;
36678
+ reset: () => void;
36679
+ resetValidation: () => void;
36680
+ };
36681
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36481
36682
  'update:modelValue': (val: boolean | null) => true;
36482
36683
  submit: (e: SubmitEventPromise) => true;
36483
36684
  }, string, {
@@ -49409,7 +49610,18 @@ declare const VSnackbar: {
49409
49610
  globalTop: Readonly<Ref<boolean>>;
49410
49611
  localTop: vue.ComputedRef<boolean>;
49411
49612
  updateLocation: Ref<((e: Event) => void) | undefined>;
49412
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49613
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
49614
+ _allExposed: {
49615
+ activatorEl: Ref<HTMLElement | undefined>;
49616
+ scrimEl: Ref<HTMLElement | undefined>;
49617
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
49618
+ animateClick: () => void;
49619
+ contentEl: Ref<HTMLElement | undefined>;
49620
+ globalTop: Readonly<Ref<boolean>>;
49621
+ localTop: vue.ComputedRef<boolean>;
49622
+ updateLocation: Ref<((e: Event) => void) | undefined>;
49623
+ } | {};
49624
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49413
49625
  'update:modelValue': (v: boolean) => true;
49414
49626
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49415
49627
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -50080,7 +50292,18 @@ declare const VSnackbar: {
50080
50292
  globalTop: Readonly<Ref<boolean>>;
50081
50293
  localTop: vue.ComputedRef<boolean>;
50082
50294
  updateLocation: Ref<((e: Event) => void) | undefined>;
50083
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
50295
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
50296
+ _allExposed: {
50297
+ activatorEl: Ref<HTMLElement | undefined>;
50298
+ scrimEl: Ref<HTMLElement | undefined>;
50299
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
50300
+ animateClick: () => void;
50301
+ contentEl: Ref<HTMLElement | undefined>;
50302
+ globalTop: Readonly<Ref<boolean>>;
50303
+ localTop: vue.ComputedRef<boolean>;
50304
+ updateLocation: Ref<((e: Event) => void) | undefined>;
50305
+ } | {};
50306
+ }, {}, {}, {}, {
50084
50307
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
50085
50308
  absolute: boolean;
50086
50309
  location: Anchor;
@@ -50651,7 +50874,18 @@ declare const VSnackbar: {
50651
50874
  globalTop: Readonly<Ref<boolean>>;
50652
50875
  localTop: vue.ComputedRef<boolean>;
50653
50876
  updateLocation: Ref<((e: Event) => void) | undefined>;
50654
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50877
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
50878
+ _allExposed: {
50879
+ activatorEl: Ref<HTMLElement | undefined>;
50880
+ scrimEl: Ref<HTMLElement | undefined>;
50881
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
50882
+ animateClick: () => void;
50883
+ contentEl: Ref<HTMLElement | undefined>;
50884
+ globalTop: Readonly<Ref<boolean>>;
50885
+ localTop: vue.ComputedRef<boolean>;
50886
+ updateLocation: Ref<((e: Event) => void) | undefined>;
50887
+ } | {};
50888
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50655
50889
  'update:modelValue': (v: boolean) => true;
50656
50890
  }, string, {
50657
50891
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -54838,7 +55072,11 @@ declare const VTab: {
54838
55072
  }) => any) | undefined;
54839
55073
  }, "group"> & vue.ShallowUnwrapRef<{
54840
55074
  group: GroupItemProvide | null;
54841
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
55075
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55076
+ _allExposed: {
55077
+ group: GroupItemProvide | null;
55078
+ } | {};
55079
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54842
55080
  replace: boolean;
54843
55081
  fixed: boolean;
54844
55082
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55360,7 +55598,11 @@ declare const VTab: {
55360
55598
  }) => any) | undefined;
55361
55599
  }, "group"> & vue.ShallowUnwrapRef<{
55362
55600
  group: GroupItemProvide | null;
55363
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
55601
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55602
+ _allExposed: {
55603
+ group: GroupItemProvide | null;
55604
+ } | {};
55605
+ }, {}, {}, {}, {
55364
55606
  replace: boolean;
55365
55607
  fixed: boolean;
55366
55608
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55812,7 +56054,11 @@ declare const VTab: {
55812
56054
  }) => any) | undefined;
55813
56055
  }, "group"> & vue.ShallowUnwrapRef<{
55814
56056
  group: GroupItemProvide | null;
55815
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
56057
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
56058
+ _allExposed: {
56059
+ group: GroupItemProvide | null;
56060
+ } | {};
56061
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
55816
56062
  replace: boolean;
55817
56063
  fixed: boolean;
55818
56064
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -57370,7 +57616,15 @@ declare const VTextarea: {
57370
57616
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57371
57617
  modelValue?: unknown;
57372
57618
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57373
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57619
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
57620
+ _allExposed: {
57621
+ reset: () => Promise<void>;
57622
+ resetValidation: () => Promise<void>;
57623
+ validate: (silent?: boolean) => Promise<string[]>;
57624
+ isValid: vue.ComputedRef<boolean | null>;
57625
+ errorMessages: vue.ComputedRef<string[]>;
57626
+ } | {};
57627
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57374
57628
  'click:control': (e: MouseEvent) => true;
57375
57629
  'mousedown:control': (e: MouseEvent) => true;
57376
57630
  'update:focused': (focused: boolean) => true;
@@ -57901,7 +58155,15 @@ declare const VTextarea: {
57901
58155
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57902
58156
  modelValue?: unknown;
57903
58157
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57904
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
58158
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
58159
+ _allExposed: {
58160
+ reset: () => Promise<void>;
58161
+ resetValidation: () => Promise<void>;
58162
+ validate: (silent?: boolean) => Promise<string[]>;
58163
+ isValid: vue.ComputedRef<boolean | null>;
58164
+ errorMessages: vue.ComputedRef<string[]>;
58165
+ } | {};
58166
+ }, {}, {}, {}, {
57905
58167
  flat: boolean;
57906
58168
  reverse: boolean;
57907
58169
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -58285,7 +58547,15 @@ declare const VTextarea: {
58285
58547
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58286
58548
  modelValue?: unknown;
58287
58549
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
58288
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58550
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
58551
+ _allExposed: {
58552
+ reset: () => Promise<void>;
58553
+ resetValidation: () => Promise<void>;
58554
+ validate: (silent?: boolean) => Promise<string[]>;
58555
+ isValid: vue.ComputedRef<boolean | null>;
58556
+ errorMessages: vue.ComputedRef<string[]>;
58557
+ } | {};
58558
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58289
58559
  'click:control': (e: MouseEvent) => true;
58290
58560
  'mousedown:control': (e: MouseEvent) => true;
58291
58561
  'update:focused': (focused: boolean) => true;
@@ -59157,7 +59427,17 @@ declare const VTextField: {
59157
59427
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59158
59428
  modelValue?: unknown;
59159
59429
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59160
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59430
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
59431
+ _allExposed: {
59432
+ reset: () => Promise<void>;
59433
+ resetValidation: () => Promise<void>;
59434
+ validate: (silent?: boolean) => Promise<string[]>;
59435
+ isValid: vue.ComputedRef<boolean | null>;
59436
+ errorMessages: vue.ComputedRef<string[]>;
59437
+ } | {
59438
+ controlRef: vue.Ref<HTMLElement | undefined>;
59439
+ } | {};
59440
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59161
59441
  'click:control': (e: MouseEvent) => true;
59162
59442
  'mousedown:control': (e: MouseEvent) => true;
59163
59443
  'update:focused': (focused: boolean) => true;
@@ -59925,7 +60205,17 @@ declare const VTextField: {
59925
60205
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59926
60206
  modelValue?: unknown;
59927
60207
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59928
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
60208
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
60209
+ _allExposed: {
60210
+ reset: () => Promise<void>;
60211
+ resetValidation: () => Promise<void>;
60212
+ validate: (silent?: boolean) => Promise<string[]>;
60213
+ isValid: vue.ComputedRef<boolean | null>;
60214
+ errorMessages: vue.ComputedRef<string[]>;
60215
+ } | {
60216
+ controlRef: vue.Ref<HTMLElement | undefined>;
60217
+ } | {};
60218
+ }, {}, {}, {}, {
59929
60219
  flat: boolean;
59930
60220
  reverse: boolean;
59931
60221
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -60544,7 +60834,17 @@ declare const VTextField: {
60544
60834
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60545
60835
  modelValue?: unknown;
60546
60836
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60547
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60837
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
60838
+ _allExposed: {
60839
+ reset: () => Promise<void>;
60840
+ resetValidation: () => Promise<void>;
60841
+ validate: (silent?: boolean) => Promise<string[]>;
60842
+ isValid: vue.ComputedRef<boolean | null>;
60843
+ errorMessages: vue.ComputedRef<string[]>;
60844
+ } | {
60845
+ controlRef: vue.Ref<HTMLElement | undefined>;
60846
+ } | {};
60847
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60548
60848
  'click:control': (e: MouseEvent) => true;
60549
60849
  'mousedown:control': (e: MouseEvent) => true;
60550
60850
  'update:focused': (focused: boolean) => true;
@@ -62258,7 +62558,18 @@ declare const VTooltip: {
62258
62558
  globalTop: Readonly<vue.Ref<boolean>>;
62259
62559
  localTop: vue.ComputedRef<boolean>;
62260
62560
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62261
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62561
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
62562
+ _allExposed: {
62563
+ activatorEl: vue.Ref<HTMLElement | undefined>;
62564
+ scrimEl: vue.Ref<HTMLElement | undefined>;
62565
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
62566
+ animateClick: () => void;
62567
+ contentEl: vue.Ref<HTMLElement | undefined>;
62568
+ globalTop: Readonly<vue.Ref<boolean>>;
62569
+ localTop: vue.ComputedRef<boolean>;
62570
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62571
+ } | {};
62572
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62262
62573
  'update:modelValue': (value: boolean) => true;
62263
62574
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
62264
62575
  offset: string | number | number[] | undefined;
@@ -62912,7 +63223,18 @@ declare const VTooltip: {
62912
63223
  globalTop: Readonly<vue.Ref<boolean>>;
62913
63224
  localTop: vue.ComputedRef<boolean>;
62914
63225
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62915
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
63226
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
63227
+ _allExposed: {
63228
+ activatorEl: vue.Ref<HTMLElement | undefined>;
63229
+ scrimEl: vue.Ref<HTMLElement | undefined>;
63230
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
63231
+ animateClick: () => void;
63232
+ contentEl: vue.Ref<HTMLElement | undefined>;
63233
+ globalTop: Readonly<vue.Ref<boolean>>;
63234
+ localTop: vue.ComputedRef<boolean>;
63235
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63236
+ } | {};
63237
+ }, {}, {}, {}, {
62916
63238
  offset: string | number | number[] | undefined;
62917
63239
  location: Anchor;
62918
63240
  origin: "auto" | Anchor | "overlap";
@@ -63474,7 +63796,18 @@ declare const VTooltip: {
63474
63796
  globalTop: Readonly<vue.Ref<boolean>>;
63475
63797
  localTop: vue.ComputedRef<boolean>;
63476
63798
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63477
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63799
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
63800
+ _allExposed: {
63801
+ activatorEl: vue.Ref<HTMLElement | undefined>;
63802
+ scrimEl: vue.Ref<HTMLElement | undefined>;
63803
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
63804
+ animateClick: () => void;
63805
+ contentEl: vue.Ref<HTMLElement | undefined>;
63806
+ globalTop: Readonly<vue.Ref<boolean>>;
63807
+ localTop: vue.ComputedRef<boolean>;
63808
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63809
+ } | {};
63810
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63478
63811
  'update:modelValue': (value: boolean) => true;
63479
63812
  }, string, {
63480
63813
  offset: string | number | number[] | undefined;
@@ -66675,14 +67008,14 @@ declare const createVuetify: {
66675
67008
  };
66676
67009
  declare const version: string;
66677
67010
 
66678
- export { type DateInstance, type DefaultsInstance, type DisplayBreakpoint, type DisplayInstance, type DisplayThresholds, type GoToInstance, type IconAliases, type IconOptions, type IconProps, type IconSet, type LocaleInstance, type LocaleMessages, type LocaleOptions, type RtlInstance, type RtlOptions, type SubmitEventPromise, type ThemeDefinition, type ThemeInstance, index_d$2 as blueprints, index_d$1 as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
67011
+ export { type DateInstance, type DefaultsInstance, type DisplayBreakpoint, type DisplayInstance, type DisplayThresholds, type GoToInstance, type IconAliases, type IconOptions, type IconProps, type IconSet, type JSXComponent, type LocaleInstance, type LocaleMessages, type LocaleOptions, type RtlInstance, type RtlOptions, type SubmitEventPromise, type ThemeDefinition, type ThemeInstance, index_d$2 as blueprints, index_d$1 as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
66679
67012
 
66680
67013
  /* eslint-disable local-rules/sort-imports */
66681
67014
 
66682
67015
  import 'vue/jsx'
66683
- import type { FunctionalComponent, UnwrapNestedRefs } from 'vue'
66684
-
67016
+ import type { UnwrapNestedRefs } from 'vue'
66685
67017
 
67018
+ // These already exist in scope in the final bundle
66686
67019
 
66687
67020
  declare global {
66688
67021
  namespace JSX {
@@ -66691,49 +67024,62 @@ declare global {
66691
67024
  }
66692
67025
  }
66693
67026
  }
66694
- interface _GlobalComponents {
66695
- VAppBar: typeof import('vuetify/components')['VAppBar']
66696
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66697
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67027
+
67028
+ declare module 'vue' {
67029
+ interface Vuetify {
67030
+ defaults: DefaultsInstance
67031
+ display: UnwrapNestedRefs<DisplayInstance>
67032
+ theme: UnwrapNestedRefs<ThemeInstance>
67033
+ icons: IconOptions
67034
+ locale: UnwrapNestedRefs<LocaleInstance & RtlInstance>
67035
+ date: DateInstance
67036
+ }
67037
+
67038
+ export interface ComponentCustomProperties {
67039
+ $vuetify: Vuetify
67040
+ }
67041
+ export interface HTMLAttributes {
67042
+ $children?: VNodeChild
67043
+ }
67044
+ export interface SVGAttributes {
67045
+ $children?: VNodeChild
67046
+ }
67047
+ export interface GlobalComponents {
66698
67048
  VApp: typeof import('vuetify/components')['VApp']
67049
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66699
67050
  VAlert: typeof import('vuetify/components')['VAlert']
66700
67051
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66701
- VAvatar: typeof import('vuetify/components')['VAvatar']
66702
67052
  VBanner: typeof import('vuetify/components')['VBanner']
66703
67053
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66704
67054
  VBannerText: typeof import('vuetify/components')['VBannerText']
66705
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66706
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66707
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66708
67055
  VBadge: typeof import('vuetify/components')['VBadge']
66709
- VBtn: typeof import('vuetify/components')['VBtn']
67056
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67057
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67058
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67059
+ VAvatar: typeof import('vuetify/components')['VAvatar']
66710
67060
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66711
67061
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66712
67062
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66713
- VCarousel: typeof import('vuetify/components')['VCarousel']
66714
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66715
- VChip: typeof import('vuetify/components')['VChip']
66716
- VCode: typeof import('vuetify/components')['VCode']
67063
+ VBtn: typeof import('vuetify/components')['VBtn']
67064
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67065
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67066
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67067
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66717
67068
  VCard: typeof import('vuetify/components')['VCard']
66718
67069
  VCardActions: typeof import('vuetify/components')['VCardActions']
66719
67070
  VCardItem: typeof import('vuetify/components')['VCardItem']
66720
67071
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66721
67072
  VCardText: typeof import('vuetify/components')['VCardText']
66722
67073
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66723
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67074
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67075
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67076
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66724
67077
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66725
67078
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66726
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66727
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67079
+ VCode: typeof import('vuetify/components')['VCode']
67080
+ VChip: typeof import('vuetify/components')['VChip']
66728
67081
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
66729
67082
  VCounter: typeof import('vuetify/components')['VCounter']
66730
- VCombobox: typeof import('vuetify/components')['VCombobox']
66731
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
66732
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66733
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66734
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66735
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66736
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
66737
67083
  VDataTable: typeof import('vuetify/components')['VDataTable']
66738
67084
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66739
67085
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -66741,32 +67087,37 @@ interface _GlobalComponents {
66741
67087
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66742
67088
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66743
67089
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66744
- VDialog: typeof import('vuetify/components')['VDialog']
67090
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67091
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67092
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67093
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67094
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67095
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67096
+ VCombobox: typeof import('vuetify/components')['VCombobox']
66745
67097
  VDivider: typeof import('vuetify/components')['VDivider']
66746
- VFab: typeof import('vuetify/components')['VFab']
66747
67098
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
66748
- VFileInput: typeof import('vuetify/components')['VFileInput']
67099
+ VDialog: typeof import('vuetify/components')['VDialog']
66749
67100
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
66750
67101
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
66751
67102
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
66752
67103
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67104
+ VFab: typeof import('vuetify/components')['VFab']
67105
+ VFooter: typeof import('vuetify/components')['VFooter']
66753
67106
  VField: typeof import('vuetify/components')['VField']
66754
67107
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67108
+ VFileInput: typeof import('vuetify/components')['VFileInput']
66755
67109
  VIcon: typeof import('vuetify/components')['VIcon']
66756
67110
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
66757
67111
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
66758
67112
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
66759
67113
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
66760
- VFooter: typeof import('vuetify/components')['VFooter']
66761
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67114
+ VImg: typeof import('vuetify/components')['VImg']
66762
67115
  VInput: typeof import('vuetify/components')['VInput']
66763
67116
  VKbd: typeof import('vuetify/components')['VKbd']
67117
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67118
+ VLabel: typeof import('vuetify/components')['VLabel']
66764
67119
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
66765
67120
  VItem: typeof import('vuetify/components')['VItem']
66766
- VImg: typeof import('vuetify/components')['VImg']
66767
- VLabel: typeof import('vuetify/components')['VLabel']
66768
- VMenu: typeof import('vuetify/components')['VMenu']
66769
- VMain: typeof import('vuetify/components')['VMain']
66770
67121
  VList: typeof import('vuetify/components')['VList']
66771
67122
  VListGroup: typeof import('vuetify/components')['VListGroup']
66772
67123
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -66776,52 +67127,58 @@ interface _GlobalComponents {
66776
67127
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
66777
67128
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
66778
67129
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
66779
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
66780
- VOverlay: typeof import('vuetify/components')['VOverlay']
67130
+ VMain: typeof import('vuetify/components')['VMain']
67131
+ VMenu: typeof import('vuetify/components')['VMenu']
66781
67132
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66782
67133
  VMessages: typeof import('vuetify/components')['VMessages']
67134
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67135
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67136
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
66783
67137
  VPagination: typeof import('vuetify/components')['VPagination']
66784
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
66785
67138
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
66786
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
66787
- VSelect: typeof import('vuetify/components')['VSelect']
66788
67139
  VRating: typeof import('vuetify/components')['VRating']
67140
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
66789
67141
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
66790
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67142
+ VSelect: typeof import('vuetify/components')['VSelect']
66791
67143
  VSheet: typeof import('vuetify/components')['VSheet']
66792
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67144
+ VSlider: typeof import('vuetify/components')['VSlider']
66793
67145
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
66794
67146
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67147
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66795
67148
  VStepper: typeof import('vuetify/components')['VStepper']
66796
67149
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
66797
67150
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
66798
67151
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
66799
67152
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
66800
67153
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
66801
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
66802
- VSlider: typeof import('vuetify/components')['VSlider']
66803
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
66804
- VTextarea: typeof import('vuetify/components')['VTextarea']
66805
- VTable: typeof import('vuetify/components')['VTable']
66806
- VTextField: typeof import('vuetify/components')['VTextField']
67154
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66807
67155
  VSwitch: typeof import('vuetify/components')['VSwitch']
66808
67156
  VTab: typeof import('vuetify/components')['VTab']
66809
67157
  VTabs: typeof import('vuetify/components')['VTabs']
66810
67158
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
66811
67159
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67160
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67161
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67162
+ VTable: typeof import('vuetify/components')['VTable']
67163
+ VTextField: typeof import('vuetify/components')['VTextField']
67164
+ VTextarea: typeof import('vuetify/components')['VTextarea']
66812
67165
  VTimeline: typeof import('vuetify/components')['VTimeline']
66813
67166
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66814
67167
  VToolbar: typeof import('vuetify/components')['VToolbar']
66815
67168
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
66816
67169
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67170
+ VTooltip: typeof import('vuetify/components')['VTooltip']
66817
67171
  VWindow: typeof import('vuetify/components')['VWindow']
66818
67172
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
66819
- VTooltip: typeof import('vuetify/components')['VTooltip']
66820
67173
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
66821
67174
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
66822
67175
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
66823
- VHover: typeof import('vuetify/components')['VHover']
67176
+ VContainer: typeof import('vuetify/components')['VContainer']
67177
+ VCol: typeof import('vuetify/components')['VCol']
67178
+ VRow: typeof import('vuetify/components')['VRow']
67179
+ VSpacer: typeof import('vuetify/components')['VSpacer']
66824
67180
  VForm: typeof import('vuetify/components')['VForm']
67181
+ VHover: typeof import('vuetify/components')['VHover']
66825
67182
  VLayout: typeof import('vuetify/components')['VLayout']
66826
67183
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
66827
67184
  VLazy: typeof import('vuetify/components')['VLazy']
@@ -66831,14 +67188,10 @@ interface _GlobalComponents {
66831
67188
  VRadio: typeof import('vuetify/components')['VRadio']
66832
67189
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
66833
67190
  VResponsive: typeof import('vuetify/components')['VResponsive']
66834
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
66835
67191
  VSparkline: typeof import('vuetify/components')['VSparkline']
67192
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67193
+ VValidation: typeof import('vuetify/components')['VValidation']
66836
67194
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
66837
- VContainer: typeof import('vuetify/components')['VContainer']
66838
- VCol: typeof import('vuetify/components')['VCol']
66839
- VRow: typeof import('vuetify/components')['VRow']
66840
- VSpacer: typeof import('vuetify/components')['VSpacer']
66841
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
66842
67195
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
66843
67196
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
66844
67197
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -66855,13 +67208,8 @@ interface _GlobalComponents {
66855
67208
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
66856
67209
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
66857
67210
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
66858
- VValidation: typeof import('vuetify/components')['VValidation']
67211
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
66859
67212
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66860
- VPicker: typeof import('vuetify/labs/components')['VPicker']
66861
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
66862
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
66863
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
66864
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
66865
67213
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
66866
67214
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
66867
67215
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -66874,37 +67222,13 @@ interface _GlobalComponents {
66874
67222
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
66875
67223
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
66876
67224
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67225
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67226
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67227
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67228
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67229
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
66877
67230
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
66878
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
66879
67231
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
66880
- }
66881
- declare module 'vue' {
66882
- export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
66883
- export interface GlobalComponents extends _GlobalComponents {}
66884
- }
66885
-
66886
- declare module '@vue/runtime-dom' {
66887
- export interface HTMLAttributes {
66888
- $children?: VNodeChild
66889
- }
66890
- export interface SVGAttributes {
66891
- $children?: VNodeChild
66892
- }
66893
- export interface GlobalComponents extends _GlobalComponents {}
66894
- }
66895
-
66896
- declare module '@vue/runtime-core' {
66897
- interface Vuetify {
66898
- defaults: DefaultsInstance
66899
- display: UnwrapNestedRefs<DisplayInstance>
66900
- theme: UnwrapNestedRefs<ThemeInstance>
66901
- icons: IconOptions
66902
- locale: UnwrapNestedRefs<LocaleInstance & RtlInstance>
66903
- date: DateInstance
66904
- }
66905
-
66906
- export interface ComponentCustomProperties {
66907
- $vuetify: Vuetify
67232
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
66908
67233
  }
66909
- export interface GlobalComponents extends _GlobalComponents {}
66910
67234
  }