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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/json/importMap-labs.json +16 -16
  2. package/dist/json/importMap.json +140 -140
  3. package/dist/json/web-types.json +7 -7
  4. package/dist/vuetify-labs.css +2335 -2335
  5. package/dist/vuetify-labs.d.ts +1839 -36
  6. package/dist/vuetify-labs.esm.js +12 -6
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +12 -6
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +4054 -4054
  11. package/dist/vuetify.d.ts +394 -70
  12. package/dist/vuetify.esm.js +12 -6
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +12 -6
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +1058 -1057
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +45 -3
  20. package/lib/components/VAvatar/VAvatar.css +1 -1
  21. package/lib/components/VAvatar/_variables.scss +1 -1
  22. package/lib/components/VCombobox/index.d.mts +45 -3
  23. package/lib/components/VDialog/index.d.mts +36 -3
  24. package/lib/components/VFileInput/index.d.mts +27 -3
  25. package/lib/components/VForm/index.d.mts +96 -3
  26. package/lib/components/VMenu/index.d.mts +45 -3
  27. package/lib/components/VSelect/index.d.mts +45 -3
  28. package/lib/components/VSnackbar/index.d.mts +36 -3
  29. package/lib/components/VTabs/index.d.mts +15 -3
  30. package/lib/components/VTextField/index.d.mts +33 -3
  31. package/lib/components/VTextarea/index.d.mts +27 -3
  32. package/lib/components/VTooltip/index.d.mts +36 -3
  33. package/lib/components/index.d.mts +351 -27
  34. package/lib/components/index.mjs +1 -1
  35. package/lib/components/index.mjs.map +1 -1
  36. package/lib/composables/forwardRefs.mjs +2 -0
  37. package/lib/composables/forwardRefs.mjs.map +1 -1
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +43 -43
  41. package/lib/labs/VNumberInput/index.d.mts +2273 -794
  42. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  43. package/lib/labs/components.d.mts +2293 -781
  44. package/lib/util/helpers.mjs +7 -3
  45. package/lib/util/helpers.mjs.map +1 -1
  46. package/package.json +1 -1
  47. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  48. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  49. package/lib/components/VTreeview/VTreeview.sass +0 -128
  50. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  51. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  52. package/lib/components/VTreeview/_mixins.sass +0 -18
  53. package/lib/components/VTreeview/_variables.scss +0 -10
  54. package/lib/components/VTreeview/index.mjs +0 -10
  55. package/lib/components/VTreeview/index.mjs.map +0 -1
  56. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  57. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -1485,7 +1485,21 @@ declare const VMenu: {
1485
1485
  globalTop: Readonly<vue.Ref<boolean>>;
1486
1486
  localTop: vue.ComputedRef<boolean>;
1487
1487
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1488
- }> & {} & 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, {
1488
+ }> & {} & 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}`> & {
1489
+ _allExposed: {
1490
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1491
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1492
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1493
+ animateClick: () => void;
1494
+ contentEl: vue.Ref<HTMLElement | undefined>;
1495
+ globalTop: Readonly<vue.Ref<boolean>>;
1496
+ localTop: vue.ComputedRef<boolean>;
1497
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1498
+ } | {
1499
+ id: vue.ComputedRef<string>;
1500
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
1501
+ };
1502
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1489
1503
  'update:modelValue': (value: boolean) => true;
1490
1504
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1491
1505
  location: Anchor | undefined;
@@ -2152,7 +2166,21 @@ declare const VMenu: {
2152
2166
  globalTop: Readonly<vue.Ref<boolean>>;
2153
2167
  localTop: vue.ComputedRef<boolean>;
2154
2168
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2155
- }> & {} & 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}`>, {}, {}, {}, {
2169
+ }> & {} & 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}`> & {
2170
+ _allExposed: {
2171
+ activatorEl: vue.Ref<HTMLElement | undefined>;
2172
+ scrimEl: vue.Ref<HTMLElement | undefined>;
2173
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
2174
+ animateClick: () => void;
2175
+ contentEl: vue.Ref<HTMLElement | undefined>;
2176
+ globalTop: Readonly<vue.Ref<boolean>>;
2177
+ localTop: vue.ComputedRef<boolean>;
2178
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2179
+ } | {
2180
+ id: vue.ComputedRef<string>;
2181
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
2182
+ };
2183
+ }, {}, {}, {}, {
2156
2184
  location: Anchor | undefined;
2157
2185
  origin: "auto" | Anchor | "overlap";
2158
2186
  transition: string | boolean | (vue.TransitionProps & {
@@ -2724,7 +2752,21 @@ declare const VMenu: {
2724
2752
  globalTop: Readonly<vue.Ref<boolean>>;
2725
2753
  localTop: vue.ComputedRef<boolean>;
2726
2754
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2727
- }> & {} & 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, {
2755
+ }> & {} & 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}`> & {
2756
+ _allExposed: {
2757
+ activatorEl: vue.Ref<HTMLElement | undefined>;
2758
+ scrimEl: vue.Ref<HTMLElement | undefined>;
2759
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
2760
+ animateClick: () => void;
2761
+ contentEl: vue.Ref<HTMLElement | undefined>;
2762
+ globalTop: Readonly<vue.Ref<boolean>>;
2763
+ localTop: vue.ComputedRef<boolean>;
2764
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2765
+ } | {
2766
+ id: vue.ComputedRef<string>;
2767
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
2768
+ };
2769
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2728
2770
  'update:modelValue': (value: boolean) => true;
2729
2771
  }, string, {
2730
2772
  location: Anchor | undefined;
@@ -41,7 +41,7 @@
41
41
  .v-avatar {
42
42
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
43
43
  border-style: solid;
44
- border-width: thin;
44
+ border-width: 0;
45
45
  }
46
46
  .v-avatar--border {
47
47
  border-width: thin;
@@ -10,7 +10,7 @@ $avatar-border-color: settings.$border-color-root !default;
10
10
  $avatar-border-radius: map.get(settings.$rounded, 0) !default;
11
11
  $avatar-border-style: settings.$border-style-root !default;
12
12
  $avatar-border-thin-width: thin !default;
13
- $avatar-border-width: thin !default;
13
+ $avatar-border-width: 0 !default;
14
14
  $avatar-color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !default;
15
15
  $avatar-density: ('default': 0, 'comfortable': -1, 'compact': -2) !default;
16
16
  $avatar-elevation: 1 !default;
@@ -1485,7 +1485,21 @@ declare const VMenu: {
1485
1485
  globalTop: Readonly<vue.Ref<boolean>>;
1486
1486
  localTop: vue.ComputedRef<boolean>;
1487
1487
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1488
- }> & {} & 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, {
1488
+ }> & {} & 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}`> & {
1489
+ _allExposed: {
1490
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1491
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1492
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1493
+ animateClick: () => void;
1494
+ contentEl: vue.Ref<HTMLElement | undefined>;
1495
+ globalTop: Readonly<vue.Ref<boolean>>;
1496
+ localTop: vue.ComputedRef<boolean>;
1497
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1498
+ } | {
1499
+ id: vue.ComputedRef<string>;
1500
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
1501
+ };
1502
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1489
1503
  'update:modelValue': (value: boolean) => true;
1490
1504
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1491
1505
  location: Anchor | undefined;
@@ -2152,7 +2166,21 @@ declare const VMenu: {
2152
2166
  globalTop: Readonly<vue.Ref<boolean>>;
2153
2167
  localTop: vue.ComputedRef<boolean>;
2154
2168
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2155
- }> & {} & 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}`>, {}, {}, {}, {
2169
+ }> & {} & 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}`> & {
2170
+ _allExposed: {
2171
+ activatorEl: vue.Ref<HTMLElement | undefined>;
2172
+ scrimEl: vue.Ref<HTMLElement | undefined>;
2173
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
2174
+ animateClick: () => void;
2175
+ contentEl: vue.Ref<HTMLElement | undefined>;
2176
+ globalTop: Readonly<vue.Ref<boolean>>;
2177
+ localTop: vue.ComputedRef<boolean>;
2178
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2179
+ } | {
2180
+ id: vue.ComputedRef<string>;
2181
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
2182
+ };
2183
+ }, {}, {}, {}, {
2156
2184
  location: Anchor | undefined;
2157
2185
  origin: "auto" | Anchor | "overlap";
2158
2186
  transition: string | boolean | (vue.TransitionProps & {
@@ -2724,7 +2752,21 @@ declare const VMenu: {
2724
2752
  globalTop: Readonly<vue.Ref<boolean>>;
2725
2753
  localTop: vue.ComputedRef<boolean>;
2726
2754
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2727
- }> & {} & 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, {
2755
+ }> & {} & 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}`> & {
2756
+ _allExposed: {
2757
+ activatorEl: vue.Ref<HTMLElement | undefined>;
2758
+ scrimEl: vue.Ref<HTMLElement | undefined>;
2759
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
2760
+ animateClick: () => void;
2761
+ contentEl: vue.Ref<HTMLElement | undefined>;
2762
+ globalTop: Readonly<vue.Ref<boolean>>;
2763
+ localTop: vue.ComputedRef<boolean>;
2764
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2765
+ } | {
2766
+ id: vue.ComputedRef<string>;
2767
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
2768
+ };
2769
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2728
2770
  'update:modelValue': (value: boolean) => true;
2729
2771
  }, string, {
2730
2772
  location: Anchor | undefined;
@@ -632,7 +632,18 @@ declare const VDialog: {
632
632
  globalTop: Readonly<vue.Ref<boolean>>;
633
633
  localTop: vue.ComputedRef<boolean>;
634
634
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
635
- }> & {} & 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, {
635
+ }> & {} & 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}`> & {
636
+ _allExposed: {
637
+ activatorEl: vue.Ref<HTMLElement | undefined>;
638
+ scrimEl: vue.Ref<HTMLElement | undefined>;
639
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
640
+ animateClick: () => void;
641
+ contentEl: vue.Ref<HTMLElement | undefined>;
642
+ globalTop: Readonly<vue.Ref<boolean>>;
643
+ localTop: vue.ComputedRef<boolean>;
644
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
645
+ } | {};
646
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
636
647
  'update:modelValue': (value: boolean) => true;
637
648
  afterEnter: () => true;
638
649
  afterLeave: () => true;
@@ -1307,7 +1318,18 @@ declare const VDialog: {
1307
1318
  globalTop: Readonly<vue.Ref<boolean>>;
1308
1319
  localTop: vue.ComputedRef<boolean>;
1309
1320
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1310
- }> & {} & 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}`>, {}, {}, {}, {
1321
+ }> & {} & 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}`> & {
1322
+ _allExposed: {
1323
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1324
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1325
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1326
+ animateClick: () => void;
1327
+ contentEl: vue.Ref<HTMLElement | undefined>;
1328
+ globalTop: Readonly<vue.Ref<boolean>>;
1329
+ localTop: vue.ComputedRef<boolean>;
1330
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1331
+ } | {};
1332
+ }, {}, {}, {}, {
1311
1333
  absolute: boolean;
1312
1334
  location: Anchor;
1313
1335
  origin: "auto" | Anchor | "overlap";
@@ -1881,7 +1903,18 @@ declare const VDialog: {
1881
1903
  globalTop: Readonly<vue.Ref<boolean>>;
1882
1904
  localTop: vue.ComputedRef<boolean>;
1883
1905
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1884
- }> & {} & 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, {
1906
+ }> & {} & 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}`> & {
1907
+ _allExposed: {
1908
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1909
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1910
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1911
+ animateClick: () => void;
1912
+ contentEl: vue.Ref<HTMLElement | undefined>;
1913
+ globalTop: Readonly<vue.Ref<boolean>>;
1914
+ localTop: vue.ComputedRef<boolean>;
1915
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1916
+ } | {};
1917
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1885
1918
  'update:modelValue': (value: boolean) => true;
1886
1919
  afterEnter: () => true;
1887
1920
  afterLeave: () => true;
@@ -465,7 +465,15 @@ declare const VFileInput: {
465
465
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
466
466
  modelValue?: unknown;
467
467
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
468
- }, 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, {
468
+ }, 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}`> & {
469
+ _allExposed: {
470
+ reset: () => Promise<void>;
471
+ resetValidation: () => Promise<void>;
472
+ validate: (silent?: boolean) => Promise<string[]>;
473
+ isValid: vue.ComputedRef<boolean | null>;
474
+ errorMessages: vue.ComputedRef<string[]>;
475
+ } | {};
476
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
469
477
  'click:control': (e: MouseEvent) => true;
470
478
  'mousedown:control': (e: MouseEvent) => true;
471
479
  'update:focused': (focused: boolean) => true;
@@ -1029,7 +1037,15 @@ declare const VFileInput: {
1029
1037
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1030
1038
  modelValue?: unknown;
1031
1039
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1032
- }, 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}`>, {}, {}, {}, {
1040
+ }, 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}`> & {
1041
+ _allExposed: {
1042
+ reset: () => Promise<void>;
1043
+ resetValidation: () => Promise<void>;
1044
+ validate: (silent?: boolean) => Promise<string[]>;
1045
+ isValid: vue.ComputedRef<boolean | null>;
1046
+ errorMessages: vue.ComputedRef<string[]>;
1047
+ } | {};
1048
+ }, {}, {}, {}, {
1033
1049
  flat: boolean;
1034
1050
  reverse: boolean;
1035
1051
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1428,7 +1444,15 @@ declare const VFileInput: {
1428
1444
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1429
1445
  modelValue?: unknown;
1430
1446
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1431
- }, 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, {
1447
+ }, 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}`> & {
1448
+ _allExposed: {
1449
+ reset: () => Promise<void>;
1450
+ resetValidation: () => Promise<void>;
1451
+ validate: (silent?: boolean) => Promise<string[]>;
1452
+ isValid: vue.ComputedRef<boolean | null>;
1453
+ errorMessages: vue.ComputedRef<string[]>;
1454
+ } | {};
1455
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1432
1456
  'click:control': (e: MouseEvent) => true;
1433
1457
  'mousedown:control': (e: MouseEvent) => true;
1434
1458
  'update:focused': (focused: boolean) => true;
@@ -216,7 +216,38 @@ declare const VForm: {
216
216
  }>;
217
217
  reset: () => void;
218
218
  resetValidation: () => void;
219
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
219
+ } & HTMLFormElement & {
220
+ _allExposed: {
221
+ errors: vue.Ref<{
222
+ id: number | string;
223
+ errorMessages: string[];
224
+ }[]>;
225
+ isDisabled: vue.ComputedRef<boolean>;
226
+ isReadonly: vue.ComputedRef<boolean>;
227
+ isValidating: vue.ShallowRef<boolean>;
228
+ isValid: vue.Ref<boolean | null> & {
229
+ readonly externalValue: boolean | null;
230
+ };
231
+ items: vue.Ref<{
232
+ id: number | string;
233
+ validate: () => Promise<string[]>;
234
+ reset: () => Promise<void>;
235
+ resetValidation: () => Promise<void>;
236
+ vm: vue.Raw<vue.ComponentInternalInstance>;
237
+ isValid: boolean | null;
238
+ errorMessages: string[];
239
+ }[]>;
240
+ validate: () => Promise<{
241
+ valid: boolean;
242
+ errors: {
243
+ id: number | string;
244
+ errorMessages: string[];
245
+ }[];
246
+ }>;
247
+ reset: () => void;
248
+ resetValidation: () => void;
249
+ };
250
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
220
251
  'update:modelValue': (val: boolean | null) => true;
221
252
  submit: (e: SubmitEventPromise) => true;
222
253
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -567,7 +598,38 @@ declare const VForm: {
567
598
  }>;
568
599
  reset: () => void;
569
600
  resetValidation: () => void;
570
- } & HTMLFormElement, {}, {}, {}, {
601
+ } & HTMLFormElement & {
602
+ _allExposed: {
603
+ errors: vue.Ref<{
604
+ id: number | string;
605
+ errorMessages: string[];
606
+ }[]>;
607
+ isDisabled: vue.ComputedRef<boolean>;
608
+ isReadonly: vue.ComputedRef<boolean>;
609
+ isValidating: vue.ShallowRef<boolean>;
610
+ isValid: vue.Ref<boolean | null> & {
611
+ readonly externalValue: boolean | null;
612
+ };
613
+ items: vue.Ref<{
614
+ id: number | string;
615
+ validate: () => Promise<string[]>;
616
+ reset: () => Promise<void>;
617
+ resetValidation: () => Promise<void>;
618
+ vm: vue.Raw<vue.ComponentInternalInstance>;
619
+ isValid: boolean | null;
620
+ errorMessages: string[];
621
+ }[]>;
622
+ validate: () => Promise<{
623
+ valid: boolean;
624
+ errors: {
625
+ id: number | string;
626
+ errorMessages: string[];
627
+ }[];
628
+ }>;
629
+ reset: () => void;
630
+ resetValidation: () => void;
631
+ };
632
+ }, {}, {}, {}, {
571
633
  style: vue.StyleValue;
572
634
  disabled: boolean;
573
635
  readonly: boolean;
@@ -744,7 +806,38 @@ declare const VForm: {
744
806
  }>;
745
807
  reset: () => void;
746
808
  resetValidation: () => void;
747
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
809
+ } & HTMLFormElement & {
810
+ _allExposed: {
811
+ errors: vue.Ref<{
812
+ id: number | string;
813
+ errorMessages: string[];
814
+ }[]>;
815
+ isDisabled: vue.ComputedRef<boolean>;
816
+ isReadonly: vue.ComputedRef<boolean>;
817
+ isValidating: vue.ShallowRef<boolean>;
818
+ isValid: vue.Ref<boolean | null> & {
819
+ readonly externalValue: boolean | null;
820
+ };
821
+ items: vue.Ref<{
822
+ id: number | string;
823
+ validate: () => Promise<string[]>;
824
+ reset: () => Promise<void>;
825
+ resetValidation: () => Promise<void>;
826
+ vm: vue.Raw<vue.ComponentInternalInstance>;
827
+ isValid: boolean | null;
828
+ errorMessages: string[];
829
+ }[]>;
830
+ validate: () => Promise<{
831
+ valid: boolean;
832
+ errors: {
833
+ id: number | string;
834
+ errorMessages: string[];
835
+ }[];
836
+ }>;
837
+ reset: () => void;
838
+ resetValidation: () => void;
839
+ };
840
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
748
841
  'update:modelValue': (val: boolean | null) => true;
749
842
  submit: (e: SubmitEventPromise) => true;
750
843
  }, string, {
@@ -631,7 +631,21 @@ declare const VMenu: {
631
631
  globalTop: Readonly<vue.Ref<boolean>>;
632
632
  localTop: vue.ComputedRef<boolean>;
633
633
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
634
- }> & {} & 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, {
634
+ }> & {} & 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}`> & {
635
+ _allExposed: {
636
+ activatorEl: vue.Ref<HTMLElement | undefined>;
637
+ scrimEl: vue.Ref<HTMLElement | undefined>;
638
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
639
+ animateClick: () => void;
640
+ contentEl: vue.Ref<HTMLElement | undefined>;
641
+ globalTop: Readonly<vue.Ref<boolean>>;
642
+ localTop: vue.ComputedRef<boolean>;
643
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
644
+ } | {
645
+ id: vue.ComputedRef<string>;
646
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
647
+ };
648
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
635
649
  'update:modelValue': (value: boolean) => true;
636
650
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
637
651
  location: Anchor | undefined;
@@ -1298,7 +1312,21 @@ declare const VMenu: {
1298
1312
  globalTop: Readonly<vue.Ref<boolean>>;
1299
1313
  localTop: vue.ComputedRef<boolean>;
1300
1314
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1301
- }> & {} & 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}`>, {}, {}, {}, {
1315
+ }> & {} & 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}`> & {
1316
+ _allExposed: {
1317
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1318
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1319
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1320
+ animateClick: () => void;
1321
+ contentEl: vue.Ref<HTMLElement | undefined>;
1322
+ globalTop: Readonly<vue.Ref<boolean>>;
1323
+ localTop: vue.ComputedRef<boolean>;
1324
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1325
+ } | {
1326
+ id: vue.ComputedRef<string>;
1327
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
1328
+ };
1329
+ }, {}, {}, {}, {
1302
1330
  location: Anchor | undefined;
1303
1331
  origin: "auto" | Anchor | "overlap";
1304
1332
  transition: string | boolean | (vue.TransitionProps & {
@@ -1870,7 +1898,21 @@ declare const VMenu: {
1870
1898
  globalTop: Readonly<vue.Ref<boolean>>;
1871
1899
  localTop: vue.ComputedRef<boolean>;
1872
1900
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1873
- }> & {} & 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, {
1901
+ }> & {} & 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}`> & {
1902
+ _allExposed: {
1903
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1904
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1905
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1906
+ animateClick: () => void;
1907
+ contentEl: vue.Ref<HTMLElement | undefined>;
1908
+ globalTop: Readonly<vue.Ref<boolean>>;
1909
+ localTop: vue.ComputedRef<boolean>;
1910
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1911
+ } | {
1912
+ id: vue.ComputedRef<string>;
1913
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
1914
+ };
1915
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1874
1916
  'update:modelValue': (value: boolean) => true;
1875
1917
  }, string, {
1876
1918
  location: Anchor | undefined;
@@ -1474,7 +1474,21 @@ declare const VMenu: {
1474
1474
  globalTop: Readonly<vue.Ref<boolean>>;
1475
1475
  localTop: vue.ComputedRef<boolean>;
1476
1476
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1477
- }> & {} & 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, {
1477
+ }> & {} & 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}`> & {
1478
+ _allExposed: {
1479
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1480
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1481
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1482
+ animateClick: () => void;
1483
+ contentEl: vue.Ref<HTMLElement | undefined>;
1484
+ globalTop: Readonly<vue.Ref<boolean>>;
1485
+ localTop: vue.ComputedRef<boolean>;
1486
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1487
+ } | {
1488
+ id: vue.ComputedRef<string>;
1489
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
1490
+ };
1491
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1478
1492
  'update:modelValue': (value: boolean) => true;
1479
1493
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1480
1494
  location: Anchor | undefined;
@@ -2141,7 +2155,21 @@ declare const VMenu: {
2141
2155
  globalTop: Readonly<vue.Ref<boolean>>;
2142
2156
  localTop: vue.ComputedRef<boolean>;
2143
2157
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2144
- }> & {} & 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}`>, {}, {}, {}, {
2158
+ }> & {} & 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}`> & {
2159
+ _allExposed: {
2160
+ activatorEl: vue.Ref<HTMLElement | undefined>;
2161
+ scrimEl: vue.Ref<HTMLElement | undefined>;
2162
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
2163
+ animateClick: () => void;
2164
+ contentEl: vue.Ref<HTMLElement | undefined>;
2165
+ globalTop: Readonly<vue.Ref<boolean>>;
2166
+ localTop: vue.ComputedRef<boolean>;
2167
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2168
+ } | {
2169
+ id: vue.ComputedRef<string>;
2170
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
2171
+ };
2172
+ }, {}, {}, {}, {
2145
2173
  location: Anchor | undefined;
2146
2174
  origin: "auto" | Anchor | "overlap";
2147
2175
  transition: string | boolean | (vue.TransitionProps & {
@@ -2713,7 +2741,21 @@ declare const VMenu: {
2713
2741
  globalTop: Readonly<vue.Ref<boolean>>;
2714
2742
  localTop: vue.ComputedRef<boolean>;
2715
2743
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2716
- }> & {} & 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, {
2744
+ }> & {} & 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}`> & {
2745
+ _allExposed: {
2746
+ activatorEl: vue.Ref<HTMLElement | undefined>;
2747
+ scrimEl: vue.Ref<HTMLElement | undefined>;
2748
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
2749
+ animateClick: () => void;
2750
+ contentEl: vue.Ref<HTMLElement | undefined>;
2751
+ globalTop: Readonly<vue.Ref<boolean>>;
2752
+ localTop: vue.ComputedRef<boolean>;
2753
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2754
+ } | {
2755
+ id: vue.ComputedRef<string>;
2756
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
2757
+ };
2758
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2717
2759
  'update:modelValue': (value: boolean) => true;
2718
2760
  }, string, {
2719
2761
  location: Anchor | undefined;