@vuetify/nightly 3.8.6-dev.2025-05-21 → 3.8.6-master.2025-05-22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -21
- package/dist/json/attributes.json +3598 -3634
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +0 -9
- package/dist/json/web-types.json +6522 -6697
- package/dist/vuetify-labs.cjs +223 -323
- package/dist/vuetify-labs.css +4050 -4078
- package/dist/vuetify-labs.d.ts +1350 -1508
- package/dist/vuetify-labs.esm.js +224 -324
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +223 -323
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +212 -317
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3022 -3050
- package/dist/vuetify.d.ts +517 -667
- package/dist/vuetify.esm.js +213 -318
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +212 -317
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1195 -1200
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +9 -14
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +96 -120
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -18
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +96 -120
- package/lib/components/VCombobox/VCombobox.js +1 -19
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNavigationDrawer/touch.js +2 -4
- package/lib/components/VNavigationDrawer/touch.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +22 -29
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/locationStrategies.js +16 -8
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +96 -120
- package/lib/components/VSelect/VSelect.js +37 -25
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/slider.js +1 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/goto.js +1 -1
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +67 -72
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/box.d.ts +1 -0
- package/lib/util/box.js +27 -0
- package/lib/util/box.js.map +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +5 -7
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const 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;
|
@@ -381,10 +381,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
381
381
|
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
|
382
382
|
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
|
383
383
|
};
|
384
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
385
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
386
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
387
|
-
};
|
388
384
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
389
385
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
390
386
|
default: string;
|
@@ -433,6 +429,10 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
433
429
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
434
430
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
435
431
|
};
|
432
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
433
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
434
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
435
|
+
};
|
436
436
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
437
437
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
438
438
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -2267,7 +2267,6 @@ export declare const VCombobox: {
|
|
2267
2267
|
bgColor?: string | undefined;
|
2268
2268
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2269
2269
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2270
|
-
iconColor?: string | boolean | undefined;
|
2271
2270
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2272
2271
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2273
2272
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2275,6 +2274,7 @@ export declare const VCombobox: {
|
|
2275
2274
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2276
2275
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2277
2276
|
centerAffix?: boolean | undefined;
|
2277
|
+
iconColor?: string | boolean | undefined;
|
2278
2278
|
hint?: string | undefined;
|
2279
2279
|
hideDetails?: boolean | "auto" | undefined;
|
2280
2280
|
suffix?: string | undefined;
|
@@ -2754,7 +2754,6 @@ export declare const VCombobox: {
|
|
2754
2754
|
bgColor?: string | undefined;
|
2755
2755
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2756
2756
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2757
|
-
iconColor?: string | boolean | undefined;
|
2758
2757
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2759
2758
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2760
2759
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2763,6 +2762,7 @@ export declare const VCombobox: {
|
|
2763
2762
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2764
2763
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2765
2764
|
centerAffix?: boolean | undefined;
|
2765
|
+
iconColor?: string | boolean | undefined;
|
2766
2766
|
hint?: string | undefined;
|
2767
2767
|
hideDetails?: boolean | "auto" | undefined;
|
2768
2768
|
suffix?: string | undefined;
|
@@ -2906,7 +2906,6 @@ export declare const VCombobox: {
|
|
2906
2906
|
bgColor?: string | undefined;
|
2907
2907
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2908
2908
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2909
|
-
iconColor?: string | boolean | undefined;
|
2910
2909
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2911
2910
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2912
2911
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2915,6 +2914,7 @@ export declare const VCombobox: {
|
|
2915
2914
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2916
2915
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2917
2916
|
centerAffix?: boolean | undefined;
|
2917
|
+
iconColor?: string | boolean | undefined;
|
2918
2918
|
hint?: string | undefined;
|
2919
2919
|
hideDetails?: boolean | "auto" | undefined;
|
2920
2920
|
suffix?: string | undefined;
|
@@ -3029,9 +3029,9 @@ export declare const VCombobox: {
|
|
3029
3029
|
baseColor?: string | undefined;
|
3030
3030
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3031
3031
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3032
|
-
iconColor?: string | boolean | undefined;
|
3033
3032
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3034
3033
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3034
|
+
iconColor?: string | boolean | undefined;
|
3035
3035
|
hint?: string | undefined;
|
3036
3036
|
hideDetails?: boolean | "auto" | undefined;
|
3037
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">;
|
@@ -3085,9 +3085,9 @@ export declare const VCombobox: {
|
|
3085
3085
|
baseColor?: string | undefined;
|
3086
3086
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3087
3087
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3088
|
-
iconColor?: string | boolean | undefined;
|
3089
3088
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3090
3089
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3090
|
+
iconColor?: string | boolean | undefined;
|
3091
3091
|
hint?: string | undefined;
|
3092
3092
|
hideDetails?: boolean | "auto" | undefined;
|
3093
3093
|
} & {}, {
|
@@ -3188,9 +3188,9 @@ export declare const VCombobox: {
|
|
3188
3188
|
baseColor?: string | undefined;
|
3189
3189
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3190
3190
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3191
|
-
iconColor?: string | boolean | undefined;
|
3192
3191
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3193
3192
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3193
|
+
iconColor?: string | boolean | undefined;
|
3194
3194
|
hint?: string | undefined;
|
3195
3195
|
hideDetails?: boolean | "auto" | undefined;
|
3196
3196
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3202,7 +3202,7 @@ export declare const VCombobox: {
|
|
3202
3202
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3203
3203
|
modelValue?: unknown;
|
3204
3204
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3205
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
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<{
|
3206
3206
|
$: import("vue").ComponentInternalInstance;
|
3207
3207
|
$data: {};
|
3208
3208
|
$props: Partial<{
|
@@ -3249,13 +3249,13 @@ export declare const VCombobox: {
|
|
3249
3249
|
rounded?: string | number | boolean | undefined;
|
3250
3250
|
baseColor?: string | undefined;
|
3251
3251
|
bgColor?: string | undefined;
|
3252
|
-
iconColor?: string | boolean | undefined;
|
3253
3252
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3254
3253
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3255
3254
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3256
3255
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3257
3256
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3258
3257
|
centerAffix?: boolean | undefined;
|
3258
|
+
iconColor?: string | boolean | undefined;
|
3259
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">;
|
3260
3260
|
$attrs: {
|
3261
3261
|
[x: string]: unknown;
|
@@ -3308,13 +3308,13 @@ export declare const VCombobox: {
|
|
3308
3308
|
rounded?: string | number | boolean | undefined;
|
3309
3309
|
baseColor?: string | undefined;
|
3310
3310
|
bgColor?: string | undefined;
|
3311
|
-
iconColor?: string | boolean | undefined;
|
3312
3311
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3313
3312
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3314
3313
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3315
3314
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3316
3315
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3317
3316
|
centerAffix?: boolean | undefined;
|
3317
|
+
iconColor?: string | boolean | undefined;
|
3318
3318
|
} & {
|
3319
3319
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3320
3320
|
}, {
|
@@ -3418,13 +3418,13 @@ export declare const VCombobox: {
|
|
3418
3418
|
rounded?: string | number | boolean | undefined;
|
3419
3419
|
baseColor?: string | undefined;
|
3420
3420
|
bgColor?: string | undefined;
|
3421
|
-
iconColor?: string | boolean | undefined;
|
3422
3421
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3423
3422
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3424
3423
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3425
3424
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3426
3425
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3427
3426
|
centerAffix?: boolean | undefined;
|
3427
|
+
iconColor?: string | boolean | undefined;
|
3428
3428
|
} & {
|
3429
3429
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3430
3430
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3433,7 +3433,7 @@ export declare const VCombobox: {
|
|
3433
3433
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3434
3434
|
modelValue?: unknown;
|
3435
3435
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3436
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
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}`> & {
|
3437
3437
|
_allExposed: {
|
3438
3438
|
reset: () => Promise<void>;
|
3439
3439
|
resetValidation: () => Promise<void>;
|
@@ -3601,7 +3601,6 @@ export declare const VCombobox: {
|
|
3601
3601
|
bgColor?: string | undefined;
|
3602
3602
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3603
3603
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3604
|
-
iconColor?: string | boolean | undefined;
|
3605
3604
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3606
3605
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3607
3606
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3610,6 +3609,7 @@ export declare const VCombobox: {
|
|
3610
3609
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3611
3610
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3612
3611
|
centerAffix?: boolean | undefined;
|
3612
|
+
iconColor?: string | boolean | undefined;
|
3613
3613
|
hint?: string | undefined;
|
3614
3614
|
hideDetails?: boolean | "auto" | undefined;
|
3615
3615
|
suffix?: string | undefined;
|
@@ -3724,9 +3724,9 @@ export declare const VCombobox: {
|
|
3724
3724
|
baseColor?: string | undefined;
|
3725
3725
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3726
3726
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3727
|
-
iconColor?: string | boolean | undefined;
|
3728
3727
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3729
3728
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3729
|
+
iconColor?: string | boolean | undefined;
|
3730
3730
|
hint?: string | undefined;
|
3731
3731
|
hideDetails?: boolean | "auto" | undefined;
|
3732
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">;
|
@@ -3780,9 +3780,9 @@ export declare const VCombobox: {
|
|
3780
3780
|
baseColor?: string | undefined;
|
3781
3781
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3782
3782
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3783
|
-
iconColor?: string | boolean | undefined;
|
3784
3783
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3785
3784
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3785
|
+
iconColor?: string | boolean | undefined;
|
3786
3786
|
hint?: string | undefined;
|
3787
3787
|
hideDetails?: boolean | "auto" | undefined;
|
3788
3788
|
} & {}, {
|
@@ -3883,9 +3883,9 @@ export declare const VCombobox: {
|
|
3883
3883
|
baseColor?: string | undefined;
|
3884
3884
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3885
3885
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3886
|
-
iconColor?: string | boolean | undefined;
|
3887
3886
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3888
3887
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3888
|
+
iconColor?: string | boolean | undefined;
|
3889
3889
|
hint?: string | undefined;
|
3890
3890
|
hideDetails?: boolean | "auto" | undefined;
|
3891
3891
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3897,7 +3897,7 @@ export declare const VCombobox: {
|
|
3897
3897
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3898
3898
|
modelValue?: unknown;
|
3899
3899
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3900
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
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<{
|
3901
3901
|
$: import("vue").ComponentInternalInstance;
|
3902
3902
|
$data: {};
|
3903
3903
|
$props: Partial<{
|
@@ -3944,13 +3944,13 @@ export declare const VCombobox: {
|
|
3944
3944
|
rounded?: string | number | boolean | undefined;
|
3945
3945
|
baseColor?: string | undefined;
|
3946
3946
|
bgColor?: string | undefined;
|
3947
|
-
iconColor?: string | boolean | undefined;
|
3948
3947
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3949
3948
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3950
3949
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3951
3950
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3952
3951
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3953
3952
|
centerAffix?: boolean | undefined;
|
3953
|
+
iconColor?: string | boolean | undefined;
|
3954
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">;
|
3955
3955
|
$attrs: {
|
3956
3956
|
[x: string]: unknown;
|
@@ -4003,13 +4003,13 @@ export declare const VCombobox: {
|
|
4003
4003
|
rounded?: string | number | boolean | undefined;
|
4004
4004
|
baseColor?: string | undefined;
|
4005
4005
|
bgColor?: string | undefined;
|
4006
|
-
iconColor?: string | boolean | undefined;
|
4007
4006
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4008
4007
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4009
4008
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4010
4009
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4011
4010
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4012
4011
|
centerAffix?: boolean | undefined;
|
4012
|
+
iconColor?: string | boolean | undefined;
|
4013
4013
|
} & {
|
4014
4014
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4015
4015
|
}, {
|
@@ -4113,13 +4113,13 @@ export declare const VCombobox: {
|
|
4113
4113
|
rounded?: string | number | boolean | undefined;
|
4114
4114
|
baseColor?: string | undefined;
|
4115
4115
|
bgColor?: string | undefined;
|
4116
|
-
iconColor?: string | boolean | undefined;
|
4117
4116
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4118
4117
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4119
4118
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4120
4119
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4121
4120
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4122
4121
|
centerAffix?: boolean | undefined;
|
4122
|
+
iconColor?: string | boolean | undefined;
|
4123
4123
|
} & {
|
4124
4124
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4125
4125
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4128,7 +4128,7 @@ export declare const VCombobox: {
|
|
4128
4128
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4129
4129
|
modelValue?: unknown;
|
4130
4130
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4131
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
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}`> & {
|
4132
4132
|
_allExposed: {
|
4133
4133
|
reset: () => Promise<void>;
|
4134
4134
|
resetValidation: () => Promise<void>;
|
@@ -4139,7 +4139,7 @@ export declare const VCombobox: {
|
|
4139
4139
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4140
4140
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4141
4141
|
} | {};
|
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" | "
|
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}`> & {
|
4143
4143
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4144
4144
|
$: import("vue").ComponentInternalInstance;
|
4145
4145
|
$data: {};
|
@@ -4190,9 +4190,9 @@ export declare const VCombobox: {
|
|
4190
4190
|
baseColor?: string | undefined;
|
4191
4191
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4192
4192
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4193
|
-
iconColor?: string | boolean | undefined;
|
4194
4193
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4195
4194
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4195
|
+
iconColor?: string | boolean | undefined;
|
4196
4196
|
hint?: string | undefined;
|
4197
4197
|
hideDetails?: boolean | "auto" | undefined;
|
4198
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">;
|
@@ -4246,9 +4246,9 @@ export declare const VCombobox: {
|
|
4246
4246
|
baseColor?: string | undefined;
|
4247
4247
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4248
4248
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4249
|
-
iconColor?: string | boolean | undefined;
|
4250
4249
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4251
4250
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4251
|
+
iconColor?: string | boolean | undefined;
|
4252
4252
|
hint?: string | undefined;
|
4253
4253
|
hideDetails?: boolean | "auto" | undefined;
|
4254
4254
|
} & {}, {
|
@@ -4349,9 +4349,9 @@ export declare const VCombobox: {
|
|
4349
4349
|
baseColor?: string | undefined;
|
4350
4350
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4351
4351
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4352
|
-
iconColor?: string | boolean | undefined;
|
4353
4352
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4354
4353
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4354
|
+
iconColor?: string | boolean | undefined;
|
4355
4355
|
hint?: string | undefined;
|
4356
4356
|
hideDetails?: boolean | "auto" | undefined;
|
4357
4357
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4363,7 +4363,7 @@ export declare const VCombobox: {
|
|
4363
4363
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4364
4364
|
modelValue?: unknown;
|
4365
4365
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4366
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
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<{
|
4367
4367
|
$: import("vue").ComponentInternalInstance;
|
4368
4368
|
$data: {};
|
4369
4369
|
$props: Partial<{
|
@@ -4410,13 +4410,13 @@ export declare const VCombobox: {
|
|
4410
4410
|
rounded?: string | number | boolean | undefined;
|
4411
4411
|
baseColor?: string | undefined;
|
4412
4412
|
bgColor?: string | undefined;
|
4413
|
-
iconColor?: string | boolean | undefined;
|
4414
4413
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4415
4414
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4416
4415
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4417
4416
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4418
4417
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4419
4418
|
centerAffix?: boolean | undefined;
|
4419
|
+
iconColor?: string | boolean | undefined;
|
4420
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">;
|
4421
4421
|
$attrs: {
|
4422
4422
|
[x: string]: unknown;
|
@@ -4469,13 +4469,13 @@ export declare const VCombobox: {
|
|
4469
4469
|
rounded?: string | number | boolean | undefined;
|
4470
4470
|
baseColor?: string | undefined;
|
4471
4471
|
bgColor?: string | undefined;
|
4472
|
-
iconColor?: string | boolean | undefined;
|
4473
4472
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4474
4473
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4475
4474
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4476
4475
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4477
4476
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4478
4477
|
centerAffix?: boolean | undefined;
|
4478
|
+
iconColor?: string | boolean | undefined;
|
4479
4479
|
} & {
|
4480
4480
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4481
4481
|
}, {
|
@@ -4579,13 +4579,13 @@ export declare const VCombobox: {
|
|
4579
4579
|
rounded?: string | number | boolean | undefined;
|
4580
4580
|
baseColor?: string | undefined;
|
4581
4581
|
bgColor?: string | undefined;
|
4582
|
-
iconColor?: string | boolean | undefined;
|
4583
4582
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4584
4583
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4585
4584
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4586
4585
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4587
4586
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4588
4587
|
centerAffix?: boolean | undefined;
|
4588
|
+
iconColor?: string | boolean | undefined;
|
4589
4589
|
} & {
|
4590
4590
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4591
4591
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4594,7 +4594,7 @@ export declare const VCombobox: {
|
|
4594
4594
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4595
4595
|
modelValue?: unknown;
|
4596
4596
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4597
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
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}`> & {
|
4598
4598
|
_allExposed: {
|
4599
4599
|
reset: () => Promise<void>;
|
4600
4600
|
resetValidation: () => Promise<void>;
|
@@ -4619,7 +4619,7 @@ export declare const VCombobox: {
|
|
4619
4619
|
'update:modelValue': (value: any) => true;
|
4620
4620
|
'update:search': (value: string) => true;
|
4621
4621
|
'update:menu': (value: boolean) => true;
|
4622
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
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, {
|
4623
4623
|
flat: boolean;
|
4624
4624
|
reverse: boolean;
|
4625
4625
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4698,14 +4698,6 @@ export declare const VCombobox: {
|
|
4698
4698
|
item: ListItem<unknown>;
|
4699
4699
|
index: number;
|
4700
4700
|
}) => import("vue").VNode[];
|
4701
|
-
subheader: (arg: {
|
4702
|
-
props: Record<string, unknown>;
|
4703
|
-
index: number;
|
4704
|
-
}) => import("vue").VNode[];
|
4705
|
-
divider: (arg: {
|
4706
|
-
props: Record<string, unknown>;
|
4707
|
-
index: number;
|
4708
|
-
}) => import("vue").VNode[];
|
4709
4701
|
'prepend-item': () => import("vue").VNode[];
|
4710
4702
|
'append-item': () => import("vue").VNode[];
|
4711
4703
|
'no-data': () => import("vue").VNode[];
|
@@ -4789,7 +4781,6 @@ export declare const VCombobox: {
|
|
4789
4781
|
bgColor?: string | undefined;
|
4790
4782
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4791
4783
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4792
|
-
iconColor?: string | boolean | undefined;
|
4793
4784
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4794
4785
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4795
4786
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4797,6 +4788,7 @@ export declare const VCombobox: {
|
|
4797
4788
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4798
4789
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4799
4790
|
centerAffix?: boolean | undefined;
|
4791
|
+
iconColor?: string | boolean | undefined;
|
4800
4792
|
hint?: string | undefined;
|
4801
4793
|
hideDetails?: boolean | "auto" | undefined;
|
4802
4794
|
suffix?: string | undefined;
|
@@ -5276,7 +5268,6 @@ export declare const VCombobox: {
|
|
5276
5268
|
bgColor?: string | undefined;
|
5277
5269
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5278
5270
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5279
|
-
iconColor?: string | boolean | undefined;
|
5280
5271
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5281
5272
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5282
5273
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5285,6 +5276,7 @@ export declare const VCombobox: {
|
|
5285
5276
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5286
5277
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5287
5278
|
centerAffix?: boolean | undefined;
|
5279
|
+
iconColor?: string | boolean | undefined;
|
5288
5280
|
hint?: string | undefined;
|
5289
5281
|
hideDetails?: boolean | "auto" | undefined;
|
5290
5282
|
suffix?: string | undefined;
|
@@ -5428,7 +5420,6 @@ export declare const VCombobox: {
|
|
5428
5420
|
bgColor?: string | undefined;
|
5429
5421
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5430
5422
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5431
|
-
iconColor?: string | boolean | undefined;
|
5432
5423
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5433
5424
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5434
5425
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5437,6 +5428,7 @@ export declare const VCombobox: {
|
|
5437
5428
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5438
5429
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5439
5430
|
centerAffix?: boolean | undefined;
|
5431
|
+
iconColor?: string | boolean | undefined;
|
5440
5432
|
hint?: string | undefined;
|
5441
5433
|
hideDetails?: boolean | "auto" | undefined;
|
5442
5434
|
suffix?: string | undefined;
|
@@ -5551,9 +5543,9 @@ export declare const VCombobox: {
|
|
5551
5543
|
baseColor?: string | undefined;
|
5552
5544
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5553
5545
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5554
|
-
iconColor?: string | boolean | undefined;
|
5555
5546
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5556
5547
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5548
|
+
iconColor?: string | boolean | undefined;
|
5557
5549
|
hint?: string | undefined;
|
5558
5550
|
hideDetails?: boolean | "auto" | undefined;
|
5559
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">;
|
@@ -5607,9 +5599,9 @@ export declare const VCombobox: {
|
|
5607
5599
|
baseColor?: string | undefined;
|
5608
5600
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5609
5601
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5610
|
-
iconColor?: string | boolean | undefined;
|
5611
5602
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5612
5603
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5604
|
+
iconColor?: string | boolean | undefined;
|
5613
5605
|
hint?: string | undefined;
|
5614
5606
|
hideDetails?: boolean | "auto" | undefined;
|
5615
5607
|
} & {}, {
|
@@ -5710,9 +5702,9 @@ export declare const VCombobox: {
|
|
5710
5702
|
baseColor?: string | undefined;
|
5711
5703
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5712
5704
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5713
|
-
iconColor?: string | boolean | undefined;
|
5714
5705
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5715
5706
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5707
|
+
iconColor?: string | boolean | undefined;
|
5716
5708
|
hint?: string | undefined;
|
5717
5709
|
hideDetails?: boolean | "auto" | undefined;
|
5718
5710
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5724,7 +5716,7 @@ export declare const VCombobox: {
|
|
5724
5716
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5725
5717
|
modelValue?: unknown;
|
5726
5718
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5727
|
-
}, 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<{
|
5728
5720
|
$: import("vue").ComponentInternalInstance;
|
5729
5721
|
$data: {};
|
5730
5722
|
$props: Partial<{
|
@@ -5771,13 +5763,13 @@ export declare const VCombobox: {
|
|
5771
5763
|
rounded?: string | number | boolean | undefined;
|
5772
5764
|
baseColor?: string | undefined;
|
5773
5765
|
bgColor?: string | undefined;
|
5774
|
-
iconColor?: string | boolean | undefined;
|
5775
5766
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5776
5767
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5777
5768
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5778
5769
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5779
5770
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5780
5771
|
centerAffix?: boolean | undefined;
|
5772
|
+
iconColor?: string | boolean | undefined;
|
5781
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">;
|
5782
5774
|
$attrs: {
|
5783
5775
|
[x: string]: unknown;
|
@@ -5830,13 +5822,13 @@ export declare const VCombobox: {
|
|
5830
5822
|
rounded?: string | number | boolean | undefined;
|
5831
5823
|
baseColor?: string | undefined;
|
5832
5824
|
bgColor?: string | undefined;
|
5833
|
-
iconColor?: string | boolean | undefined;
|
5834
5825
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5835
5826
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5836
5827
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5837
5828
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5838
5829
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5839
5830
|
centerAffix?: boolean | undefined;
|
5831
|
+
iconColor?: string | boolean | undefined;
|
5840
5832
|
} & {
|
5841
5833
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5842
5834
|
}, {
|
@@ -5940,13 +5932,13 @@ export declare const VCombobox: {
|
|
5940
5932
|
rounded?: string | number | boolean | undefined;
|
5941
5933
|
baseColor?: string | undefined;
|
5942
5934
|
bgColor?: string | undefined;
|
5943
|
-
iconColor?: string | boolean | undefined;
|
5944
5935
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5945
5936
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5946
5937
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5947
5938
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5948
5939
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5949
5940
|
centerAffix?: boolean | undefined;
|
5941
|
+
iconColor?: string | boolean | undefined;
|
5950
5942
|
} & {
|
5951
5943
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5952
5944
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5955,7 +5947,7 @@ export declare const VCombobox: {
|
|
5955
5947
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5956
5948
|
modelValue?: unknown;
|
5957
5949
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5958
|
-
}, 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}`> & {
|
5959
5951
|
_allExposed: {
|
5960
5952
|
reset: () => Promise<void>;
|
5961
5953
|
resetValidation: () => Promise<void>;
|
@@ -6123,7 +6115,6 @@ export declare const VCombobox: {
|
|
6123
6115
|
bgColor?: string | undefined;
|
6124
6116
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6125
6117
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6126
|
-
iconColor?: string | boolean | undefined;
|
6127
6118
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6128
6119
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6129
6120
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6132,6 +6123,7 @@ export declare const VCombobox: {
|
|
6132
6123
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6133
6124
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6134
6125
|
centerAffix?: boolean | undefined;
|
6126
|
+
iconColor?: string | boolean | undefined;
|
6135
6127
|
hint?: string | undefined;
|
6136
6128
|
hideDetails?: boolean | "auto" | undefined;
|
6137
6129
|
suffix?: string | undefined;
|
@@ -6246,9 +6238,9 @@ export declare const VCombobox: {
|
|
6246
6238
|
baseColor?: string | undefined;
|
6247
6239
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6248
6240
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6249
|
-
iconColor?: string | boolean | undefined;
|
6250
6241
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6251
6242
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6243
|
+
iconColor?: string | boolean | undefined;
|
6252
6244
|
hint?: string | undefined;
|
6253
6245
|
hideDetails?: boolean | "auto" | undefined;
|
6254
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">;
|
@@ -6302,9 +6294,9 @@ export declare const VCombobox: {
|
|
6302
6294
|
baseColor?: string | undefined;
|
6303
6295
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6304
6296
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6305
|
-
iconColor?: string | boolean | undefined;
|
6306
6297
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6307
6298
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6299
|
+
iconColor?: string | boolean | undefined;
|
6308
6300
|
hint?: string | undefined;
|
6309
6301
|
hideDetails?: boolean | "auto" | undefined;
|
6310
6302
|
} & {}, {
|
@@ -6405,9 +6397,9 @@ export declare const VCombobox: {
|
|
6405
6397
|
baseColor?: string | undefined;
|
6406
6398
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6407
6399
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6408
|
-
iconColor?: string | boolean | undefined;
|
6409
6400
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6410
6401
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6402
|
+
iconColor?: string | boolean | undefined;
|
6411
6403
|
hint?: string | undefined;
|
6412
6404
|
hideDetails?: boolean | "auto" | undefined;
|
6413
6405
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6419,7 +6411,7 @@ export declare const VCombobox: {
|
|
6419
6411
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6420
6412
|
modelValue?: unknown;
|
6421
6413
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6422
|
-
}, 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<{
|
6423
6415
|
$: import("vue").ComponentInternalInstance;
|
6424
6416
|
$data: {};
|
6425
6417
|
$props: Partial<{
|
@@ -6466,13 +6458,13 @@ export declare const VCombobox: {
|
|
6466
6458
|
rounded?: string | number | boolean | undefined;
|
6467
6459
|
baseColor?: string | undefined;
|
6468
6460
|
bgColor?: string | undefined;
|
6469
|
-
iconColor?: string | boolean | undefined;
|
6470
6461
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6471
6462
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6472
6463
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6473
6464
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6474
6465
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6475
6466
|
centerAffix?: boolean | undefined;
|
6467
|
+
iconColor?: string | boolean | undefined;
|
6476
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">;
|
6477
6469
|
$attrs: {
|
6478
6470
|
[x: string]: unknown;
|
@@ -6525,13 +6517,13 @@ export declare const VCombobox: {
|
|
6525
6517
|
rounded?: string | number | boolean | undefined;
|
6526
6518
|
baseColor?: string | undefined;
|
6527
6519
|
bgColor?: string | undefined;
|
6528
|
-
iconColor?: string | boolean | undefined;
|
6529
6520
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6530
6521
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6531
6522
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6532
6523
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6533
6524
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6534
6525
|
centerAffix?: boolean | undefined;
|
6526
|
+
iconColor?: string | boolean | undefined;
|
6535
6527
|
} & {
|
6536
6528
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6537
6529
|
}, {
|
@@ -6635,13 +6627,13 @@ export declare const VCombobox: {
|
|
6635
6627
|
rounded?: string | number | boolean | undefined;
|
6636
6628
|
baseColor?: string | undefined;
|
6637
6629
|
bgColor?: string | undefined;
|
6638
|
-
iconColor?: string | boolean | undefined;
|
6639
6630
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6640
6631
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6641
6632
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6642
6633
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6643
6634
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6644
6635
|
centerAffix?: boolean | undefined;
|
6636
|
+
iconColor?: string | boolean | undefined;
|
6645
6637
|
} & {
|
6646
6638
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6647
6639
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6650,7 +6642,7 @@ export declare const VCombobox: {
|
|
6650
6642
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6651
6643
|
modelValue?: unknown;
|
6652
6644
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6653
|
-
}, 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}`> & {
|
6654
6646
|
_allExposed: {
|
6655
6647
|
reset: () => Promise<void>;
|
6656
6648
|
resetValidation: () => Promise<void>;
|
@@ -6661,7 +6653,7 @@ export declare const VCombobox: {
|
|
6661
6653
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6662
6654
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6663
6655
|
} | {};
|
6664
|
-
}> & {} & 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}`> & {
|
6665
6657
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6666
6658
|
$: import("vue").ComponentInternalInstance;
|
6667
6659
|
$data: {};
|
@@ -6712,9 +6704,9 @@ export declare const VCombobox: {
|
|
6712
6704
|
baseColor?: string | undefined;
|
6713
6705
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6714
6706
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6715
|
-
iconColor?: string | boolean | undefined;
|
6716
6707
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6717
6708
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6709
|
+
iconColor?: string | boolean | undefined;
|
6718
6710
|
hint?: string | undefined;
|
6719
6711
|
hideDetails?: boolean | "auto" | undefined;
|
6720
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">;
|
@@ -6768,9 +6760,9 @@ export declare const VCombobox: {
|
|
6768
6760
|
baseColor?: string | undefined;
|
6769
6761
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6770
6762
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6771
|
-
iconColor?: string | boolean | undefined;
|
6772
6763
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6773
6764
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6765
|
+
iconColor?: string | boolean | undefined;
|
6774
6766
|
hint?: string | undefined;
|
6775
6767
|
hideDetails?: boolean | "auto" | undefined;
|
6776
6768
|
} & {}, {
|
@@ -6871,9 +6863,9 @@ export declare const VCombobox: {
|
|
6871
6863
|
baseColor?: string | undefined;
|
6872
6864
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6873
6865
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6874
|
-
iconColor?: string | boolean | undefined;
|
6875
6866
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6876
6867
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6868
|
+
iconColor?: string | boolean | undefined;
|
6877
6869
|
hint?: string | undefined;
|
6878
6870
|
hideDetails?: boolean | "auto" | undefined;
|
6879
6871
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6885,7 +6877,7 @@ export declare const VCombobox: {
|
|
6885
6877
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6886
6878
|
modelValue?: unknown;
|
6887
6879
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6888
|
-
}, 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<{
|
6889
6881
|
$: import("vue").ComponentInternalInstance;
|
6890
6882
|
$data: {};
|
6891
6883
|
$props: Partial<{
|
@@ -6932,13 +6924,13 @@ export declare const VCombobox: {
|
|
6932
6924
|
rounded?: string | number | boolean | undefined;
|
6933
6925
|
baseColor?: string | undefined;
|
6934
6926
|
bgColor?: string | undefined;
|
6935
|
-
iconColor?: string | boolean | undefined;
|
6936
6927
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6937
6928
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6938
6929
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6939
6930
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6940
6931
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6941
6932
|
centerAffix?: boolean | undefined;
|
6933
|
+
iconColor?: string | boolean | undefined;
|
6942
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">;
|
6943
6935
|
$attrs: {
|
6944
6936
|
[x: string]: unknown;
|
@@ -6991,13 +6983,13 @@ export declare const VCombobox: {
|
|
6991
6983
|
rounded?: string | number | boolean | undefined;
|
6992
6984
|
baseColor?: string | undefined;
|
6993
6985
|
bgColor?: string | undefined;
|
6994
|
-
iconColor?: string | boolean | undefined;
|
6995
6986
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6996
6987
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6997
6988
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6998
6989
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6999
6990
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7000
6991
|
centerAffix?: boolean | undefined;
|
6992
|
+
iconColor?: string | boolean | undefined;
|
7001
6993
|
} & {
|
7002
6994
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7003
6995
|
}, {
|
@@ -7101,13 +7093,13 @@ export declare const VCombobox: {
|
|
7101
7093
|
rounded?: string | number | boolean | undefined;
|
7102
7094
|
baseColor?: string | undefined;
|
7103
7095
|
bgColor?: string | undefined;
|
7104
|
-
iconColor?: string | boolean | undefined;
|
7105
7096
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7106
7097
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7107
7098
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7108
7099
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7109
7100
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7110
7101
|
centerAffix?: boolean | undefined;
|
7102
|
+
iconColor?: string | boolean | undefined;
|
7111
7103
|
} & {
|
7112
7104
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7113
7105
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7116,7 +7108,7 @@ export declare const VCombobox: {
|
|
7116
7108
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7117
7109
|
modelValue?: unknown;
|
7118
7110
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7119
|
-
}, 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}`> & {
|
7120
7112
|
_allExposed: {
|
7121
7113
|
reset: () => Promise<void>;
|
7122
7114
|
resetValidation: () => Promise<void>;
|
@@ -7263,7 +7255,6 @@ export declare const VCombobox: {
|
|
7263
7255
|
bgColor?: string | undefined;
|
7264
7256
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7265
7257
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7266
|
-
iconColor?: string | boolean | undefined;
|
7267
7258
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7268
7259
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7269
7260
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7271,6 +7262,7 @@ export declare const VCombobox: {
|
|
7271
7262
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7272
7263
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7273
7264
|
centerAffix?: boolean | undefined;
|
7265
|
+
iconColor?: string | boolean | undefined;
|
7274
7266
|
hint?: string | undefined;
|
7275
7267
|
hideDetails?: boolean | "auto" | undefined;
|
7276
7268
|
suffix?: string | undefined;
|
@@ -7750,7 +7742,6 @@ export declare const VCombobox: {
|
|
7750
7742
|
bgColor?: string | undefined;
|
7751
7743
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7752
7744
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7753
|
-
iconColor?: string | boolean | undefined;
|
7754
7745
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7755
7746
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7756
7747
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7759,6 +7750,7 @@ export declare const VCombobox: {
|
|
7759
7750
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7760
7751
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7761
7752
|
centerAffix?: boolean | undefined;
|
7753
|
+
iconColor?: string | boolean | undefined;
|
7762
7754
|
hint?: string | undefined;
|
7763
7755
|
hideDetails?: boolean | "auto" | undefined;
|
7764
7756
|
suffix?: string | undefined;
|
@@ -7902,7 +7894,6 @@ export declare const VCombobox: {
|
|
7902
7894
|
bgColor?: string | undefined;
|
7903
7895
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7904
7896
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7905
|
-
iconColor?: string | boolean | undefined;
|
7906
7897
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7907
7898
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7908
7899
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7911,6 +7902,7 @@ export declare const VCombobox: {
|
|
7911
7902
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7912
7903
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7913
7904
|
centerAffix?: boolean | undefined;
|
7905
|
+
iconColor?: string | boolean | undefined;
|
7914
7906
|
hint?: string | undefined;
|
7915
7907
|
hideDetails?: boolean | "auto" | undefined;
|
7916
7908
|
suffix?: string | undefined;
|
@@ -8025,9 +8017,9 @@ export declare const VCombobox: {
|
|
8025
8017
|
baseColor?: string | undefined;
|
8026
8018
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8027
8019
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8028
|
-
iconColor?: string | boolean | undefined;
|
8029
8020
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8030
8021
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8022
|
+
iconColor?: string | boolean | undefined;
|
8031
8023
|
hint?: string | undefined;
|
8032
8024
|
hideDetails?: boolean | "auto" | undefined;
|
8033
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">;
|
@@ -8081,9 +8073,9 @@ export declare const VCombobox: {
|
|
8081
8073
|
baseColor?: string | undefined;
|
8082
8074
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8083
8075
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8084
|
-
iconColor?: string | boolean | undefined;
|
8085
8076
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8086
8077
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8078
|
+
iconColor?: string | boolean | undefined;
|
8087
8079
|
hint?: string | undefined;
|
8088
8080
|
hideDetails?: boolean | "auto" | undefined;
|
8089
8081
|
} & {}, {
|
@@ -8184,9 +8176,9 @@ export declare const VCombobox: {
|
|
8184
8176
|
baseColor?: string | undefined;
|
8185
8177
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8186
8178
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8187
|
-
iconColor?: string | boolean | undefined;
|
8188
8179
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8189
8180
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8181
|
+
iconColor?: string | boolean | undefined;
|
8190
8182
|
hint?: string | undefined;
|
8191
8183
|
hideDetails?: boolean | "auto" | undefined;
|
8192
8184
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8198,7 +8190,7 @@ export declare const VCombobox: {
|
|
8198
8190
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8199
8191
|
modelValue?: unknown;
|
8200
8192
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8201
|
-
}, 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<{
|
8202
8194
|
$: import("vue").ComponentInternalInstance;
|
8203
8195
|
$data: {};
|
8204
8196
|
$props: Partial<{
|
@@ -8245,13 +8237,13 @@ export declare const VCombobox: {
|
|
8245
8237
|
rounded?: string | number | boolean | undefined;
|
8246
8238
|
baseColor?: string | undefined;
|
8247
8239
|
bgColor?: string | undefined;
|
8248
|
-
iconColor?: string | boolean | undefined;
|
8249
8240
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8250
8241
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8251
8242
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8252
8243
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8253
8244
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8254
8245
|
centerAffix?: boolean | undefined;
|
8246
|
+
iconColor?: string | boolean | undefined;
|
8255
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">;
|
8256
8248
|
$attrs: {
|
8257
8249
|
[x: string]: unknown;
|
@@ -8304,13 +8296,13 @@ export declare const VCombobox: {
|
|
8304
8296
|
rounded?: string | number | boolean | undefined;
|
8305
8297
|
baseColor?: string | undefined;
|
8306
8298
|
bgColor?: string | undefined;
|
8307
|
-
iconColor?: string | boolean | undefined;
|
8308
8299
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8309
8300
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8310
8301
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8311
8302
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8312
8303
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8313
8304
|
centerAffix?: boolean | undefined;
|
8305
|
+
iconColor?: string | boolean | undefined;
|
8314
8306
|
} & {
|
8315
8307
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8316
8308
|
}, {
|
@@ -8414,13 +8406,13 @@ export declare const VCombobox: {
|
|
8414
8406
|
rounded?: string | number | boolean | undefined;
|
8415
8407
|
baseColor?: string | undefined;
|
8416
8408
|
bgColor?: string | undefined;
|
8417
|
-
iconColor?: string | boolean | undefined;
|
8418
8409
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8419
8410
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8420
8411
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8421
8412
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8422
8413
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8423
8414
|
centerAffix?: boolean | undefined;
|
8415
|
+
iconColor?: string | boolean | undefined;
|
8424
8416
|
} & {
|
8425
8417
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8426
8418
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8429,7 +8421,7 @@ export declare const VCombobox: {
|
|
8429
8421
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8430
8422
|
modelValue?: unknown;
|
8431
8423
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8432
|
-
}, 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}`> & {
|
8433
8425
|
_allExposed: {
|
8434
8426
|
reset: () => Promise<void>;
|
8435
8427
|
resetValidation: () => Promise<void>;
|
@@ -8597,7 +8589,6 @@ export declare const VCombobox: {
|
|
8597
8589
|
bgColor?: string | undefined;
|
8598
8590
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8599
8591
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8600
|
-
iconColor?: string | boolean | undefined;
|
8601
8592
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8602
8593
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8603
8594
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8606,6 +8597,7 @@ export declare const VCombobox: {
|
|
8606
8597
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8607
8598
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8608
8599
|
centerAffix?: boolean | undefined;
|
8600
|
+
iconColor?: string | boolean | undefined;
|
8609
8601
|
hint?: string | undefined;
|
8610
8602
|
hideDetails?: boolean | "auto" | undefined;
|
8611
8603
|
suffix?: string | undefined;
|
@@ -8720,9 +8712,9 @@ export declare const VCombobox: {
|
|
8720
8712
|
baseColor?: string | undefined;
|
8721
8713
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8722
8714
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8723
|
-
iconColor?: string | boolean | undefined;
|
8724
8715
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8725
8716
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8717
|
+
iconColor?: string | boolean | undefined;
|
8726
8718
|
hint?: string | undefined;
|
8727
8719
|
hideDetails?: boolean | "auto" | undefined;
|
8728
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">;
|
@@ -8776,9 +8768,9 @@ export declare const VCombobox: {
|
|
8776
8768
|
baseColor?: string | undefined;
|
8777
8769
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8778
8770
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8779
|
-
iconColor?: string | boolean | undefined;
|
8780
8771
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8781
8772
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8773
|
+
iconColor?: string | boolean | undefined;
|
8782
8774
|
hint?: string | undefined;
|
8783
8775
|
hideDetails?: boolean | "auto" | undefined;
|
8784
8776
|
} & {}, {
|
@@ -8879,9 +8871,9 @@ export declare const VCombobox: {
|
|
8879
8871
|
baseColor?: string | undefined;
|
8880
8872
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8881
8873
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8882
|
-
iconColor?: string | boolean | undefined;
|
8883
8874
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8884
8875
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8876
|
+
iconColor?: string | boolean | undefined;
|
8885
8877
|
hint?: string | undefined;
|
8886
8878
|
hideDetails?: boolean | "auto" | undefined;
|
8887
8879
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8893,7 +8885,7 @@ export declare const VCombobox: {
|
|
8893
8885
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8894
8886
|
modelValue?: unknown;
|
8895
8887
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8896
|
-
}, 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<{
|
8897
8889
|
$: import("vue").ComponentInternalInstance;
|
8898
8890
|
$data: {};
|
8899
8891
|
$props: Partial<{
|
@@ -8940,13 +8932,13 @@ export declare const VCombobox: {
|
|
8940
8932
|
rounded?: string | number | boolean | undefined;
|
8941
8933
|
baseColor?: string | undefined;
|
8942
8934
|
bgColor?: string | undefined;
|
8943
|
-
iconColor?: string | boolean | undefined;
|
8944
8935
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8945
8936
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8946
8937
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8947
8938
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8948
8939
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8949
8940
|
centerAffix?: boolean | undefined;
|
8941
|
+
iconColor?: string | boolean | undefined;
|
8950
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">;
|
8951
8943
|
$attrs: {
|
8952
8944
|
[x: string]: unknown;
|
@@ -8999,13 +8991,13 @@ export declare const VCombobox: {
|
|
8999
8991
|
rounded?: string | number | boolean | undefined;
|
9000
8992
|
baseColor?: string | undefined;
|
9001
8993
|
bgColor?: string | undefined;
|
9002
|
-
iconColor?: string | boolean | undefined;
|
9003
8994
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9004
8995
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9005
8996
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9006
8997
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9007
8998
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9008
8999
|
centerAffix?: boolean | undefined;
|
9000
|
+
iconColor?: string | boolean | undefined;
|
9009
9001
|
} & {
|
9010
9002
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9011
9003
|
}, {
|
@@ -9109,13 +9101,13 @@ export declare const VCombobox: {
|
|
9109
9101
|
rounded?: string | number | boolean | undefined;
|
9110
9102
|
baseColor?: string | undefined;
|
9111
9103
|
bgColor?: string | undefined;
|
9112
|
-
iconColor?: string | boolean | undefined;
|
9113
9104
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9114
9105
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9115
9106
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9116
9107
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9117
9108
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9118
9109
|
centerAffix?: boolean | undefined;
|
9110
|
+
iconColor?: string | boolean | undefined;
|
9119
9111
|
} & {
|
9120
9112
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9121
9113
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9124,7 +9116,7 @@ export declare const VCombobox: {
|
|
9124
9116
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9125
9117
|
modelValue?: unknown;
|
9126
9118
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9127
|
-
}, 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}`> & {
|
9128
9120
|
_allExposed: {
|
9129
9121
|
reset: () => Promise<void>;
|
9130
9122
|
resetValidation: () => Promise<void>;
|
@@ -9135,7 +9127,7 @@ export declare const VCombobox: {
|
|
9135
9127
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9136
9128
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9137
9129
|
} | {};
|
9138
|
-
}> & {} & 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}`> & {
|
9139
9131
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9140
9132
|
$: import("vue").ComponentInternalInstance;
|
9141
9133
|
$data: {};
|
@@ -9186,9 +9178,9 @@ export declare const VCombobox: {
|
|
9186
9178
|
baseColor?: string | undefined;
|
9187
9179
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9188
9180
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9189
|
-
iconColor?: string | boolean | undefined;
|
9190
9181
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9191
9182
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9183
|
+
iconColor?: string | boolean | undefined;
|
9192
9184
|
hint?: string | undefined;
|
9193
9185
|
hideDetails?: boolean | "auto" | undefined;
|
9194
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">;
|
@@ -9242,9 +9234,9 @@ export declare const VCombobox: {
|
|
9242
9234
|
baseColor?: string | undefined;
|
9243
9235
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9244
9236
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9245
|
-
iconColor?: string | boolean | undefined;
|
9246
9237
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9247
9238
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9239
|
+
iconColor?: string | boolean | undefined;
|
9248
9240
|
hint?: string | undefined;
|
9249
9241
|
hideDetails?: boolean | "auto" | undefined;
|
9250
9242
|
} & {}, {
|
@@ -9345,9 +9337,9 @@ export declare const VCombobox: {
|
|
9345
9337
|
baseColor?: string | undefined;
|
9346
9338
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9347
9339
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9348
|
-
iconColor?: string | boolean | undefined;
|
9349
9340
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9350
9341
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9342
|
+
iconColor?: string | boolean | undefined;
|
9351
9343
|
hint?: string | undefined;
|
9352
9344
|
hideDetails?: boolean | "auto" | undefined;
|
9353
9345
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9359,7 +9351,7 @@ export declare const VCombobox: {
|
|
9359
9351
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9360
9352
|
modelValue?: unknown;
|
9361
9353
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9362
|
-
}, 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<{
|
9363
9355
|
$: import("vue").ComponentInternalInstance;
|
9364
9356
|
$data: {};
|
9365
9357
|
$props: Partial<{
|
@@ -9406,13 +9398,13 @@ export declare const VCombobox: {
|
|
9406
9398
|
rounded?: string | number | boolean | undefined;
|
9407
9399
|
baseColor?: string | undefined;
|
9408
9400
|
bgColor?: string | undefined;
|
9409
|
-
iconColor?: string | boolean | undefined;
|
9410
9401
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9411
9402
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9412
9403
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9413
9404
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9414
9405
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9415
9406
|
centerAffix?: boolean | undefined;
|
9407
|
+
iconColor?: string | boolean | undefined;
|
9416
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">;
|
9417
9409
|
$attrs: {
|
9418
9410
|
[x: string]: unknown;
|
@@ -9465,13 +9457,13 @@ export declare const VCombobox: {
|
|
9465
9457
|
rounded?: string | number | boolean | undefined;
|
9466
9458
|
baseColor?: string | undefined;
|
9467
9459
|
bgColor?: string | undefined;
|
9468
|
-
iconColor?: string | boolean | undefined;
|
9469
9460
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9470
9461
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9471
9462
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9472
9463
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9473
9464
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9474
9465
|
centerAffix?: boolean | undefined;
|
9466
|
+
iconColor?: string | boolean | undefined;
|
9475
9467
|
} & {
|
9476
9468
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9477
9469
|
}, {
|
@@ -9575,13 +9567,13 @@ export declare const VCombobox: {
|
|
9575
9567
|
rounded?: string | number | boolean | undefined;
|
9576
9568
|
baseColor?: string | undefined;
|
9577
9569
|
bgColor?: string | undefined;
|
9578
|
-
iconColor?: string | boolean | undefined;
|
9579
9570
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9580
9571
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9581
9572
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9582
9573
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9583
9574
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9584
9575
|
centerAffix?: boolean | undefined;
|
9576
|
+
iconColor?: string | boolean | undefined;
|
9585
9577
|
} & {
|
9586
9578
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9587
9579
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9590,7 +9582,7 @@ export declare const VCombobox: {
|
|
9590
9582
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9591
9583
|
modelValue?: unknown;
|
9592
9584
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9593
|
-
}, 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}`> & {
|
9594
9586
|
_allExposed: {
|
9595
9587
|
reset: () => Promise<void>;
|
9596
9588
|
resetValidation: () => Promise<void>;
|
@@ -9615,7 +9607,7 @@ export declare const VCombobox: {
|
|
9615
9607
|
'update:modelValue': (value: any) => true;
|
9616
9608
|
'update:search': (value: string) => true;
|
9617
9609
|
'update:menu': (value: boolean) => true;
|
9618
|
-
}, "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, {
|
9619
9611
|
flat: boolean;
|
9620
9612
|
reverse: boolean;
|
9621
9613
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -9694,14 +9686,6 @@ export declare const VCombobox: {
|
|
9694
9686
|
item: ListItem<unknown>;
|
9695
9687
|
index: number;
|
9696
9688
|
}) => import("vue").VNode[];
|
9697
|
-
subheader: (arg: {
|
9698
|
-
props: Record<string, unknown>;
|
9699
|
-
index: number;
|
9700
|
-
}) => import("vue").VNode[];
|
9701
|
-
divider: (arg: {
|
9702
|
-
props: Record<string, unknown>;
|
9703
|
-
index: number;
|
9704
|
-
}) => import("vue").VNode[];
|
9705
9689
|
'prepend-item': () => import("vue").VNode[];
|
9706
9690
|
'append-item': () => import("vue").VNode[];
|
9707
9691
|
'no-data': () => import("vue").VNode[];
|
@@ -9729,14 +9713,6 @@ export declare const VCombobox: {
|
|
9729
9713
|
item: ListItem<Item>;
|
9730
9714
|
index: number;
|
9731
9715
|
};
|
9732
|
-
subheader: {
|
9733
|
-
props: Record<string, unknown>;
|
9734
|
-
index: number;
|
9735
|
-
};
|
9736
|
-
divider: {
|
9737
|
-
props: Record<string, unknown>;
|
9738
|
-
index: number;
|
9739
|
-
};
|
9740
9716
|
"prepend-item": never;
|
9741
9717
|
"append-item": never;
|
9742
9718
|
"no-data": never;
|
@@ -9834,7 +9810,6 @@ export declare const VCombobox: {
|
|
9834
9810
|
bgColor: StringConstructor;
|
9835
9811
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9836
9812
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9837
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9838
9813
|
clearIcon: {
|
9839
9814
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9840
9815
|
default: string;
|
@@ -9850,6 +9825,7 @@ export declare const VCombobox: {
|
|
9850
9825
|
default: undefined;
|
9851
9826
|
};
|
9852
9827
|
glow: BooleanConstructor;
|
9828
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9853
9829
|
hideSpinButtons: BooleanConstructor;
|
9854
9830
|
hint: StringConstructor;
|
9855
9831
|
persistentHint: BooleanConstructor;
|
@@ -10037,7 +10013,6 @@ export declare const VCombobox: {
|
|
10037
10013
|
bgColor: StringConstructor;
|
10038
10014
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10039
10015
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10040
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
10041
10016
|
clearIcon: {
|
10042
10017
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
10043
10018
|
default: string;
|
@@ -10053,6 +10028,7 @@ export declare const VCombobox: {
|
|
10053
10028
|
default: undefined;
|
10054
10029
|
};
|
10055
10030
|
glow: BooleanConstructor;
|
10031
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10056
10032
|
hideSpinButtons: BooleanConstructor;
|
10057
10033
|
hint: StringConstructor;
|
10058
10034
|
persistentHint: BooleanConstructor;
|