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