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