@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
@@ -1722,7 +1722,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1722
1722
|
bgColor?: unknown;
|
1723
1723
|
prependIcon?: unknown;
|
1724
1724
|
appendIcon?: unknown;
|
1725
|
-
iconColor?: unknown;
|
1726
1725
|
clearIcon?: unknown;
|
1727
1726
|
prependInnerIcon?: unknown;
|
1728
1727
|
'onClick:clear'?: unknown;
|
@@ -1732,6 +1731,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1732
1731
|
'onClick:prependInner'?: unknown;
|
1733
1732
|
centerAffix?: unknown;
|
1734
1733
|
glow?: unknown;
|
1734
|
+
iconColor?: unknown;
|
1735
1735
|
hideSpinButtons?: unknown;
|
1736
1736
|
hint?: unknown;
|
1737
1737
|
persistentHint?: unknown;
|
@@ -2059,10 +2059,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2059
2059
|
type: PropType<unknown extends Defaults["appendIcon"] ? IconValue : IconValue | Defaults["appendIcon"]>;
|
2060
2060
|
default: unknown extends Defaults["appendIcon"] ? IconValue : NonNullable<IconValue> | Defaults["appendIcon"];
|
2061
2061
|
};
|
2062
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
2063
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
2064
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
2065
|
-
};
|
2066
2062
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
2067
2063
|
type: PropType<IconValue>;
|
2068
2064
|
default: string;
|
@@ -2111,6 +2107,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2111
2107
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
2112
2108
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
2113
2109
|
};
|
2110
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
2111
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
2112
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
2113
|
+
};
|
2114
2114
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
2115
2115
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
2116
2116
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -3874,7 +3874,6 @@ export declare const VSelect: {
|
|
3874
3874
|
bgColor?: string | undefined;
|
3875
3875
|
prependIcon?: IconValue | undefined;
|
3876
3876
|
appendIcon?: IconValue | undefined;
|
3877
|
-
iconColor?: string | boolean | undefined;
|
3878
3877
|
prependInnerIcon?: IconValue | undefined;
|
3879
3878
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3880
3879
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3882,6 +3881,7 @@ export declare const VSelect: {
|
|
3882
3881
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3883
3882
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3884
3883
|
centerAffix?: boolean | undefined;
|
3884
|
+
iconColor?: string | boolean | undefined;
|
3885
3885
|
hint?: string | undefined;
|
3886
3886
|
hideDetails?: boolean | "auto" | undefined;
|
3887
3887
|
suffix?: string | undefined;
|
@@ -4355,7 +4355,6 @@ export declare const VSelect: {
|
|
4355
4355
|
bgColor?: string | undefined;
|
4356
4356
|
prependIcon?: IconValue | undefined;
|
4357
4357
|
appendIcon?: IconValue | undefined;
|
4358
|
-
iconColor?: string | boolean | undefined;
|
4359
4358
|
appendInnerIcon?: IconValue | undefined;
|
4360
4359
|
prependInnerIcon?: IconValue | undefined;
|
4361
4360
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4364,6 +4363,7 @@ export declare const VSelect: {
|
|
4364
4363
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4365
4364
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4366
4365
|
centerAffix?: boolean | undefined;
|
4366
|
+
iconColor?: string | boolean | undefined;
|
4367
4367
|
hint?: string | undefined;
|
4368
4368
|
hideDetails?: boolean | "auto" | undefined;
|
4369
4369
|
suffix?: string | undefined;
|
@@ -4507,7 +4507,6 @@ export declare const VSelect: {
|
|
4507
4507
|
bgColor?: string | undefined;
|
4508
4508
|
prependIcon?: IconValue | undefined;
|
4509
4509
|
appendIcon?: IconValue | undefined;
|
4510
|
-
iconColor?: string | boolean | undefined;
|
4511
4510
|
appendInnerIcon?: IconValue | undefined;
|
4512
4511
|
prependInnerIcon?: IconValue | undefined;
|
4513
4512
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4516,6 +4515,7 @@ export declare const VSelect: {
|
|
4516
4515
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4517
4516
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4518
4517
|
centerAffix?: boolean | undefined;
|
4518
|
+
iconColor?: string | boolean | undefined;
|
4519
4519
|
hint?: string | undefined;
|
4520
4520
|
hideDetails?: boolean | "auto" | undefined;
|
4521
4521
|
suffix?: string | undefined;
|
@@ -4630,9 +4630,9 @@ export declare const VSelect: {
|
|
4630
4630
|
baseColor?: string | undefined;
|
4631
4631
|
prependIcon?: IconValue | undefined;
|
4632
4632
|
appendIcon?: IconValue | undefined;
|
4633
|
-
iconColor?: string | boolean | undefined;
|
4634
4633
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4635
4634
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4635
|
+
iconColor?: string | boolean | undefined;
|
4636
4636
|
hint?: string | undefined;
|
4637
4637
|
hideDetails?: boolean | "auto" | undefined;
|
4638
4638
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4686,9 +4686,9 @@ export declare const VSelect: {
|
|
4686
4686
|
baseColor?: string | undefined;
|
4687
4687
|
prependIcon?: IconValue | undefined;
|
4688
4688
|
appendIcon?: IconValue | undefined;
|
4689
|
-
iconColor?: string | boolean | undefined;
|
4690
4689
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4691
4690
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4691
|
+
iconColor?: string | boolean | undefined;
|
4692
4692
|
hint?: string | undefined;
|
4693
4693
|
hideDetails?: boolean | "auto" | undefined;
|
4694
4694
|
} & {}, {
|
@@ -4789,9 +4789,9 @@ export declare const VSelect: {
|
|
4789
4789
|
baseColor?: string | undefined;
|
4790
4790
|
prependIcon?: IconValue | undefined;
|
4791
4791
|
appendIcon?: IconValue | undefined;
|
4792
|
-
iconColor?: string | boolean | undefined;
|
4793
4792
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4794
4793
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4794
|
+
iconColor?: string | boolean | undefined;
|
4795
4795
|
hint?: string | undefined;
|
4796
4796
|
hideDetails?: boolean | "auto" | undefined;
|
4797
4797
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4803,7 +4803,7 @@ export declare const VSelect: {
|
|
4803
4803
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4804
4804
|
modelValue?: unknown;
|
4805
4805
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4806
|
-
}, 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" | "
|
4806
|
+
}, 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<{
|
4807
4807
|
$: import("vue").ComponentInternalInstance;
|
4808
4808
|
$data: {};
|
4809
4809
|
$props: Partial<{
|
@@ -4850,13 +4850,13 @@ export declare const VSelect: {
|
|
4850
4850
|
rounded?: string | number | boolean | undefined;
|
4851
4851
|
baseColor?: string | undefined;
|
4852
4852
|
bgColor?: string | undefined;
|
4853
|
-
iconColor?: string | boolean | undefined;
|
4854
4853
|
appendInnerIcon?: IconValue | undefined;
|
4855
4854
|
prependInnerIcon?: IconValue | undefined;
|
4856
4855
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4857
4856
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4858
4857
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4859
4858
|
centerAffix?: boolean | undefined;
|
4859
|
+
iconColor?: string | boolean | undefined;
|
4860
4860
|
} & 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">;
|
4861
4861
|
$attrs: {
|
4862
4862
|
[x: string]: unknown;
|
@@ -4909,13 +4909,13 @@ export declare const VSelect: {
|
|
4909
4909
|
rounded?: string | number | boolean | undefined;
|
4910
4910
|
baseColor?: string | undefined;
|
4911
4911
|
bgColor?: string | undefined;
|
4912
|
-
iconColor?: string | boolean | undefined;
|
4913
4912
|
appendInnerIcon?: IconValue | undefined;
|
4914
4913
|
prependInnerIcon?: IconValue | undefined;
|
4915
4914
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4916
4915
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4917
4916
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4918
4917
|
centerAffix?: boolean | undefined;
|
4918
|
+
iconColor?: string | boolean | undefined;
|
4919
4919
|
} & {
|
4920
4920
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4921
4921
|
}, {
|
@@ -5019,13 +5019,13 @@ export declare const VSelect: {
|
|
5019
5019
|
rounded?: string | number | boolean | undefined;
|
5020
5020
|
baseColor?: string | undefined;
|
5021
5021
|
bgColor?: string | undefined;
|
5022
|
-
iconColor?: string | boolean | undefined;
|
5023
5022
|
appendInnerIcon?: IconValue | undefined;
|
5024
5023
|
prependInnerIcon?: IconValue | undefined;
|
5025
5024
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5026
5025
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5027
5026
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5028
5027
|
centerAffix?: boolean | undefined;
|
5028
|
+
iconColor?: string | boolean | undefined;
|
5029
5029
|
} & {
|
5030
5030
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5031
5031
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5034,7 +5034,7 @@ export declare const VSelect: {
|
|
5034
5034
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5035
5035
|
modelValue?: unknown;
|
5036
5036
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5037
|
-
}, 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" | "
|
5037
|
+
}, 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}`> & {
|
5038
5038
|
_allExposed: {
|
5039
5039
|
reset: () => Promise<void>;
|
5040
5040
|
resetValidation: () => Promise<void>;
|
@@ -5202,7 +5202,6 @@ export declare const VSelect: {
|
|
5202
5202
|
bgColor?: string | undefined;
|
5203
5203
|
prependIcon?: IconValue | undefined;
|
5204
5204
|
appendIcon?: IconValue | undefined;
|
5205
|
-
iconColor?: string | boolean | undefined;
|
5206
5205
|
appendInnerIcon?: IconValue | undefined;
|
5207
5206
|
prependInnerIcon?: IconValue | undefined;
|
5208
5207
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5211,6 +5210,7 @@ export declare const VSelect: {
|
|
5211
5210
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5212
5211
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5213
5212
|
centerAffix?: boolean | undefined;
|
5213
|
+
iconColor?: string | boolean | undefined;
|
5214
5214
|
hint?: string | undefined;
|
5215
5215
|
hideDetails?: boolean | "auto" | undefined;
|
5216
5216
|
suffix?: string | undefined;
|
@@ -5325,9 +5325,9 @@ export declare const VSelect: {
|
|
5325
5325
|
baseColor?: string | undefined;
|
5326
5326
|
prependIcon?: IconValue | undefined;
|
5327
5327
|
appendIcon?: IconValue | undefined;
|
5328
|
-
iconColor?: string | boolean | undefined;
|
5329
5328
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5330
5329
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5330
|
+
iconColor?: string | boolean | undefined;
|
5331
5331
|
hint?: string | undefined;
|
5332
5332
|
hideDetails?: boolean | "auto" | undefined;
|
5333
5333
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5381,9 +5381,9 @@ export declare const VSelect: {
|
|
5381
5381
|
baseColor?: string | undefined;
|
5382
5382
|
prependIcon?: IconValue | undefined;
|
5383
5383
|
appendIcon?: IconValue | undefined;
|
5384
|
-
iconColor?: string | boolean | undefined;
|
5385
5384
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5386
5385
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5386
|
+
iconColor?: string | boolean | undefined;
|
5387
5387
|
hint?: string | undefined;
|
5388
5388
|
hideDetails?: boolean | "auto" | undefined;
|
5389
5389
|
} & {}, {
|
@@ -5484,9 +5484,9 @@ export declare const VSelect: {
|
|
5484
5484
|
baseColor?: string | undefined;
|
5485
5485
|
prependIcon?: IconValue | undefined;
|
5486
5486
|
appendIcon?: IconValue | undefined;
|
5487
|
-
iconColor?: string | boolean | undefined;
|
5488
5487
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5489
5488
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5489
|
+
iconColor?: string | boolean | undefined;
|
5490
5490
|
hint?: string | undefined;
|
5491
5491
|
hideDetails?: boolean | "auto" | undefined;
|
5492
5492
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5498,7 +5498,7 @@ export declare const VSelect: {
|
|
5498
5498
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5499
5499
|
modelValue?: unknown;
|
5500
5500
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5501
|
-
}, 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" | "
|
5501
|
+
}, 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<{
|
5502
5502
|
$: import("vue").ComponentInternalInstance;
|
5503
5503
|
$data: {};
|
5504
5504
|
$props: Partial<{
|
@@ -5545,13 +5545,13 @@ export declare const VSelect: {
|
|
5545
5545
|
rounded?: string | number | boolean | undefined;
|
5546
5546
|
baseColor?: string | undefined;
|
5547
5547
|
bgColor?: string | undefined;
|
5548
|
-
iconColor?: string | boolean | undefined;
|
5549
5548
|
appendInnerIcon?: IconValue | undefined;
|
5550
5549
|
prependInnerIcon?: IconValue | undefined;
|
5551
5550
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5552
5551
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5553
5552
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5554
5553
|
centerAffix?: boolean | undefined;
|
5554
|
+
iconColor?: string | boolean | undefined;
|
5555
5555
|
} & 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">;
|
5556
5556
|
$attrs: {
|
5557
5557
|
[x: string]: unknown;
|
@@ -5604,13 +5604,13 @@ export declare const VSelect: {
|
|
5604
5604
|
rounded?: string | number | boolean | undefined;
|
5605
5605
|
baseColor?: string | undefined;
|
5606
5606
|
bgColor?: string | undefined;
|
5607
|
-
iconColor?: string | boolean | undefined;
|
5608
5607
|
appendInnerIcon?: IconValue | undefined;
|
5609
5608
|
prependInnerIcon?: IconValue | undefined;
|
5610
5609
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5611
5610
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5612
5611
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5613
5612
|
centerAffix?: boolean | undefined;
|
5613
|
+
iconColor?: string | boolean | undefined;
|
5614
5614
|
} & {
|
5615
5615
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5616
5616
|
}, {
|
@@ -5714,13 +5714,13 @@ export declare const VSelect: {
|
|
5714
5714
|
rounded?: string | number | boolean | undefined;
|
5715
5715
|
baseColor?: string | undefined;
|
5716
5716
|
bgColor?: string | undefined;
|
5717
|
-
iconColor?: string | boolean | undefined;
|
5718
5717
|
appendInnerIcon?: IconValue | undefined;
|
5719
5718
|
prependInnerIcon?: IconValue | undefined;
|
5720
5719
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5721
5720
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5722
5721
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5723
5722
|
centerAffix?: boolean | undefined;
|
5723
|
+
iconColor?: string | boolean | undefined;
|
5724
5724
|
} & {
|
5725
5725
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5726
5726
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5729,7 +5729,7 @@ export declare const VSelect: {
|
|
5729
5729
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5730
5730
|
modelValue?: unknown;
|
5731
5731
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5732
|
-
}, 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" | "
|
5732
|
+
}, 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}`> & {
|
5733
5733
|
_allExposed: {
|
5734
5734
|
reset: () => Promise<void>;
|
5735
5735
|
resetValidation: () => Promise<void>;
|
@@ -5740,7 +5740,7 @@ export declare const VSelect: {
|
|
5740
5740
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5741
5741
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
5742
5742
|
} | {};
|
5743
|
-
}> & {} & 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" | "
|
5743
|
+
}> & {} & 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}`> & {
|
5744
5744
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5745
5745
|
$: import("vue").ComponentInternalInstance;
|
5746
5746
|
$data: {};
|
@@ -5791,9 +5791,9 @@ export declare const VSelect: {
|
|
5791
5791
|
baseColor?: string | undefined;
|
5792
5792
|
prependIcon?: IconValue | undefined;
|
5793
5793
|
appendIcon?: IconValue | undefined;
|
5794
|
-
iconColor?: string | boolean | undefined;
|
5795
5794
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5796
5795
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5796
|
+
iconColor?: string | boolean | undefined;
|
5797
5797
|
hint?: string | undefined;
|
5798
5798
|
hideDetails?: boolean | "auto" | undefined;
|
5799
5799
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5847,9 +5847,9 @@ export declare const VSelect: {
|
|
5847
5847
|
baseColor?: string | undefined;
|
5848
5848
|
prependIcon?: IconValue | undefined;
|
5849
5849
|
appendIcon?: IconValue | undefined;
|
5850
|
-
iconColor?: string | boolean | undefined;
|
5851
5850
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5852
5851
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5852
|
+
iconColor?: string | boolean | undefined;
|
5853
5853
|
hint?: string | undefined;
|
5854
5854
|
hideDetails?: boolean | "auto" | undefined;
|
5855
5855
|
} & {}, {
|
@@ -5950,9 +5950,9 @@ export declare const VSelect: {
|
|
5950
5950
|
baseColor?: string | undefined;
|
5951
5951
|
prependIcon?: IconValue | undefined;
|
5952
5952
|
appendIcon?: IconValue | undefined;
|
5953
|
-
iconColor?: string | boolean | undefined;
|
5954
5953
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5955
5954
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5955
|
+
iconColor?: string | boolean | undefined;
|
5956
5956
|
hint?: string | undefined;
|
5957
5957
|
hideDetails?: boolean | "auto" | undefined;
|
5958
5958
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5964,7 +5964,7 @@ export declare const VSelect: {
|
|
5964
5964
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5965
5965
|
modelValue?: unknown;
|
5966
5966
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5967
|
-
}, 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" | "
|
5967
|
+
}, 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<{
|
5968
5968
|
$: import("vue").ComponentInternalInstance;
|
5969
5969
|
$data: {};
|
5970
5970
|
$props: Partial<{
|
@@ -6011,13 +6011,13 @@ export declare const VSelect: {
|
|
6011
6011
|
rounded?: string | number | boolean | undefined;
|
6012
6012
|
baseColor?: string | undefined;
|
6013
6013
|
bgColor?: string | undefined;
|
6014
|
-
iconColor?: string | boolean | undefined;
|
6015
6014
|
appendInnerIcon?: IconValue | undefined;
|
6016
6015
|
prependInnerIcon?: IconValue | undefined;
|
6017
6016
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6018
6017
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6019
6018
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6020
6019
|
centerAffix?: boolean | undefined;
|
6020
|
+
iconColor?: string | boolean | undefined;
|
6021
6021
|
} & 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">;
|
6022
6022
|
$attrs: {
|
6023
6023
|
[x: string]: unknown;
|
@@ -6070,13 +6070,13 @@ export declare const VSelect: {
|
|
6070
6070
|
rounded?: string | number | boolean | undefined;
|
6071
6071
|
baseColor?: string | undefined;
|
6072
6072
|
bgColor?: string | undefined;
|
6073
|
-
iconColor?: string | boolean | undefined;
|
6074
6073
|
appendInnerIcon?: IconValue | undefined;
|
6075
6074
|
prependInnerIcon?: IconValue | undefined;
|
6076
6075
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6077
6076
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6078
6077
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6079
6078
|
centerAffix?: boolean | undefined;
|
6079
|
+
iconColor?: string | boolean | undefined;
|
6080
6080
|
} & {
|
6081
6081
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6082
6082
|
}, {
|
@@ -6180,13 +6180,13 @@ export declare const VSelect: {
|
|
6180
6180
|
rounded?: string | number | boolean | undefined;
|
6181
6181
|
baseColor?: string | undefined;
|
6182
6182
|
bgColor?: string | undefined;
|
6183
|
-
iconColor?: string | boolean | undefined;
|
6184
6183
|
appendInnerIcon?: IconValue | undefined;
|
6185
6184
|
prependInnerIcon?: IconValue | undefined;
|
6186
6185
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6187
6186
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6188
6187
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6189
6188
|
centerAffix?: boolean | undefined;
|
6189
|
+
iconColor?: string | boolean | undefined;
|
6190
6190
|
} & {
|
6191
6191
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6192
6192
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6195,7 +6195,7 @@ export declare const VSelect: {
|
|
6195
6195
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6196
6196
|
modelValue?: unknown;
|
6197
6197
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6198
|
-
}, 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" | "
|
6198
|
+
}, 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}`> & {
|
6199
6199
|
_allExposed: {
|
6200
6200
|
reset: () => Promise<void>;
|
6201
6201
|
resetValidation: () => Promise<void>;
|
@@ -6215,7 +6215,7 @@ export declare const VSelect: {
|
|
6215
6215
|
'update:focused': (focused: boolean) => true;
|
6216
6216
|
'update:modelValue': (value: any) => true;
|
6217
6217
|
'update:menu': (ue: boolean) => true;
|
6218
|
-
}, "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" | "
|
6218
|
+
}, "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, {
|
6219
6219
|
flat: boolean;
|
6220
6220
|
reverse: boolean;
|
6221
6221
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -6292,14 +6292,6 @@ export declare const VSelect: {
|
|
6292
6292
|
item: ListItem<unknown>;
|
6293
6293
|
index: number;
|
6294
6294
|
}) => import("vue").VNode[];
|
6295
|
-
subheader: (arg: {
|
6296
|
-
props: Record<string, unknown>;
|
6297
|
-
index: number;
|
6298
|
-
}) => import("vue").VNode[];
|
6299
|
-
divider: (arg: {
|
6300
|
-
props: Record<string, unknown>;
|
6301
|
-
index: number;
|
6302
|
-
}) => import("vue").VNode[];
|
6303
6295
|
'prepend-item': () => import("vue").VNode[];
|
6304
6296
|
'append-item': () => import("vue").VNode[];
|
6305
6297
|
'no-data': () => import("vue").VNode[];
|
@@ -6378,7 +6370,6 @@ export declare const VSelect: {
|
|
6378
6370
|
bgColor?: string | undefined;
|
6379
6371
|
prependIcon?: IconValue | undefined;
|
6380
6372
|
appendIcon?: IconValue | undefined;
|
6381
|
-
iconColor?: string | boolean | undefined;
|
6382
6373
|
prependInnerIcon?: IconValue | undefined;
|
6383
6374
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6384
6375
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6386,6 +6377,7 @@ export declare const VSelect: {
|
|
6386
6377
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6387
6378
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6388
6379
|
centerAffix?: boolean | undefined;
|
6380
|
+
iconColor?: string | boolean | undefined;
|
6389
6381
|
hint?: string | undefined;
|
6390
6382
|
hideDetails?: boolean | "auto" | undefined;
|
6391
6383
|
suffix?: string | undefined;
|
@@ -6859,7 +6851,6 @@ export declare const VSelect: {
|
|
6859
6851
|
bgColor?: string | undefined;
|
6860
6852
|
prependIcon?: IconValue | undefined;
|
6861
6853
|
appendIcon?: IconValue | undefined;
|
6862
|
-
iconColor?: string | boolean | undefined;
|
6863
6854
|
appendInnerIcon?: IconValue | undefined;
|
6864
6855
|
prependInnerIcon?: IconValue | undefined;
|
6865
6856
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6868,6 +6859,7 @@ export declare const VSelect: {
|
|
6868
6859
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6869
6860
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6870
6861
|
centerAffix?: boolean | undefined;
|
6862
|
+
iconColor?: string | boolean | undefined;
|
6871
6863
|
hint?: string | undefined;
|
6872
6864
|
hideDetails?: boolean | "auto" | undefined;
|
6873
6865
|
suffix?: string | undefined;
|
@@ -7011,7 +7003,6 @@ export declare const VSelect: {
|
|
7011
7003
|
bgColor?: string | undefined;
|
7012
7004
|
prependIcon?: IconValue | undefined;
|
7013
7005
|
appendIcon?: IconValue | undefined;
|
7014
|
-
iconColor?: string | boolean | undefined;
|
7015
7006
|
appendInnerIcon?: IconValue | undefined;
|
7016
7007
|
prependInnerIcon?: IconValue | undefined;
|
7017
7008
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7020,6 +7011,7 @@ export declare const VSelect: {
|
|
7020
7011
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7021
7012
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7022
7013
|
centerAffix?: boolean | undefined;
|
7014
|
+
iconColor?: string | boolean | undefined;
|
7023
7015
|
hint?: string | undefined;
|
7024
7016
|
hideDetails?: boolean | "auto" | undefined;
|
7025
7017
|
suffix?: string | undefined;
|
@@ -7134,9 +7126,9 @@ export declare const VSelect: {
|
|
7134
7126
|
baseColor?: string | undefined;
|
7135
7127
|
prependIcon?: IconValue | undefined;
|
7136
7128
|
appendIcon?: IconValue | undefined;
|
7137
|
-
iconColor?: string | boolean | undefined;
|
7138
7129
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7139
7130
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7131
|
+
iconColor?: string | boolean | undefined;
|
7140
7132
|
hint?: string | undefined;
|
7141
7133
|
hideDetails?: boolean | "auto" | undefined;
|
7142
7134
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -7190,9 +7182,9 @@ export declare const VSelect: {
|
|
7190
7182
|
baseColor?: string | undefined;
|
7191
7183
|
prependIcon?: IconValue | undefined;
|
7192
7184
|
appendIcon?: IconValue | undefined;
|
7193
|
-
iconColor?: string | boolean | undefined;
|
7194
7185
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7195
7186
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7187
|
+
iconColor?: string | boolean | undefined;
|
7196
7188
|
hint?: string | undefined;
|
7197
7189
|
hideDetails?: boolean | "auto" | undefined;
|
7198
7190
|
} & {}, {
|
@@ -7293,9 +7285,9 @@ export declare const VSelect: {
|
|
7293
7285
|
baseColor?: string | undefined;
|
7294
7286
|
prependIcon?: IconValue | undefined;
|
7295
7287
|
appendIcon?: IconValue | undefined;
|
7296
|
-
iconColor?: string | boolean | undefined;
|
7297
7288
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7298
7289
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7290
|
+
iconColor?: string | boolean | undefined;
|
7299
7291
|
hint?: string | undefined;
|
7300
7292
|
hideDetails?: boolean | "auto" | undefined;
|
7301
7293
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7307,7 +7299,7 @@ export declare const VSelect: {
|
|
7307
7299
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7308
7300
|
modelValue?: unknown;
|
7309
7301
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7310
|
-
}, 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" | "
|
7302
|
+
}, 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<{
|
7311
7303
|
$: import("vue").ComponentInternalInstance;
|
7312
7304
|
$data: {};
|
7313
7305
|
$props: Partial<{
|
@@ -7354,13 +7346,13 @@ export declare const VSelect: {
|
|
7354
7346
|
rounded?: string | number | boolean | undefined;
|
7355
7347
|
baseColor?: string | undefined;
|
7356
7348
|
bgColor?: string | undefined;
|
7357
|
-
iconColor?: string | boolean | undefined;
|
7358
7349
|
appendInnerIcon?: IconValue | undefined;
|
7359
7350
|
prependInnerIcon?: IconValue | undefined;
|
7360
7351
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7361
7352
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7362
7353
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7363
7354
|
centerAffix?: boolean | undefined;
|
7355
|
+
iconColor?: string | boolean | undefined;
|
7364
7356
|
} & 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">;
|
7365
7357
|
$attrs: {
|
7366
7358
|
[x: string]: unknown;
|
@@ -7413,13 +7405,13 @@ export declare const VSelect: {
|
|
7413
7405
|
rounded?: string | number | boolean | undefined;
|
7414
7406
|
baseColor?: string | undefined;
|
7415
7407
|
bgColor?: string | undefined;
|
7416
|
-
iconColor?: string | boolean | undefined;
|
7417
7408
|
appendInnerIcon?: IconValue | undefined;
|
7418
7409
|
prependInnerIcon?: IconValue | undefined;
|
7419
7410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7420
7411
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7421
7412
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7422
7413
|
centerAffix?: boolean | undefined;
|
7414
|
+
iconColor?: string | boolean | undefined;
|
7423
7415
|
} & {
|
7424
7416
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7425
7417
|
}, {
|
@@ -7523,13 +7515,13 @@ export declare const VSelect: {
|
|
7523
7515
|
rounded?: string | number | boolean | undefined;
|
7524
7516
|
baseColor?: string | undefined;
|
7525
7517
|
bgColor?: string | undefined;
|
7526
|
-
iconColor?: string | boolean | undefined;
|
7527
7518
|
appendInnerIcon?: IconValue | undefined;
|
7528
7519
|
prependInnerIcon?: IconValue | undefined;
|
7529
7520
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7530
7521
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7531
7522
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7532
7523
|
centerAffix?: boolean | undefined;
|
7524
|
+
iconColor?: string | boolean | undefined;
|
7533
7525
|
} & {
|
7534
7526
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7535
7527
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7538,7 +7530,7 @@ export declare const VSelect: {
|
|
7538
7530
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7539
7531
|
modelValue?: unknown;
|
7540
7532
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7541
|
-
}, 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" | "
|
7533
|
+
}, 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}`> & {
|
7542
7534
|
_allExposed: {
|
7543
7535
|
reset: () => Promise<void>;
|
7544
7536
|
resetValidation: () => Promise<void>;
|
@@ -7706,7 +7698,6 @@ export declare const VSelect: {
|
|
7706
7698
|
bgColor?: string | undefined;
|
7707
7699
|
prependIcon?: IconValue | undefined;
|
7708
7700
|
appendIcon?: IconValue | undefined;
|
7709
|
-
iconColor?: string | boolean | undefined;
|
7710
7701
|
appendInnerIcon?: IconValue | undefined;
|
7711
7702
|
prependInnerIcon?: IconValue | undefined;
|
7712
7703
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7715,6 +7706,7 @@ export declare const VSelect: {
|
|
7715
7706
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7716
7707
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7717
7708
|
centerAffix?: boolean | undefined;
|
7709
|
+
iconColor?: string | boolean | undefined;
|
7718
7710
|
hint?: string | undefined;
|
7719
7711
|
hideDetails?: boolean | "auto" | undefined;
|
7720
7712
|
suffix?: string | undefined;
|
@@ -7829,9 +7821,9 @@ export declare const VSelect: {
|
|
7829
7821
|
baseColor?: string | undefined;
|
7830
7822
|
prependIcon?: IconValue | undefined;
|
7831
7823
|
appendIcon?: IconValue | undefined;
|
7832
|
-
iconColor?: string | boolean | undefined;
|
7833
7824
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7834
7825
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7826
|
+
iconColor?: string | boolean | undefined;
|
7835
7827
|
hint?: string | undefined;
|
7836
7828
|
hideDetails?: boolean | "auto" | undefined;
|
7837
7829
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -7885,9 +7877,9 @@ export declare const VSelect: {
|
|
7885
7877
|
baseColor?: string | undefined;
|
7886
7878
|
prependIcon?: IconValue | undefined;
|
7887
7879
|
appendIcon?: IconValue | undefined;
|
7888
|
-
iconColor?: string | boolean | undefined;
|
7889
7880
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7890
7881
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7882
|
+
iconColor?: string | boolean | undefined;
|
7891
7883
|
hint?: string | undefined;
|
7892
7884
|
hideDetails?: boolean | "auto" | undefined;
|
7893
7885
|
} & {}, {
|
@@ -7988,9 +7980,9 @@ export declare const VSelect: {
|
|
7988
7980
|
baseColor?: string | undefined;
|
7989
7981
|
prependIcon?: IconValue | undefined;
|
7990
7982
|
appendIcon?: IconValue | undefined;
|
7991
|
-
iconColor?: string | boolean | undefined;
|
7992
7983
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7993
7984
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7985
|
+
iconColor?: string | boolean | undefined;
|
7994
7986
|
hint?: string | undefined;
|
7995
7987
|
hideDetails?: boolean | "auto" | undefined;
|
7996
7988
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8002,7 +7994,7 @@ export declare const VSelect: {
|
|
8002
7994
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8003
7995
|
modelValue?: unknown;
|
8004
7996
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8005
|
-
}, 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" | "
|
7997
|
+
}, 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<{
|
8006
7998
|
$: import("vue").ComponentInternalInstance;
|
8007
7999
|
$data: {};
|
8008
8000
|
$props: Partial<{
|
@@ -8049,13 +8041,13 @@ export declare const VSelect: {
|
|
8049
8041
|
rounded?: string | number | boolean | undefined;
|
8050
8042
|
baseColor?: string | undefined;
|
8051
8043
|
bgColor?: string | undefined;
|
8052
|
-
iconColor?: string | boolean | undefined;
|
8053
8044
|
appendInnerIcon?: IconValue | undefined;
|
8054
8045
|
prependInnerIcon?: IconValue | undefined;
|
8055
8046
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8056
8047
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8057
8048
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8058
8049
|
centerAffix?: boolean | undefined;
|
8050
|
+
iconColor?: string | boolean | undefined;
|
8059
8051
|
} & 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">;
|
8060
8052
|
$attrs: {
|
8061
8053
|
[x: string]: unknown;
|
@@ -8108,13 +8100,13 @@ export declare const VSelect: {
|
|
8108
8100
|
rounded?: string | number | boolean | undefined;
|
8109
8101
|
baseColor?: string | undefined;
|
8110
8102
|
bgColor?: string | undefined;
|
8111
|
-
iconColor?: string | boolean | undefined;
|
8112
8103
|
appendInnerIcon?: IconValue | undefined;
|
8113
8104
|
prependInnerIcon?: IconValue | undefined;
|
8114
8105
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8115
8106
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8116
8107
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8117
8108
|
centerAffix?: boolean | undefined;
|
8109
|
+
iconColor?: string | boolean | undefined;
|
8118
8110
|
} & {
|
8119
8111
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8120
8112
|
}, {
|
@@ -8218,13 +8210,13 @@ export declare const VSelect: {
|
|
8218
8210
|
rounded?: string | number | boolean | undefined;
|
8219
8211
|
baseColor?: string | undefined;
|
8220
8212
|
bgColor?: string | undefined;
|
8221
|
-
iconColor?: string | boolean | undefined;
|
8222
8213
|
appendInnerIcon?: IconValue | undefined;
|
8223
8214
|
prependInnerIcon?: IconValue | undefined;
|
8224
8215
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8225
8216
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8226
8217
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8227
8218
|
centerAffix?: boolean | undefined;
|
8219
|
+
iconColor?: string | boolean | undefined;
|
8228
8220
|
} & {
|
8229
8221
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8230
8222
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8233,7 +8225,7 @@ export declare const VSelect: {
|
|
8233
8225
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8234
8226
|
modelValue?: unknown;
|
8235
8227
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8236
|
-
}, 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" | "
|
8228
|
+
}, 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}`> & {
|
8237
8229
|
_allExposed: {
|
8238
8230
|
reset: () => Promise<void>;
|
8239
8231
|
resetValidation: () => Promise<void>;
|
@@ -8244,7 +8236,7 @@ export declare const VSelect: {
|
|
8244
8236
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8245
8237
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
8246
8238
|
} | {};
|
8247
|
-
}> & {} & 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" | "
|
8239
|
+
}> & {} & 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}`> & {
|
8248
8240
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
8249
8241
|
$: import("vue").ComponentInternalInstance;
|
8250
8242
|
$data: {};
|
@@ -8295,9 +8287,9 @@ export declare const VSelect: {
|
|
8295
8287
|
baseColor?: string | undefined;
|
8296
8288
|
prependIcon?: IconValue | undefined;
|
8297
8289
|
appendIcon?: IconValue | undefined;
|
8298
|
-
iconColor?: string | boolean | undefined;
|
8299
8290
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8300
8291
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8292
|
+
iconColor?: string | boolean | undefined;
|
8301
8293
|
hint?: string | undefined;
|
8302
8294
|
hideDetails?: boolean | "auto" | undefined;
|
8303
8295
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8351,9 +8343,9 @@ export declare const VSelect: {
|
|
8351
8343
|
baseColor?: string | undefined;
|
8352
8344
|
prependIcon?: IconValue | undefined;
|
8353
8345
|
appendIcon?: IconValue | undefined;
|
8354
|
-
iconColor?: string | boolean | undefined;
|
8355
8346
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8356
8347
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8348
|
+
iconColor?: string | boolean | undefined;
|
8357
8349
|
hint?: string | undefined;
|
8358
8350
|
hideDetails?: boolean | "auto" | undefined;
|
8359
8351
|
} & {}, {
|
@@ -8454,9 +8446,9 @@ export declare const VSelect: {
|
|
8454
8446
|
baseColor?: string | undefined;
|
8455
8447
|
prependIcon?: IconValue | undefined;
|
8456
8448
|
appendIcon?: IconValue | undefined;
|
8457
|
-
iconColor?: string | boolean | undefined;
|
8458
8449
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8459
8450
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8451
|
+
iconColor?: string | boolean | undefined;
|
8460
8452
|
hint?: string | undefined;
|
8461
8453
|
hideDetails?: boolean | "auto" | undefined;
|
8462
8454
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8468,7 +8460,7 @@ export declare const VSelect: {
|
|
8468
8460
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8469
8461
|
modelValue?: unknown;
|
8470
8462
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8471
|
-
}, 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" | "
|
8463
|
+
}, 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<{
|
8472
8464
|
$: import("vue").ComponentInternalInstance;
|
8473
8465
|
$data: {};
|
8474
8466
|
$props: Partial<{
|
@@ -8515,13 +8507,13 @@ export declare const VSelect: {
|
|
8515
8507
|
rounded?: string | number | boolean | undefined;
|
8516
8508
|
baseColor?: string | undefined;
|
8517
8509
|
bgColor?: string | undefined;
|
8518
|
-
iconColor?: string | boolean | undefined;
|
8519
8510
|
appendInnerIcon?: IconValue | undefined;
|
8520
8511
|
prependInnerIcon?: IconValue | undefined;
|
8521
8512
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8522
8513
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8523
8514
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8524
8515
|
centerAffix?: boolean | undefined;
|
8516
|
+
iconColor?: string | boolean | undefined;
|
8525
8517
|
} & 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">;
|
8526
8518
|
$attrs: {
|
8527
8519
|
[x: string]: unknown;
|
@@ -8574,13 +8566,13 @@ export declare const VSelect: {
|
|
8574
8566
|
rounded?: string | number | boolean | undefined;
|
8575
8567
|
baseColor?: string | undefined;
|
8576
8568
|
bgColor?: string | undefined;
|
8577
|
-
iconColor?: string | boolean | undefined;
|
8578
8569
|
appendInnerIcon?: IconValue | undefined;
|
8579
8570
|
prependInnerIcon?: IconValue | undefined;
|
8580
8571
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8581
8572
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8582
8573
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8583
8574
|
centerAffix?: boolean | undefined;
|
8575
|
+
iconColor?: string | boolean | undefined;
|
8584
8576
|
} & {
|
8585
8577
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8586
8578
|
}, {
|
@@ -8684,13 +8676,13 @@ export declare const VSelect: {
|
|
8684
8676
|
rounded?: string | number | boolean | undefined;
|
8685
8677
|
baseColor?: string | undefined;
|
8686
8678
|
bgColor?: string | undefined;
|
8687
|
-
iconColor?: string | boolean | undefined;
|
8688
8679
|
appendInnerIcon?: IconValue | undefined;
|
8689
8680
|
prependInnerIcon?: IconValue | undefined;
|
8690
8681
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8691
8682
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8692
8683
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8693
8684
|
centerAffix?: boolean | undefined;
|
8685
|
+
iconColor?: string | boolean | undefined;
|
8694
8686
|
} & {
|
8695
8687
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8696
8688
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8699,7 +8691,7 @@ export declare const VSelect: {
|
|
8699
8691
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8700
8692
|
modelValue?: unknown;
|
8701
8693
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8702
|
-
}, 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" | "
|
8694
|
+
}, 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}`> & {
|
8703
8695
|
_allExposed: {
|
8704
8696
|
reset: () => Promise<void>;
|
8705
8697
|
resetValidation: () => Promise<void>;
|
@@ -8835,7 +8827,6 @@ export declare const VSelect: {
|
|
8835
8827
|
bgColor?: string | undefined;
|
8836
8828
|
prependIcon?: IconValue | undefined;
|
8837
8829
|
appendIcon?: IconValue | undefined;
|
8838
|
-
iconColor?: string | boolean | undefined;
|
8839
8830
|
prependInnerIcon?: IconValue | undefined;
|
8840
8831
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8841
8832
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8843,6 +8834,7 @@ export declare const VSelect: {
|
|
8843
8834
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8844
8835
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8845
8836
|
centerAffix?: boolean | undefined;
|
8837
|
+
iconColor?: string | boolean | undefined;
|
8846
8838
|
hint?: string | undefined;
|
8847
8839
|
hideDetails?: boolean | "auto" | undefined;
|
8848
8840
|
suffix?: string | undefined;
|
@@ -9316,7 +9308,6 @@ export declare const VSelect: {
|
|
9316
9308
|
bgColor?: string | undefined;
|
9317
9309
|
prependIcon?: IconValue | undefined;
|
9318
9310
|
appendIcon?: IconValue | undefined;
|
9319
|
-
iconColor?: string | boolean | undefined;
|
9320
9311
|
appendInnerIcon?: IconValue | undefined;
|
9321
9312
|
prependInnerIcon?: IconValue | undefined;
|
9322
9313
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9325,6 +9316,7 @@ export declare const VSelect: {
|
|
9325
9316
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9326
9317
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9327
9318
|
centerAffix?: boolean | undefined;
|
9319
|
+
iconColor?: string | boolean | undefined;
|
9328
9320
|
hint?: string | undefined;
|
9329
9321
|
hideDetails?: boolean | "auto" | undefined;
|
9330
9322
|
suffix?: string | undefined;
|
@@ -9468,7 +9460,6 @@ export declare const VSelect: {
|
|
9468
9460
|
bgColor?: string | undefined;
|
9469
9461
|
prependIcon?: IconValue | undefined;
|
9470
9462
|
appendIcon?: IconValue | undefined;
|
9471
|
-
iconColor?: string | boolean | undefined;
|
9472
9463
|
appendInnerIcon?: IconValue | undefined;
|
9473
9464
|
prependInnerIcon?: IconValue | undefined;
|
9474
9465
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9477,6 +9468,7 @@ export declare const VSelect: {
|
|
9477
9468
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9478
9469
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9479
9470
|
centerAffix?: boolean | undefined;
|
9471
|
+
iconColor?: string | boolean | undefined;
|
9480
9472
|
hint?: string | undefined;
|
9481
9473
|
hideDetails?: boolean | "auto" | undefined;
|
9482
9474
|
suffix?: string | undefined;
|
@@ -9591,9 +9583,9 @@ export declare const VSelect: {
|
|
9591
9583
|
baseColor?: string | undefined;
|
9592
9584
|
prependIcon?: IconValue | undefined;
|
9593
9585
|
appendIcon?: IconValue | undefined;
|
9594
|
-
iconColor?: string | boolean | undefined;
|
9595
9586
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9596
9587
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9588
|
+
iconColor?: string | boolean | undefined;
|
9597
9589
|
hint?: string | undefined;
|
9598
9590
|
hideDetails?: boolean | "auto" | undefined;
|
9599
9591
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9647,9 +9639,9 @@ export declare const VSelect: {
|
|
9647
9639
|
baseColor?: string | undefined;
|
9648
9640
|
prependIcon?: IconValue | undefined;
|
9649
9641
|
appendIcon?: IconValue | undefined;
|
9650
|
-
iconColor?: string | boolean | undefined;
|
9651
9642
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9652
9643
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9644
|
+
iconColor?: string | boolean | undefined;
|
9653
9645
|
hint?: string | undefined;
|
9654
9646
|
hideDetails?: boolean | "auto" | undefined;
|
9655
9647
|
} & {}, {
|
@@ -9750,9 +9742,9 @@ export declare const VSelect: {
|
|
9750
9742
|
baseColor?: string | undefined;
|
9751
9743
|
prependIcon?: IconValue | undefined;
|
9752
9744
|
appendIcon?: IconValue | undefined;
|
9753
|
-
iconColor?: string | boolean | undefined;
|
9754
9745
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9755
9746
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9747
|
+
iconColor?: string | boolean | undefined;
|
9756
9748
|
hint?: string | undefined;
|
9757
9749
|
hideDetails?: boolean | "auto" | undefined;
|
9758
9750
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9764,7 +9756,7 @@ export declare const VSelect: {
|
|
9764
9756
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9765
9757
|
modelValue?: unknown;
|
9766
9758
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9767
|
-
}, 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" | "
|
9759
|
+
}, 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<{
|
9768
9760
|
$: import("vue").ComponentInternalInstance;
|
9769
9761
|
$data: {};
|
9770
9762
|
$props: Partial<{
|
@@ -9811,13 +9803,13 @@ export declare const VSelect: {
|
|
9811
9803
|
rounded?: string | number | boolean | undefined;
|
9812
9804
|
baseColor?: string | undefined;
|
9813
9805
|
bgColor?: string | undefined;
|
9814
|
-
iconColor?: string | boolean | undefined;
|
9815
9806
|
appendInnerIcon?: IconValue | undefined;
|
9816
9807
|
prependInnerIcon?: IconValue | undefined;
|
9817
9808
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9818
9809
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9819
9810
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9820
9811
|
centerAffix?: boolean | undefined;
|
9812
|
+
iconColor?: string | boolean | undefined;
|
9821
9813
|
} & 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">;
|
9822
9814
|
$attrs: {
|
9823
9815
|
[x: string]: unknown;
|
@@ -9870,13 +9862,13 @@ export declare const VSelect: {
|
|
9870
9862
|
rounded?: string | number | boolean | undefined;
|
9871
9863
|
baseColor?: string | undefined;
|
9872
9864
|
bgColor?: string | undefined;
|
9873
|
-
iconColor?: string | boolean | undefined;
|
9874
9865
|
appendInnerIcon?: IconValue | undefined;
|
9875
9866
|
prependInnerIcon?: IconValue | undefined;
|
9876
9867
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9877
9868
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9878
9869
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9879
9870
|
centerAffix?: boolean | undefined;
|
9871
|
+
iconColor?: string | boolean | undefined;
|
9880
9872
|
} & {
|
9881
9873
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9882
9874
|
}, {
|
@@ -9980,13 +9972,13 @@ export declare const VSelect: {
|
|
9980
9972
|
rounded?: string | number | boolean | undefined;
|
9981
9973
|
baseColor?: string | undefined;
|
9982
9974
|
bgColor?: string | undefined;
|
9983
|
-
iconColor?: string | boolean | undefined;
|
9984
9975
|
appendInnerIcon?: IconValue | undefined;
|
9985
9976
|
prependInnerIcon?: IconValue | undefined;
|
9986
9977
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9987
9978
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9988
9979
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9989
9980
|
centerAffix?: boolean | undefined;
|
9981
|
+
iconColor?: string | boolean | undefined;
|
9990
9982
|
} & {
|
9991
9983
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9992
9984
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9995,7 +9987,7 @@ export declare const VSelect: {
|
|
9995
9987
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9996
9988
|
modelValue?: unknown;
|
9997
9989
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9998
|
-
}, 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" | "
|
9990
|
+
}, 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}`> & {
|
9999
9991
|
_allExposed: {
|
10000
9992
|
reset: () => Promise<void>;
|
10001
9993
|
resetValidation: () => Promise<void>;
|
@@ -10163,7 +10155,6 @@ export declare const VSelect: {
|
|
10163
10155
|
bgColor?: string | undefined;
|
10164
10156
|
prependIcon?: IconValue | undefined;
|
10165
10157
|
appendIcon?: IconValue | undefined;
|
10166
|
-
iconColor?: string | boolean | undefined;
|
10167
10158
|
appendInnerIcon?: IconValue | undefined;
|
10168
10159
|
prependInnerIcon?: IconValue | undefined;
|
10169
10160
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -10172,6 +10163,7 @@ export declare const VSelect: {
|
|
10172
10163
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10173
10164
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10174
10165
|
centerAffix?: boolean | undefined;
|
10166
|
+
iconColor?: string | boolean | undefined;
|
10175
10167
|
hint?: string | undefined;
|
10176
10168
|
hideDetails?: boolean | "auto" | undefined;
|
10177
10169
|
suffix?: string | undefined;
|
@@ -10286,9 +10278,9 @@ export declare const VSelect: {
|
|
10286
10278
|
baseColor?: string | undefined;
|
10287
10279
|
prependIcon?: IconValue | undefined;
|
10288
10280
|
appendIcon?: IconValue | undefined;
|
10289
|
-
iconColor?: string | boolean | undefined;
|
10290
10281
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10291
10282
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10283
|
+
iconColor?: string | boolean | undefined;
|
10292
10284
|
hint?: string | undefined;
|
10293
10285
|
hideDetails?: boolean | "auto" | undefined;
|
10294
10286
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -10342,9 +10334,9 @@ export declare const VSelect: {
|
|
10342
10334
|
baseColor?: string | undefined;
|
10343
10335
|
prependIcon?: IconValue | undefined;
|
10344
10336
|
appendIcon?: IconValue | undefined;
|
10345
|
-
iconColor?: string | boolean | undefined;
|
10346
10337
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10347
10338
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10339
|
+
iconColor?: string | boolean | undefined;
|
10348
10340
|
hint?: string | undefined;
|
10349
10341
|
hideDetails?: boolean | "auto" | undefined;
|
10350
10342
|
} & {}, {
|
@@ -10445,9 +10437,9 @@ export declare const VSelect: {
|
|
10445
10437
|
baseColor?: string | undefined;
|
10446
10438
|
prependIcon?: IconValue | undefined;
|
10447
10439
|
appendIcon?: IconValue | undefined;
|
10448
|
-
iconColor?: string | boolean | undefined;
|
10449
10440
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10450
10441
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10442
|
+
iconColor?: string | boolean | undefined;
|
10451
10443
|
hint?: string | undefined;
|
10452
10444
|
hideDetails?: boolean | "auto" | undefined;
|
10453
10445
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10459,7 +10451,7 @@ export declare const VSelect: {
|
|
10459
10451
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10460
10452
|
modelValue?: unknown;
|
10461
10453
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10462
|
-
}, 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" | "
|
10454
|
+
}, 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<{
|
10463
10455
|
$: import("vue").ComponentInternalInstance;
|
10464
10456
|
$data: {};
|
10465
10457
|
$props: Partial<{
|
@@ -10506,13 +10498,13 @@ export declare const VSelect: {
|
|
10506
10498
|
rounded?: string | number | boolean | undefined;
|
10507
10499
|
baseColor?: string | undefined;
|
10508
10500
|
bgColor?: string | undefined;
|
10509
|
-
iconColor?: string | boolean | undefined;
|
10510
10501
|
appendInnerIcon?: IconValue | undefined;
|
10511
10502
|
prependInnerIcon?: IconValue | undefined;
|
10512
10503
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10513
10504
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10514
10505
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10515
10506
|
centerAffix?: boolean | undefined;
|
10507
|
+
iconColor?: string | boolean | undefined;
|
10516
10508
|
} & 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">;
|
10517
10509
|
$attrs: {
|
10518
10510
|
[x: string]: unknown;
|
@@ -10565,13 +10557,13 @@ export declare const VSelect: {
|
|
10565
10557
|
rounded?: string | number | boolean | undefined;
|
10566
10558
|
baseColor?: string | undefined;
|
10567
10559
|
bgColor?: string | undefined;
|
10568
|
-
iconColor?: string | boolean | undefined;
|
10569
10560
|
appendInnerIcon?: IconValue | undefined;
|
10570
10561
|
prependInnerIcon?: IconValue | undefined;
|
10571
10562
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10572
10563
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10573
10564
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10574
10565
|
centerAffix?: boolean | undefined;
|
10566
|
+
iconColor?: string | boolean | undefined;
|
10575
10567
|
} & {
|
10576
10568
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10577
10569
|
}, {
|
@@ -10675,13 +10667,13 @@ export declare const VSelect: {
|
|
10675
10667
|
rounded?: string | number | boolean | undefined;
|
10676
10668
|
baseColor?: string | undefined;
|
10677
10669
|
bgColor?: string | undefined;
|
10678
|
-
iconColor?: string | boolean | undefined;
|
10679
10670
|
appendInnerIcon?: IconValue | undefined;
|
10680
10671
|
prependInnerIcon?: IconValue | undefined;
|
10681
10672
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10682
10673
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10683
10674
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10684
10675
|
centerAffix?: boolean | undefined;
|
10676
|
+
iconColor?: string | boolean | undefined;
|
10685
10677
|
} & {
|
10686
10678
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10687
10679
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -10690,7 +10682,7 @@ export declare const VSelect: {
|
|
10690
10682
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10691
10683
|
modelValue?: unknown;
|
10692
10684
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10693
|
-
}, 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" | "
|
10685
|
+
}, 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}`> & {
|
10694
10686
|
_allExposed: {
|
10695
10687
|
reset: () => Promise<void>;
|
10696
10688
|
resetValidation: () => Promise<void>;
|
@@ -10701,7 +10693,7 @@ export declare const VSelect: {
|
|
10701
10693
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
10702
10694
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
10703
10695
|
} | {};
|
10704
|
-
}> & {} & 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" | "
|
10696
|
+
}> & {} & 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}`> & {
|
10705
10697
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
10706
10698
|
$: import("vue").ComponentInternalInstance;
|
10707
10699
|
$data: {};
|
@@ -10752,9 +10744,9 @@ export declare const VSelect: {
|
|
10752
10744
|
baseColor?: string | undefined;
|
10753
10745
|
prependIcon?: IconValue | undefined;
|
10754
10746
|
appendIcon?: IconValue | undefined;
|
10755
|
-
iconColor?: string | boolean | undefined;
|
10756
10747
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10757
10748
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10749
|
+
iconColor?: string | boolean | undefined;
|
10758
10750
|
hint?: string | undefined;
|
10759
10751
|
hideDetails?: boolean | "auto" | undefined;
|
10760
10752
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -10808,9 +10800,9 @@ export declare const VSelect: {
|
|
10808
10800
|
baseColor?: string | undefined;
|
10809
10801
|
prependIcon?: IconValue | undefined;
|
10810
10802
|
appendIcon?: IconValue | undefined;
|
10811
|
-
iconColor?: string | boolean | undefined;
|
10812
10803
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10813
10804
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10805
|
+
iconColor?: string | boolean | undefined;
|
10814
10806
|
hint?: string | undefined;
|
10815
10807
|
hideDetails?: boolean | "auto" | undefined;
|
10816
10808
|
} & {}, {
|
@@ -10911,9 +10903,9 @@ export declare const VSelect: {
|
|
10911
10903
|
baseColor?: string | undefined;
|
10912
10904
|
prependIcon?: IconValue | undefined;
|
10913
10905
|
appendIcon?: IconValue | undefined;
|
10914
|
-
iconColor?: string | boolean | undefined;
|
10915
10906
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10916
10907
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10908
|
+
iconColor?: string | boolean | undefined;
|
10917
10909
|
hint?: string | undefined;
|
10918
10910
|
hideDetails?: boolean | "auto" | undefined;
|
10919
10911
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10925,7 +10917,7 @@ export declare const VSelect: {
|
|
10925
10917
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10926
10918
|
modelValue?: unknown;
|
10927
10919
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10928
|
-
}, 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" | "
|
10920
|
+
}, 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<{
|
10929
10921
|
$: import("vue").ComponentInternalInstance;
|
10930
10922
|
$data: {};
|
10931
10923
|
$props: Partial<{
|
@@ -10972,13 +10964,13 @@ export declare const VSelect: {
|
|
10972
10964
|
rounded?: string | number | boolean | undefined;
|
10973
10965
|
baseColor?: string | undefined;
|
10974
10966
|
bgColor?: string | undefined;
|
10975
|
-
iconColor?: string | boolean | undefined;
|
10976
10967
|
appendInnerIcon?: IconValue | undefined;
|
10977
10968
|
prependInnerIcon?: IconValue | undefined;
|
10978
10969
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10979
10970
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10980
10971
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10981
10972
|
centerAffix?: boolean | undefined;
|
10973
|
+
iconColor?: string | boolean | undefined;
|
10982
10974
|
} & 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">;
|
10983
10975
|
$attrs: {
|
10984
10976
|
[x: string]: unknown;
|
@@ -11031,13 +11023,13 @@ export declare const VSelect: {
|
|
11031
11023
|
rounded?: string | number | boolean | undefined;
|
11032
11024
|
baseColor?: string | undefined;
|
11033
11025
|
bgColor?: string | undefined;
|
11034
|
-
iconColor?: string | boolean | undefined;
|
11035
11026
|
appendInnerIcon?: IconValue | undefined;
|
11036
11027
|
prependInnerIcon?: IconValue | undefined;
|
11037
11028
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11038
11029
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11039
11030
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11040
11031
|
centerAffix?: boolean | undefined;
|
11032
|
+
iconColor?: string | boolean | undefined;
|
11041
11033
|
} & {
|
11042
11034
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11043
11035
|
}, {
|
@@ -11141,13 +11133,13 @@ export declare const VSelect: {
|
|
11141
11133
|
rounded?: string | number | boolean | undefined;
|
11142
11134
|
baseColor?: string | undefined;
|
11143
11135
|
bgColor?: string | undefined;
|
11144
|
-
iconColor?: string | boolean | undefined;
|
11145
11136
|
appendInnerIcon?: IconValue | undefined;
|
11146
11137
|
prependInnerIcon?: IconValue | undefined;
|
11147
11138
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11148
11139
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11149
11140
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11150
11141
|
centerAffix?: boolean | undefined;
|
11142
|
+
iconColor?: string | boolean | undefined;
|
11151
11143
|
} & {
|
11152
11144
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11153
11145
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -11156,7 +11148,7 @@ export declare const VSelect: {
|
|
11156
11148
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
11157
11149
|
modelValue?: unknown;
|
11158
11150
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
11159
|
-
}, 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" | "
|
11151
|
+
}, 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}`> & {
|
11160
11152
|
_allExposed: {
|
11161
11153
|
reset: () => Promise<void>;
|
11162
11154
|
resetValidation: () => Promise<void>;
|
@@ -11176,7 +11168,7 @@ export declare const VSelect: {
|
|
11176
11168
|
'update:focused': (focused: boolean) => true;
|
11177
11169
|
'update:modelValue': (value: any) => true;
|
11178
11170
|
'update:menu': (ue: boolean) => true;
|
11179
|
-
}, "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" | "
|
11171
|
+
}, "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, {
|
11180
11172
|
flat: boolean;
|
11181
11173
|
reverse: boolean;
|
11182
11174
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -11253,14 +11245,6 @@ export declare const VSelect: {
|
|
11253
11245
|
item: ListItem<unknown>;
|
11254
11246
|
index: number;
|
11255
11247
|
}) => import("vue").VNode[];
|
11256
|
-
subheader: (arg: {
|
11257
|
-
props: Record<string, unknown>;
|
11258
|
-
index: number;
|
11259
|
-
}) => import("vue").VNode[];
|
11260
|
-
divider: (arg: {
|
11261
|
-
props: Record<string, unknown>;
|
11262
|
-
index: number;
|
11263
|
-
}) => import("vue").VNode[];
|
11264
11248
|
'prepend-item': () => import("vue").VNode[];
|
11265
11249
|
'append-item': () => import("vue").VNode[];
|
11266
11250
|
'no-data': () => import("vue").VNode[];
|
@@ -11288,14 +11272,6 @@ export declare const VSelect: {
|
|
11288
11272
|
item: ListItem<Item>;
|
11289
11273
|
index: number;
|
11290
11274
|
};
|
11291
|
-
subheader: {
|
11292
|
-
props: Record<string, unknown>;
|
11293
|
-
index: number;
|
11294
|
-
};
|
11295
|
-
divider: {
|
11296
|
-
props: Record<string, unknown>;
|
11297
|
-
index: number;
|
11298
|
-
};
|
11299
11275
|
"prepend-item": never;
|
11300
11276
|
"append-item": never;
|
11301
11277
|
"no-data": never;
|
@@ -11397,7 +11373,6 @@ export declare const VSelect: {
|
|
11397
11373
|
bgColor: StringConstructor;
|
11398
11374
|
prependIcon: PropType<IconValue>;
|
11399
11375
|
appendIcon: PropType<IconValue>;
|
11400
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11401
11376
|
clearIcon: {
|
11402
11377
|
type: PropType<IconValue>;
|
11403
11378
|
default: string;
|
@@ -11413,6 +11388,7 @@ export declare const VSelect: {
|
|
11413
11388
|
default: undefined;
|
11414
11389
|
};
|
11415
11390
|
glow: BooleanConstructor;
|
11391
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11416
11392
|
hideSpinButtons: BooleanConstructor;
|
11417
11393
|
hint: StringConstructor;
|
11418
11394
|
persistentHint: BooleanConstructor;
|
@@ -11579,7 +11555,6 @@ export declare const VSelect: {
|
|
11579
11555
|
bgColor: StringConstructor;
|
11580
11556
|
prependIcon: PropType<IconValue>;
|
11581
11557
|
appendIcon: PropType<IconValue>;
|
11582
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11583
11558
|
clearIcon: {
|
11584
11559
|
type: PropType<IconValue>;
|
11585
11560
|
default: string;
|
@@ -11595,6 +11570,7 @@ export declare const VSelect: {
|
|
11595
11570
|
default: undefined;
|
11596
11571
|
};
|
11597
11572
|
glow: BooleanConstructor;
|
11573
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11598
11574
|
hideSpinButtons: BooleanConstructor;
|
11599
11575
|
hint: StringConstructor;
|
11600
11576
|
persistentHint: BooleanConstructor;
|