@vuetify/nightly 3.8.6-dev.2025-05-21 → 3.8.6-master.2025-05-22
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/CHANGELOG.md +10 -21
- package/dist/json/attributes.json +3598 -3634
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +0 -9
- package/dist/json/web-types.json +6522 -6697
- package/dist/vuetify-labs.cjs +223 -323
- package/dist/vuetify-labs.css +4050 -4078
- package/dist/vuetify-labs.d.ts +1350 -1508
- package/dist/vuetify-labs.esm.js +224 -324
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +223 -323
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +212 -317
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3022 -3050
- package/dist/vuetify.d.ts +517 -667
- package/dist/vuetify.esm.js +213 -318
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +212 -317
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1195 -1200
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +9 -14
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +96 -120
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -18
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +96 -120
- package/lib/components/VCombobox/VCombobox.js +1 -19
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNavigationDrawer/touch.js +2 -4
- package/lib/components/VNavigationDrawer/touch.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +22 -29
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/locationStrategies.js +16 -8
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +96 -120
- package/lib/components/VSelect/VSelect.js +37 -25
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/slider.js +1 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/goto.js +1 -1
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +67 -72
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/box.d.ts +1 -0
- package/lib/util/box.js +27 -0
- package/lib/util/box.js.map +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +5 -7
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
52
52
|
bgColor?: unknown;
|
53
53
|
prependIcon?: unknown;
|
54
54
|
appendIcon?: unknown;
|
55
|
-
iconColor?: unknown;
|
56
55
|
clearIcon?: unknown;
|
57
56
|
prependInnerIcon?: unknown;
|
58
57
|
'onClick:clear'?: unknown;
|
@@ -62,6 +61,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
62
61
|
'onClick:prependInner'?: unknown;
|
63
62
|
centerAffix?: unknown;
|
64
63
|
glow?: unknown;
|
64
|
+
iconColor?: unknown;
|
65
65
|
hideSpinButtons?: unknown;
|
66
66
|
hint?: unknown;
|
67
67
|
persistentHint?: unknown;
|
@@ -381,10 +381,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
381
381
|
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
|
382
382
|
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
|
383
383
|
};
|
384
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
385
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
386
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
387
|
-
};
|
388
384
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
389
385
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
390
386
|
default: string;
|
@@ -433,6 +429,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
433
429
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
434
430
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
435
431
|
};
|
432
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
433
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
434
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
435
|
+
};
|
436
436
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
437
437
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
438
438
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -2249,7 +2249,6 @@ export declare const VAutocomplete: {
|
|
2249
2249
|
bgColor?: string | undefined;
|
2250
2250
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2251
2251
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2252
|
-
iconColor?: string | boolean | undefined;
|
2253
2252
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2254
2253
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2255
2254
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2257,6 +2256,7 @@ export declare const VAutocomplete: {
|
|
2257
2256
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2258
2257
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2259
2258
|
centerAffix?: boolean | undefined;
|
2259
|
+
iconColor?: string | boolean | undefined;
|
2260
2260
|
hint?: string | undefined;
|
2261
2261
|
hideDetails?: boolean | "auto" | undefined;
|
2262
2262
|
suffix?: string | undefined;
|
@@ -2737,7 +2737,6 @@ export declare const VAutocomplete: {
|
|
2737
2737
|
bgColor?: string | undefined;
|
2738
2738
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2739
2739
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2740
|
-
iconColor?: string | boolean | undefined;
|
2741
2740
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2742
2741
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2743
2742
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2746,6 +2745,7 @@ export declare const VAutocomplete: {
|
|
2746
2745
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2747
2746
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2748
2747
|
centerAffix?: boolean | undefined;
|
2748
|
+
iconColor?: string | boolean | undefined;
|
2749
2749
|
hint?: string | undefined;
|
2750
2750
|
hideDetails?: boolean | "auto" | undefined;
|
2751
2751
|
suffix?: string | undefined;
|
@@ -2889,7 +2889,6 @@ export declare const VAutocomplete: {
|
|
2889
2889
|
bgColor?: string | undefined;
|
2890
2890
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2891
2891
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2892
|
-
iconColor?: string | boolean | undefined;
|
2893
2892
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2894
2893
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2895
2894
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2898,6 +2897,7 @@ export declare const VAutocomplete: {
|
|
2898
2897
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2899
2898
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2900
2899
|
centerAffix?: boolean | undefined;
|
2900
|
+
iconColor?: string | boolean | undefined;
|
2901
2901
|
hint?: string | undefined;
|
2902
2902
|
hideDetails?: boolean | "auto" | undefined;
|
2903
2903
|
suffix?: string | undefined;
|
@@ -3012,9 +3012,9 @@ export declare const VAutocomplete: {
|
|
3012
3012
|
baseColor?: string | undefined;
|
3013
3013
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3014
3014
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3015
|
-
iconColor?: string | boolean | undefined;
|
3016
3015
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3017
3016
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3017
|
+
iconColor?: string | boolean | undefined;
|
3018
3018
|
hint?: string | undefined;
|
3019
3019
|
hideDetails?: boolean | "auto" | undefined;
|
3020
3020
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3068,9 +3068,9 @@ export declare const VAutocomplete: {
|
|
3068
3068
|
baseColor?: string | undefined;
|
3069
3069
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3070
3070
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3071
|
-
iconColor?: string | boolean | undefined;
|
3072
3071
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3073
3072
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3073
|
+
iconColor?: string | boolean | undefined;
|
3074
3074
|
hint?: string | undefined;
|
3075
3075
|
hideDetails?: boolean | "auto" | undefined;
|
3076
3076
|
} & {}, {
|
@@ -3171,9 +3171,9 @@ export declare const VAutocomplete: {
|
|
3171
3171
|
baseColor?: string | undefined;
|
3172
3172
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3173
3173
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3174
|
-
iconColor?: string | boolean | undefined;
|
3175
3174
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3176
3175
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3176
|
+
iconColor?: string | boolean | undefined;
|
3177
3177
|
hint?: string | undefined;
|
3178
3178
|
hideDetails?: boolean | "auto" | undefined;
|
3179
3179
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3185,7 +3185,7 @@ export declare const VAutocomplete: {
|
|
3185
3185
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3186
3186
|
modelValue?: unknown;
|
3187
3187
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3188
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
3188
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3189
3189
|
$: import("vue").ComponentInternalInstance;
|
3190
3190
|
$data: {};
|
3191
3191
|
$props: Partial<{
|
@@ -3232,13 +3232,13 @@ export declare const VAutocomplete: {
|
|
3232
3232
|
rounded?: string | number | boolean | undefined;
|
3233
3233
|
baseColor?: string | undefined;
|
3234
3234
|
bgColor?: string | undefined;
|
3235
|
-
iconColor?: string | boolean | undefined;
|
3236
3235
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3237
3236
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3238
3237
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3239
3238
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3240
3239
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3241
3240
|
centerAffix?: boolean | undefined;
|
3241
|
+
iconColor?: string | boolean | undefined;
|
3242
3242
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3243
3243
|
$attrs: {
|
3244
3244
|
[x: string]: unknown;
|
@@ -3291,13 +3291,13 @@ export declare const VAutocomplete: {
|
|
3291
3291
|
rounded?: string | number | boolean | undefined;
|
3292
3292
|
baseColor?: string | undefined;
|
3293
3293
|
bgColor?: string | undefined;
|
3294
|
-
iconColor?: string | boolean | undefined;
|
3295
3294
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3296
3295
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3297
3296
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3298
3297
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3299
3298
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3300
3299
|
centerAffix?: boolean | undefined;
|
3300
|
+
iconColor?: string | boolean | undefined;
|
3301
3301
|
} & {
|
3302
3302
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3303
3303
|
}, {
|
@@ -3401,13 +3401,13 @@ export declare const VAutocomplete: {
|
|
3401
3401
|
rounded?: string | number | boolean | undefined;
|
3402
3402
|
baseColor?: string | undefined;
|
3403
3403
|
bgColor?: string | undefined;
|
3404
|
-
iconColor?: string | boolean | undefined;
|
3405
3404
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3406
3405
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3407
3406
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3408
3407
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3409
3408
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3410
3409
|
centerAffix?: boolean | undefined;
|
3410
|
+
iconColor?: string | boolean | undefined;
|
3411
3411
|
} & {
|
3412
3412
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3413
3413
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3416,7 +3416,7 @@ export declare const VAutocomplete: {
|
|
3416
3416
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3417
3417
|
modelValue?: unknown;
|
3418
3418
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3419
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
3419
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3420
3420
|
_allExposed: {
|
3421
3421
|
reset: () => Promise<void>;
|
3422
3422
|
resetValidation: () => Promise<void>;
|
@@ -3584,7 +3584,6 @@ export declare const VAutocomplete: {
|
|
3584
3584
|
bgColor?: string | undefined;
|
3585
3585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3586
3586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3587
|
-
iconColor?: string | boolean | undefined;
|
3588
3587
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3589
3588
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3590
3589
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3593,6 +3592,7 @@ export declare const VAutocomplete: {
|
|
3593
3592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3594
3593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3595
3594
|
centerAffix?: boolean | undefined;
|
3595
|
+
iconColor?: string | boolean | undefined;
|
3596
3596
|
hint?: string | undefined;
|
3597
3597
|
hideDetails?: boolean | "auto" | undefined;
|
3598
3598
|
suffix?: string | undefined;
|
@@ -3707,9 +3707,9 @@ export declare const VAutocomplete: {
|
|
3707
3707
|
baseColor?: string | undefined;
|
3708
3708
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3709
3709
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3710
|
-
iconColor?: string | boolean | undefined;
|
3711
3710
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3712
3711
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3712
|
+
iconColor?: string | boolean | undefined;
|
3713
3713
|
hint?: string | undefined;
|
3714
3714
|
hideDetails?: boolean | "auto" | undefined;
|
3715
3715
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3763,9 +3763,9 @@ export declare const VAutocomplete: {
|
|
3763
3763
|
baseColor?: string | undefined;
|
3764
3764
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3765
3765
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3766
|
-
iconColor?: string | boolean | undefined;
|
3767
3766
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3768
3767
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3768
|
+
iconColor?: string | boolean | undefined;
|
3769
3769
|
hint?: string | undefined;
|
3770
3770
|
hideDetails?: boolean | "auto" | undefined;
|
3771
3771
|
} & {}, {
|
@@ -3866,9 +3866,9 @@ export declare const VAutocomplete: {
|
|
3866
3866
|
baseColor?: string | undefined;
|
3867
3867
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3868
3868
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3869
|
-
iconColor?: string | boolean | undefined;
|
3870
3869
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3871
3870
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3871
|
+
iconColor?: string | boolean | undefined;
|
3872
3872
|
hint?: string | undefined;
|
3873
3873
|
hideDetails?: boolean | "auto" | undefined;
|
3874
3874
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3880,7 +3880,7 @@ export declare const VAutocomplete: {
|
|
3880
3880
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3881
3881
|
modelValue?: unknown;
|
3882
3882
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3883
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
3883
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3884
3884
|
$: import("vue").ComponentInternalInstance;
|
3885
3885
|
$data: {};
|
3886
3886
|
$props: Partial<{
|
@@ -3927,13 +3927,13 @@ export declare const VAutocomplete: {
|
|
3927
3927
|
rounded?: string | number | boolean | undefined;
|
3928
3928
|
baseColor?: string | undefined;
|
3929
3929
|
bgColor?: string | undefined;
|
3930
|
-
iconColor?: string | boolean | undefined;
|
3931
3930
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3932
3931
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3933
3932
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3934
3933
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3935
3934
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3936
3935
|
centerAffix?: boolean | undefined;
|
3936
|
+
iconColor?: string | boolean | undefined;
|
3937
3937
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3938
3938
|
$attrs: {
|
3939
3939
|
[x: string]: unknown;
|
@@ -3986,13 +3986,13 @@ export declare const VAutocomplete: {
|
|
3986
3986
|
rounded?: string | number | boolean | undefined;
|
3987
3987
|
baseColor?: string | undefined;
|
3988
3988
|
bgColor?: string | undefined;
|
3989
|
-
iconColor?: string | boolean | undefined;
|
3990
3989
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3991
3990
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3992
3991
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3993
3992
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3994
3993
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3995
3994
|
centerAffix?: boolean | undefined;
|
3995
|
+
iconColor?: string | boolean | undefined;
|
3996
3996
|
} & {
|
3997
3997
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3998
3998
|
}, {
|
@@ -4096,13 +4096,13 @@ export declare const VAutocomplete: {
|
|
4096
4096
|
rounded?: string | number | boolean | undefined;
|
4097
4097
|
baseColor?: string | undefined;
|
4098
4098
|
bgColor?: string | undefined;
|
4099
|
-
iconColor?: string | boolean | undefined;
|
4100
4099
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4101
4100
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4102
4101
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4103
4102
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4104
4103
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4105
4104
|
centerAffix?: boolean | undefined;
|
4105
|
+
iconColor?: string | boolean | undefined;
|
4106
4106
|
} & {
|
4107
4107
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4108
4108
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4111,7 +4111,7 @@ export declare const VAutocomplete: {
|
|
4111
4111
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4112
4112
|
modelValue?: unknown;
|
4113
4113
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4114
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
4114
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4115
4115
|
_allExposed: {
|
4116
4116
|
reset: () => Promise<void>;
|
4117
4117
|
resetValidation: () => Promise<void>;
|
@@ -4122,7 +4122,7 @@ export declare const VAutocomplete: {
|
|
4122
4122
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4123
4123
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4124
4124
|
} | {};
|
4125
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
4125
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
4126
4126
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4127
4127
|
$: import("vue").ComponentInternalInstance;
|
4128
4128
|
$data: {};
|
@@ -4173,9 +4173,9 @@ export declare const VAutocomplete: {
|
|
4173
4173
|
baseColor?: string | undefined;
|
4174
4174
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4175
4175
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4176
|
-
iconColor?: string | boolean | undefined;
|
4177
4176
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4178
4177
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4178
|
+
iconColor?: string | boolean | undefined;
|
4179
4179
|
hint?: string | undefined;
|
4180
4180
|
hideDetails?: boolean | "auto" | undefined;
|
4181
4181
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4229,9 +4229,9 @@ export declare const VAutocomplete: {
|
|
4229
4229
|
baseColor?: string | undefined;
|
4230
4230
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4231
4231
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4232
|
-
iconColor?: string | boolean | undefined;
|
4233
4232
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4234
4233
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4234
|
+
iconColor?: string | boolean | undefined;
|
4235
4235
|
hint?: string | undefined;
|
4236
4236
|
hideDetails?: boolean | "auto" | undefined;
|
4237
4237
|
} & {}, {
|
@@ -4332,9 +4332,9 @@ export declare const VAutocomplete: {
|
|
4332
4332
|
baseColor?: string | undefined;
|
4333
4333
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4334
4334
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4335
|
-
iconColor?: string | boolean | undefined;
|
4336
4335
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4337
4336
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4337
|
+
iconColor?: string | boolean | undefined;
|
4338
4338
|
hint?: string | undefined;
|
4339
4339
|
hideDetails?: boolean | "auto" | undefined;
|
4340
4340
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4346,7 +4346,7 @@ export declare const VAutocomplete: {
|
|
4346
4346
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4347
4347
|
modelValue?: unknown;
|
4348
4348
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4349
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
4349
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4350
4350
|
$: import("vue").ComponentInternalInstance;
|
4351
4351
|
$data: {};
|
4352
4352
|
$props: Partial<{
|
@@ -4393,13 +4393,13 @@ export declare const VAutocomplete: {
|
|
4393
4393
|
rounded?: string | number | boolean | undefined;
|
4394
4394
|
baseColor?: string | undefined;
|
4395
4395
|
bgColor?: string | undefined;
|
4396
|
-
iconColor?: string | boolean | undefined;
|
4397
4396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4398
4397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4399
4398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4400
4399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4401
4400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4402
4401
|
centerAffix?: boolean | undefined;
|
4402
|
+
iconColor?: string | boolean | undefined;
|
4403
4403
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4404
4404
|
$attrs: {
|
4405
4405
|
[x: string]: unknown;
|
@@ -4452,13 +4452,13 @@ export declare const VAutocomplete: {
|
|
4452
4452
|
rounded?: string | number | boolean | undefined;
|
4453
4453
|
baseColor?: string | undefined;
|
4454
4454
|
bgColor?: string | undefined;
|
4455
|
-
iconColor?: string | boolean | undefined;
|
4456
4455
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4457
4456
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4458
4457
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4459
4458
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4460
4459
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4461
4460
|
centerAffix?: boolean | undefined;
|
4461
|
+
iconColor?: string | boolean | undefined;
|
4462
4462
|
} & {
|
4463
4463
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4464
4464
|
}, {
|
@@ -4562,13 +4562,13 @@ export declare const VAutocomplete: {
|
|
4562
4562
|
rounded?: string | number | boolean | undefined;
|
4563
4563
|
baseColor?: string | undefined;
|
4564
4564
|
bgColor?: string | undefined;
|
4565
|
-
iconColor?: string | boolean | undefined;
|
4566
4565
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4567
4566
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4568
4567
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4569
4568
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4570
4569
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4571
4570
|
centerAffix?: boolean | undefined;
|
4571
|
+
iconColor?: string | boolean | undefined;
|
4572
4572
|
} & {
|
4573
4573
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4574
4574
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4577,7 +4577,7 @@ export declare const VAutocomplete: {
|
|
4577
4577
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4578
4578
|
modelValue?: unknown;
|
4579
4579
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4580
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
4580
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4581
4581
|
_allExposed: {
|
4582
4582
|
reset: () => Promise<void>;
|
4583
4583
|
resetValidation: () => Promise<void>;
|
@@ -4603,7 +4603,7 @@ export declare const VAutocomplete: {
|
|
4603
4603
|
'update:search': (value: any) => true;
|
4604
4604
|
'update:modelValue': (value: any) => true;
|
4605
4605
|
'update:menu': (value: boolean) => true;
|
4606
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
4606
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
4607
4607
|
flat: boolean;
|
4608
4608
|
reverse: boolean;
|
4609
4609
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4682,14 +4682,6 @@ export declare const VAutocomplete: {
|
|
4682
4682
|
item: ListItem<unknown>;
|
4683
4683
|
index: number;
|
4684
4684
|
}) => import("vue").VNode[];
|
4685
|
-
subheader: (arg: {
|
4686
|
-
props: Record<string, unknown>;
|
4687
|
-
index: number;
|
4688
|
-
}) => import("vue").VNode[];
|
4689
|
-
divider: (arg: {
|
4690
|
-
props: Record<string, unknown>;
|
4691
|
-
index: number;
|
4692
|
-
}) => import("vue").VNode[];
|
4693
4685
|
'prepend-item': () => import("vue").VNode[];
|
4694
4686
|
'append-item': () => import("vue").VNode[];
|
4695
4687
|
'no-data': () => import("vue").VNode[];
|
@@ -4773,7 +4765,6 @@ export declare const VAutocomplete: {
|
|
4773
4765
|
bgColor?: string | undefined;
|
4774
4766
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4775
4767
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4776
|
-
iconColor?: string | boolean | undefined;
|
4777
4768
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4778
4769
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4779
4770
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4781,6 +4772,7 @@ export declare const VAutocomplete: {
|
|
4781
4772
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4782
4773
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4783
4774
|
centerAffix?: boolean | undefined;
|
4775
|
+
iconColor?: string | boolean | undefined;
|
4784
4776
|
hint?: string | undefined;
|
4785
4777
|
hideDetails?: boolean | "auto" | undefined;
|
4786
4778
|
suffix?: string | undefined;
|
@@ -5261,7 +5253,6 @@ export declare const VAutocomplete: {
|
|
5261
5253
|
bgColor?: string | undefined;
|
5262
5254
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5263
5255
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5264
|
-
iconColor?: string | boolean | undefined;
|
5265
5256
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5266
5257
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5267
5258
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5270,6 +5261,7 @@ export declare const VAutocomplete: {
|
|
5270
5261
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5271
5262
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5272
5263
|
centerAffix?: boolean | undefined;
|
5264
|
+
iconColor?: string | boolean | undefined;
|
5273
5265
|
hint?: string | undefined;
|
5274
5266
|
hideDetails?: boolean | "auto" | undefined;
|
5275
5267
|
suffix?: string | undefined;
|
@@ -5413,7 +5405,6 @@ export declare const VAutocomplete: {
|
|
5413
5405
|
bgColor?: string | undefined;
|
5414
5406
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5415
5407
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5416
|
-
iconColor?: string | boolean | undefined;
|
5417
5408
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5418
5409
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5419
5410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5422,6 +5413,7 @@ export declare const VAutocomplete: {
|
|
5422
5413
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5423
5414
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5424
5415
|
centerAffix?: boolean | undefined;
|
5416
|
+
iconColor?: string | boolean | undefined;
|
5425
5417
|
hint?: string | undefined;
|
5426
5418
|
hideDetails?: boolean | "auto" | undefined;
|
5427
5419
|
suffix?: string | undefined;
|
@@ -5536,9 +5528,9 @@ export declare const VAutocomplete: {
|
|
5536
5528
|
baseColor?: string | undefined;
|
5537
5529
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5538
5530
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5539
|
-
iconColor?: string | boolean | undefined;
|
5540
5531
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5541
5532
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5533
|
+
iconColor?: string | boolean | undefined;
|
5542
5534
|
hint?: string | undefined;
|
5543
5535
|
hideDetails?: boolean | "auto" | undefined;
|
5544
5536
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5592,9 +5584,9 @@ export declare const VAutocomplete: {
|
|
5592
5584
|
baseColor?: string | undefined;
|
5593
5585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5594
5586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5595
|
-
iconColor?: string | boolean | undefined;
|
5596
5587
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5597
5588
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5589
|
+
iconColor?: string | boolean | undefined;
|
5598
5590
|
hint?: string | undefined;
|
5599
5591
|
hideDetails?: boolean | "auto" | undefined;
|
5600
5592
|
} & {}, {
|
@@ -5695,9 +5687,9 @@ export declare const VAutocomplete: {
|
|
5695
5687
|
baseColor?: string | undefined;
|
5696
5688
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5697
5689
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5698
|
-
iconColor?: string | boolean | undefined;
|
5699
5690
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5700
5691
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5692
|
+
iconColor?: string | boolean | undefined;
|
5701
5693
|
hint?: string | undefined;
|
5702
5694
|
hideDetails?: boolean | "auto" | undefined;
|
5703
5695
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5709,7 +5701,7 @@ export declare const VAutocomplete: {
|
|
5709
5701
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5710
5702
|
modelValue?: unknown;
|
5711
5703
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5712
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
5704
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5713
5705
|
$: import("vue").ComponentInternalInstance;
|
5714
5706
|
$data: {};
|
5715
5707
|
$props: Partial<{
|
@@ -5756,13 +5748,13 @@ export declare const VAutocomplete: {
|
|
5756
5748
|
rounded?: string | number | boolean | undefined;
|
5757
5749
|
baseColor?: string | undefined;
|
5758
5750
|
bgColor?: string | undefined;
|
5759
|
-
iconColor?: string | boolean | undefined;
|
5760
5751
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5761
5752
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5762
5753
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5763
5754
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5764
5755
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5765
5756
|
centerAffix?: boolean | undefined;
|
5757
|
+
iconColor?: string | boolean | undefined;
|
5766
5758
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5767
5759
|
$attrs: {
|
5768
5760
|
[x: string]: unknown;
|
@@ -5815,13 +5807,13 @@ export declare const VAutocomplete: {
|
|
5815
5807
|
rounded?: string | number | boolean | undefined;
|
5816
5808
|
baseColor?: string | undefined;
|
5817
5809
|
bgColor?: string | undefined;
|
5818
|
-
iconColor?: string | boolean | undefined;
|
5819
5810
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5820
5811
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5821
5812
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5822
5813
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5823
5814
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5824
5815
|
centerAffix?: boolean | undefined;
|
5816
|
+
iconColor?: string | boolean | undefined;
|
5825
5817
|
} & {
|
5826
5818
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5827
5819
|
}, {
|
@@ -5925,13 +5917,13 @@ export declare const VAutocomplete: {
|
|
5925
5917
|
rounded?: string | number | boolean | undefined;
|
5926
5918
|
baseColor?: string | undefined;
|
5927
5919
|
bgColor?: string | undefined;
|
5928
|
-
iconColor?: string | boolean | undefined;
|
5929
5920
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5930
5921
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5931
5922
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5932
5923
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5933
5924
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5934
5925
|
centerAffix?: boolean | undefined;
|
5926
|
+
iconColor?: string | boolean | undefined;
|
5935
5927
|
} & {
|
5936
5928
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5937
5929
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5940,7 +5932,7 @@ export declare const VAutocomplete: {
|
|
5940
5932
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5941
5933
|
modelValue?: unknown;
|
5942
5934
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5943
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
5935
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5944
5936
|
_allExposed: {
|
5945
5937
|
reset: () => Promise<void>;
|
5946
5938
|
resetValidation: () => Promise<void>;
|
@@ -6108,7 +6100,6 @@ export declare const VAutocomplete: {
|
|
6108
6100
|
bgColor?: string | undefined;
|
6109
6101
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6110
6102
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6111
|
-
iconColor?: string | boolean | undefined;
|
6112
6103
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6113
6104
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6114
6105
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6117,6 +6108,7 @@ export declare const VAutocomplete: {
|
|
6117
6108
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6118
6109
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6119
6110
|
centerAffix?: boolean | undefined;
|
6111
|
+
iconColor?: string | boolean | undefined;
|
6120
6112
|
hint?: string | undefined;
|
6121
6113
|
hideDetails?: boolean | "auto" | undefined;
|
6122
6114
|
suffix?: string | undefined;
|
@@ -6231,9 +6223,9 @@ export declare const VAutocomplete: {
|
|
6231
6223
|
baseColor?: string | undefined;
|
6232
6224
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6233
6225
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6234
|
-
iconColor?: string | boolean | undefined;
|
6235
6226
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6236
6227
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6228
|
+
iconColor?: string | boolean | undefined;
|
6237
6229
|
hint?: string | undefined;
|
6238
6230
|
hideDetails?: boolean | "auto" | undefined;
|
6239
6231
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6287,9 +6279,9 @@ export declare const VAutocomplete: {
|
|
6287
6279
|
baseColor?: string | undefined;
|
6288
6280
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6289
6281
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6290
|
-
iconColor?: string | boolean | undefined;
|
6291
6282
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6292
6283
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6284
|
+
iconColor?: string | boolean | undefined;
|
6293
6285
|
hint?: string | undefined;
|
6294
6286
|
hideDetails?: boolean | "auto" | undefined;
|
6295
6287
|
} & {}, {
|
@@ -6390,9 +6382,9 @@ export declare const VAutocomplete: {
|
|
6390
6382
|
baseColor?: string | undefined;
|
6391
6383
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6392
6384
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6393
|
-
iconColor?: string | boolean | undefined;
|
6394
6385
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6395
6386
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6387
|
+
iconColor?: string | boolean | undefined;
|
6396
6388
|
hint?: string | undefined;
|
6397
6389
|
hideDetails?: boolean | "auto" | undefined;
|
6398
6390
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6404,7 +6396,7 @@ export declare const VAutocomplete: {
|
|
6404
6396
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6405
6397
|
modelValue?: unknown;
|
6406
6398
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6407
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
6399
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6408
6400
|
$: import("vue").ComponentInternalInstance;
|
6409
6401
|
$data: {};
|
6410
6402
|
$props: Partial<{
|
@@ -6451,13 +6443,13 @@ export declare const VAutocomplete: {
|
|
6451
6443
|
rounded?: string | number | boolean | undefined;
|
6452
6444
|
baseColor?: string | undefined;
|
6453
6445
|
bgColor?: string | undefined;
|
6454
|
-
iconColor?: string | boolean | undefined;
|
6455
6446
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6456
6447
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6457
6448
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6458
6449
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6459
6450
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6460
6451
|
centerAffix?: boolean | undefined;
|
6452
|
+
iconColor?: string | boolean | undefined;
|
6461
6453
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6462
6454
|
$attrs: {
|
6463
6455
|
[x: string]: unknown;
|
@@ -6510,13 +6502,13 @@ export declare const VAutocomplete: {
|
|
6510
6502
|
rounded?: string | number | boolean | undefined;
|
6511
6503
|
baseColor?: string | undefined;
|
6512
6504
|
bgColor?: string | undefined;
|
6513
|
-
iconColor?: string | boolean | undefined;
|
6514
6505
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6515
6506
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6516
6507
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6517
6508
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6518
6509
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6519
6510
|
centerAffix?: boolean | undefined;
|
6511
|
+
iconColor?: string | boolean | undefined;
|
6520
6512
|
} & {
|
6521
6513
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6522
6514
|
}, {
|
@@ -6620,13 +6612,13 @@ export declare const VAutocomplete: {
|
|
6620
6612
|
rounded?: string | number | boolean | undefined;
|
6621
6613
|
baseColor?: string | undefined;
|
6622
6614
|
bgColor?: string | undefined;
|
6623
|
-
iconColor?: string | boolean | undefined;
|
6624
6615
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6625
6616
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6626
6617
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6627
6618
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6628
6619
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6629
6620
|
centerAffix?: boolean | undefined;
|
6621
|
+
iconColor?: string | boolean | undefined;
|
6630
6622
|
} & {
|
6631
6623
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6632
6624
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6635,7 +6627,7 @@ export declare const VAutocomplete: {
|
|
6635
6627
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6636
6628
|
modelValue?: unknown;
|
6637
6629
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6638
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
6630
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6639
6631
|
_allExposed: {
|
6640
6632
|
reset: () => Promise<void>;
|
6641
6633
|
resetValidation: () => Promise<void>;
|
@@ -6646,7 +6638,7 @@ export declare const VAutocomplete: {
|
|
6646
6638
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6647
6639
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6648
6640
|
} | {};
|
6649
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
6641
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
6650
6642
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6651
6643
|
$: import("vue").ComponentInternalInstance;
|
6652
6644
|
$data: {};
|
@@ -6697,9 +6689,9 @@ export declare const VAutocomplete: {
|
|
6697
6689
|
baseColor?: string | undefined;
|
6698
6690
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6699
6691
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6700
|
-
iconColor?: string | boolean | undefined;
|
6701
6692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6702
6693
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6694
|
+
iconColor?: string | boolean | undefined;
|
6703
6695
|
hint?: string | undefined;
|
6704
6696
|
hideDetails?: boolean | "auto" | undefined;
|
6705
6697
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6753,9 +6745,9 @@ export declare const VAutocomplete: {
|
|
6753
6745
|
baseColor?: string | undefined;
|
6754
6746
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6755
6747
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6756
|
-
iconColor?: string | boolean | undefined;
|
6757
6748
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6758
6749
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6750
|
+
iconColor?: string | boolean | undefined;
|
6759
6751
|
hint?: string | undefined;
|
6760
6752
|
hideDetails?: boolean | "auto" | undefined;
|
6761
6753
|
} & {}, {
|
@@ -6856,9 +6848,9 @@ export declare const VAutocomplete: {
|
|
6856
6848
|
baseColor?: string | undefined;
|
6857
6849
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6858
6850
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6859
|
-
iconColor?: string | boolean | undefined;
|
6860
6851
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6861
6852
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6853
|
+
iconColor?: string | boolean | undefined;
|
6862
6854
|
hint?: string | undefined;
|
6863
6855
|
hideDetails?: boolean | "auto" | undefined;
|
6864
6856
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6870,7 +6862,7 @@ export declare const VAutocomplete: {
|
|
6870
6862
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6871
6863
|
modelValue?: unknown;
|
6872
6864
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6873
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
6865
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6874
6866
|
$: import("vue").ComponentInternalInstance;
|
6875
6867
|
$data: {};
|
6876
6868
|
$props: Partial<{
|
@@ -6917,13 +6909,13 @@ export declare const VAutocomplete: {
|
|
6917
6909
|
rounded?: string | number | boolean | undefined;
|
6918
6910
|
baseColor?: string | undefined;
|
6919
6911
|
bgColor?: string | undefined;
|
6920
|
-
iconColor?: string | boolean | undefined;
|
6921
6912
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6922
6913
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6923
6914
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6924
6915
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6925
6916
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6926
6917
|
centerAffix?: boolean | undefined;
|
6918
|
+
iconColor?: string | boolean | undefined;
|
6927
6919
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6928
6920
|
$attrs: {
|
6929
6921
|
[x: string]: unknown;
|
@@ -6976,13 +6968,13 @@ export declare const VAutocomplete: {
|
|
6976
6968
|
rounded?: string | number | boolean | undefined;
|
6977
6969
|
baseColor?: string | undefined;
|
6978
6970
|
bgColor?: string | undefined;
|
6979
|
-
iconColor?: string | boolean | undefined;
|
6980
6971
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6981
6972
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6982
6973
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6983
6974
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6984
6975
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6985
6976
|
centerAffix?: boolean | undefined;
|
6977
|
+
iconColor?: string | boolean | undefined;
|
6986
6978
|
} & {
|
6987
6979
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6988
6980
|
}, {
|
@@ -7086,13 +7078,13 @@ export declare const VAutocomplete: {
|
|
7086
7078
|
rounded?: string | number | boolean | undefined;
|
7087
7079
|
baseColor?: string | undefined;
|
7088
7080
|
bgColor?: string | undefined;
|
7089
|
-
iconColor?: string | boolean | undefined;
|
7090
7081
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7091
7082
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7092
7083
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7093
7084
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7094
7085
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7095
7086
|
centerAffix?: boolean | undefined;
|
7087
|
+
iconColor?: string | boolean | undefined;
|
7096
7088
|
} & {
|
7097
7089
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7098
7090
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7101,7 +7093,7 @@ export declare const VAutocomplete: {
|
|
7101
7093
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7102
7094
|
modelValue?: unknown;
|
7103
7095
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7104
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
7096
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7105
7097
|
_allExposed: {
|
7106
7098
|
reset: () => Promise<void>;
|
7107
7099
|
resetValidation: () => Promise<void>;
|
@@ -7249,7 +7241,6 @@ export declare const VAutocomplete: {
|
|
7249
7241
|
bgColor?: string | undefined;
|
7250
7242
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7251
7243
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7252
|
-
iconColor?: string | boolean | undefined;
|
7253
7244
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7254
7245
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7255
7246
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7257,6 +7248,7 @@ export declare const VAutocomplete: {
|
|
7257
7248
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7258
7249
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7259
7250
|
centerAffix?: boolean | undefined;
|
7251
|
+
iconColor?: string | boolean | undefined;
|
7260
7252
|
hint?: string | undefined;
|
7261
7253
|
hideDetails?: boolean | "auto" | undefined;
|
7262
7254
|
suffix?: string | undefined;
|
@@ -7737,7 +7729,6 @@ export declare const VAutocomplete: {
|
|
7737
7729
|
bgColor?: string | undefined;
|
7738
7730
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7739
7731
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7740
|
-
iconColor?: string | boolean | undefined;
|
7741
7732
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7742
7733
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7743
7734
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7746,6 +7737,7 @@ export declare const VAutocomplete: {
|
|
7746
7737
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7747
7738
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7748
7739
|
centerAffix?: boolean | undefined;
|
7740
|
+
iconColor?: string | boolean | undefined;
|
7749
7741
|
hint?: string | undefined;
|
7750
7742
|
hideDetails?: boolean | "auto" | undefined;
|
7751
7743
|
suffix?: string | undefined;
|
@@ -7889,7 +7881,6 @@ export declare const VAutocomplete: {
|
|
7889
7881
|
bgColor?: string | undefined;
|
7890
7882
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7891
7883
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7892
|
-
iconColor?: string | boolean | undefined;
|
7893
7884
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7894
7885
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7895
7886
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7898,6 +7889,7 @@ export declare const VAutocomplete: {
|
|
7898
7889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7899
7890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7900
7891
|
centerAffix?: boolean | undefined;
|
7892
|
+
iconColor?: string | boolean | undefined;
|
7901
7893
|
hint?: string | undefined;
|
7902
7894
|
hideDetails?: boolean | "auto" | undefined;
|
7903
7895
|
suffix?: string | undefined;
|
@@ -8012,9 +8004,9 @@ export declare const VAutocomplete: {
|
|
8012
8004
|
baseColor?: string | undefined;
|
8013
8005
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8014
8006
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8015
|
-
iconColor?: string | boolean | undefined;
|
8016
8007
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8017
8008
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8009
|
+
iconColor?: string | boolean | undefined;
|
8018
8010
|
hint?: string | undefined;
|
8019
8011
|
hideDetails?: boolean | "auto" | undefined;
|
8020
8012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8068,9 +8060,9 @@ export declare const VAutocomplete: {
|
|
8068
8060
|
baseColor?: string | undefined;
|
8069
8061
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8070
8062
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8071
|
-
iconColor?: string | boolean | undefined;
|
8072
8063
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8073
8064
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8065
|
+
iconColor?: string | boolean | undefined;
|
8074
8066
|
hint?: string | undefined;
|
8075
8067
|
hideDetails?: boolean | "auto" | undefined;
|
8076
8068
|
} & {}, {
|
@@ -8171,9 +8163,9 @@ export declare const VAutocomplete: {
|
|
8171
8163
|
baseColor?: string | undefined;
|
8172
8164
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8173
8165
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8174
|
-
iconColor?: string | boolean | undefined;
|
8175
8166
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8176
8167
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8168
|
+
iconColor?: string | boolean | undefined;
|
8177
8169
|
hint?: string | undefined;
|
8178
8170
|
hideDetails?: boolean | "auto" | undefined;
|
8179
8171
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8185,7 +8177,7 @@ export declare const VAutocomplete: {
|
|
8185
8177
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8186
8178
|
modelValue?: unknown;
|
8187
8179
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8188
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
8180
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8189
8181
|
$: import("vue").ComponentInternalInstance;
|
8190
8182
|
$data: {};
|
8191
8183
|
$props: Partial<{
|
@@ -8232,13 +8224,13 @@ export declare const VAutocomplete: {
|
|
8232
8224
|
rounded?: string | number | boolean | undefined;
|
8233
8225
|
baseColor?: string | undefined;
|
8234
8226
|
bgColor?: string | undefined;
|
8235
|
-
iconColor?: string | boolean | undefined;
|
8236
8227
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8237
8228
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8238
8229
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8239
8230
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8240
8231
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8241
8232
|
centerAffix?: boolean | undefined;
|
8233
|
+
iconColor?: string | boolean | undefined;
|
8242
8234
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8243
8235
|
$attrs: {
|
8244
8236
|
[x: string]: unknown;
|
@@ -8291,13 +8283,13 @@ export declare const VAutocomplete: {
|
|
8291
8283
|
rounded?: string | number | boolean | undefined;
|
8292
8284
|
baseColor?: string | undefined;
|
8293
8285
|
bgColor?: string | undefined;
|
8294
|
-
iconColor?: string | boolean | undefined;
|
8295
8286
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8296
8287
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8297
8288
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8298
8289
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8299
8290
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8300
8291
|
centerAffix?: boolean | undefined;
|
8292
|
+
iconColor?: string | boolean | undefined;
|
8301
8293
|
} & {
|
8302
8294
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8303
8295
|
}, {
|
@@ -8401,13 +8393,13 @@ export declare const VAutocomplete: {
|
|
8401
8393
|
rounded?: string | number | boolean | undefined;
|
8402
8394
|
baseColor?: string | undefined;
|
8403
8395
|
bgColor?: string | undefined;
|
8404
|
-
iconColor?: string | boolean | undefined;
|
8405
8396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8406
8397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8407
8398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8408
8399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8409
8400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8410
8401
|
centerAffix?: boolean | undefined;
|
8402
|
+
iconColor?: string | boolean | undefined;
|
8411
8403
|
} & {
|
8412
8404
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8413
8405
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8416,7 +8408,7 @@ export declare const VAutocomplete: {
|
|
8416
8408
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8417
8409
|
modelValue?: unknown;
|
8418
8410
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8419
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
8411
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8420
8412
|
_allExposed: {
|
8421
8413
|
reset: () => Promise<void>;
|
8422
8414
|
resetValidation: () => Promise<void>;
|
@@ -8584,7 +8576,6 @@ export declare const VAutocomplete: {
|
|
8584
8576
|
bgColor?: string | undefined;
|
8585
8577
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8586
8578
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8587
|
-
iconColor?: string | boolean | undefined;
|
8588
8579
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8589
8580
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8590
8581
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8593,6 +8584,7 @@ export declare const VAutocomplete: {
|
|
8593
8584
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8594
8585
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8595
8586
|
centerAffix?: boolean | undefined;
|
8587
|
+
iconColor?: string | boolean | undefined;
|
8596
8588
|
hint?: string | undefined;
|
8597
8589
|
hideDetails?: boolean | "auto" | undefined;
|
8598
8590
|
suffix?: string | undefined;
|
@@ -8707,9 +8699,9 @@ export declare const VAutocomplete: {
|
|
8707
8699
|
baseColor?: string | undefined;
|
8708
8700
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8709
8701
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8710
|
-
iconColor?: string | boolean | undefined;
|
8711
8702
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8712
8703
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8704
|
+
iconColor?: string | boolean | undefined;
|
8713
8705
|
hint?: string | undefined;
|
8714
8706
|
hideDetails?: boolean | "auto" | undefined;
|
8715
8707
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8763,9 +8755,9 @@ export declare const VAutocomplete: {
|
|
8763
8755
|
baseColor?: string | undefined;
|
8764
8756
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8765
8757
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8766
|
-
iconColor?: string | boolean | undefined;
|
8767
8758
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8768
8759
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8760
|
+
iconColor?: string | boolean | undefined;
|
8769
8761
|
hint?: string | undefined;
|
8770
8762
|
hideDetails?: boolean | "auto" | undefined;
|
8771
8763
|
} & {}, {
|
@@ -8866,9 +8858,9 @@ export declare const VAutocomplete: {
|
|
8866
8858
|
baseColor?: string | undefined;
|
8867
8859
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8868
8860
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8869
|
-
iconColor?: string | boolean | undefined;
|
8870
8861
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8871
8862
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8863
|
+
iconColor?: string | boolean | undefined;
|
8872
8864
|
hint?: string | undefined;
|
8873
8865
|
hideDetails?: boolean | "auto" | undefined;
|
8874
8866
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8880,7 +8872,7 @@ export declare const VAutocomplete: {
|
|
8880
8872
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8881
8873
|
modelValue?: unknown;
|
8882
8874
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8883
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
8875
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8884
8876
|
$: import("vue").ComponentInternalInstance;
|
8885
8877
|
$data: {};
|
8886
8878
|
$props: Partial<{
|
@@ -8927,13 +8919,13 @@ export declare const VAutocomplete: {
|
|
8927
8919
|
rounded?: string | number | boolean | undefined;
|
8928
8920
|
baseColor?: string | undefined;
|
8929
8921
|
bgColor?: string | undefined;
|
8930
|
-
iconColor?: string | boolean | undefined;
|
8931
8922
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8932
8923
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8933
8924
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8934
8925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8935
8926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8936
8927
|
centerAffix?: boolean | undefined;
|
8928
|
+
iconColor?: string | boolean | undefined;
|
8937
8929
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8938
8930
|
$attrs: {
|
8939
8931
|
[x: string]: unknown;
|
@@ -8986,13 +8978,13 @@ export declare const VAutocomplete: {
|
|
8986
8978
|
rounded?: string | number | boolean | undefined;
|
8987
8979
|
baseColor?: string | undefined;
|
8988
8980
|
bgColor?: string | undefined;
|
8989
|
-
iconColor?: string | boolean | undefined;
|
8990
8981
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8991
8982
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8992
8983
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8993
8984
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8994
8985
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8995
8986
|
centerAffix?: boolean | undefined;
|
8987
|
+
iconColor?: string | boolean | undefined;
|
8996
8988
|
} & {
|
8997
8989
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8998
8990
|
}, {
|
@@ -9096,13 +9088,13 @@ export declare const VAutocomplete: {
|
|
9096
9088
|
rounded?: string | number | boolean | undefined;
|
9097
9089
|
baseColor?: string | undefined;
|
9098
9090
|
bgColor?: string | undefined;
|
9099
|
-
iconColor?: string | boolean | undefined;
|
9100
9091
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9101
9092
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9102
9093
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9103
9094
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9104
9095
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9105
9096
|
centerAffix?: boolean | undefined;
|
9097
|
+
iconColor?: string | boolean | undefined;
|
9106
9098
|
} & {
|
9107
9099
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9108
9100
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9111,7 +9103,7 @@ export declare const VAutocomplete: {
|
|
9111
9103
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9112
9104
|
modelValue?: unknown;
|
9113
9105
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9114
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
9106
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9115
9107
|
_allExposed: {
|
9116
9108
|
reset: () => Promise<void>;
|
9117
9109
|
resetValidation: () => Promise<void>;
|
@@ -9122,7 +9114,7 @@ export declare const VAutocomplete: {
|
|
9122
9114
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9123
9115
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9124
9116
|
} | {};
|
9125
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
9117
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
9126
9118
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9127
9119
|
$: import("vue").ComponentInternalInstance;
|
9128
9120
|
$data: {};
|
@@ -9173,9 +9165,9 @@ export declare const VAutocomplete: {
|
|
9173
9165
|
baseColor?: string | undefined;
|
9174
9166
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9175
9167
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9176
|
-
iconColor?: string | boolean | undefined;
|
9177
9168
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9178
9169
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9170
|
+
iconColor?: string | boolean | undefined;
|
9179
9171
|
hint?: string | undefined;
|
9180
9172
|
hideDetails?: boolean | "auto" | undefined;
|
9181
9173
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9229,9 +9221,9 @@ export declare const VAutocomplete: {
|
|
9229
9221
|
baseColor?: string | undefined;
|
9230
9222
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9231
9223
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9232
|
-
iconColor?: string | boolean | undefined;
|
9233
9224
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9234
9225
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9226
|
+
iconColor?: string | boolean | undefined;
|
9235
9227
|
hint?: string | undefined;
|
9236
9228
|
hideDetails?: boolean | "auto" | undefined;
|
9237
9229
|
} & {}, {
|
@@ -9332,9 +9324,9 @@ export declare const VAutocomplete: {
|
|
9332
9324
|
baseColor?: string | undefined;
|
9333
9325
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9334
9326
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9335
|
-
iconColor?: string | boolean | undefined;
|
9336
9327
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9337
9328
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9329
|
+
iconColor?: string | boolean | undefined;
|
9338
9330
|
hint?: string | undefined;
|
9339
9331
|
hideDetails?: boolean | "auto" | undefined;
|
9340
9332
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9346,7 +9338,7 @@ export declare const VAutocomplete: {
|
|
9346
9338
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9347
9339
|
modelValue?: unknown;
|
9348
9340
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9349
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
9341
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
9350
9342
|
$: import("vue").ComponentInternalInstance;
|
9351
9343
|
$data: {};
|
9352
9344
|
$props: Partial<{
|
@@ -9393,13 +9385,13 @@ export declare const VAutocomplete: {
|
|
9393
9385
|
rounded?: string | number | boolean | undefined;
|
9394
9386
|
baseColor?: string | undefined;
|
9395
9387
|
bgColor?: string | undefined;
|
9396
|
-
iconColor?: string | boolean | undefined;
|
9397
9388
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9398
9389
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9399
9390
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9400
9391
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9401
9392
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9402
9393
|
centerAffix?: boolean | undefined;
|
9394
|
+
iconColor?: string | boolean | undefined;
|
9403
9395
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
9404
9396
|
$attrs: {
|
9405
9397
|
[x: string]: unknown;
|
@@ -9452,13 +9444,13 @@ export declare const VAutocomplete: {
|
|
9452
9444
|
rounded?: string | number | boolean | undefined;
|
9453
9445
|
baseColor?: string | undefined;
|
9454
9446
|
bgColor?: string | undefined;
|
9455
|
-
iconColor?: string | boolean | undefined;
|
9456
9447
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9457
9448
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9458
9449
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9459
9450
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9460
9451
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9461
9452
|
centerAffix?: boolean | undefined;
|
9453
|
+
iconColor?: string | boolean | undefined;
|
9462
9454
|
} & {
|
9463
9455
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9464
9456
|
}, {
|
@@ -9562,13 +9554,13 @@ export declare const VAutocomplete: {
|
|
9562
9554
|
rounded?: string | number | boolean | undefined;
|
9563
9555
|
baseColor?: string | undefined;
|
9564
9556
|
bgColor?: string | undefined;
|
9565
|
-
iconColor?: string | boolean | undefined;
|
9566
9557
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9567
9558
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9568
9559
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9569
9560
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9570
9561
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9571
9562
|
centerAffix?: boolean | undefined;
|
9563
|
+
iconColor?: string | boolean | undefined;
|
9572
9564
|
} & {
|
9573
9565
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9574
9566
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9577,7 +9569,7 @@ export declare const VAutocomplete: {
|
|
9577
9569
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9578
9570
|
modelValue?: unknown;
|
9579
9571
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9580
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
9572
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9581
9573
|
_allExposed: {
|
9582
9574
|
reset: () => Promise<void>;
|
9583
9575
|
resetValidation: () => Promise<void>;
|
@@ -9603,7 +9595,7 @@ export declare const VAutocomplete: {
|
|
9603
9595
|
'update:search': (value: any) => true;
|
9604
9596
|
'update:modelValue': (value: any) => true;
|
9605
9597
|
'update:menu': (value: boolean) => true;
|
9606
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
9598
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
9607
9599
|
flat: boolean;
|
9608
9600
|
reverse: boolean;
|
9609
9601
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -9682,14 +9674,6 @@ export declare const VAutocomplete: {
|
|
9682
9674
|
item: ListItem<unknown>;
|
9683
9675
|
index: number;
|
9684
9676
|
}) => import("vue").VNode[];
|
9685
|
-
subheader: (arg: {
|
9686
|
-
props: Record<string, unknown>;
|
9687
|
-
index: number;
|
9688
|
-
}) => import("vue").VNode[];
|
9689
|
-
divider: (arg: {
|
9690
|
-
props: Record<string, unknown>;
|
9691
|
-
index: number;
|
9692
|
-
}) => import("vue").VNode[];
|
9693
9677
|
'prepend-item': () => import("vue").VNode[];
|
9694
9678
|
'append-item': () => import("vue").VNode[];
|
9695
9679
|
'no-data': () => import("vue").VNode[];
|
@@ -9717,14 +9701,6 @@ export declare const VAutocomplete: {
|
|
9717
9701
|
item: ListItem<Item>;
|
9718
9702
|
index: number;
|
9719
9703
|
};
|
9720
|
-
subheader: {
|
9721
|
-
props: Record<string, unknown>;
|
9722
|
-
index: number;
|
9723
|
-
};
|
9724
|
-
divider: {
|
9725
|
-
props: Record<string, unknown>;
|
9726
|
-
index: number;
|
9727
|
-
};
|
9728
9704
|
"prepend-item": never;
|
9729
9705
|
"append-item": never;
|
9730
9706
|
"no-data": never;
|
@@ -9822,7 +9798,6 @@ export declare const VAutocomplete: {
|
|
9822
9798
|
bgColor: StringConstructor;
|
9823
9799
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9824
9800
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9825
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9826
9801
|
clearIcon: {
|
9827
9802
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9828
9803
|
default: string;
|
@@ -9838,6 +9813,7 @@ export declare const VAutocomplete: {
|
|
9838
9813
|
default: undefined;
|
9839
9814
|
};
|
9840
9815
|
glow: BooleanConstructor;
|
9816
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9841
9817
|
hideSpinButtons: BooleanConstructor;
|
9842
9818
|
hint: StringConstructor;
|
9843
9819
|
persistentHint: BooleanConstructor;
|
@@ -10016,7 +9992,6 @@ export declare const VAutocomplete: {
|
|
10016
9992
|
bgColor: StringConstructor;
|
10017
9993
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10018
9994
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10019
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
10020
9995
|
clearIcon: {
|
10021
9996
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
10022
9997
|
default: string;
|
@@ -10032,6 +10007,7 @@ export declare const VAutocomplete: {
|
|
10032
10007
|
default: undefined;
|
10033
10008
|
};
|
10034
10009
|
glow: BooleanConstructor;
|
10010
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10035
10011
|
hideSpinButtons: BooleanConstructor;
|
10036
10012
|
hint: StringConstructor;
|
10037
10013
|
persistentHint: BooleanConstructor;
|