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