@vuetify/nightly 3.8.6-master.2025-05-26 → 3.8.7-dev.2025-05-27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -24
- package/dist/json/attributes.json +3294 -3218
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +19 -0
- package/dist/json/web-types.json +5776 -5504
- package/dist/vuetify-labs.cjs +305 -128
- package/dist/vuetify-labs.css +5202 -5174
- package/dist/vuetify-labs.d.ts +1580 -1351
- package/dist/vuetify-labs.esm.js +306 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +305 -128
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +299 -117
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4512 -4484
- package/dist/vuetify.d.ts +739 -518
- package/dist/vuetify.esm.js +300 -118
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +299 -117
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1194 -1184
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +133 -96
- package/lib/components/VAutocomplete/VAutocomplete.js +19 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +133 -96
- package/lib/components/VCombobox/VCombobox.js +20 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +18 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- 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 +138 -96
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- 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 +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +73 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/package.json +3 -1
@@ -52,6 +52,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
52
52
|
bgColor?: unknown;
|
53
53
|
prependIcon?: unknown;
|
54
54
|
appendIcon?: unknown;
|
55
|
+
iconColor?: unknown;
|
55
56
|
clearIcon?: unknown;
|
56
57
|
prependInnerIcon?: unknown;
|
57
58
|
'onClick:clear'?: unknown;
|
@@ -61,7 +62,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
61
62
|
'onClick:prependInner'?: unknown;
|
62
63
|
centerAffix?: unknown;
|
63
64
|
glow?: unknown;
|
64
|
-
iconColor?: unknown;
|
65
65
|
hideSpinButtons?: unknown;
|
66
66
|
hint?: unknown;
|
67
67
|
persistentHint?: unknown;
|
@@ -96,6 +96,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
96
96
|
noDataText?: unknown;
|
97
97
|
openOnClear?: unknown;
|
98
98
|
itemColor?: unknown;
|
99
|
+
noAutoScroll?: unknown;
|
99
100
|
customFilter?: unknown;
|
100
101
|
customKeyFilter?: unknown;
|
101
102
|
filterKeys?: unknown;
|
@@ -381,6 +382,10 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
381
382
|
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
|
382
383
|
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
|
383
384
|
};
|
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
|
+
};
|
384
389
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
385
390
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
386
391
|
default: string;
|
@@ -429,10 +434,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
429
434
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
430
435
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
431
436
|
};
|
432
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
433
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
434
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
435
|
-
};
|
436
437
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
437
438
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
438
439
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -2137,6 +2138,10 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
2137
2138
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
2138
2139
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
2139
2140
|
};
|
2141
|
+
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
2142
|
+
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
2143
|
+
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
2144
|
+
};
|
2140
2145
|
customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
|
2141
2146
|
type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
|
2142
2147
|
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
|
@@ -2241,6 +2246,7 @@ export declare const VCombobox: {
|
|
2241
2246
|
hideSelected: boolean;
|
2242
2247
|
menuIcon: import("../../composables/icons.js").IconValue;
|
2243
2248
|
openOnClear: boolean;
|
2249
|
+
noAutoScroll: boolean;
|
2244
2250
|
clearOnSelect: boolean;
|
2245
2251
|
} & {
|
2246
2252
|
name?: string | undefined;
|
@@ -2267,6 +2273,7 @@ export declare const VCombobox: {
|
|
2267
2273
|
bgColor?: string | undefined;
|
2268
2274
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2269
2275
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2276
|
+
iconColor?: string | boolean | undefined;
|
2270
2277
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2271
2278
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2272
2279
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2274,7 +2281,6 @@ export declare const VCombobox: {
|
|
2274
2281
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2275
2282
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2276
2283
|
centerAffix?: boolean | undefined;
|
2277
|
-
iconColor?: string | boolean | undefined;
|
2278
2284
|
hint?: string | undefined;
|
2279
2285
|
hideDetails?: boolean | "auto" | undefined;
|
2280
2286
|
suffix?: string | undefined;
|
@@ -2754,6 +2760,7 @@ export declare const VCombobox: {
|
|
2754
2760
|
bgColor?: string | undefined;
|
2755
2761
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2756
2762
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2763
|
+
iconColor?: string | boolean | undefined;
|
2757
2764
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2758
2765
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2759
2766
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2762,7 +2769,6 @@ export declare const VCombobox: {
|
|
2762
2769
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2763
2770
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2764
2771
|
centerAffix?: boolean | undefined;
|
2765
|
-
iconColor?: string | boolean | undefined;
|
2766
2772
|
hint?: string | undefined;
|
2767
2773
|
hideDetails?: boolean | "auto" | undefined;
|
2768
2774
|
suffix?: string | undefined;
|
@@ -2906,6 +2912,7 @@ export declare const VCombobox: {
|
|
2906
2912
|
bgColor?: string | undefined;
|
2907
2913
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2908
2914
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2915
|
+
iconColor?: string | boolean | undefined;
|
2909
2916
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2910
2917
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2911
2918
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2914,7 +2921,6 @@ export declare const VCombobox: {
|
|
2914
2921
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2915
2922
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2916
2923
|
centerAffix?: boolean | undefined;
|
2917
|
-
iconColor?: string | boolean | undefined;
|
2918
2924
|
hint?: string | undefined;
|
2919
2925
|
hideDetails?: boolean | "auto" | undefined;
|
2920
2926
|
suffix?: string | undefined;
|
@@ -3029,9 +3035,9 @@ export declare const VCombobox: {
|
|
3029
3035
|
baseColor?: string | undefined;
|
3030
3036
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3031
3037
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3038
|
+
iconColor?: string | boolean | undefined;
|
3032
3039
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3033
3040
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3034
|
-
iconColor?: string | boolean | undefined;
|
3035
3041
|
hint?: string | undefined;
|
3036
3042
|
hideDetails?: boolean | "auto" | undefined;
|
3037
3043
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3085,9 +3091,9 @@ export declare const VCombobox: {
|
|
3085
3091
|
baseColor?: string | undefined;
|
3086
3092
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3087
3093
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3094
|
+
iconColor?: string | boolean | undefined;
|
3088
3095
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3089
3096
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3090
|
-
iconColor?: string | boolean | undefined;
|
3091
3097
|
hint?: string | undefined;
|
3092
3098
|
hideDetails?: boolean | "auto" | undefined;
|
3093
3099
|
} & {}, {
|
@@ -3188,9 +3194,9 @@ export declare const VCombobox: {
|
|
3188
3194
|
baseColor?: string | undefined;
|
3189
3195
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3190
3196
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3197
|
+
iconColor?: string | boolean | undefined;
|
3191
3198
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3192
3199
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3193
|
-
iconColor?: string | boolean | undefined;
|
3194
3200
|
hint?: string | undefined;
|
3195
3201
|
hideDetails?: boolean | "auto" | undefined;
|
3196
3202
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3202,7 +3208,7 @@ export declare const VCombobox: {
|
|
3202
3208
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3203
3209
|
modelValue?: unknown;
|
3204
3210
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3205
|
-
}, 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" | "
|
3211
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3206
3212
|
$: import("vue").ComponentInternalInstance;
|
3207
3213
|
$data: {};
|
3208
3214
|
$props: Partial<{
|
@@ -3249,13 +3255,13 @@ export declare const VCombobox: {
|
|
3249
3255
|
rounded?: string | number | boolean | undefined;
|
3250
3256
|
baseColor?: string | undefined;
|
3251
3257
|
bgColor?: string | undefined;
|
3258
|
+
iconColor?: string | boolean | undefined;
|
3252
3259
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3253
3260
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3254
3261
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3255
3262
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3256
3263
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3257
3264
|
centerAffix?: boolean | undefined;
|
3258
|
-
iconColor?: string | boolean | undefined;
|
3259
3265
|
} & 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">;
|
3260
3266
|
$attrs: {
|
3261
3267
|
[x: string]: unknown;
|
@@ -3308,13 +3314,13 @@ export declare const VCombobox: {
|
|
3308
3314
|
rounded?: string | number | boolean | undefined;
|
3309
3315
|
baseColor?: string | undefined;
|
3310
3316
|
bgColor?: string | undefined;
|
3317
|
+
iconColor?: string | boolean | undefined;
|
3311
3318
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3312
3319
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3313
3320
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3314
3321
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3315
3322
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3316
3323
|
centerAffix?: boolean | undefined;
|
3317
|
-
iconColor?: string | boolean | undefined;
|
3318
3324
|
} & {
|
3319
3325
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3320
3326
|
}, {
|
@@ -3418,13 +3424,13 @@ export declare const VCombobox: {
|
|
3418
3424
|
rounded?: string | number | boolean | undefined;
|
3419
3425
|
baseColor?: string | undefined;
|
3420
3426
|
bgColor?: string | undefined;
|
3427
|
+
iconColor?: string | boolean | undefined;
|
3421
3428
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3422
3429
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3423
3430
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3424
3431
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3425
3432
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3426
3433
|
centerAffix?: boolean | undefined;
|
3427
|
-
iconColor?: string | boolean | undefined;
|
3428
3434
|
} & {
|
3429
3435
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3430
3436
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3433,7 +3439,7 @@ export declare const VCombobox: {
|
|
3433
3439
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3434
3440
|
modelValue?: unknown;
|
3435
3441
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3436
|
-
}, 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" | "
|
3442
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3437
3443
|
_allExposed: {
|
3438
3444
|
reset: () => Promise<void>;
|
3439
3445
|
resetValidation: () => Promise<void>;
|
@@ -3601,6 +3607,7 @@ export declare const VCombobox: {
|
|
3601
3607
|
bgColor?: string | undefined;
|
3602
3608
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3603
3609
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3610
|
+
iconColor?: string | boolean | undefined;
|
3604
3611
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3605
3612
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3606
3613
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3609,7 +3616,6 @@ export declare const VCombobox: {
|
|
3609
3616
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3610
3617
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3611
3618
|
centerAffix?: boolean | undefined;
|
3612
|
-
iconColor?: string | boolean | undefined;
|
3613
3619
|
hint?: string | undefined;
|
3614
3620
|
hideDetails?: boolean | "auto" | undefined;
|
3615
3621
|
suffix?: string | undefined;
|
@@ -3724,9 +3730,9 @@ export declare const VCombobox: {
|
|
3724
3730
|
baseColor?: string | undefined;
|
3725
3731
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3726
3732
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3733
|
+
iconColor?: string | boolean | undefined;
|
3727
3734
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3728
3735
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3729
|
-
iconColor?: string | boolean | undefined;
|
3730
3736
|
hint?: string | undefined;
|
3731
3737
|
hideDetails?: boolean | "auto" | undefined;
|
3732
3738
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3780,9 +3786,9 @@ export declare const VCombobox: {
|
|
3780
3786
|
baseColor?: string | undefined;
|
3781
3787
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3782
3788
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3789
|
+
iconColor?: string | boolean | undefined;
|
3783
3790
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3784
3791
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3785
|
-
iconColor?: string | boolean | undefined;
|
3786
3792
|
hint?: string | undefined;
|
3787
3793
|
hideDetails?: boolean | "auto" | undefined;
|
3788
3794
|
} & {}, {
|
@@ -3883,9 +3889,9 @@ export declare const VCombobox: {
|
|
3883
3889
|
baseColor?: string | undefined;
|
3884
3890
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3885
3891
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3892
|
+
iconColor?: string | boolean | undefined;
|
3886
3893
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3887
3894
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3888
|
-
iconColor?: string | boolean | undefined;
|
3889
3895
|
hint?: string | undefined;
|
3890
3896
|
hideDetails?: boolean | "auto" | undefined;
|
3891
3897
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3897,7 +3903,7 @@ export declare const VCombobox: {
|
|
3897
3903
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3898
3904
|
modelValue?: unknown;
|
3899
3905
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3900
|
-
}, 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" | "
|
3906
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3901
3907
|
$: import("vue").ComponentInternalInstance;
|
3902
3908
|
$data: {};
|
3903
3909
|
$props: Partial<{
|
@@ -3944,13 +3950,13 @@ export declare const VCombobox: {
|
|
3944
3950
|
rounded?: string | number | boolean | undefined;
|
3945
3951
|
baseColor?: string | undefined;
|
3946
3952
|
bgColor?: string | undefined;
|
3953
|
+
iconColor?: string | boolean | undefined;
|
3947
3954
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3948
3955
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3949
3956
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3950
3957
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3951
3958
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3952
3959
|
centerAffix?: boolean | undefined;
|
3953
|
-
iconColor?: string | boolean | undefined;
|
3954
3960
|
} & 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">;
|
3955
3961
|
$attrs: {
|
3956
3962
|
[x: string]: unknown;
|
@@ -4003,13 +4009,13 @@ export declare const VCombobox: {
|
|
4003
4009
|
rounded?: string | number | boolean | undefined;
|
4004
4010
|
baseColor?: string | undefined;
|
4005
4011
|
bgColor?: string | undefined;
|
4012
|
+
iconColor?: string | boolean | undefined;
|
4006
4013
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4007
4014
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4008
4015
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4009
4016
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4010
4017
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4011
4018
|
centerAffix?: boolean | undefined;
|
4012
|
-
iconColor?: string | boolean | undefined;
|
4013
4019
|
} & {
|
4014
4020
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4015
4021
|
}, {
|
@@ -4113,13 +4119,13 @@ export declare const VCombobox: {
|
|
4113
4119
|
rounded?: string | number | boolean | undefined;
|
4114
4120
|
baseColor?: string | undefined;
|
4115
4121
|
bgColor?: string | undefined;
|
4122
|
+
iconColor?: string | boolean | undefined;
|
4116
4123
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4117
4124
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4118
4125
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4119
4126
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4120
4127
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4121
4128
|
centerAffix?: boolean | undefined;
|
4122
|
-
iconColor?: string | boolean | undefined;
|
4123
4129
|
} & {
|
4124
4130
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4125
4131
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4128,7 +4134,7 @@ export declare const VCombobox: {
|
|
4128
4134
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4129
4135
|
modelValue?: unknown;
|
4130
4136
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4131
|
-
}, 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" | "
|
4137
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4132
4138
|
_allExposed: {
|
4133
4139
|
reset: () => Promise<void>;
|
4134
4140
|
resetValidation: () => Promise<void>;
|
@@ -4139,7 +4145,7 @@ export declare const VCombobox: {
|
|
4139
4145
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4140
4146
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4141
4147
|
} | {};
|
4142
|
-
}> & {} & 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" | "
|
4148
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
4143
4149
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4144
4150
|
$: import("vue").ComponentInternalInstance;
|
4145
4151
|
$data: {};
|
@@ -4190,9 +4196,9 @@ export declare const VCombobox: {
|
|
4190
4196
|
baseColor?: string | undefined;
|
4191
4197
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4192
4198
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4199
|
+
iconColor?: string | boolean | undefined;
|
4193
4200
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4194
4201
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4195
|
-
iconColor?: string | boolean | undefined;
|
4196
4202
|
hint?: string | undefined;
|
4197
4203
|
hideDetails?: boolean | "auto" | undefined;
|
4198
4204
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4246,9 +4252,9 @@ export declare const VCombobox: {
|
|
4246
4252
|
baseColor?: string | undefined;
|
4247
4253
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4248
4254
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4255
|
+
iconColor?: string | boolean | undefined;
|
4249
4256
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4250
4257
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4251
|
-
iconColor?: string | boolean | undefined;
|
4252
4258
|
hint?: string | undefined;
|
4253
4259
|
hideDetails?: boolean | "auto" | undefined;
|
4254
4260
|
} & {}, {
|
@@ -4349,9 +4355,9 @@ export declare const VCombobox: {
|
|
4349
4355
|
baseColor?: string | undefined;
|
4350
4356
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4351
4357
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4358
|
+
iconColor?: string | boolean | undefined;
|
4352
4359
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4353
4360
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4354
|
-
iconColor?: string | boolean | undefined;
|
4355
4361
|
hint?: string | undefined;
|
4356
4362
|
hideDetails?: boolean | "auto" | undefined;
|
4357
4363
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4363,7 +4369,7 @@ export declare const VCombobox: {
|
|
4363
4369
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4364
4370
|
modelValue?: unknown;
|
4365
4371
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4366
|
-
}, 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" | "
|
4372
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4367
4373
|
$: import("vue").ComponentInternalInstance;
|
4368
4374
|
$data: {};
|
4369
4375
|
$props: Partial<{
|
@@ -4410,13 +4416,13 @@ export declare const VCombobox: {
|
|
4410
4416
|
rounded?: string | number | boolean | undefined;
|
4411
4417
|
baseColor?: string | undefined;
|
4412
4418
|
bgColor?: string | undefined;
|
4419
|
+
iconColor?: string | boolean | undefined;
|
4413
4420
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4414
4421
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4415
4422
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4416
4423
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4417
4424
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4418
4425
|
centerAffix?: boolean | undefined;
|
4419
|
-
iconColor?: string | boolean | undefined;
|
4420
4426
|
} & 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">;
|
4421
4427
|
$attrs: {
|
4422
4428
|
[x: string]: unknown;
|
@@ -4469,13 +4475,13 @@ export declare const VCombobox: {
|
|
4469
4475
|
rounded?: string | number | boolean | undefined;
|
4470
4476
|
baseColor?: string | undefined;
|
4471
4477
|
bgColor?: string | undefined;
|
4478
|
+
iconColor?: string | boolean | undefined;
|
4472
4479
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4473
4480
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4474
4481
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4475
4482
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4476
4483
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4477
4484
|
centerAffix?: boolean | undefined;
|
4478
|
-
iconColor?: string | boolean | undefined;
|
4479
4485
|
} & {
|
4480
4486
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4481
4487
|
}, {
|
@@ -4579,13 +4585,13 @@ export declare const VCombobox: {
|
|
4579
4585
|
rounded?: string | number | boolean | undefined;
|
4580
4586
|
baseColor?: string | undefined;
|
4581
4587
|
bgColor?: string | undefined;
|
4588
|
+
iconColor?: string | boolean | undefined;
|
4582
4589
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4583
4590
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4584
4591
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4585
4592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4586
4593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4587
4594
|
centerAffix?: boolean | undefined;
|
4588
|
-
iconColor?: string | boolean | undefined;
|
4589
4595
|
} & {
|
4590
4596
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4591
4597
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4594,7 +4600,7 @@ export declare const VCombobox: {
|
|
4594
4600
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4595
4601
|
modelValue?: unknown;
|
4596
4602
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4597
|
-
}, 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" | "
|
4603
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4598
4604
|
_allExposed: {
|
4599
4605
|
reset: () => Promise<void>;
|
4600
4606
|
resetValidation: () => Promise<void>;
|
@@ -4619,7 +4625,7 @@ export declare const VCombobox: {
|
|
4619
4625
|
'update:modelValue': (value: any) => true;
|
4620
4626
|
'update:search': (value: string) => true;
|
4621
4627
|
'update:menu': (value: boolean) => true;
|
4622
|
-
}, "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, {
|
4628
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
4623
4629
|
flat: boolean;
|
4624
4630
|
reverse: boolean;
|
4625
4631
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4668,6 +4674,7 @@ export declare const VCombobox: {
|
|
4668
4674
|
hideSelected: boolean;
|
4669
4675
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4670
4676
|
openOnClear: boolean;
|
4677
|
+
noAutoScroll: boolean;
|
4671
4678
|
clearOnSelect: boolean;
|
4672
4679
|
}, true, {}, import("vue").SlotsType<Partial<{
|
4673
4680
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -4698,6 +4705,14 @@ export declare const VCombobox: {
|
|
4698
4705
|
item: ListItem<unknown>;
|
4699
4706
|
index: number;
|
4700
4707
|
}) => import("vue").VNode[];
|
4708
|
+
subheader: (arg: {
|
4709
|
+
props: Record<string, unknown>;
|
4710
|
+
index: number;
|
4711
|
+
}) => import("vue").VNode[];
|
4712
|
+
divider: (arg: {
|
4713
|
+
props: Record<string, unknown>;
|
4714
|
+
index: number;
|
4715
|
+
}) => import("vue").VNode[];
|
4701
4716
|
'prepend-item': () => import("vue").VNode[];
|
4702
4717
|
'append-item': () => import("vue").VNode[];
|
4703
4718
|
'no-data': () => import("vue").VNode[];
|
@@ -4755,6 +4770,7 @@ export declare const VCombobox: {
|
|
4755
4770
|
hideSelected: boolean;
|
4756
4771
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4757
4772
|
openOnClear: boolean;
|
4773
|
+
noAutoScroll: boolean;
|
4758
4774
|
clearOnSelect: boolean;
|
4759
4775
|
} & {
|
4760
4776
|
name?: string | undefined;
|
@@ -4781,6 +4797,7 @@ export declare const VCombobox: {
|
|
4781
4797
|
bgColor?: string | undefined;
|
4782
4798
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4783
4799
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4800
|
+
iconColor?: string | boolean | undefined;
|
4784
4801
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4785
4802
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4786
4803
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4788,7 +4805,6 @@ export declare const VCombobox: {
|
|
4788
4805
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4789
4806
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4790
4807
|
centerAffix?: boolean | undefined;
|
4791
|
-
iconColor?: string | boolean | undefined;
|
4792
4808
|
hint?: string | undefined;
|
4793
4809
|
hideDetails?: boolean | "auto" | undefined;
|
4794
4810
|
suffix?: string | undefined;
|
@@ -5268,6 +5284,7 @@ export declare const VCombobox: {
|
|
5268
5284
|
bgColor?: string | undefined;
|
5269
5285
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5270
5286
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5287
|
+
iconColor?: string | boolean | undefined;
|
5271
5288
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5272
5289
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5273
5290
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5276,7 +5293,6 @@ export declare const VCombobox: {
|
|
5276
5293
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5277
5294
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5278
5295
|
centerAffix?: boolean | undefined;
|
5279
|
-
iconColor?: string | boolean | undefined;
|
5280
5296
|
hint?: string | undefined;
|
5281
5297
|
hideDetails?: boolean | "auto" | undefined;
|
5282
5298
|
suffix?: string | undefined;
|
@@ -5420,6 +5436,7 @@ export declare const VCombobox: {
|
|
5420
5436
|
bgColor?: string | undefined;
|
5421
5437
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5422
5438
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5439
|
+
iconColor?: string | boolean | undefined;
|
5423
5440
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5424
5441
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5425
5442
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5428,7 +5445,6 @@ export declare const VCombobox: {
|
|
5428
5445
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5429
5446
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5430
5447
|
centerAffix?: boolean | undefined;
|
5431
|
-
iconColor?: string | boolean | undefined;
|
5432
5448
|
hint?: string | undefined;
|
5433
5449
|
hideDetails?: boolean | "auto" | undefined;
|
5434
5450
|
suffix?: string | undefined;
|
@@ -5543,9 +5559,9 @@ export declare const VCombobox: {
|
|
5543
5559
|
baseColor?: string | undefined;
|
5544
5560
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5545
5561
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5562
|
+
iconColor?: string | boolean | undefined;
|
5546
5563
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5547
5564
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5548
|
-
iconColor?: string | boolean | undefined;
|
5549
5565
|
hint?: string | undefined;
|
5550
5566
|
hideDetails?: boolean | "auto" | undefined;
|
5551
5567
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5599,9 +5615,9 @@ export declare const VCombobox: {
|
|
5599
5615
|
baseColor?: string | undefined;
|
5600
5616
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5601
5617
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5618
|
+
iconColor?: string | boolean | undefined;
|
5602
5619
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5603
5620
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5604
|
-
iconColor?: string | boolean | undefined;
|
5605
5621
|
hint?: string | undefined;
|
5606
5622
|
hideDetails?: boolean | "auto" | undefined;
|
5607
5623
|
} & {}, {
|
@@ -5702,9 +5718,9 @@ export declare const VCombobox: {
|
|
5702
5718
|
baseColor?: string | undefined;
|
5703
5719
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5704
5720
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5721
|
+
iconColor?: string | boolean | undefined;
|
5705
5722
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5706
5723
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5707
|
-
iconColor?: string | boolean | undefined;
|
5708
5724
|
hint?: string | undefined;
|
5709
5725
|
hideDetails?: boolean | "auto" | undefined;
|
5710
5726
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5716,7 +5732,7 @@ export declare const VCombobox: {
|
|
5716
5732
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5717
5733
|
modelValue?: unknown;
|
5718
5734
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5719
|
-
}, 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" | "
|
5735
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5720
5736
|
$: import("vue").ComponentInternalInstance;
|
5721
5737
|
$data: {};
|
5722
5738
|
$props: Partial<{
|
@@ -5763,13 +5779,13 @@ export declare const VCombobox: {
|
|
5763
5779
|
rounded?: string | number | boolean | undefined;
|
5764
5780
|
baseColor?: string | undefined;
|
5765
5781
|
bgColor?: string | undefined;
|
5782
|
+
iconColor?: string | boolean | undefined;
|
5766
5783
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5767
5784
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5768
5785
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5769
5786
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5770
5787
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5771
5788
|
centerAffix?: boolean | undefined;
|
5772
|
-
iconColor?: string | boolean | undefined;
|
5773
5789
|
} & 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">;
|
5774
5790
|
$attrs: {
|
5775
5791
|
[x: string]: unknown;
|
@@ -5822,13 +5838,13 @@ export declare const VCombobox: {
|
|
5822
5838
|
rounded?: string | number | boolean | undefined;
|
5823
5839
|
baseColor?: string | undefined;
|
5824
5840
|
bgColor?: string | undefined;
|
5841
|
+
iconColor?: string | boolean | undefined;
|
5825
5842
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5826
5843
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5827
5844
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5828
5845
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5829
5846
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5830
5847
|
centerAffix?: boolean | undefined;
|
5831
|
-
iconColor?: string | boolean | undefined;
|
5832
5848
|
} & {
|
5833
5849
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5834
5850
|
}, {
|
@@ -5932,13 +5948,13 @@ export declare const VCombobox: {
|
|
5932
5948
|
rounded?: string | number | boolean | undefined;
|
5933
5949
|
baseColor?: string | undefined;
|
5934
5950
|
bgColor?: string | undefined;
|
5951
|
+
iconColor?: string | boolean | undefined;
|
5935
5952
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5936
5953
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5937
5954
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5938
5955
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5939
5956
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5940
5957
|
centerAffix?: boolean | undefined;
|
5941
|
-
iconColor?: string | boolean | undefined;
|
5942
5958
|
} & {
|
5943
5959
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5944
5960
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5947,7 +5963,7 @@ export declare const VCombobox: {
|
|
5947
5963
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5948
5964
|
modelValue?: unknown;
|
5949
5965
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5950
|
-
}, 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" | "
|
5966
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5951
5967
|
_allExposed: {
|
5952
5968
|
reset: () => Promise<void>;
|
5953
5969
|
resetValidation: () => Promise<void>;
|
@@ -6115,6 +6131,7 @@ export declare const VCombobox: {
|
|
6115
6131
|
bgColor?: string | undefined;
|
6116
6132
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6117
6133
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6134
|
+
iconColor?: string | boolean | undefined;
|
6118
6135
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6119
6136
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6120
6137
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6123,7 +6140,6 @@ export declare const VCombobox: {
|
|
6123
6140
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6124
6141
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6125
6142
|
centerAffix?: boolean | undefined;
|
6126
|
-
iconColor?: string | boolean | undefined;
|
6127
6143
|
hint?: string | undefined;
|
6128
6144
|
hideDetails?: boolean | "auto" | undefined;
|
6129
6145
|
suffix?: string | undefined;
|
@@ -6238,9 +6254,9 @@ export declare const VCombobox: {
|
|
6238
6254
|
baseColor?: string | undefined;
|
6239
6255
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6240
6256
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6257
|
+
iconColor?: string | boolean | undefined;
|
6241
6258
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6242
6259
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6243
|
-
iconColor?: string | boolean | undefined;
|
6244
6260
|
hint?: string | undefined;
|
6245
6261
|
hideDetails?: boolean | "auto" | undefined;
|
6246
6262
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6294,9 +6310,9 @@ export declare const VCombobox: {
|
|
6294
6310
|
baseColor?: string | undefined;
|
6295
6311
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6296
6312
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6313
|
+
iconColor?: string | boolean | undefined;
|
6297
6314
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6298
6315
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6299
|
-
iconColor?: string | boolean | undefined;
|
6300
6316
|
hint?: string | undefined;
|
6301
6317
|
hideDetails?: boolean | "auto" | undefined;
|
6302
6318
|
} & {}, {
|
@@ -6397,9 +6413,9 @@ export declare const VCombobox: {
|
|
6397
6413
|
baseColor?: string | undefined;
|
6398
6414
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6399
6415
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6416
|
+
iconColor?: string | boolean | undefined;
|
6400
6417
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6401
6418
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6402
|
-
iconColor?: string | boolean | undefined;
|
6403
6419
|
hint?: string | undefined;
|
6404
6420
|
hideDetails?: boolean | "auto" | undefined;
|
6405
6421
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6411,7 +6427,7 @@ export declare const VCombobox: {
|
|
6411
6427
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6412
6428
|
modelValue?: unknown;
|
6413
6429
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6414
|
-
}, 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" | "
|
6430
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6415
6431
|
$: import("vue").ComponentInternalInstance;
|
6416
6432
|
$data: {};
|
6417
6433
|
$props: Partial<{
|
@@ -6458,13 +6474,13 @@ export declare const VCombobox: {
|
|
6458
6474
|
rounded?: string | number | boolean | undefined;
|
6459
6475
|
baseColor?: string | undefined;
|
6460
6476
|
bgColor?: string | undefined;
|
6477
|
+
iconColor?: string | boolean | undefined;
|
6461
6478
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6462
6479
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6463
6480
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6464
6481
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6465
6482
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6466
6483
|
centerAffix?: boolean | undefined;
|
6467
|
-
iconColor?: string | boolean | undefined;
|
6468
6484
|
} & 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">;
|
6469
6485
|
$attrs: {
|
6470
6486
|
[x: string]: unknown;
|
@@ -6517,13 +6533,13 @@ export declare const VCombobox: {
|
|
6517
6533
|
rounded?: string | number | boolean | undefined;
|
6518
6534
|
baseColor?: string | undefined;
|
6519
6535
|
bgColor?: string | undefined;
|
6536
|
+
iconColor?: string | boolean | undefined;
|
6520
6537
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6521
6538
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6522
6539
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6523
6540
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6524
6541
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6525
6542
|
centerAffix?: boolean | undefined;
|
6526
|
-
iconColor?: string | boolean | undefined;
|
6527
6543
|
} & {
|
6528
6544
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6529
6545
|
}, {
|
@@ -6627,13 +6643,13 @@ export declare const VCombobox: {
|
|
6627
6643
|
rounded?: string | number | boolean | undefined;
|
6628
6644
|
baseColor?: string | undefined;
|
6629
6645
|
bgColor?: string | undefined;
|
6646
|
+
iconColor?: string | boolean | undefined;
|
6630
6647
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6631
6648
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6632
6649
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6633
6650
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6634
6651
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6635
6652
|
centerAffix?: boolean | undefined;
|
6636
|
-
iconColor?: string | boolean | undefined;
|
6637
6653
|
} & {
|
6638
6654
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6639
6655
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6642,7 +6658,7 @@ export declare const VCombobox: {
|
|
6642
6658
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6643
6659
|
modelValue?: unknown;
|
6644
6660
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6645
|
-
}, 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" | "
|
6661
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6646
6662
|
_allExposed: {
|
6647
6663
|
reset: () => Promise<void>;
|
6648
6664
|
resetValidation: () => Promise<void>;
|
@@ -6653,7 +6669,7 @@ export declare const VCombobox: {
|
|
6653
6669
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6654
6670
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6655
6671
|
} | {};
|
6656
|
-
}> & {} & 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" | "
|
6672
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
6657
6673
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6658
6674
|
$: import("vue").ComponentInternalInstance;
|
6659
6675
|
$data: {};
|
@@ -6704,9 +6720,9 @@ export declare const VCombobox: {
|
|
6704
6720
|
baseColor?: string | undefined;
|
6705
6721
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6706
6722
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6723
|
+
iconColor?: string | boolean | undefined;
|
6707
6724
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6708
6725
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6709
|
-
iconColor?: string | boolean | undefined;
|
6710
6726
|
hint?: string | undefined;
|
6711
6727
|
hideDetails?: boolean | "auto" | undefined;
|
6712
6728
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6760,9 +6776,9 @@ export declare const VCombobox: {
|
|
6760
6776
|
baseColor?: string | undefined;
|
6761
6777
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6762
6778
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6779
|
+
iconColor?: string | boolean | undefined;
|
6763
6780
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6764
6781
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6765
|
-
iconColor?: string | boolean | undefined;
|
6766
6782
|
hint?: string | undefined;
|
6767
6783
|
hideDetails?: boolean | "auto" | undefined;
|
6768
6784
|
} & {}, {
|
@@ -6863,9 +6879,9 @@ export declare const VCombobox: {
|
|
6863
6879
|
baseColor?: string | undefined;
|
6864
6880
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6865
6881
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6882
|
+
iconColor?: string | boolean | undefined;
|
6866
6883
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6867
6884
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6868
|
-
iconColor?: string | boolean | undefined;
|
6869
6885
|
hint?: string | undefined;
|
6870
6886
|
hideDetails?: boolean | "auto" | undefined;
|
6871
6887
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6877,7 +6893,7 @@ export declare const VCombobox: {
|
|
6877
6893
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6878
6894
|
modelValue?: unknown;
|
6879
6895
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6880
|
-
}, 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" | "
|
6896
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6881
6897
|
$: import("vue").ComponentInternalInstance;
|
6882
6898
|
$data: {};
|
6883
6899
|
$props: Partial<{
|
@@ -6924,13 +6940,13 @@ export declare const VCombobox: {
|
|
6924
6940
|
rounded?: string | number | boolean | undefined;
|
6925
6941
|
baseColor?: string | undefined;
|
6926
6942
|
bgColor?: string | undefined;
|
6943
|
+
iconColor?: string | boolean | undefined;
|
6927
6944
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6928
6945
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6929
6946
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6930
6947
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6931
6948
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6932
6949
|
centerAffix?: boolean | undefined;
|
6933
|
-
iconColor?: string | boolean | undefined;
|
6934
6950
|
} & 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">;
|
6935
6951
|
$attrs: {
|
6936
6952
|
[x: string]: unknown;
|
@@ -6983,13 +6999,13 @@ export declare const VCombobox: {
|
|
6983
6999
|
rounded?: string | number | boolean | undefined;
|
6984
7000
|
baseColor?: string | undefined;
|
6985
7001
|
bgColor?: string | undefined;
|
7002
|
+
iconColor?: string | boolean | undefined;
|
6986
7003
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6987
7004
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6988
7005
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6989
7006
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6990
7007
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6991
7008
|
centerAffix?: boolean | undefined;
|
6992
|
-
iconColor?: string | boolean | undefined;
|
6993
7009
|
} & {
|
6994
7010
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6995
7011
|
}, {
|
@@ -7093,13 +7109,13 @@ export declare const VCombobox: {
|
|
7093
7109
|
rounded?: string | number | boolean | undefined;
|
7094
7110
|
baseColor?: string | undefined;
|
7095
7111
|
bgColor?: string | undefined;
|
7112
|
+
iconColor?: string | boolean | undefined;
|
7096
7113
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7097
7114
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7098
7115
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7099
7116
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7100
7117
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7101
7118
|
centerAffix?: boolean | undefined;
|
7102
|
-
iconColor?: string | boolean | undefined;
|
7103
7119
|
} & {
|
7104
7120
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7105
7121
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7108,7 +7124,7 @@ export declare const VCombobox: {
|
|
7108
7124
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7109
7125
|
modelValue?: unknown;
|
7110
7126
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7111
|
-
}, 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" | "
|
7127
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7112
7128
|
_allExposed: {
|
7113
7129
|
reset: () => Promise<void>;
|
7114
7130
|
resetValidation: () => Promise<void>;
|
@@ -7177,6 +7193,7 @@ export declare const VCombobox: {
|
|
7177
7193
|
hideSelected: boolean;
|
7178
7194
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7179
7195
|
openOnClear: boolean;
|
7196
|
+
noAutoScroll: boolean;
|
7180
7197
|
clearOnSelect: boolean;
|
7181
7198
|
}>;
|
7182
7199
|
__isFragment?: never;
|
@@ -7229,6 +7246,7 @@ export declare const VCombobox: {
|
|
7229
7246
|
hideSelected: boolean;
|
7230
7247
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7231
7248
|
openOnClear: boolean;
|
7249
|
+
noAutoScroll: boolean;
|
7232
7250
|
clearOnSelect: boolean;
|
7233
7251
|
} & {
|
7234
7252
|
name?: string | undefined;
|
@@ -7255,6 +7273,7 @@ export declare const VCombobox: {
|
|
7255
7273
|
bgColor?: string | undefined;
|
7256
7274
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7257
7275
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7276
|
+
iconColor?: string | boolean | undefined;
|
7258
7277
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7259
7278
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7260
7279
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7262,7 +7281,6 @@ export declare const VCombobox: {
|
|
7262
7281
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7263
7282
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7264
7283
|
centerAffix?: boolean | undefined;
|
7265
|
-
iconColor?: string | boolean | undefined;
|
7266
7284
|
hint?: string | undefined;
|
7267
7285
|
hideDetails?: boolean | "auto" | undefined;
|
7268
7286
|
suffix?: string | undefined;
|
@@ -7742,6 +7760,7 @@ export declare const VCombobox: {
|
|
7742
7760
|
bgColor?: string | undefined;
|
7743
7761
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7744
7762
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7763
|
+
iconColor?: string | boolean | undefined;
|
7745
7764
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7746
7765
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7747
7766
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7750,7 +7769,6 @@ export declare const VCombobox: {
|
|
7750
7769
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7751
7770
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7752
7771
|
centerAffix?: boolean | undefined;
|
7753
|
-
iconColor?: string | boolean | undefined;
|
7754
7772
|
hint?: string | undefined;
|
7755
7773
|
hideDetails?: boolean | "auto" | undefined;
|
7756
7774
|
suffix?: string | undefined;
|
@@ -7894,6 +7912,7 @@ export declare const VCombobox: {
|
|
7894
7912
|
bgColor?: string | undefined;
|
7895
7913
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7896
7914
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7915
|
+
iconColor?: string | boolean | undefined;
|
7897
7916
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7898
7917
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7899
7918
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7902,7 +7921,6 @@ export declare const VCombobox: {
|
|
7902
7921
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7903
7922
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7904
7923
|
centerAffix?: boolean | undefined;
|
7905
|
-
iconColor?: string | boolean | undefined;
|
7906
7924
|
hint?: string | undefined;
|
7907
7925
|
hideDetails?: boolean | "auto" | undefined;
|
7908
7926
|
suffix?: string | undefined;
|
@@ -8017,9 +8035,9 @@ export declare const VCombobox: {
|
|
8017
8035
|
baseColor?: string | undefined;
|
8018
8036
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8019
8037
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8038
|
+
iconColor?: string | boolean | undefined;
|
8020
8039
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8021
8040
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8022
|
-
iconColor?: string | boolean | undefined;
|
8023
8041
|
hint?: string | undefined;
|
8024
8042
|
hideDetails?: boolean | "auto" | undefined;
|
8025
8043
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8073,9 +8091,9 @@ export declare const VCombobox: {
|
|
8073
8091
|
baseColor?: string | undefined;
|
8074
8092
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8075
8093
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8094
|
+
iconColor?: string | boolean | undefined;
|
8076
8095
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8077
8096
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8078
|
-
iconColor?: string | boolean | undefined;
|
8079
8097
|
hint?: string | undefined;
|
8080
8098
|
hideDetails?: boolean | "auto" | undefined;
|
8081
8099
|
} & {}, {
|
@@ -8176,9 +8194,9 @@ export declare const VCombobox: {
|
|
8176
8194
|
baseColor?: string | undefined;
|
8177
8195
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8178
8196
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8197
|
+
iconColor?: string | boolean | undefined;
|
8179
8198
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8180
8199
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8181
|
-
iconColor?: string | boolean | undefined;
|
8182
8200
|
hint?: string | undefined;
|
8183
8201
|
hideDetails?: boolean | "auto" | undefined;
|
8184
8202
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8190,7 +8208,7 @@ export declare const VCombobox: {
|
|
8190
8208
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8191
8209
|
modelValue?: unknown;
|
8192
8210
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8193
|
-
}, 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" | "
|
8211
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8194
8212
|
$: import("vue").ComponentInternalInstance;
|
8195
8213
|
$data: {};
|
8196
8214
|
$props: Partial<{
|
@@ -8237,13 +8255,13 @@ export declare const VCombobox: {
|
|
8237
8255
|
rounded?: string | number | boolean | undefined;
|
8238
8256
|
baseColor?: string | undefined;
|
8239
8257
|
bgColor?: string | undefined;
|
8258
|
+
iconColor?: string | boolean | undefined;
|
8240
8259
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8241
8260
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8242
8261
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8243
8262
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8244
8263
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8245
8264
|
centerAffix?: boolean | undefined;
|
8246
|
-
iconColor?: string | boolean | undefined;
|
8247
8265
|
} & 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">;
|
8248
8266
|
$attrs: {
|
8249
8267
|
[x: string]: unknown;
|
@@ -8296,13 +8314,13 @@ export declare const VCombobox: {
|
|
8296
8314
|
rounded?: string | number | boolean | undefined;
|
8297
8315
|
baseColor?: string | undefined;
|
8298
8316
|
bgColor?: string | undefined;
|
8317
|
+
iconColor?: string | boolean | undefined;
|
8299
8318
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8300
8319
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8301
8320
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8302
8321
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8303
8322
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8304
8323
|
centerAffix?: boolean | undefined;
|
8305
|
-
iconColor?: string | boolean | undefined;
|
8306
8324
|
} & {
|
8307
8325
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8308
8326
|
}, {
|
@@ -8406,13 +8424,13 @@ export declare const VCombobox: {
|
|
8406
8424
|
rounded?: string | number | boolean | undefined;
|
8407
8425
|
baseColor?: string | undefined;
|
8408
8426
|
bgColor?: string | undefined;
|
8427
|
+
iconColor?: string | boolean | undefined;
|
8409
8428
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8410
8429
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8411
8430
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8412
8431
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8413
8432
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8414
8433
|
centerAffix?: boolean | undefined;
|
8415
|
-
iconColor?: string | boolean | undefined;
|
8416
8434
|
} & {
|
8417
8435
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8418
8436
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8421,7 +8439,7 @@ export declare const VCombobox: {
|
|
8421
8439
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8422
8440
|
modelValue?: unknown;
|
8423
8441
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8424
|
-
}, 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" | "
|
8442
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8425
8443
|
_allExposed: {
|
8426
8444
|
reset: () => Promise<void>;
|
8427
8445
|
resetValidation: () => Promise<void>;
|
@@ -8589,6 +8607,7 @@ export declare const VCombobox: {
|
|
8589
8607
|
bgColor?: string | undefined;
|
8590
8608
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8591
8609
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8610
|
+
iconColor?: string | boolean | undefined;
|
8592
8611
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8593
8612
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8594
8613
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8597,7 +8616,6 @@ export declare const VCombobox: {
|
|
8597
8616
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8598
8617
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8599
8618
|
centerAffix?: boolean | undefined;
|
8600
|
-
iconColor?: string | boolean | undefined;
|
8601
8619
|
hint?: string | undefined;
|
8602
8620
|
hideDetails?: boolean | "auto" | undefined;
|
8603
8621
|
suffix?: string | undefined;
|
@@ -8712,9 +8730,9 @@ export declare const VCombobox: {
|
|
8712
8730
|
baseColor?: string | undefined;
|
8713
8731
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8714
8732
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8733
|
+
iconColor?: string | boolean | undefined;
|
8715
8734
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8716
8735
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8717
|
-
iconColor?: string | boolean | undefined;
|
8718
8736
|
hint?: string | undefined;
|
8719
8737
|
hideDetails?: boolean | "auto" | undefined;
|
8720
8738
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8768,9 +8786,9 @@ export declare const VCombobox: {
|
|
8768
8786
|
baseColor?: string | undefined;
|
8769
8787
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8770
8788
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8789
|
+
iconColor?: string | boolean | undefined;
|
8771
8790
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8772
8791
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8773
|
-
iconColor?: string | boolean | undefined;
|
8774
8792
|
hint?: string | undefined;
|
8775
8793
|
hideDetails?: boolean | "auto" | undefined;
|
8776
8794
|
} & {}, {
|
@@ -8871,9 +8889,9 @@ export declare const VCombobox: {
|
|
8871
8889
|
baseColor?: string | undefined;
|
8872
8890
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8873
8891
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8892
|
+
iconColor?: string | boolean | undefined;
|
8874
8893
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8875
8894
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8876
|
-
iconColor?: string | boolean | undefined;
|
8877
8895
|
hint?: string | undefined;
|
8878
8896
|
hideDetails?: boolean | "auto" | undefined;
|
8879
8897
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8885,7 +8903,7 @@ export declare const VCombobox: {
|
|
8885
8903
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8886
8904
|
modelValue?: unknown;
|
8887
8905
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8888
|
-
}, 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" | "
|
8906
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8889
8907
|
$: import("vue").ComponentInternalInstance;
|
8890
8908
|
$data: {};
|
8891
8909
|
$props: Partial<{
|
@@ -8932,13 +8950,13 @@ export declare const VCombobox: {
|
|
8932
8950
|
rounded?: string | number | boolean | undefined;
|
8933
8951
|
baseColor?: string | undefined;
|
8934
8952
|
bgColor?: string | undefined;
|
8953
|
+
iconColor?: string | boolean | undefined;
|
8935
8954
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8936
8955
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8937
8956
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8938
8957
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8939
8958
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8940
8959
|
centerAffix?: boolean | undefined;
|
8941
|
-
iconColor?: string | boolean | undefined;
|
8942
8960
|
} & 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">;
|
8943
8961
|
$attrs: {
|
8944
8962
|
[x: string]: unknown;
|
@@ -8991,13 +9009,13 @@ export declare const VCombobox: {
|
|
8991
9009
|
rounded?: string | number | boolean | undefined;
|
8992
9010
|
baseColor?: string | undefined;
|
8993
9011
|
bgColor?: string | undefined;
|
9012
|
+
iconColor?: string | boolean | undefined;
|
8994
9013
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8995
9014
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8996
9015
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8997
9016
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8998
9017
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8999
9018
|
centerAffix?: boolean | undefined;
|
9000
|
-
iconColor?: string | boolean | undefined;
|
9001
9019
|
} & {
|
9002
9020
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9003
9021
|
}, {
|
@@ -9101,13 +9119,13 @@ export declare const VCombobox: {
|
|
9101
9119
|
rounded?: string | number | boolean | undefined;
|
9102
9120
|
baseColor?: string | undefined;
|
9103
9121
|
bgColor?: string | undefined;
|
9122
|
+
iconColor?: string | boolean | undefined;
|
9104
9123
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9105
9124
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9106
9125
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9107
9126
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9108
9127
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9109
9128
|
centerAffix?: boolean | undefined;
|
9110
|
-
iconColor?: string | boolean | undefined;
|
9111
9129
|
} & {
|
9112
9130
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9113
9131
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9116,7 +9134,7 @@ export declare const VCombobox: {
|
|
9116
9134
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9117
9135
|
modelValue?: unknown;
|
9118
9136
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9119
|
-
}, 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" | "
|
9137
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9120
9138
|
_allExposed: {
|
9121
9139
|
reset: () => Promise<void>;
|
9122
9140
|
resetValidation: () => Promise<void>;
|
@@ -9127,7 +9145,7 @@ export declare const VCombobox: {
|
|
9127
9145
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9128
9146
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9129
9147
|
} | {};
|
9130
|
-
}> & {} & 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" | "
|
9148
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
9131
9149
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9132
9150
|
$: import("vue").ComponentInternalInstance;
|
9133
9151
|
$data: {};
|
@@ -9178,9 +9196,9 @@ export declare const VCombobox: {
|
|
9178
9196
|
baseColor?: string | undefined;
|
9179
9197
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9180
9198
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9199
|
+
iconColor?: string | boolean | undefined;
|
9181
9200
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9182
9201
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9183
|
-
iconColor?: string | boolean | undefined;
|
9184
9202
|
hint?: string | undefined;
|
9185
9203
|
hideDetails?: boolean | "auto" | undefined;
|
9186
9204
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9234,9 +9252,9 @@ export declare const VCombobox: {
|
|
9234
9252
|
baseColor?: string | undefined;
|
9235
9253
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9236
9254
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9255
|
+
iconColor?: string | boolean | undefined;
|
9237
9256
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9238
9257
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9239
|
-
iconColor?: string | boolean | undefined;
|
9240
9258
|
hint?: string | undefined;
|
9241
9259
|
hideDetails?: boolean | "auto" | undefined;
|
9242
9260
|
} & {}, {
|
@@ -9337,9 +9355,9 @@ export declare const VCombobox: {
|
|
9337
9355
|
baseColor?: string | undefined;
|
9338
9356
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9339
9357
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9358
|
+
iconColor?: string | boolean | undefined;
|
9340
9359
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9341
9360
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9342
|
-
iconColor?: string | boolean | undefined;
|
9343
9361
|
hint?: string | undefined;
|
9344
9362
|
hideDetails?: boolean | "auto" | undefined;
|
9345
9363
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9351,7 +9369,7 @@ export declare const VCombobox: {
|
|
9351
9369
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9352
9370
|
modelValue?: unknown;
|
9353
9371
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9354
|
-
}, 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" | "
|
9372
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
9355
9373
|
$: import("vue").ComponentInternalInstance;
|
9356
9374
|
$data: {};
|
9357
9375
|
$props: Partial<{
|
@@ -9398,13 +9416,13 @@ export declare const VCombobox: {
|
|
9398
9416
|
rounded?: string | number | boolean | undefined;
|
9399
9417
|
baseColor?: string | undefined;
|
9400
9418
|
bgColor?: string | undefined;
|
9419
|
+
iconColor?: string | boolean | undefined;
|
9401
9420
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9402
9421
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9403
9422
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9404
9423
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9405
9424
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9406
9425
|
centerAffix?: boolean | undefined;
|
9407
|
-
iconColor?: string | boolean | undefined;
|
9408
9426
|
} & 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">;
|
9409
9427
|
$attrs: {
|
9410
9428
|
[x: string]: unknown;
|
@@ -9457,13 +9475,13 @@ export declare const VCombobox: {
|
|
9457
9475
|
rounded?: string | number | boolean | undefined;
|
9458
9476
|
baseColor?: string | undefined;
|
9459
9477
|
bgColor?: string | undefined;
|
9478
|
+
iconColor?: string | boolean | undefined;
|
9460
9479
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9461
9480
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9462
9481
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9463
9482
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9464
9483
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9465
9484
|
centerAffix?: boolean | undefined;
|
9466
|
-
iconColor?: string | boolean | undefined;
|
9467
9485
|
} & {
|
9468
9486
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9469
9487
|
}, {
|
@@ -9567,13 +9585,13 @@ export declare const VCombobox: {
|
|
9567
9585
|
rounded?: string | number | boolean | undefined;
|
9568
9586
|
baseColor?: string | undefined;
|
9569
9587
|
bgColor?: string | undefined;
|
9588
|
+
iconColor?: string | boolean | undefined;
|
9570
9589
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9571
9590
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9572
9591
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9573
9592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9574
9593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9575
9594
|
centerAffix?: boolean | undefined;
|
9576
|
-
iconColor?: string | boolean | undefined;
|
9577
9595
|
} & {
|
9578
9596
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9579
9597
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9582,7 +9600,7 @@ export declare const VCombobox: {
|
|
9582
9600
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9583
9601
|
modelValue?: unknown;
|
9584
9602
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9585
|
-
}, 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" | "
|
9603
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9586
9604
|
_allExposed: {
|
9587
9605
|
reset: () => Promise<void>;
|
9588
9606
|
resetValidation: () => Promise<void>;
|
@@ -9607,7 +9625,7 @@ export declare const VCombobox: {
|
|
9607
9625
|
'update:modelValue': (value: any) => true;
|
9608
9626
|
'update:search': (value: string) => true;
|
9609
9627
|
'update:menu': (value: boolean) => true;
|
9610
|
-
}, "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, {
|
9628
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
9611
9629
|
flat: boolean;
|
9612
9630
|
reverse: boolean;
|
9613
9631
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -9656,6 +9674,7 @@ export declare const VCombobox: {
|
|
9656
9674
|
hideSelected: boolean;
|
9657
9675
|
menuIcon: import("../../composables/icons.js").IconValue;
|
9658
9676
|
openOnClear: boolean;
|
9677
|
+
noAutoScroll: boolean;
|
9659
9678
|
clearOnSelect: boolean;
|
9660
9679
|
}, {}, string, import("vue").SlotsType<Partial<{
|
9661
9680
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -9686,6 +9705,14 @@ export declare const VCombobox: {
|
|
9686
9705
|
item: ListItem<unknown>;
|
9687
9706
|
index: number;
|
9688
9707
|
}) => import("vue").VNode[];
|
9708
|
+
subheader: (arg: {
|
9709
|
+
props: Record<string, unknown>;
|
9710
|
+
index: number;
|
9711
|
+
}) => import("vue").VNode[];
|
9712
|
+
divider: (arg: {
|
9713
|
+
props: Record<string, unknown>;
|
9714
|
+
index: number;
|
9715
|
+
}) => import("vue").VNode[];
|
9689
9716
|
'prepend-item': () => import("vue").VNode[];
|
9690
9717
|
'append-item': () => import("vue").VNode[];
|
9691
9718
|
'no-data': () => import("vue").VNode[];
|
@@ -9713,6 +9740,14 @@ export declare const VCombobox: {
|
|
9713
9740
|
item: ListItem<Item>;
|
9714
9741
|
index: number;
|
9715
9742
|
};
|
9743
|
+
subheader: {
|
9744
|
+
props: Record<string, unknown>;
|
9745
|
+
index: number;
|
9746
|
+
};
|
9747
|
+
divider: {
|
9748
|
+
props: Record<string, unknown>;
|
9749
|
+
index: number;
|
9750
|
+
};
|
9716
9751
|
"prepend-item": never;
|
9717
9752
|
"append-item": never;
|
9718
9753
|
"no-data": never;
|
@@ -9810,6 +9845,7 @@ export declare const VCombobox: {
|
|
9810
9845
|
bgColor: StringConstructor;
|
9811
9846
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9812
9847
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9848
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9813
9849
|
clearIcon: {
|
9814
9850
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9815
9851
|
default: string;
|
@@ -9825,7 +9861,6 @@ export declare const VCombobox: {
|
|
9825
9861
|
default: undefined;
|
9826
9862
|
};
|
9827
9863
|
glow: BooleanConstructor;
|
9828
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9829
9864
|
hideSpinButtons: BooleanConstructor;
|
9830
9865
|
hint: StringConstructor;
|
9831
9866
|
persistentHint: BooleanConstructor;
|
@@ -9900,6 +9935,7 @@ export declare const VCombobox: {
|
|
9900
9935
|
};
|
9901
9936
|
openOnClear: BooleanConstructor;
|
9902
9937
|
itemColor: StringConstructor;
|
9938
|
+
noAutoScroll: BooleanConstructor;
|
9903
9939
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
9904
9940
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
9905
9941
|
filterKeys: {
|
@@ -10013,6 +10049,7 @@ export declare const VCombobox: {
|
|
10013
10049
|
bgColor: StringConstructor;
|
10014
10050
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10015
10051
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10052
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10016
10053
|
clearIcon: {
|
10017
10054
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
10018
10055
|
default: string;
|
@@ -10028,7 +10065,6 @@ export declare const VCombobox: {
|
|
10028
10065
|
default: undefined;
|
10029
10066
|
};
|
10030
10067
|
glow: BooleanConstructor;
|
10031
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
10032
10068
|
hideSpinButtons: BooleanConstructor;
|
10033
10069
|
hint: StringConstructor;
|
10034
10070
|
persistentHint: BooleanConstructor;
|
@@ -10103,6 +10139,7 @@ export declare const VCombobox: {
|
|
10103
10139
|
};
|
10104
10140
|
openOnClear: BooleanConstructor;
|
10105
10141
|
itemColor: StringConstructor;
|
10142
|
+
noAutoScroll: BooleanConstructor;
|
10106
10143
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
10107
10144
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
10108
10145
|
filterKeys: {
|