@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.
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2335 -2335
- package/dist/vuetify-labs.d.ts +1839 -36
- package/dist/vuetify-labs.esm.js +12 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +12 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4054 -4054
- package/dist/vuetify.d.ts +394 -70
- package/dist/vuetify.esm.js +12 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1058 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +45 -3
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VCombobox/index.d.mts +45 -3
- package/lib/components/VDialog/index.d.mts +36 -3
- package/lib/components/VFileInput/index.d.mts +27 -3
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VMenu/index.d.mts +45 -3
- package/lib/components/VSelect/index.d.mts +45 -3
- package/lib/components/VSnackbar/index.d.mts +36 -3
- package/lib/components/VTabs/index.d.mts +15 -3
- package/lib/components/VTextField/index.d.mts +33 -3
- package/lib/components/VTextarea/index.d.mts +27 -3
- package/lib/components/VTooltip/index.d.mts +36 -3
- package/lib/components/index.d.mts +351 -27
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VNumberInput/index.d.mts +2273 -794
- package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
- package/lib/labs/components.d.mts +2293 -781
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -6495,7 +6495,21 @@ declare const VMenu: {
|
|
6495
6495
|
globalTop: Readonly<vue.Ref<boolean>>;
|
6496
6496
|
localTop: vue.ComputedRef<boolean>;
|
6497
6497
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
6498
|
-
}> & {} & 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}
|
6498
|
+
}> & {} & 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}`> & {
|
6499
|
+
_allExposed: {
|
6500
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
6501
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
6502
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
6503
|
+
animateClick: () => void;
|
6504
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
6505
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
6506
|
+
localTop: vue.ComputedRef<boolean>;
|
6507
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
6508
|
+
} | {
|
6509
|
+
id: vue.ComputedRef<string>;
|
6510
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
6511
|
+
};
|
6512
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6499
6513
|
'update:modelValue': (value: boolean) => true;
|
6500
6514
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
6501
6515
|
location: Anchor | undefined;
|
@@ -7162,7 +7176,21 @@ declare const VMenu: {
|
|
7162
7176
|
globalTop: Readonly<vue.Ref<boolean>>;
|
7163
7177
|
localTop: vue.ComputedRef<boolean>;
|
7164
7178
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7165
|
-
}> & {} & 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}
|
7179
|
+
}> & {} & 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}`> & {
|
7180
|
+
_allExposed: {
|
7181
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
7182
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
7183
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
7184
|
+
animateClick: () => void;
|
7185
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
7186
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
7187
|
+
localTop: vue.ComputedRef<boolean>;
|
7188
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7189
|
+
} | {
|
7190
|
+
id: vue.ComputedRef<string>;
|
7191
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
7192
|
+
};
|
7193
|
+
}, {}, {}, {}, {
|
7166
7194
|
location: Anchor | undefined;
|
7167
7195
|
origin: "auto" | Anchor | "overlap";
|
7168
7196
|
transition: string | boolean | (vue.TransitionProps & {
|
@@ -7734,7 +7762,21 @@ declare const VMenu: {
|
|
7734
7762
|
globalTop: Readonly<vue.Ref<boolean>>;
|
7735
7763
|
localTop: vue.ComputedRef<boolean>;
|
7736
7764
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7737
|
-
}> & {} & 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}
|
7765
|
+
}> & {} & 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}`> & {
|
7766
|
+
_allExposed: {
|
7767
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
7768
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
7769
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
7770
|
+
animateClick: () => void;
|
7771
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
7772
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
7773
|
+
localTop: vue.ComputedRef<boolean>;
|
7774
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7775
|
+
} | {
|
7776
|
+
id: vue.ComputedRef<string>;
|
7777
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
7778
|
+
};
|
7779
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
7738
7780
|
'update:modelValue': (value: boolean) => true;
|
7739
7781
|
}, string, {
|
7740
7782
|
location: Anchor | undefined;
|
@@ -29749,7 +29791,18 @@ declare const VDialog: {
|
|
29749
29791
|
globalTop: Readonly<vue.Ref<boolean>>;
|
29750
29792
|
localTop: vue.ComputedRef<boolean>;
|
29751
29793
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
29752
|
-
}> & {} & 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}
|
29794
|
+
}> & {} & 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}`> & {
|
29795
|
+
_allExposed: {
|
29796
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
29797
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
29798
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
29799
|
+
animateClick: () => void;
|
29800
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
29801
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
29802
|
+
localTop: vue.ComputedRef<boolean>;
|
29803
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
29804
|
+
} | {};
|
29805
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
29753
29806
|
'update:modelValue': (value: boolean) => true;
|
29754
29807
|
afterEnter: () => true;
|
29755
29808
|
afterLeave: () => true;
|
@@ -30424,7 +30477,18 @@ declare const VDialog: {
|
|
30424
30477
|
globalTop: Readonly<vue.Ref<boolean>>;
|
30425
30478
|
localTop: vue.ComputedRef<boolean>;
|
30426
30479
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
30427
|
-
}> & {} & 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}
|
30480
|
+
}> & {} & 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}`> & {
|
30481
|
+
_allExposed: {
|
30482
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30483
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
30484
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
30485
|
+
animateClick: () => void;
|
30486
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
30487
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
30488
|
+
localTop: vue.ComputedRef<boolean>;
|
30489
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
30490
|
+
} | {};
|
30491
|
+
}, {}, {}, {}, {
|
30428
30492
|
absolute: boolean;
|
30429
30493
|
location: Anchor;
|
30430
30494
|
origin: "auto" | Anchor | "overlap";
|
@@ -30998,7 +31062,18 @@ declare const VDialog: {
|
|
30998
31062
|
globalTop: Readonly<vue.Ref<boolean>>;
|
30999
31063
|
localTop: vue.ComputedRef<boolean>;
|
31000
31064
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
31001
|
-
}> & {} & 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}
|
31065
|
+
}> & {} & 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}`> & {
|
31066
|
+
_allExposed: {
|
31067
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
31068
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
31069
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
31070
|
+
animateClick: () => void;
|
31071
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
31072
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
31073
|
+
localTop: vue.ComputedRef<boolean>;
|
31074
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
31075
|
+
} | {};
|
31076
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
31002
31077
|
'update:modelValue': (value: boolean) => true;
|
31003
31078
|
afterEnter: () => true;
|
31004
31079
|
afterLeave: () => true;
|
@@ -33958,7 +34033,15 @@ declare const VFileInput: {
|
|
33958
34033
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
33959
34034
|
modelValue?: unknown;
|
33960
34035
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
33961
|
-
}, 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}
|
34036
|
+
}, 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}`> & {
|
34037
|
+
_allExposed: {
|
34038
|
+
reset: () => Promise<void>;
|
34039
|
+
resetValidation: () => Promise<void>;
|
34040
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
34041
|
+
isValid: vue.ComputedRef<boolean | null>;
|
34042
|
+
errorMessages: vue.ComputedRef<string[]>;
|
34043
|
+
} | {};
|
34044
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
33962
34045
|
'click:control': (e: MouseEvent) => true;
|
33963
34046
|
'mousedown:control': (e: MouseEvent) => true;
|
33964
34047
|
'update:focused': (focused: boolean) => true;
|
@@ -34522,7 +34605,15 @@ declare const VFileInput: {
|
|
34522
34605
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
34523
34606
|
modelValue?: unknown;
|
34524
34607
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
34525
|
-
}, 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}
|
34608
|
+
}, 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}`> & {
|
34609
|
+
_allExposed: {
|
34610
|
+
reset: () => Promise<void>;
|
34611
|
+
resetValidation: () => Promise<void>;
|
34612
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
34613
|
+
isValid: vue.ComputedRef<boolean | null>;
|
34614
|
+
errorMessages: vue.ComputedRef<string[]>;
|
34615
|
+
} | {};
|
34616
|
+
}, {}, {}, {}, {
|
34526
34617
|
flat: boolean;
|
34527
34618
|
reverse: boolean;
|
34528
34619
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -34921,7 +35012,15 @@ declare const VFileInput: {
|
|
34921
35012
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
34922
35013
|
modelValue?: unknown;
|
34923
35014
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
34924
|
-
}, 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}
|
35015
|
+
}, 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}`> & {
|
35016
|
+
_allExposed: {
|
35017
|
+
reset: () => Promise<void>;
|
35018
|
+
resetValidation: () => Promise<void>;
|
35019
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
35020
|
+
isValid: vue.ComputedRef<boolean | null>;
|
35021
|
+
errorMessages: vue.ComputedRef<string[]>;
|
35022
|
+
} | {};
|
35023
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
34925
35024
|
'click:control': (e: MouseEvent) => true;
|
34926
35025
|
'mousedown:control': (e: MouseEvent) => true;
|
34927
35026
|
'update:focused': (focused: boolean) => true;
|
@@ -35619,7 +35718,38 @@ declare const VForm: {
|
|
35619
35718
|
}>;
|
35620
35719
|
reset: () => void;
|
35621
35720
|
resetValidation: () => void;
|
35622
|
-
} & HTMLFormElement
|
35721
|
+
} & HTMLFormElement & {
|
35722
|
+
_allExposed: {
|
35723
|
+
errors: vue.Ref<{
|
35724
|
+
id: number | string;
|
35725
|
+
errorMessages: string[];
|
35726
|
+
}[]>;
|
35727
|
+
isDisabled: vue.ComputedRef<boolean>;
|
35728
|
+
isReadonly: vue.ComputedRef<boolean>;
|
35729
|
+
isValidating: vue.ShallowRef<boolean>;
|
35730
|
+
isValid: vue.Ref<boolean | null> & {
|
35731
|
+
readonly externalValue: boolean | null;
|
35732
|
+
};
|
35733
|
+
items: vue.Ref<{
|
35734
|
+
id: number | string;
|
35735
|
+
validate: () => Promise<string[]>;
|
35736
|
+
reset: () => Promise<void>;
|
35737
|
+
resetValidation: () => Promise<void>;
|
35738
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
35739
|
+
isValid: boolean | null;
|
35740
|
+
errorMessages: string[];
|
35741
|
+
}[]>;
|
35742
|
+
validate: () => Promise<{
|
35743
|
+
valid: boolean;
|
35744
|
+
errors: {
|
35745
|
+
id: number | string;
|
35746
|
+
errorMessages: string[];
|
35747
|
+
}[];
|
35748
|
+
}>;
|
35749
|
+
reset: () => void;
|
35750
|
+
resetValidation: () => void;
|
35751
|
+
};
|
35752
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
35623
35753
|
'update:modelValue': (val: boolean | null) => true;
|
35624
35754
|
submit: (e: SubmitEventPromise) => true;
|
35625
35755
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -35970,7 +36100,38 @@ declare const VForm: {
|
|
35970
36100
|
}>;
|
35971
36101
|
reset: () => void;
|
35972
36102
|
resetValidation: () => void;
|
35973
|
-
} & HTMLFormElement
|
36103
|
+
} & HTMLFormElement & {
|
36104
|
+
_allExposed: {
|
36105
|
+
errors: vue.Ref<{
|
36106
|
+
id: number | string;
|
36107
|
+
errorMessages: string[];
|
36108
|
+
}[]>;
|
36109
|
+
isDisabled: vue.ComputedRef<boolean>;
|
36110
|
+
isReadonly: vue.ComputedRef<boolean>;
|
36111
|
+
isValidating: vue.ShallowRef<boolean>;
|
36112
|
+
isValid: vue.Ref<boolean | null> & {
|
36113
|
+
readonly externalValue: boolean | null;
|
36114
|
+
};
|
36115
|
+
items: vue.Ref<{
|
36116
|
+
id: number | string;
|
36117
|
+
validate: () => Promise<string[]>;
|
36118
|
+
reset: () => Promise<void>;
|
36119
|
+
resetValidation: () => Promise<void>;
|
36120
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
36121
|
+
isValid: boolean | null;
|
36122
|
+
errorMessages: string[];
|
36123
|
+
}[]>;
|
36124
|
+
validate: () => Promise<{
|
36125
|
+
valid: boolean;
|
36126
|
+
errors: {
|
36127
|
+
id: number | string;
|
36128
|
+
errorMessages: string[];
|
36129
|
+
}[];
|
36130
|
+
}>;
|
36131
|
+
reset: () => void;
|
36132
|
+
resetValidation: () => void;
|
36133
|
+
};
|
36134
|
+
}, {}, {}, {}, {
|
35974
36135
|
style: vue.StyleValue;
|
35975
36136
|
disabled: boolean;
|
35976
36137
|
readonly: boolean;
|
@@ -36147,7 +36308,38 @@ declare const VForm: {
|
|
36147
36308
|
}>;
|
36148
36309
|
reset: () => void;
|
36149
36310
|
resetValidation: () => void;
|
36150
|
-
} & HTMLFormElement
|
36311
|
+
} & HTMLFormElement & {
|
36312
|
+
_allExposed: {
|
36313
|
+
errors: vue.Ref<{
|
36314
|
+
id: number | string;
|
36315
|
+
errorMessages: string[];
|
36316
|
+
}[]>;
|
36317
|
+
isDisabled: vue.ComputedRef<boolean>;
|
36318
|
+
isReadonly: vue.ComputedRef<boolean>;
|
36319
|
+
isValidating: vue.ShallowRef<boolean>;
|
36320
|
+
isValid: vue.Ref<boolean | null> & {
|
36321
|
+
readonly externalValue: boolean | null;
|
36322
|
+
};
|
36323
|
+
items: vue.Ref<{
|
36324
|
+
id: number | string;
|
36325
|
+
validate: () => Promise<string[]>;
|
36326
|
+
reset: () => Promise<void>;
|
36327
|
+
resetValidation: () => Promise<void>;
|
36328
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
36329
|
+
isValid: boolean | null;
|
36330
|
+
errorMessages: string[];
|
36331
|
+
}[]>;
|
36332
|
+
validate: () => Promise<{
|
36333
|
+
valid: boolean;
|
36334
|
+
errors: {
|
36335
|
+
id: number | string;
|
36336
|
+
errorMessages: string[];
|
36337
|
+
}[];
|
36338
|
+
}>;
|
36339
|
+
reset: () => void;
|
36340
|
+
resetValidation: () => void;
|
36341
|
+
};
|
36342
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
36151
36343
|
'update:modelValue': (val: boolean | null) => true;
|
36152
36344
|
submit: (e: SubmitEventPromise) => true;
|
36153
36345
|
}, string, {
|
@@ -49079,7 +49271,18 @@ declare const VSnackbar: {
|
|
49079
49271
|
globalTop: Readonly<Ref<boolean>>;
|
49080
49272
|
localTop: vue.ComputedRef<boolean>;
|
49081
49273
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
49082
|
-
}> & {} & 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}
|
49274
|
+
}> & {} & 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}`> & {
|
49275
|
+
_allExposed: {
|
49276
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
49277
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
49278
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
49279
|
+
animateClick: () => void;
|
49280
|
+
contentEl: Ref<HTMLElement | undefined>;
|
49281
|
+
globalTop: Readonly<Ref<boolean>>;
|
49282
|
+
localTop: vue.ComputedRef<boolean>;
|
49283
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
49284
|
+
} | {};
|
49285
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
49083
49286
|
'update:modelValue': (v: boolean) => true;
|
49084
49287
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
49085
49288
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -49750,7 +49953,18 @@ declare const VSnackbar: {
|
|
49750
49953
|
globalTop: Readonly<Ref<boolean>>;
|
49751
49954
|
localTop: vue.ComputedRef<boolean>;
|
49752
49955
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
49753
|
-
}> & {} & 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}
|
49956
|
+
}> & {} & 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}`> & {
|
49957
|
+
_allExposed: {
|
49958
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
49959
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
49960
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
49961
|
+
animateClick: () => void;
|
49962
|
+
contentEl: Ref<HTMLElement | undefined>;
|
49963
|
+
globalTop: Readonly<Ref<boolean>>;
|
49964
|
+
localTop: vue.ComputedRef<boolean>;
|
49965
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
49966
|
+
} | {};
|
49967
|
+
}, {}, {}, {}, {
|
49754
49968
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
49755
49969
|
absolute: boolean;
|
49756
49970
|
location: Anchor;
|
@@ -50321,7 +50535,18 @@ declare const VSnackbar: {
|
|
50321
50535
|
globalTop: Readonly<Ref<boolean>>;
|
50322
50536
|
localTop: vue.ComputedRef<boolean>;
|
50323
50537
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
50324
|
-
}> & {} & 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}
|
50538
|
+
}> & {} & 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}`> & {
|
50539
|
+
_allExposed: {
|
50540
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
50541
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
50542
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
50543
|
+
animateClick: () => void;
|
50544
|
+
contentEl: Ref<HTMLElement | undefined>;
|
50545
|
+
globalTop: Readonly<Ref<boolean>>;
|
50546
|
+
localTop: vue.ComputedRef<boolean>;
|
50547
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
50548
|
+
} | {};
|
50549
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
50325
50550
|
'update:modelValue': (v: boolean) => true;
|
50326
50551
|
}, string, {
|
50327
50552
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -54508,7 +54733,11 @@ declare const VTab: {
|
|
54508
54733
|
}) => any) | undefined;
|
54509
54734
|
}, "group"> & vue.ShallowUnwrapRef<{
|
54510
54735
|
group: GroupItemProvide | null;
|
54511
|
-
}> & {} & 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}
|
54736
|
+
}> & {} & 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}`> & {
|
54737
|
+
_allExposed: {
|
54738
|
+
group: GroupItemProvide | null;
|
54739
|
+
} | {};
|
54740
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
54512
54741
|
replace: boolean;
|
54513
54742
|
fixed: boolean;
|
54514
54743
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -55030,7 +55259,11 @@ declare const VTab: {
|
|
55030
55259
|
}) => any) | undefined;
|
55031
55260
|
}, "group"> & vue.ShallowUnwrapRef<{
|
55032
55261
|
group: GroupItemProvide | null;
|
55033
|
-
}> & {} & 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}
|
55262
|
+
}> & {} & 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}`> & {
|
55263
|
+
_allExposed: {
|
55264
|
+
group: GroupItemProvide | null;
|
55265
|
+
} | {};
|
55266
|
+
}, {}, {}, {}, {
|
55034
55267
|
replace: boolean;
|
55035
55268
|
fixed: boolean;
|
55036
55269
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -55482,7 +55715,11 @@ declare const VTab: {
|
|
55482
55715
|
}) => any) | undefined;
|
55483
55716
|
}, "group"> & vue.ShallowUnwrapRef<{
|
55484
55717
|
group: GroupItemProvide | null;
|
55485
|
-
}> & {} & 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}
|
55718
|
+
}> & {} & 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}`> & {
|
55719
|
+
_allExposed: {
|
55720
|
+
group: GroupItemProvide | null;
|
55721
|
+
} | {};
|
55722
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
55486
55723
|
replace: boolean;
|
55487
55724
|
fixed: boolean;
|
55488
55725
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -57040,7 +57277,15 @@ declare const VTextarea: {
|
|
57040
57277
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
57041
57278
|
modelValue?: unknown;
|
57042
57279
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
57043
|
-
}, 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}
|
57280
|
+
}, 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}`> & {
|
57281
|
+
_allExposed: {
|
57282
|
+
reset: () => Promise<void>;
|
57283
|
+
resetValidation: () => Promise<void>;
|
57284
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
57285
|
+
isValid: vue.ComputedRef<boolean | null>;
|
57286
|
+
errorMessages: vue.ComputedRef<string[]>;
|
57287
|
+
} | {};
|
57288
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
57044
57289
|
'click:control': (e: MouseEvent) => true;
|
57045
57290
|
'mousedown:control': (e: MouseEvent) => true;
|
57046
57291
|
'update:focused': (focused: boolean) => true;
|
@@ -57571,7 +57816,15 @@ declare const VTextarea: {
|
|
57571
57816
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
57572
57817
|
modelValue?: unknown;
|
57573
57818
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
57574
|
-
}, 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}
|
57819
|
+
}, 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}`> & {
|
57820
|
+
_allExposed: {
|
57821
|
+
reset: () => Promise<void>;
|
57822
|
+
resetValidation: () => Promise<void>;
|
57823
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
57824
|
+
isValid: vue.ComputedRef<boolean | null>;
|
57825
|
+
errorMessages: vue.ComputedRef<string[]>;
|
57826
|
+
} | {};
|
57827
|
+
}, {}, {}, {}, {
|
57575
57828
|
flat: boolean;
|
57576
57829
|
reverse: boolean;
|
57577
57830
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -57955,7 +58208,15 @@ declare const VTextarea: {
|
|
57955
58208
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
57956
58209
|
modelValue?: unknown;
|
57957
58210
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
57958
|
-
}, 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}
|
58211
|
+
}, 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}`> & {
|
58212
|
+
_allExposed: {
|
58213
|
+
reset: () => Promise<void>;
|
58214
|
+
resetValidation: () => Promise<void>;
|
58215
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
58216
|
+
isValid: vue.ComputedRef<boolean | null>;
|
58217
|
+
errorMessages: vue.ComputedRef<string[]>;
|
58218
|
+
} | {};
|
58219
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
57959
58220
|
'click:control': (e: MouseEvent) => true;
|
57960
58221
|
'mousedown:control': (e: MouseEvent) => true;
|
57961
58222
|
'update:focused': (focused: boolean) => true;
|
@@ -58827,7 +59088,17 @@ declare const VTextField: {
|
|
58827
59088
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
58828
59089
|
modelValue?: unknown;
|
58829
59090
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
58830
|
-
}, 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}
|
59091
|
+
}, 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}`> & {
|
59092
|
+
_allExposed: {
|
59093
|
+
reset: () => Promise<void>;
|
59094
|
+
resetValidation: () => Promise<void>;
|
59095
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
59096
|
+
isValid: vue.ComputedRef<boolean | null>;
|
59097
|
+
errorMessages: vue.ComputedRef<string[]>;
|
59098
|
+
} | {
|
59099
|
+
controlRef: vue.Ref<HTMLElement | undefined>;
|
59100
|
+
} | {};
|
59101
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
58831
59102
|
'click:control': (e: MouseEvent) => true;
|
58832
59103
|
'mousedown:control': (e: MouseEvent) => true;
|
58833
59104
|
'update:focused': (focused: boolean) => true;
|
@@ -59595,7 +59866,17 @@ declare const VTextField: {
|
|
59595
59866
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
59596
59867
|
modelValue?: unknown;
|
59597
59868
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
59598
|
-
}, 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}
|
59869
|
+
}, 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}`> & {
|
59870
|
+
_allExposed: {
|
59871
|
+
reset: () => Promise<void>;
|
59872
|
+
resetValidation: () => Promise<void>;
|
59873
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
59874
|
+
isValid: vue.ComputedRef<boolean | null>;
|
59875
|
+
errorMessages: vue.ComputedRef<string[]>;
|
59876
|
+
} | {
|
59877
|
+
controlRef: vue.Ref<HTMLElement | undefined>;
|
59878
|
+
} | {};
|
59879
|
+
}, {}, {}, {}, {
|
59599
59880
|
flat: boolean;
|
59600
59881
|
reverse: boolean;
|
59601
59882
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -60214,7 +60495,17 @@ declare const VTextField: {
|
|
60214
60495
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
60215
60496
|
modelValue?: unknown;
|
60216
60497
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
60217
|
-
}, 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}
|
60498
|
+
}, 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}`> & {
|
60499
|
+
_allExposed: {
|
60500
|
+
reset: () => Promise<void>;
|
60501
|
+
resetValidation: () => Promise<void>;
|
60502
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
60503
|
+
isValid: vue.ComputedRef<boolean | null>;
|
60504
|
+
errorMessages: vue.ComputedRef<string[]>;
|
60505
|
+
} | {
|
60506
|
+
controlRef: vue.Ref<HTMLElement | undefined>;
|
60507
|
+
} | {};
|
60508
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
60218
60509
|
'click:control': (e: MouseEvent) => true;
|
60219
60510
|
'mousedown:control': (e: MouseEvent) => true;
|
60220
60511
|
'update:focused': (focused: boolean) => true;
|
@@ -61928,7 +62219,18 @@ declare const VTooltip: {
|
|
61928
62219
|
globalTop: Readonly<vue.Ref<boolean>>;
|
61929
62220
|
localTop: vue.ComputedRef<boolean>;
|
61930
62221
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
61931
|
-
}> & {} & 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}
|
62222
|
+
}> & {} & 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}`> & {
|
62223
|
+
_allExposed: {
|
62224
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
62225
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
62226
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
62227
|
+
animateClick: () => void;
|
62228
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
62229
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
62230
|
+
localTop: vue.ComputedRef<boolean>;
|
62231
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
62232
|
+
} | {};
|
62233
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
61932
62234
|
'update:modelValue': (value: boolean) => true;
|
61933
62235
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
61934
62236
|
offset: string | number | number[] | undefined;
|
@@ -62582,7 +62884,18 @@ declare const VTooltip: {
|
|
62582
62884
|
globalTop: Readonly<vue.Ref<boolean>>;
|
62583
62885
|
localTop: vue.ComputedRef<boolean>;
|
62584
62886
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
62585
|
-
}> & {} & 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}
|
62887
|
+
}> & {} & 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}`> & {
|
62888
|
+
_allExposed: {
|
62889
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
62890
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
62891
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
62892
|
+
animateClick: () => void;
|
62893
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
62894
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
62895
|
+
localTop: vue.ComputedRef<boolean>;
|
62896
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
62897
|
+
} | {};
|
62898
|
+
}, {}, {}, {}, {
|
62586
62899
|
offset: string | number | number[] | undefined;
|
62587
62900
|
location: Anchor;
|
62588
62901
|
origin: "auto" | Anchor | "overlap";
|
@@ -63144,7 +63457,18 @@ declare const VTooltip: {
|
|
63144
63457
|
globalTop: Readonly<vue.Ref<boolean>>;
|
63145
63458
|
localTop: vue.ComputedRef<boolean>;
|
63146
63459
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
63147
|
-
}> & {} & 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}
|
63460
|
+
}> & {} & 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}`> & {
|
63461
|
+
_allExposed: {
|
63462
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
63463
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
63464
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
63465
|
+
animateClick: () => void;
|
63466
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
63467
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
63468
|
+
localTop: vue.ComputedRef<boolean>;
|
63469
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
63470
|
+
} | {};
|
63471
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
63148
63472
|
'update:modelValue': (value: boolean) => true;
|
63149
63473
|
}, string, {
|
63150
63474
|
offset: string | number | number[] | undefined;
|