@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-master.2025-05-29
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 +5 -24
- package/dist/json/attributes.json +3311 -3363
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +206 -206
- package/dist/json/tags.json +6 -19
- package/dist/json/web-types.json +6080 -6298
- package/dist/vuetify-labs.cjs +204 -321
- package/dist/vuetify-labs.css +5998 -6026
- package/dist/vuetify-labs.d.ts +1384 -1583
- package/dist/vuetify-labs.esm.js +205 -322
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +204 -321
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +193 -315
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4658 -4686
- package/dist/vuetify.d.ts +541 -742
- package/dist/vuetify.esm.js +194 -316
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +193 -315
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1198 -1197
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +10 -15
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +96 -133
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -19
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
- package/lib/components/VCombobox/VCombobox.d.ts +96 -133
- package/lib/components/VCombobox/VCombobox.js +2 -20
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +0 -18
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -13
- package/lib/components/VDatePicker/VDatePicker.d.ts +20 -10
- package/lib/components/VDatePicker/VDatePicker.js +39 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonths.js +12 -2
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerYears.js +14 -2
- package/lib/components/VDatePicker/VDatePickerYears.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.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +15 -29
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +1 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- 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 +96 -138
- package/lib/components/VSelect/VSelect.js +3 -21
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
- package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.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/VTabs/VTabs.d.ts +0 -10
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +71 -76
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +107 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +1 -3
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
52
52
|
bgColor?: unknown;
|
53
53
|
prependIcon?: unknown;
|
54
54
|
appendIcon?: unknown;
|
55
|
-
iconColor?: unknown;
|
56
55
|
clearIcon?: unknown;
|
57
56
|
prependInnerIcon?: unknown;
|
58
57
|
'onClick:clear'?: unknown;
|
@@ -62,6 +61,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
62
61
|
'onClick:prependInner'?: unknown;
|
63
62
|
centerAffix?: unknown;
|
64
63
|
glow?: unknown;
|
64
|
+
iconColor?: unknown;
|
65
65
|
hideSpinButtons?: unknown;
|
66
66
|
hint?: unknown;
|
67
67
|
persistentHint?: unknown;
|
@@ -96,7 +96,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
96
96
|
noDataText?: unknown;
|
97
97
|
openOnClear?: unknown;
|
98
98
|
itemColor?: unknown;
|
99
|
-
noAutoScroll?: unknown;
|
100
99
|
customFilter?: unknown;
|
101
100
|
customKeyFilter?: unknown;
|
102
101
|
filterKeys?: unknown;
|
@@ -382,10 +381,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
382
381
|
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
|
383
382
|
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
|
384
383
|
};
|
385
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
386
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
387
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
388
|
-
};
|
389
384
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
390
385
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
391
386
|
default: string;
|
@@ -434,6 +429,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
434
429
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
435
430
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
436
431
|
};
|
432
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
433
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
434
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
435
|
+
};
|
437
436
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
438
437
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
439
438
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -2126,10 +2125,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
2126
2125
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
2127
2126
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
2128
2127
|
};
|
2129
|
-
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
2130
|
-
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
2131
|
-
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
2132
|
-
};
|
2133
2128
|
customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
|
2134
2129
|
type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
|
2135
2130
|
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
|
@@ -2228,7 +2223,6 @@ export declare const VAutocomplete: {
|
|
2228
2223
|
hideSelected: boolean;
|
2229
2224
|
menuIcon: import("../../composables/icons.js").IconValue;
|
2230
2225
|
openOnClear: boolean;
|
2231
|
-
noAutoScroll: boolean;
|
2232
2226
|
clearOnSelect: boolean;
|
2233
2227
|
} & {
|
2234
2228
|
search?: string | undefined;
|
@@ -2255,7 +2249,6 @@ export declare const VAutocomplete: {
|
|
2255
2249
|
bgColor?: string | undefined;
|
2256
2250
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2257
2251
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2258
|
-
iconColor?: string | boolean | undefined;
|
2259
2252
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2260
2253
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2261
2254
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2263,6 +2256,7 @@ export declare const VAutocomplete: {
|
|
2263
2256
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2264
2257
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2265
2258
|
centerAffix?: boolean | undefined;
|
2259
|
+
iconColor?: string | boolean | undefined;
|
2266
2260
|
hint?: string | undefined;
|
2267
2261
|
hideDetails?: boolean | "auto" | undefined;
|
2268
2262
|
suffix?: string | undefined;
|
@@ -2743,7 +2737,6 @@ export declare const VAutocomplete: {
|
|
2743
2737
|
bgColor?: string | undefined;
|
2744
2738
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2745
2739
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2746
|
-
iconColor?: string | boolean | undefined;
|
2747
2740
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2748
2741
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2749
2742
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2752,6 +2745,7 @@ export declare const VAutocomplete: {
|
|
2752
2745
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2753
2746
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2754
2747
|
centerAffix?: boolean | undefined;
|
2748
|
+
iconColor?: string | boolean | undefined;
|
2755
2749
|
hint?: string | undefined;
|
2756
2750
|
hideDetails?: boolean | "auto" | undefined;
|
2757
2751
|
suffix?: string | undefined;
|
@@ -2895,7 +2889,6 @@ export declare const VAutocomplete: {
|
|
2895
2889
|
bgColor?: string | undefined;
|
2896
2890
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2897
2891
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2898
|
-
iconColor?: string | boolean | undefined;
|
2899
2892
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2900
2893
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2901
2894
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2904,6 +2897,7 @@ export declare const VAutocomplete: {
|
|
2904
2897
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2905
2898
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2906
2899
|
centerAffix?: boolean | undefined;
|
2900
|
+
iconColor?: string | boolean | undefined;
|
2907
2901
|
hint?: string | undefined;
|
2908
2902
|
hideDetails?: boolean | "auto" | undefined;
|
2909
2903
|
suffix?: string | undefined;
|
@@ -3018,9 +3012,9 @@ export declare const VAutocomplete: {
|
|
3018
3012
|
baseColor?: string | undefined;
|
3019
3013
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3020
3014
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3021
|
-
iconColor?: string | boolean | undefined;
|
3022
3015
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3023
3016
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3017
|
+
iconColor?: string | boolean | undefined;
|
3024
3018
|
hint?: string | undefined;
|
3025
3019
|
hideDetails?: boolean | "auto" | undefined;
|
3026
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">;
|
@@ -3074,9 +3068,9 @@ export declare const VAutocomplete: {
|
|
3074
3068
|
baseColor?: string | undefined;
|
3075
3069
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3076
3070
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3077
|
-
iconColor?: string | boolean | undefined;
|
3078
3071
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3079
3072
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3073
|
+
iconColor?: string | boolean | undefined;
|
3080
3074
|
hint?: string | undefined;
|
3081
3075
|
hideDetails?: boolean | "auto" | undefined;
|
3082
3076
|
} & {}, {
|
@@ -3177,9 +3171,9 @@ export declare const VAutocomplete: {
|
|
3177
3171
|
baseColor?: string | undefined;
|
3178
3172
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3179
3173
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3180
|
-
iconColor?: string | boolean | undefined;
|
3181
3174
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3182
3175
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3176
|
+
iconColor?: string | boolean | undefined;
|
3183
3177
|
hint?: string | undefined;
|
3184
3178
|
hideDetails?: boolean | "auto" | undefined;
|
3185
3179
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3191,7 +3185,7 @@ export declare const VAutocomplete: {
|
|
3191
3185
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3192
3186
|
modelValue?: unknown;
|
3193
3187
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3194
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
3188
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3195
3189
|
$: import("vue").ComponentInternalInstance;
|
3196
3190
|
$data: {};
|
3197
3191
|
$props: Partial<{
|
@@ -3238,13 +3232,13 @@ export declare const VAutocomplete: {
|
|
3238
3232
|
rounded?: string | number | boolean | undefined;
|
3239
3233
|
baseColor?: string | undefined;
|
3240
3234
|
bgColor?: string | undefined;
|
3241
|
-
iconColor?: string | boolean | undefined;
|
3242
3235
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3243
3236
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3244
3237
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3245
3238
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3246
3239
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3247
3240
|
centerAffix?: boolean | undefined;
|
3241
|
+
iconColor?: string | boolean | undefined;
|
3248
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">;
|
3249
3243
|
$attrs: {
|
3250
3244
|
[x: string]: unknown;
|
@@ -3297,13 +3291,13 @@ export declare const VAutocomplete: {
|
|
3297
3291
|
rounded?: string | number | boolean | undefined;
|
3298
3292
|
baseColor?: string | undefined;
|
3299
3293
|
bgColor?: string | undefined;
|
3300
|
-
iconColor?: string | boolean | undefined;
|
3301
3294
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3302
3295
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3303
3296
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3304
3297
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3305
3298
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3306
3299
|
centerAffix?: boolean | undefined;
|
3300
|
+
iconColor?: string | boolean | undefined;
|
3307
3301
|
} & {
|
3308
3302
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3309
3303
|
}, {
|
@@ -3407,13 +3401,13 @@ export declare const VAutocomplete: {
|
|
3407
3401
|
rounded?: string | number | boolean | undefined;
|
3408
3402
|
baseColor?: string | undefined;
|
3409
3403
|
bgColor?: string | undefined;
|
3410
|
-
iconColor?: string | boolean | undefined;
|
3411
3404
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3412
3405
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3413
3406
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3414
3407
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3415
3408
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3416
3409
|
centerAffix?: boolean | undefined;
|
3410
|
+
iconColor?: string | boolean | undefined;
|
3417
3411
|
} & {
|
3418
3412
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3419
3413
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3422,7 +3416,7 @@ export declare const VAutocomplete: {
|
|
3422
3416
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3423
3417
|
modelValue?: unknown;
|
3424
3418
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3425
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
3419
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3426
3420
|
_allExposed: {
|
3427
3421
|
reset: () => Promise<void>;
|
3428
3422
|
resetValidation: () => Promise<void>;
|
@@ -3590,7 +3584,6 @@ export declare const VAutocomplete: {
|
|
3590
3584
|
bgColor?: string | undefined;
|
3591
3585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3592
3586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3593
|
-
iconColor?: string | boolean | undefined;
|
3594
3587
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3595
3588
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3596
3589
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3599,6 +3592,7 @@ export declare const VAutocomplete: {
|
|
3599
3592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3600
3593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3601
3594
|
centerAffix?: boolean | undefined;
|
3595
|
+
iconColor?: string | boolean | undefined;
|
3602
3596
|
hint?: string | undefined;
|
3603
3597
|
hideDetails?: boolean | "auto" | undefined;
|
3604
3598
|
suffix?: string | undefined;
|
@@ -3713,9 +3707,9 @@ export declare const VAutocomplete: {
|
|
3713
3707
|
baseColor?: string | undefined;
|
3714
3708
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3715
3709
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3716
|
-
iconColor?: string | boolean | undefined;
|
3717
3710
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3718
3711
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3712
|
+
iconColor?: string | boolean | undefined;
|
3719
3713
|
hint?: string | undefined;
|
3720
3714
|
hideDetails?: boolean | "auto" | undefined;
|
3721
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">;
|
@@ -3769,9 +3763,9 @@ export declare const VAutocomplete: {
|
|
3769
3763
|
baseColor?: string | undefined;
|
3770
3764
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3771
3765
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3772
|
-
iconColor?: string | boolean | undefined;
|
3773
3766
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3774
3767
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3768
|
+
iconColor?: string | boolean | undefined;
|
3775
3769
|
hint?: string | undefined;
|
3776
3770
|
hideDetails?: boolean | "auto" | undefined;
|
3777
3771
|
} & {}, {
|
@@ -3872,9 +3866,9 @@ export declare const VAutocomplete: {
|
|
3872
3866
|
baseColor?: string | undefined;
|
3873
3867
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3874
3868
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3875
|
-
iconColor?: string | boolean | undefined;
|
3876
3869
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3877
3870
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3871
|
+
iconColor?: string | boolean | undefined;
|
3878
3872
|
hint?: string | undefined;
|
3879
3873
|
hideDetails?: boolean | "auto" | undefined;
|
3880
3874
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3886,7 +3880,7 @@ export declare const VAutocomplete: {
|
|
3886
3880
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3887
3881
|
modelValue?: unknown;
|
3888
3882
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3889
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
3883
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3890
3884
|
$: import("vue").ComponentInternalInstance;
|
3891
3885
|
$data: {};
|
3892
3886
|
$props: Partial<{
|
@@ -3933,13 +3927,13 @@ export declare const VAutocomplete: {
|
|
3933
3927
|
rounded?: string | number | boolean | undefined;
|
3934
3928
|
baseColor?: string | undefined;
|
3935
3929
|
bgColor?: string | undefined;
|
3936
|
-
iconColor?: string | boolean | undefined;
|
3937
3930
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3938
3931
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3939
3932
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3940
3933
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3941
3934
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3942
3935
|
centerAffix?: boolean | undefined;
|
3936
|
+
iconColor?: string | boolean | undefined;
|
3943
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">;
|
3944
3938
|
$attrs: {
|
3945
3939
|
[x: string]: unknown;
|
@@ -3992,13 +3986,13 @@ export declare const VAutocomplete: {
|
|
3992
3986
|
rounded?: string | number | boolean | undefined;
|
3993
3987
|
baseColor?: string | undefined;
|
3994
3988
|
bgColor?: string | undefined;
|
3995
|
-
iconColor?: string | boolean | undefined;
|
3996
3989
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3997
3990
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3998
3991
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3999
3992
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4000
3993
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4001
3994
|
centerAffix?: boolean | undefined;
|
3995
|
+
iconColor?: string | boolean | undefined;
|
4002
3996
|
} & {
|
4003
3997
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4004
3998
|
}, {
|
@@ -4102,13 +4096,13 @@ export declare const VAutocomplete: {
|
|
4102
4096
|
rounded?: string | number | boolean | undefined;
|
4103
4097
|
baseColor?: string | undefined;
|
4104
4098
|
bgColor?: string | undefined;
|
4105
|
-
iconColor?: string | boolean | undefined;
|
4106
4099
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4107
4100
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4108
4101
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4109
4102
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4110
4103
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4111
4104
|
centerAffix?: boolean | undefined;
|
4105
|
+
iconColor?: string | boolean | undefined;
|
4112
4106
|
} & {
|
4113
4107
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4114
4108
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4117,7 +4111,7 @@ export declare const VAutocomplete: {
|
|
4117
4111
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4118
4112
|
modelValue?: unknown;
|
4119
4113
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4120
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
4114
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4121
4115
|
_allExposed: {
|
4122
4116
|
reset: () => Promise<void>;
|
4123
4117
|
resetValidation: () => Promise<void>;
|
@@ -4128,7 +4122,7 @@ export declare const VAutocomplete: {
|
|
4128
4122
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4129
4123
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4130
4124
|
} | {};
|
4131
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
4125
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
4132
4126
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4133
4127
|
$: import("vue").ComponentInternalInstance;
|
4134
4128
|
$data: {};
|
@@ -4179,9 +4173,9 @@ export declare const VAutocomplete: {
|
|
4179
4173
|
baseColor?: string | undefined;
|
4180
4174
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4181
4175
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4182
|
-
iconColor?: string | boolean | undefined;
|
4183
4176
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4184
4177
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4178
|
+
iconColor?: string | boolean | undefined;
|
4185
4179
|
hint?: string | undefined;
|
4186
4180
|
hideDetails?: boolean | "auto" | undefined;
|
4187
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">;
|
@@ -4235,9 +4229,9 @@ export declare const VAutocomplete: {
|
|
4235
4229
|
baseColor?: string | undefined;
|
4236
4230
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4237
4231
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4238
|
-
iconColor?: string | boolean | undefined;
|
4239
4232
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4240
4233
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4234
|
+
iconColor?: string | boolean | undefined;
|
4241
4235
|
hint?: string | undefined;
|
4242
4236
|
hideDetails?: boolean | "auto" | undefined;
|
4243
4237
|
} & {}, {
|
@@ -4338,9 +4332,9 @@ export declare const VAutocomplete: {
|
|
4338
4332
|
baseColor?: string | undefined;
|
4339
4333
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4340
4334
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4341
|
-
iconColor?: string | boolean | undefined;
|
4342
4335
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4343
4336
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4337
|
+
iconColor?: string | boolean | undefined;
|
4344
4338
|
hint?: string | undefined;
|
4345
4339
|
hideDetails?: boolean | "auto" | undefined;
|
4346
4340
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4352,7 +4346,7 @@ export declare const VAutocomplete: {
|
|
4352
4346
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4353
4347
|
modelValue?: unknown;
|
4354
4348
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4355
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
4349
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4356
4350
|
$: import("vue").ComponentInternalInstance;
|
4357
4351
|
$data: {};
|
4358
4352
|
$props: Partial<{
|
@@ -4399,13 +4393,13 @@ export declare const VAutocomplete: {
|
|
4399
4393
|
rounded?: string | number | boolean | undefined;
|
4400
4394
|
baseColor?: string | undefined;
|
4401
4395
|
bgColor?: string | undefined;
|
4402
|
-
iconColor?: string | boolean | undefined;
|
4403
4396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4404
4397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4405
4398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4406
4399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4407
4400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4408
4401
|
centerAffix?: boolean | undefined;
|
4402
|
+
iconColor?: string | boolean | undefined;
|
4409
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">;
|
4410
4404
|
$attrs: {
|
4411
4405
|
[x: string]: unknown;
|
@@ -4458,13 +4452,13 @@ export declare const VAutocomplete: {
|
|
4458
4452
|
rounded?: string | number | boolean | undefined;
|
4459
4453
|
baseColor?: string | undefined;
|
4460
4454
|
bgColor?: string | undefined;
|
4461
|
-
iconColor?: string | boolean | undefined;
|
4462
4455
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4463
4456
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4464
4457
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4465
4458
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4466
4459
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4467
4460
|
centerAffix?: boolean | undefined;
|
4461
|
+
iconColor?: string | boolean | undefined;
|
4468
4462
|
} & {
|
4469
4463
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4470
4464
|
}, {
|
@@ -4568,13 +4562,13 @@ export declare const VAutocomplete: {
|
|
4568
4562
|
rounded?: string | number | boolean | undefined;
|
4569
4563
|
baseColor?: string | undefined;
|
4570
4564
|
bgColor?: string | undefined;
|
4571
|
-
iconColor?: string | boolean | undefined;
|
4572
4565
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4573
4566
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4574
4567
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4575
4568
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4576
4569
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4577
4570
|
centerAffix?: boolean | undefined;
|
4571
|
+
iconColor?: string | boolean | undefined;
|
4578
4572
|
} & {
|
4579
4573
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4580
4574
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4583,7 +4577,7 @@ export declare const VAutocomplete: {
|
|
4583
4577
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4584
4578
|
modelValue?: unknown;
|
4585
4579
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4586
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
4580
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4587
4581
|
_allExposed: {
|
4588
4582
|
reset: () => Promise<void>;
|
4589
4583
|
resetValidation: () => Promise<void>;
|
@@ -4609,7 +4603,7 @@ export declare const VAutocomplete: {
|
|
4609
4603
|
'update:search': (value: any) => true;
|
4610
4604
|
'update:modelValue': (value: any) => true;
|
4611
4605
|
'update:menu': (value: boolean) => true;
|
4612
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
4606
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
4613
4607
|
flat: boolean;
|
4614
4608
|
reverse: boolean;
|
4615
4609
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4658,7 +4652,6 @@ export declare const VAutocomplete: {
|
|
4658
4652
|
hideSelected: boolean;
|
4659
4653
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4660
4654
|
openOnClear: boolean;
|
4661
|
-
noAutoScroll: boolean;
|
4662
4655
|
clearOnSelect: boolean;
|
4663
4656
|
}, true, {}, import("vue").SlotsType<Partial<{
|
4664
4657
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -4689,14 +4682,6 @@ export declare const VAutocomplete: {
|
|
4689
4682
|
item: ListItem<unknown>;
|
4690
4683
|
index: number;
|
4691
4684
|
}) => import("vue").VNode[];
|
4692
|
-
subheader: (arg: {
|
4693
|
-
props: Record<string, unknown>;
|
4694
|
-
index: number;
|
4695
|
-
}) => import("vue").VNode[];
|
4696
|
-
divider: (arg: {
|
4697
|
-
props: Record<string, unknown>;
|
4698
|
-
index: number;
|
4699
|
-
}) => import("vue").VNode[];
|
4700
4685
|
'prepend-item': () => import("vue").VNode[];
|
4701
4686
|
'append-item': () => import("vue").VNode[];
|
4702
4687
|
'no-data': () => import("vue").VNode[];
|
@@ -4754,7 +4739,6 @@ export declare const VAutocomplete: {
|
|
4754
4739
|
hideSelected: boolean;
|
4755
4740
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4756
4741
|
openOnClear: boolean;
|
4757
|
-
noAutoScroll: boolean;
|
4758
4742
|
clearOnSelect: boolean;
|
4759
4743
|
} & {
|
4760
4744
|
search?: string | undefined;
|
@@ -4781,7 +4765,6 @@ export declare const VAutocomplete: {
|
|
4781
4765
|
bgColor?: string | undefined;
|
4782
4766
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4783
4767
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4784
|
-
iconColor?: string | boolean | undefined;
|
4785
4768
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4786
4769
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4787
4770
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4789,6 +4772,7 @@ export declare const VAutocomplete: {
|
|
4789
4772
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4790
4773
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4791
4774
|
centerAffix?: boolean | undefined;
|
4775
|
+
iconColor?: string | boolean | undefined;
|
4792
4776
|
hint?: string | undefined;
|
4793
4777
|
hideDetails?: boolean | "auto" | undefined;
|
4794
4778
|
suffix?: string | undefined;
|
@@ -5269,7 +5253,6 @@ export declare const VAutocomplete: {
|
|
5269
5253
|
bgColor?: string | undefined;
|
5270
5254
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5271
5255
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5272
|
-
iconColor?: string | boolean | undefined;
|
5273
5256
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5274
5257
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5275
5258
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5278,6 +5261,7 @@ export declare const VAutocomplete: {
|
|
5278
5261
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5279
5262
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5280
5263
|
centerAffix?: boolean | undefined;
|
5264
|
+
iconColor?: string | boolean | undefined;
|
5281
5265
|
hint?: string | undefined;
|
5282
5266
|
hideDetails?: boolean | "auto" | undefined;
|
5283
5267
|
suffix?: string | undefined;
|
@@ -5421,7 +5405,6 @@ export declare const VAutocomplete: {
|
|
5421
5405
|
bgColor?: string | undefined;
|
5422
5406
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5423
5407
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5424
|
-
iconColor?: string | boolean | undefined;
|
5425
5408
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5426
5409
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5427
5410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5430,6 +5413,7 @@ export declare const VAutocomplete: {
|
|
5430
5413
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5431
5414
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5432
5415
|
centerAffix?: boolean | undefined;
|
5416
|
+
iconColor?: string | boolean | undefined;
|
5433
5417
|
hint?: string | undefined;
|
5434
5418
|
hideDetails?: boolean | "auto" | undefined;
|
5435
5419
|
suffix?: string | undefined;
|
@@ -5544,9 +5528,9 @@ export declare const VAutocomplete: {
|
|
5544
5528
|
baseColor?: string | undefined;
|
5545
5529
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5546
5530
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5547
|
-
iconColor?: string | boolean | undefined;
|
5548
5531
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5549
5532
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5533
|
+
iconColor?: string | boolean | undefined;
|
5550
5534
|
hint?: string | undefined;
|
5551
5535
|
hideDetails?: boolean | "auto" | undefined;
|
5552
5536
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5600,9 +5584,9 @@ export declare const VAutocomplete: {
|
|
5600
5584
|
baseColor?: string | undefined;
|
5601
5585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5602
5586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5603
|
-
iconColor?: string | boolean | undefined;
|
5604
5587
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5605
5588
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5589
|
+
iconColor?: string | boolean | undefined;
|
5606
5590
|
hint?: string | undefined;
|
5607
5591
|
hideDetails?: boolean | "auto" | undefined;
|
5608
5592
|
} & {}, {
|
@@ -5703,9 +5687,9 @@ export declare const VAutocomplete: {
|
|
5703
5687
|
baseColor?: string | undefined;
|
5704
5688
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5705
5689
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5706
|
-
iconColor?: string | boolean | undefined;
|
5707
5690
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5708
5691
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5692
|
+
iconColor?: string | boolean | undefined;
|
5709
5693
|
hint?: string | undefined;
|
5710
5694
|
hideDetails?: boolean | "auto" | undefined;
|
5711
5695
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5717,7 +5701,7 @@ export declare const VAutocomplete: {
|
|
5717
5701
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5718
5702
|
modelValue?: unknown;
|
5719
5703
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5720
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
5704
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5721
5705
|
$: import("vue").ComponentInternalInstance;
|
5722
5706
|
$data: {};
|
5723
5707
|
$props: Partial<{
|
@@ -5764,13 +5748,13 @@ export declare const VAutocomplete: {
|
|
5764
5748
|
rounded?: string | number | boolean | undefined;
|
5765
5749
|
baseColor?: string | undefined;
|
5766
5750
|
bgColor?: string | undefined;
|
5767
|
-
iconColor?: string | boolean | undefined;
|
5768
5751
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5769
5752
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5770
5753
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5771
5754
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5772
5755
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5773
5756
|
centerAffix?: boolean | undefined;
|
5757
|
+
iconColor?: string | boolean | undefined;
|
5774
5758
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5775
5759
|
$attrs: {
|
5776
5760
|
[x: string]: unknown;
|
@@ -5823,13 +5807,13 @@ export declare const VAutocomplete: {
|
|
5823
5807
|
rounded?: string | number | boolean | undefined;
|
5824
5808
|
baseColor?: string | undefined;
|
5825
5809
|
bgColor?: string | undefined;
|
5826
|
-
iconColor?: string | boolean | undefined;
|
5827
5810
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5828
5811
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5829
5812
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5830
5813
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5831
5814
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5832
5815
|
centerAffix?: boolean | undefined;
|
5816
|
+
iconColor?: string | boolean | undefined;
|
5833
5817
|
} & {
|
5834
5818
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5835
5819
|
}, {
|
@@ -5933,13 +5917,13 @@ export declare const VAutocomplete: {
|
|
5933
5917
|
rounded?: string | number | boolean | undefined;
|
5934
5918
|
baseColor?: string | undefined;
|
5935
5919
|
bgColor?: string | undefined;
|
5936
|
-
iconColor?: string | boolean | undefined;
|
5937
5920
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5938
5921
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5939
5922
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5940
5923
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5941
5924
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5942
5925
|
centerAffix?: boolean | undefined;
|
5926
|
+
iconColor?: string | boolean | undefined;
|
5943
5927
|
} & {
|
5944
5928
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5945
5929
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5948,7 +5932,7 @@ export declare const VAutocomplete: {
|
|
5948
5932
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5949
5933
|
modelValue?: unknown;
|
5950
5934
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5951
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
5935
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5952
5936
|
_allExposed: {
|
5953
5937
|
reset: () => Promise<void>;
|
5954
5938
|
resetValidation: () => Promise<void>;
|
@@ -6116,7 +6100,6 @@ export declare const VAutocomplete: {
|
|
6116
6100
|
bgColor?: string | undefined;
|
6117
6101
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6118
6102
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6119
|
-
iconColor?: string | boolean | undefined;
|
6120
6103
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6121
6104
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6122
6105
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6125,6 +6108,7 @@ export declare const VAutocomplete: {
|
|
6125
6108
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6126
6109
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6127
6110
|
centerAffix?: boolean | undefined;
|
6111
|
+
iconColor?: string | boolean | undefined;
|
6128
6112
|
hint?: string | undefined;
|
6129
6113
|
hideDetails?: boolean | "auto" | undefined;
|
6130
6114
|
suffix?: string | undefined;
|
@@ -6239,9 +6223,9 @@ export declare const VAutocomplete: {
|
|
6239
6223
|
baseColor?: string | undefined;
|
6240
6224
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6241
6225
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6242
|
-
iconColor?: string | boolean | undefined;
|
6243
6226
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6244
6227
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6228
|
+
iconColor?: string | boolean | undefined;
|
6245
6229
|
hint?: string | undefined;
|
6246
6230
|
hideDetails?: boolean | "auto" | undefined;
|
6247
6231
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6295,9 +6279,9 @@ export declare const VAutocomplete: {
|
|
6295
6279
|
baseColor?: string | undefined;
|
6296
6280
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6297
6281
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6298
|
-
iconColor?: string | boolean | undefined;
|
6299
6282
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6300
6283
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6284
|
+
iconColor?: string | boolean | undefined;
|
6301
6285
|
hint?: string | undefined;
|
6302
6286
|
hideDetails?: boolean | "auto" | undefined;
|
6303
6287
|
} & {}, {
|
@@ -6398,9 +6382,9 @@ export declare const VAutocomplete: {
|
|
6398
6382
|
baseColor?: string | undefined;
|
6399
6383
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6400
6384
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6401
|
-
iconColor?: string | boolean | undefined;
|
6402
6385
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6403
6386
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6387
|
+
iconColor?: string | boolean | undefined;
|
6404
6388
|
hint?: string | undefined;
|
6405
6389
|
hideDetails?: boolean | "auto" | undefined;
|
6406
6390
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6412,7 +6396,7 @@ export declare const VAutocomplete: {
|
|
6412
6396
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6413
6397
|
modelValue?: unknown;
|
6414
6398
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6415
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
6399
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6416
6400
|
$: import("vue").ComponentInternalInstance;
|
6417
6401
|
$data: {};
|
6418
6402
|
$props: Partial<{
|
@@ -6459,13 +6443,13 @@ export declare const VAutocomplete: {
|
|
6459
6443
|
rounded?: string | number | boolean | undefined;
|
6460
6444
|
baseColor?: string | undefined;
|
6461
6445
|
bgColor?: string | undefined;
|
6462
|
-
iconColor?: string | boolean | undefined;
|
6463
6446
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6464
6447
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6465
6448
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6466
6449
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6467
6450
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6468
6451
|
centerAffix?: boolean | undefined;
|
6452
|
+
iconColor?: string | boolean | undefined;
|
6469
6453
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6470
6454
|
$attrs: {
|
6471
6455
|
[x: string]: unknown;
|
@@ -6518,13 +6502,13 @@ export declare const VAutocomplete: {
|
|
6518
6502
|
rounded?: string | number | boolean | undefined;
|
6519
6503
|
baseColor?: string | undefined;
|
6520
6504
|
bgColor?: string | undefined;
|
6521
|
-
iconColor?: string | boolean | undefined;
|
6522
6505
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6523
6506
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6524
6507
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6525
6508
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6526
6509
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6527
6510
|
centerAffix?: boolean | undefined;
|
6511
|
+
iconColor?: string | boolean | undefined;
|
6528
6512
|
} & {
|
6529
6513
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6530
6514
|
}, {
|
@@ -6628,13 +6612,13 @@ export declare const VAutocomplete: {
|
|
6628
6612
|
rounded?: string | number | boolean | undefined;
|
6629
6613
|
baseColor?: string | undefined;
|
6630
6614
|
bgColor?: string | undefined;
|
6631
|
-
iconColor?: string | boolean | undefined;
|
6632
6615
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6633
6616
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6634
6617
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6635
6618
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6636
6619
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6637
6620
|
centerAffix?: boolean | undefined;
|
6621
|
+
iconColor?: string | boolean | undefined;
|
6638
6622
|
} & {
|
6639
6623
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6640
6624
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6643,7 +6627,7 @@ export declare const VAutocomplete: {
|
|
6643
6627
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6644
6628
|
modelValue?: unknown;
|
6645
6629
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6646
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
6630
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6647
6631
|
_allExposed: {
|
6648
6632
|
reset: () => Promise<void>;
|
6649
6633
|
resetValidation: () => Promise<void>;
|
@@ -6654,7 +6638,7 @@ export declare const VAutocomplete: {
|
|
6654
6638
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6655
6639
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6656
6640
|
} | {};
|
6657
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
6641
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
6658
6642
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6659
6643
|
$: import("vue").ComponentInternalInstance;
|
6660
6644
|
$data: {};
|
@@ -6705,9 +6689,9 @@ export declare const VAutocomplete: {
|
|
6705
6689
|
baseColor?: string | undefined;
|
6706
6690
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6707
6691
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6708
|
-
iconColor?: string | boolean | undefined;
|
6709
6692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6710
6693
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6694
|
+
iconColor?: string | boolean | undefined;
|
6711
6695
|
hint?: string | undefined;
|
6712
6696
|
hideDetails?: boolean | "auto" | undefined;
|
6713
6697
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6761,9 +6745,9 @@ export declare const VAutocomplete: {
|
|
6761
6745
|
baseColor?: string | undefined;
|
6762
6746
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6763
6747
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6764
|
-
iconColor?: string | boolean | undefined;
|
6765
6748
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6766
6749
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6750
|
+
iconColor?: string | boolean | undefined;
|
6767
6751
|
hint?: string | undefined;
|
6768
6752
|
hideDetails?: boolean | "auto" | undefined;
|
6769
6753
|
} & {}, {
|
@@ -6864,9 +6848,9 @@ export declare const VAutocomplete: {
|
|
6864
6848
|
baseColor?: string | undefined;
|
6865
6849
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6866
6850
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6867
|
-
iconColor?: string | boolean | undefined;
|
6868
6851
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6869
6852
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6853
|
+
iconColor?: string | boolean | undefined;
|
6870
6854
|
hint?: string | undefined;
|
6871
6855
|
hideDetails?: boolean | "auto" | undefined;
|
6872
6856
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6878,7 +6862,7 @@ export declare const VAutocomplete: {
|
|
6878
6862
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6879
6863
|
modelValue?: unknown;
|
6880
6864
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6881
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
6865
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6882
6866
|
$: import("vue").ComponentInternalInstance;
|
6883
6867
|
$data: {};
|
6884
6868
|
$props: Partial<{
|
@@ -6925,13 +6909,13 @@ export declare const VAutocomplete: {
|
|
6925
6909
|
rounded?: string | number | boolean | undefined;
|
6926
6910
|
baseColor?: string | undefined;
|
6927
6911
|
bgColor?: string | undefined;
|
6928
|
-
iconColor?: string | boolean | undefined;
|
6929
6912
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6930
6913
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6931
6914
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6932
6915
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6933
6916
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6934
6917
|
centerAffix?: boolean | undefined;
|
6918
|
+
iconColor?: string | boolean | undefined;
|
6935
6919
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6936
6920
|
$attrs: {
|
6937
6921
|
[x: string]: unknown;
|
@@ -6984,13 +6968,13 @@ export declare const VAutocomplete: {
|
|
6984
6968
|
rounded?: string | number | boolean | undefined;
|
6985
6969
|
baseColor?: string | undefined;
|
6986
6970
|
bgColor?: string | undefined;
|
6987
|
-
iconColor?: string | boolean | undefined;
|
6988
6971
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6989
6972
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6990
6973
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6991
6974
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6992
6975
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6993
6976
|
centerAffix?: boolean | undefined;
|
6977
|
+
iconColor?: string | boolean | undefined;
|
6994
6978
|
} & {
|
6995
6979
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6996
6980
|
}, {
|
@@ -7094,13 +7078,13 @@ export declare const VAutocomplete: {
|
|
7094
7078
|
rounded?: string | number | boolean | undefined;
|
7095
7079
|
baseColor?: string | undefined;
|
7096
7080
|
bgColor?: string | undefined;
|
7097
|
-
iconColor?: string | boolean | undefined;
|
7098
7081
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7099
7082
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7100
7083
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7101
7084
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7102
7085
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7103
7086
|
centerAffix?: boolean | undefined;
|
7087
|
+
iconColor?: string | boolean | undefined;
|
7104
7088
|
} & {
|
7105
7089
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7106
7090
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7109,7 +7093,7 @@ export declare const VAutocomplete: {
|
|
7109
7093
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7110
7094
|
modelValue?: unknown;
|
7111
7095
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7112
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
7096
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7113
7097
|
_allExposed: {
|
7114
7098
|
reset: () => Promise<void>;
|
7115
7099
|
resetValidation: () => Promise<void>;
|
@@ -7179,7 +7163,6 @@ export declare const VAutocomplete: {
|
|
7179
7163
|
hideSelected: boolean;
|
7180
7164
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7181
7165
|
openOnClear: boolean;
|
7182
|
-
noAutoScroll: boolean;
|
7183
7166
|
clearOnSelect: boolean;
|
7184
7167
|
}>;
|
7185
7168
|
__isFragment?: never;
|
@@ -7232,7 +7215,6 @@ export declare const VAutocomplete: {
|
|
7232
7215
|
hideSelected: boolean;
|
7233
7216
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7234
7217
|
openOnClear: boolean;
|
7235
|
-
noAutoScroll: boolean;
|
7236
7218
|
clearOnSelect: boolean;
|
7237
7219
|
} & {
|
7238
7220
|
search?: string | undefined;
|
@@ -7259,7 +7241,6 @@ export declare const VAutocomplete: {
|
|
7259
7241
|
bgColor?: string | undefined;
|
7260
7242
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7261
7243
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7262
|
-
iconColor?: string | boolean | undefined;
|
7263
7244
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7264
7245
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7265
7246
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7267,6 +7248,7 @@ export declare const VAutocomplete: {
|
|
7267
7248
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7268
7249
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7269
7250
|
centerAffix?: boolean | undefined;
|
7251
|
+
iconColor?: string | boolean | undefined;
|
7270
7252
|
hint?: string | undefined;
|
7271
7253
|
hideDetails?: boolean | "auto" | undefined;
|
7272
7254
|
suffix?: string | undefined;
|
@@ -7747,7 +7729,6 @@ export declare const VAutocomplete: {
|
|
7747
7729
|
bgColor?: string | undefined;
|
7748
7730
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7749
7731
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7750
|
-
iconColor?: string | boolean | undefined;
|
7751
7732
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7752
7733
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7753
7734
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7756,6 +7737,7 @@ export declare const VAutocomplete: {
|
|
7756
7737
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7757
7738
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7758
7739
|
centerAffix?: boolean | undefined;
|
7740
|
+
iconColor?: string | boolean | undefined;
|
7759
7741
|
hint?: string | undefined;
|
7760
7742
|
hideDetails?: boolean | "auto" | undefined;
|
7761
7743
|
suffix?: string | undefined;
|
@@ -7899,7 +7881,6 @@ export declare const VAutocomplete: {
|
|
7899
7881
|
bgColor?: string | undefined;
|
7900
7882
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7901
7883
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7902
|
-
iconColor?: string | boolean | undefined;
|
7903
7884
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7904
7885
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7905
7886
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7908,6 +7889,7 @@ export declare const VAutocomplete: {
|
|
7908
7889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7909
7890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7910
7891
|
centerAffix?: boolean | undefined;
|
7892
|
+
iconColor?: string | boolean | undefined;
|
7911
7893
|
hint?: string | undefined;
|
7912
7894
|
hideDetails?: boolean | "auto" | undefined;
|
7913
7895
|
suffix?: string | undefined;
|
@@ -8022,9 +8004,9 @@ export declare const VAutocomplete: {
|
|
8022
8004
|
baseColor?: string | undefined;
|
8023
8005
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8024
8006
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8025
|
-
iconColor?: string | boolean | undefined;
|
8026
8007
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8027
8008
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8009
|
+
iconColor?: string | boolean | undefined;
|
8028
8010
|
hint?: string | undefined;
|
8029
8011
|
hideDetails?: boolean | "auto" | undefined;
|
8030
8012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8078,9 +8060,9 @@ export declare const VAutocomplete: {
|
|
8078
8060
|
baseColor?: string | undefined;
|
8079
8061
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8080
8062
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8081
|
-
iconColor?: string | boolean | undefined;
|
8082
8063
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8083
8064
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8065
|
+
iconColor?: string | boolean | undefined;
|
8084
8066
|
hint?: string | undefined;
|
8085
8067
|
hideDetails?: boolean | "auto" | undefined;
|
8086
8068
|
} & {}, {
|
@@ -8181,9 +8163,9 @@ export declare const VAutocomplete: {
|
|
8181
8163
|
baseColor?: string | undefined;
|
8182
8164
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8183
8165
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8184
|
-
iconColor?: string | boolean | undefined;
|
8185
8166
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8186
8167
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8168
|
+
iconColor?: string | boolean | undefined;
|
8187
8169
|
hint?: string | undefined;
|
8188
8170
|
hideDetails?: boolean | "auto" | undefined;
|
8189
8171
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8195,7 +8177,7 @@ export declare const VAutocomplete: {
|
|
8195
8177
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8196
8178
|
modelValue?: unknown;
|
8197
8179
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8198
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
8180
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8199
8181
|
$: import("vue").ComponentInternalInstance;
|
8200
8182
|
$data: {};
|
8201
8183
|
$props: Partial<{
|
@@ -8242,13 +8224,13 @@ export declare const VAutocomplete: {
|
|
8242
8224
|
rounded?: string | number | boolean | undefined;
|
8243
8225
|
baseColor?: string | undefined;
|
8244
8226
|
bgColor?: string | undefined;
|
8245
|
-
iconColor?: string | boolean | undefined;
|
8246
8227
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8247
8228
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8248
8229
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8249
8230
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8250
8231
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8251
8232
|
centerAffix?: boolean | undefined;
|
8233
|
+
iconColor?: string | boolean | undefined;
|
8252
8234
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8253
8235
|
$attrs: {
|
8254
8236
|
[x: string]: unknown;
|
@@ -8301,13 +8283,13 @@ export declare const VAutocomplete: {
|
|
8301
8283
|
rounded?: string | number | boolean | undefined;
|
8302
8284
|
baseColor?: string | undefined;
|
8303
8285
|
bgColor?: string | undefined;
|
8304
|
-
iconColor?: string | boolean | undefined;
|
8305
8286
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8306
8287
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8307
8288
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8308
8289
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8309
8290
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8310
8291
|
centerAffix?: boolean | undefined;
|
8292
|
+
iconColor?: string | boolean | undefined;
|
8311
8293
|
} & {
|
8312
8294
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8313
8295
|
}, {
|
@@ -8411,13 +8393,13 @@ export declare const VAutocomplete: {
|
|
8411
8393
|
rounded?: string | number | boolean | undefined;
|
8412
8394
|
baseColor?: string | undefined;
|
8413
8395
|
bgColor?: string | undefined;
|
8414
|
-
iconColor?: string | boolean | undefined;
|
8415
8396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8416
8397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8417
8398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8418
8399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8419
8400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8420
8401
|
centerAffix?: boolean | undefined;
|
8402
|
+
iconColor?: string | boolean | undefined;
|
8421
8403
|
} & {
|
8422
8404
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8423
8405
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8426,7 +8408,7 @@ export declare const VAutocomplete: {
|
|
8426
8408
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8427
8409
|
modelValue?: unknown;
|
8428
8410
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8429
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
8411
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8430
8412
|
_allExposed: {
|
8431
8413
|
reset: () => Promise<void>;
|
8432
8414
|
resetValidation: () => Promise<void>;
|
@@ -8594,7 +8576,6 @@ export declare const VAutocomplete: {
|
|
8594
8576
|
bgColor?: string | undefined;
|
8595
8577
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8596
8578
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8597
|
-
iconColor?: string | boolean | undefined;
|
8598
8579
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8599
8580
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8600
8581
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8603,6 +8584,7 @@ export declare const VAutocomplete: {
|
|
8603
8584
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8604
8585
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8605
8586
|
centerAffix?: boolean | undefined;
|
8587
|
+
iconColor?: string | boolean | undefined;
|
8606
8588
|
hint?: string | undefined;
|
8607
8589
|
hideDetails?: boolean | "auto" | undefined;
|
8608
8590
|
suffix?: string | undefined;
|
@@ -8717,9 +8699,9 @@ export declare const VAutocomplete: {
|
|
8717
8699
|
baseColor?: string | undefined;
|
8718
8700
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8719
8701
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8720
|
-
iconColor?: string | boolean | undefined;
|
8721
8702
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8722
8703
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8704
|
+
iconColor?: string | boolean | undefined;
|
8723
8705
|
hint?: string | undefined;
|
8724
8706
|
hideDetails?: boolean | "auto" | undefined;
|
8725
8707
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8773,9 +8755,9 @@ export declare const VAutocomplete: {
|
|
8773
8755
|
baseColor?: string | undefined;
|
8774
8756
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8775
8757
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8776
|
-
iconColor?: string | boolean | undefined;
|
8777
8758
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8778
8759
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8760
|
+
iconColor?: string | boolean | undefined;
|
8779
8761
|
hint?: string | undefined;
|
8780
8762
|
hideDetails?: boolean | "auto" | undefined;
|
8781
8763
|
} & {}, {
|
@@ -8876,9 +8858,9 @@ export declare const VAutocomplete: {
|
|
8876
8858
|
baseColor?: string | undefined;
|
8877
8859
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8878
8860
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8879
|
-
iconColor?: string | boolean | undefined;
|
8880
8861
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8881
8862
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8863
|
+
iconColor?: string | boolean | undefined;
|
8882
8864
|
hint?: string | undefined;
|
8883
8865
|
hideDetails?: boolean | "auto" | undefined;
|
8884
8866
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8890,7 +8872,7 @@ export declare const VAutocomplete: {
|
|
8890
8872
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8891
8873
|
modelValue?: unknown;
|
8892
8874
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8893
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
8875
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8894
8876
|
$: import("vue").ComponentInternalInstance;
|
8895
8877
|
$data: {};
|
8896
8878
|
$props: Partial<{
|
@@ -8937,13 +8919,13 @@ export declare const VAutocomplete: {
|
|
8937
8919
|
rounded?: string | number | boolean | undefined;
|
8938
8920
|
baseColor?: string | undefined;
|
8939
8921
|
bgColor?: string | undefined;
|
8940
|
-
iconColor?: string | boolean | undefined;
|
8941
8922
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8942
8923
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8943
8924
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8944
8925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8945
8926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8946
8927
|
centerAffix?: boolean | undefined;
|
8928
|
+
iconColor?: string | boolean | undefined;
|
8947
8929
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8948
8930
|
$attrs: {
|
8949
8931
|
[x: string]: unknown;
|
@@ -8996,13 +8978,13 @@ export declare const VAutocomplete: {
|
|
8996
8978
|
rounded?: string | number | boolean | undefined;
|
8997
8979
|
baseColor?: string | undefined;
|
8998
8980
|
bgColor?: string | undefined;
|
8999
|
-
iconColor?: string | boolean | undefined;
|
9000
8981
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9001
8982
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9002
8983
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9003
8984
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9004
8985
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9005
8986
|
centerAffix?: boolean | undefined;
|
8987
|
+
iconColor?: string | boolean | undefined;
|
9006
8988
|
} & {
|
9007
8989
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9008
8990
|
}, {
|
@@ -9106,13 +9088,13 @@ export declare const VAutocomplete: {
|
|
9106
9088
|
rounded?: string | number | boolean | undefined;
|
9107
9089
|
baseColor?: string | undefined;
|
9108
9090
|
bgColor?: string | undefined;
|
9109
|
-
iconColor?: string | boolean | undefined;
|
9110
9091
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9111
9092
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9112
9093
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9113
9094
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9114
9095
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9115
9096
|
centerAffix?: boolean | undefined;
|
9097
|
+
iconColor?: string | boolean | undefined;
|
9116
9098
|
} & {
|
9117
9099
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9118
9100
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9121,7 +9103,7 @@ export declare const VAutocomplete: {
|
|
9121
9103
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9122
9104
|
modelValue?: unknown;
|
9123
9105
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9124
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
9106
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9125
9107
|
_allExposed: {
|
9126
9108
|
reset: () => Promise<void>;
|
9127
9109
|
resetValidation: () => Promise<void>;
|
@@ -9132,7 +9114,7 @@ export declare const VAutocomplete: {
|
|
9132
9114
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9133
9115
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9134
9116
|
} | {};
|
9135
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
9117
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
9136
9118
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9137
9119
|
$: import("vue").ComponentInternalInstance;
|
9138
9120
|
$data: {};
|
@@ -9183,9 +9165,9 @@ export declare const VAutocomplete: {
|
|
9183
9165
|
baseColor?: string | undefined;
|
9184
9166
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9185
9167
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9186
|
-
iconColor?: string | boolean | undefined;
|
9187
9168
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9188
9169
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9170
|
+
iconColor?: string | boolean | undefined;
|
9189
9171
|
hint?: string | undefined;
|
9190
9172
|
hideDetails?: boolean | "auto" | undefined;
|
9191
9173
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9239,9 +9221,9 @@ export declare const VAutocomplete: {
|
|
9239
9221
|
baseColor?: string | undefined;
|
9240
9222
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9241
9223
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9242
|
-
iconColor?: string | boolean | undefined;
|
9243
9224
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9244
9225
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9226
|
+
iconColor?: string | boolean | undefined;
|
9245
9227
|
hint?: string | undefined;
|
9246
9228
|
hideDetails?: boolean | "auto" | undefined;
|
9247
9229
|
} & {}, {
|
@@ -9342,9 +9324,9 @@ export declare const VAutocomplete: {
|
|
9342
9324
|
baseColor?: string | undefined;
|
9343
9325
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9344
9326
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9345
|
-
iconColor?: string | boolean | undefined;
|
9346
9327
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9347
9328
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9329
|
+
iconColor?: string | boolean | undefined;
|
9348
9330
|
hint?: string | undefined;
|
9349
9331
|
hideDetails?: boolean | "auto" | undefined;
|
9350
9332
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9356,7 +9338,7 @@ export declare const VAutocomplete: {
|
|
9356
9338
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9357
9339
|
modelValue?: unknown;
|
9358
9340
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9359
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
9341
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
9360
9342
|
$: import("vue").ComponentInternalInstance;
|
9361
9343
|
$data: {};
|
9362
9344
|
$props: Partial<{
|
@@ -9403,13 +9385,13 @@ export declare const VAutocomplete: {
|
|
9403
9385
|
rounded?: string | number | boolean | undefined;
|
9404
9386
|
baseColor?: string | undefined;
|
9405
9387
|
bgColor?: string | undefined;
|
9406
|
-
iconColor?: string | boolean | undefined;
|
9407
9388
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9408
9389
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9409
9390
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9410
9391
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9411
9392
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9412
9393
|
centerAffix?: boolean | undefined;
|
9394
|
+
iconColor?: string | boolean | undefined;
|
9413
9395
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
9414
9396
|
$attrs: {
|
9415
9397
|
[x: string]: unknown;
|
@@ -9462,13 +9444,13 @@ export declare const VAutocomplete: {
|
|
9462
9444
|
rounded?: string | number | boolean | undefined;
|
9463
9445
|
baseColor?: string | undefined;
|
9464
9446
|
bgColor?: string | undefined;
|
9465
|
-
iconColor?: string | boolean | undefined;
|
9466
9447
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9467
9448
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9468
9449
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9469
9450
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9470
9451
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9471
9452
|
centerAffix?: boolean | undefined;
|
9453
|
+
iconColor?: string | boolean | undefined;
|
9472
9454
|
} & {
|
9473
9455
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9474
9456
|
}, {
|
@@ -9572,13 +9554,13 @@ export declare const VAutocomplete: {
|
|
9572
9554
|
rounded?: string | number | boolean | undefined;
|
9573
9555
|
baseColor?: string | undefined;
|
9574
9556
|
bgColor?: string | undefined;
|
9575
|
-
iconColor?: string | boolean | undefined;
|
9576
9557
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9577
9558
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9578
9559
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9579
9560
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9580
9561
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9581
9562
|
centerAffix?: boolean | undefined;
|
9563
|
+
iconColor?: string | boolean | undefined;
|
9582
9564
|
} & {
|
9583
9565
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9584
9566
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9587,7 +9569,7 @@ export declare const VAutocomplete: {
|
|
9587
9569
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9588
9570
|
modelValue?: unknown;
|
9589
9571
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9590
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
9572
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9591
9573
|
_allExposed: {
|
9592
9574
|
reset: () => Promise<void>;
|
9593
9575
|
resetValidation: () => Promise<void>;
|
@@ -9613,7 +9595,7 @@ export declare const VAutocomplete: {
|
|
9613
9595
|
'update:search': (value: any) => true;
|
9614
9596
|
'update:modelValue': (value: any) => true;
|
9615
9597
|
'update:menu': (value: boolean) => true;
|
9616
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
9598
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
9617
9599
|
flat: boolean;
|
9618
9600
|
reverse: boolean;
|
9619
9601
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -9662,7 +9644,6 @@ export declare const VAutocomplete: {
|
|
9662
9644
|
hideSelected: boolean;
|
9663
9645
|
menuIcon: import("../../composables/icons.js").IconValue;
|
9664
9646
|
openOnClear: boolean;
|
9665
|
-
noAutoScroll: boolean;
|
9666
9647
|
clearOnSelect: boolean;
|
9667
9648
|
}, {}, string, import("vue").SlotsType<Partial<{
|
9668
9649
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -9693,14 +9674,6 @@ export declare const VAutocomplete: {
|
|
9693
9674
|
item: ListItem<unknown>;
|
9694
9675
|
index: number;
|
9695
9676
|
}) => import("vue").VNode[];
|
9696
|
-
subheader: (arg: {
|
9697
|
-
props: Record<string, unknown>;
|
9698
|
-
index: number;
|
9699
|
-
}) => import("vue").VNode[];
|
9700
|
-
divider: (arg: {
|
9701
|
-
props: Record<string, unknown>;
|
9702
|
-
index: number;
|
9703
|
-
}) => import("vue").VNode[];
|
9704
9677
|
'prepend-item': () => import("vue").VNode[];
|
9705
9678
|
'append-item': () => import("vue").VNode[];
|
9706
9679
|
'no-data': () => import("vue").VNode[];
|
@@ -9728,14 +9701,6 @@ export declare const VAutocomplete: {
|
|
9728
9701
|
item: ListItem<Item>;
|
9729
9702
|
index: number;
|
9730
9703
|
};
|
9731
|
-
subheader: {
|
9732
|
-
props: Record<string, unknown>;
|
9733
|
-
index: number;
|
9734
|
-
};
|
9735
|
-
divider: {
|
9736
|
-
props: Record<string, unknown>;
|
9737
|
-
index: number;
|
9738
|
-
};
|
9739
9704
|
"prepend-item": never;
|
9740
9705
|
"append-item": never;
|
9741
9706
|
"no-data": never;
|
@@ -9833,7 +9798,6 @@ export declare const VAutocomplete: {
|
|
9833
9798
|
bgColor: StringConstructor;
|
9834
9799
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9835
9800
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9836
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9837
9801
|
clearIcon: {
|
9838
9802
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9839
9803
|
default: string;
|
@@ -9849,6 +9813,7 @@ export declare const VAutocomplete: {
|
|
9849
9813
|
default: undefined;
|
9850
9814
|
};
|
9851
9815
|
glow: BooleanConstructor;
|
9816
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9852
9817
|
hideSpinButtons: BooleanConstructor;
|
9853
9818
|
hint: StringConstructor;
|
9854
9819
|
persistentHint: BooleanConstructor;
|
@@ -9917,7 +9882,6 @@ export declare const VAutocomplete: {
|
|
9917
9882
|
};
|
9918
9883
|
openOnClear: BooleanConstructor;
|
9919
9884
|
itemColor: StringConstructor;
|
9920
|
-
noAutoScroll: BooleanConstructor;
|
9921
9885
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
9922
9886
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
9923
9887
|
filterKeys: {
|
@@ -10028,7 +9992,6 @@ export declare const VAutocomplete: {
|
|
10028
9992
|
bgColor: StringConstructor;
|
10029
9993
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10030
9994
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10031
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
10032
9995
|
clearIcon: {
|
10033
9996
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
10034
9997
|
default: string;
|
@@ -10044,6 +10007,7 @@ export declare const VAutocomplete: {
|
|
10044
10007
|
default: undefined;
|
10045
10008
|
};
|
10046
10009
|
glow: BooleanConstructor;
|
10010
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10047
10011
|
hideSpinButtons: BooleanConstructor;
|
10048
10012
|
hint: StringConstructor;
|
10049
10013
|
persistentHint: BooleanConstructor;
|
@@ -10112,7 +10076,6 @@ export declare const VAutocomplete: {
|
|
10112
10076
|
};
|
10113
10077
|
openOnClear: BooleanConstructor;
|
10114
10078
|
itemColor: StringConstructor;
|
10115
|
-
noAutoScroll: BooleanConstructor;
|
10116
10079
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
10117
10080
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
10118
10081
|
filterKeys: {
|