@vuetify/nightly 3.8.6-master.2025-05-26 → 3.8.7-dev.2025-05-27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -24
- package/dist/json/attributes.json +3294 -3218
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +19 -0
- package/dist/json/web-types.json +5776 -5504
- package/dist/vuetify-labs.cjs +305 -128
- package/dist/vuetify-labs.css +5202 -5174
- package/dist/vuetify-labs.d.ts +1580 -1351
- package/dist/vuetify-labs.esm.js +306 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +305 -128
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +299 -117
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4512 -4484
- package/dist/vuetify.d.ts +739 -518
- package/dist/vuetify.esm.js +300 -118
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +299 -117
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1194 -1184
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +133 -96
- package/lib/components/VAutocomplete/VAutocomplete.js +19 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +133 -96
- package/lib/components/VCombobox/VCombobox.js +20 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +18 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +138 -96
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +73 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/package.json +3 -1
@@ -34,6 +34,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
34
34
|
noDataText?: unknown;
|
35
35
|
openOnClear?: unknown;
|
36
36
|
itemColor?: unknown;
|
37
|
+
noAutoScroll?: unknown;
|
37
38
|
} = {}>(defaults?: Defaults | undefined) => {
|
38
39
|
items: unknown extends Defaults["items"] ? {
|
39
40
|
type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
|
@@ -1679,6 +1680,10 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1679
1680
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
1680
1681
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
1681
1682
|
};
|
1683
|
+
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
1684
|
+
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
1685
|
+
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
1686
|
+
};
|
1682
1687
|
};
|
1683
1688
|
export declare const makeVSelectProps: <Defaults extends {
|
1684
1689
|
transition?: unknown;
|
@@ -1722,6 +1727,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1722
1727
|
bgColor?: unknown;
|
1723
1728
|
prependIcon?: unknown;
|
1724
1729
|
appendIcon?: unknown;
|
1730
|
+
iconColor?: unknown;
|
1725
1731
|
clearIcon?: unknown;
|
1726
1732
|
prependInnerIcon?: unknown;
|
1727
1733
|
'onClick:clear'?: unknown;
|
@@ -1731,7 +1737,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1731
1737
|
'onClick:prependInner'?: unknown;
|
1732
1738
|
centerAffix?: unknown;
|
1733
1739
|
glow?: unknown;
|
1734
|
-
iconColor?: unknown;
|
1735
1740
|
hideSpinButtons?: unknown;
|
1736
1741
|
hint?: unknown;
|
1737
1742
|
persistentHint?: unknown;
|
@@ -1766,6 +1771,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1766
1771
|
noDataText?: unknown;
|
1767
1772
|
openOnClear?: unknown;
|
1768
1773
|
itemColor?: unknown;
|
1774
|
+
noAutoScroll?: unknown;
|
1769
1775
|
} = {}>(defaults?: Defaults | undefined) => {
|
1770
1776
|
transition: unknown extends Defaults["transition"] ? {
|
1771
1777
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
@@ -2059,6 +2065,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2059
2065
|
type: PropType<unknown extends Defaults["appendIcon"] ? IconValue : IconValue | Defaults["appendIcon"]>;
|
2060
2066
|
default: unknown extends Defaults["appendIcon"] ? IconValue : NonNullable<IconValue> | Defaults["appendIcon"];
|
2061
2067
|
};
|
2068
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
2069
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
2070
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
2071
|
+
};
|
2062
2072
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
2063
2073
|
type: PropType<IconValue>;
|
2064
2074
|
default: string;
|
@@ -2107,10 +2117,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2107
2117
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
2108
2118
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
2109
2119
|
};
|
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
2120
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
2115
2121
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
2116
2122
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -3803,6 +3809,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3803
3809
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
3804
3810
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
3805
3811
|
};
|
3812
|
+
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
3813
|
+
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
3814
|
+
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
3815
|
+
};
|
3806
3816
|
};
|
3807
3817
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
3808
3818
|
export declare const VSelect: {
|
@@ -3852,6 +3862,7 @@ export declare const VSelect: {
|
|
3852
3862
|
hideSelected: boolean;
|
3853
3863
|
menuIcon: IconValue;
|
3854
3864
|
openOnClear: boolean;
|
3865
|
+
noAutoScroll: boolean;
|
3855
3866
|
} & {
|
3856
3867
|
name?: string | undefined;
|
3857
3868
|
id?: string | undefined;
|
@@ -3874,6 +3885,7 @@ export declare const VSelect: {
|
|
3874
3885
|
bgColor?: string | undefined;
|
3875
3886
|
prependIcon?: IconValue | undefined;
|
3876
3887
|
appendIcon?: IconValue | undefined;
|
3888
|
+
iconColor?: string | boolean | undefined;
|
3877
3889
|
prependInnerIcon?: IconValue | undefined;
|
3878
3890
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3879
3891
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3881,7 +3893,6 @@ export declare const VSelect: {
|
|
3881
3893
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3882
3894
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3883
3895
|
centerAffix?: boolean | undefined;
|
3884
|
-
iconColor?: string | boolean | undefined;
|
3885
3896
|
hint?: string | undefined;
|
3886
3897
|
hideDetails?: boolean | "auto" | undefined;
|
3887
3898
|
suffix?: string | undefined;
|
@@ -4355,6 +4366,7 @@ export declare const VSelect: {
|
|
4355
4366
|
bgColor?: string | undefined;
|
4356
4367
|
prependIcon?: IconValue | undefined;
|
4357
4368
|
appendIcon?: IconValue | undefined;
|
4369
|
+
iconColor?: string | boolean | undefined;
|
4358
4370
|
appendInnerIcon?: IconValue | undefined;
|
4359
4371
|
prependInnerIcon?: IconValue | undefined;
|
4360
4372
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4363,7 +4375,6 @@ export declare const VSelect: {
|
|
4363
4375
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4364
4376
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4365
4377
|
centerAffix?: boolean | undefined;
|
4366
|
-
iconColor?: string | boolean | undefined;
|
4367
4378
|
hint?: string | undefined;
|
4368
4379
|
hideDetails?: boolean | "auto" | undefined;
|
4369
4380
|
suffix?: string | undefined;
|
@@ -4507,6 +4518,7 @@ export declare const VSelect: {
|
|
4507
4518
|
bgColor?: string | undefined;
|
4508
4519
|
prependIcon?: IconValue | undefined;
|
4509
4520
|
appendIcon?: IconValue | undefined;
|
4521
|
+
iconColor?: string | boolean | undefined;
|
4510
4522
|
appendInnerIcon?: IconValue | undefined;
|
4511
4523
|
prependInnerIcon?: IconValue | undefined;
|
4512
4524
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4515,7 +4527,6 @@ export declare const VSelect: {
|
|
4515
4527
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4516
4528
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4517
4529
|
centerAffix?: boolean | undefined;
|
4518
|
-
iconColor?: string | boolean | undefined;
|
4519
4530
|
hint?: string | undefined;
|
4520
4531
|
hideDetails?: boolean | "auto" | undefined;
|
4521
4532
|
suffix?: string | undefined;
|
@@ -4630,9 +4641,9 @@ export declare const VSelect: {
|
|
4630
4641
|
baseColor?: string | undefined;
|
4631
4642
|
prependIcon?: IconValue | undefined;
|
4632
4643
|
appendIcon?: IconValue | undefined;
|
4644
|
+
iconColor?: string | boolean | undefined;
|
4633
4645
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4634
4646
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4635
|
-
iconColor?: string | boolean | undefined;
|
4636
4647
|
hint?: string | undefined;
|
4637
4648
|
hideDetails?: boolean | "auto" | undefined;
|
4638
4649
|
} & 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 +4697,9 @@ export declare const VSelect: {
|
|
4686
4697
|
baseColor?: string | undefined;
|
4687
4698
|
prependIcon?: IconValue | undefined;
|
4688
4699
|
appendIcon?: IconValue | undefined;
|
4700
|
+
iconColor?: string | boolean | undefined;
|
4689
4701
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4690
4702
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4691
|
-
iconColor?: string | boolean | undefined;
|
4692
4703
|
hint?: string | undefined;
|
4693
4704
|
hideDetails?: boolean | "auto" | undefined;
|
4694
4705
|
} & {}, {
|
@@ -4789,9 +4800,9 @@ export declare const VSelect: {
|
|
4789
4800
|
baseColor?: string | undefined;
|
4790
4801
|
prependIcon?: IconValue | undefined;
|
4791
4802
|
appendIcon?: IconValue | undefined;
|
4803
|
+
iconColor?: string | boolean | undefined;
|
4792
4804
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4793
4805
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4794
|
-
iconColor?: string | boolean | undefined;
|
4795
4806
|
hint?: string | undefined;
|
4796
4807
|
hideDetails?: boolean | "auto" | undefined;
|
4797
4808
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4803,7 +4814,7 @@ export declare const VSelect: {
|
|
4803
4814
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4804
4815
|
modelValue?: unknown;
|
4805
4816
|
'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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
4817
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4807
4818
|
$: import("vue").ComponentInternalInstance;
|
4808
4819
|
$data: {};
|
4809
4820
|
$props: Partial<{
|
@@ -4850,13 +4861,13 @@ export declare const VSelect: {
|
|
4850
4861
|
rounded?: string | number | boolean | undefined;
|
4851
4862
|
baseColor?: string | undefined;
|
4852
4863
|
bgColor?: string | undefined;
|
4864
|
+
iconColor?: string | boolean | undefined;
|
4853
4865
|
appendInnerIcon?: IconValue | undefined;
|
4854
4866
|
prependInnerIcon?: IconValue | undefined;
|
4855
4867
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4856
4868
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4857
4869
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4858
4870
|
centerAffix?: boolean | undefined;
|
4859
|
-
iconColor?: string | boolean | undefined;
|
4860
4871
|
} & 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
4872
|
$attrs: {
|
4862
4873
|
[x: string]: unknown;
|
@@ -4909,13 +4920,13 @@ export declare const VSelect: {
|
|
4909
4920
|
rounded?: string | number | boolean | undefined;
|
4910
4921
|
baseColor?: string | undefined;
|
4911
4922
|
bgColor?: string | undefined;
|
4923
|
+
iconColor?: string | boolean | undefined;
|
4912
4924
|
appendInnerIcon?: IconValue | undefined;
|
4913
4925
|
prependInnerIcon?: IconValue | undefined;
|
4914
4926
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4915
4927
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4916
4928
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4917
4929
|
centerAffix?: boolean | undefined;
|
4918
|
-
iconColor?: string | boolean | undefined;
|
4919
4930
|
} & {
|
4920
4931
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4921
4932
|
}, {
|
@@ -5019,13 +5030,13 @@ export declare const VSelect: {
|
|
5019
5030
|
rounded?: string | number | boolean | undefined;
|
5020
5031
|
baseColor?: string | undefined;
|
5021
5032
|
bgColor?: string | undefined;
|
5033
|
+
iconColor?: string | boolean | undefined;
|
5022
5034
|
appendInnerIcon?: IconValue | undefined;
|
5023
5035
|
prependInnerIcon?: IconValue | undefined;
|
5024
5036
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5025
5037
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5026
5038
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5027
5039
|
centerAffix?: boolean | undefined;
|
5028
|
-
iconColor?: string | boolean | undefined;
|
5029
5040
|
} & {
|
5030
5041
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5031
5042
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5034,7 +5045,7 @@ export declare const VSelect: {
|
|
5034
5045
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5035
5046
|
modelValue?: unknown;
|
5036
5047
|
'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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
5048
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5038
5049
|
_allExposed: {
|
5039
5050
|
reset: () => Promise<void>;
|
5040
5051
|
resetValidation: () => Promise<void>;
|
@@ -5202,6 +5213,7 @@ export declare const VSelect: {
|
|
5202
5213
|
bgColor?: string | undefined;
|
5203
5214
|
prependIcon?: IconValue | undefined;
|
5204
5215
|
appendIcon?: IconValue | undefined;
|
5216
|
+
iconColor?: string | boolean | undefined;
|
5205
5217
|
appendInnerIcon?: IconValue | undefined;
|
5206
5218
|
prependInnerIcon?: IconValue | undefined;
|
5207
5219
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5210,7 +5222,6 @@ export declare const VSelect: {
|
|
5210
5222
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5211
5223
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5212
5224
|
centerAffix?: boolean | undefined;
|
5213
|
-
iconColor?: string | boolean | undefined;
|
5214
5225
|
hint?: string | undefined;
|
5215
5226
|
hideDetails?: boolean | "auto" | undefined;
|
5216
5227
|
suffix?: string | undefined;
|
@@ -5325,9 +5336,9 @@ export declare const VSelect: {
|
|
5325
5336
|
baseColor?: string | undefined;
|
5326
5337
|
prependIcon?: IconValue | undefined;
|
5327
5338
|
appendIcon?: IconValue | undefined;
|
5339
|
+
iconColor?: string | boolean | undefined;
|
5328
5340
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5329
5341
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5330
|
-
iconColor?: string | boolean | undefined;
|
5331
5342
|
hint?: string | undefined;
|
5332
5343
|
hideDetails?: boolean | "auto" | undefined;
|
5333
5344
|
} & 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 +5392,9 @@ export declare const VSelect: {
|
|
5381
5392
|
baseColor?: string | undefined;
|
5382
5393
|
prependIcon?: IconValue | undefined;
|
5383
5394
|
appendIcon?: IconValue | undefined;
|
5395
|
+
iconColor?: string | boolean | undefined;
|
5384
5396
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5385
5397
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5386
|
-
iconColor?: string | boolean | undefined;
|
5387
5398
|
hint?: string | undefined;
|
5388
5399
|
hideDetails?: boolean | "auto" | undefined;
|
5389
5400
|
} & {}, {
|
@@ -5484,9 +5495,9 @@ export declare const VSelect: {
|
|
5484
5495
|
baseColor?: string | undefined;
|
5485
5496
|
prependIcon?: IconValue | undefined;
|
5486
5497
|
appendIcon?: IconValue | undefined;
|
5498
|
+
iconColor?: string | boolean | undefined;
|
5487
5499
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5488
5500
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5489
|
-
iconColor?: string | boolean | undefined;
|
5490
5501
|
hint?: string | undefined;
|
5491
5502
|
hideDetails?: boolean | "auto" | undefined;
|
5492
5503
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5498,7 +5509,7 @@ export declare const VSelect: {
|
|
5498
5509
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5499
5510
|
modelValue?: unknown;
|
5500
5511
|
'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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
5512
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5502
5513
|
$: import("vue").ComponentInternalInstance;
|
5503
5514
|
$data: {};
|
5504
5515
|
$props: Partial<{
|
@@ -5545,13 +5556,13 @@ export declare const VSelect: {
|
|
5545
5556
|
rounded?: string | number | boolean | undefined;
|
5546
5557
|
baseColor?: string | undefined;
|
5547
5558
|
bgColor?: string | undefined;
|
5559
|
+
iconColor?: string | boolean | undefined;
|
5548
5560
|
appendInnerIcon?: IconValue | undefined;
|
5549
5561
|
prependInnerIcon?: IconValue | undefined;
|
5550
5562
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5551
5563
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5552
5564
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5553
5565
|
centerAffix?: boolean | undefined;
|
5554
|
-
iconColor?: string | boolean | undefined;
|
5555
5566
|
} & 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
5567
|
$attrs: {
|
5557
5568
|
[x: string]: unknown;
|
@@ -5604,13 +5615,13 @@ export declare const VSelect: {
|
|
5604
5615
|
rounded?: string | number | boolean | undefined;
|
5605
5616
|
baseColor?: string | undefined;
|
5606
5617
|
bgColor?: string | undefined;
|
5618
|
+
iconColor?: string | boolean | undefined;
|
5607
5619
|
appendInnerIcon?: IconValue | undefined;
|
5608
5620
|
prependInnerIcon?: IconValue | undefined;
|
5609
5621
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5610
5622
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5611
5623
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5612
5624
|
centerAffix?: boolean | undefined;
|
5613
|
-
iconColor?: string | boolean | undefined;
|
5614
5625
|
} & {
|
5615
5626
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5616
5627
|
}, {
|
@@ -5714,13 +5725,13 @@ export declare const VSelect: {
|
|
5714
5725
|
rounded?: string | number | boolean | undefined;
|
5715
5726
|
baseColor?: string | undefined;
|
5716
5727
|
bgColor?: string | undefined;
|
5728
|
+
iconColor?: string | boolean | undefined;
|
5717
5729
|
appendInnerIcon?: IconValue | undefined;
|
5718
5730
|
prependInnerIcon?: IconValue | undefined;
|
5719
5731
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5720
5732
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5721
5733
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5722
5734
|
centerAffix?: boolean | undefined;
|
5723
|
-
iconColor?: string | boolean | undefined;
|
5724
5735
|
} & {
|
5725
5736
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5726
5737
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5729,7 +5740,7 @@ export declare const VSelect: {
|
|
5729
5740
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5730
5741
|
modelValue?: unknown;
|
5731
5742
|
'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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
5743
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5733
5744
|
_allExposed: {
|
5734
5745
|
reset: () => Promise<void>;
|
5735
5746
|
resetValidation: () => Promise<void>;
|
@@ -5740,7 +5751,7 @@ export declare const VSelect: {
|
|
5740
5751
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5741
5752
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
5742
5753
|
} | {};
|
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" | "
|
5754
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
5744
5755
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5745
5756
|
$: import("vue").ComponentInternalInstance;
|
5746
5757
|
$data: {};
|
@@ -5791,9 +5802,9 @@ export declare const VSelect: {
|
|
5791
5802
|
baseColor?: string | undefined;
|
5792
5803
|
prependIcon?: IconValue | undefined;
|
5793
5804
|
appendIcon?: IconValue | undefined;
|
5805
|
+
iconColor?: string | boolean | undefined;
|
5794
5806
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5795
5807
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5796
|
-
iconColor?: string | boolean | undefined;
|
5797
5808
|
hint?: string | undefined;
|
5798
5809
|
hideDetails?: boolean | "auto" | undefined;
|
5799
5810
|
} & 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 +5858,9 @@ export declare const VSelect: {
|
|
5847
5858
|
baseColor?: string | undefined;
|
5848
5859
|
prependIcon?: IconValue | undefined;
|
5849
5860
|
appendIcon?: IconValue | undefined;
|
5861
|
+
iconColor?: string | boolean | undefined;
|
5850
5862
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5851
5863
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5852
|
-
iconColor?: string | boolean | undefined;
|
5853
5864
|
hint?: string | undefined;
|
5854
5865
|
hideDetails?: boolean | "auto" | undefined;
|
5855
5866
|
} & {}, {
|
@@ -5950,9 +5961,9 @@ export declare const VSelect: {
|
|
5950
5961
|
baseColor?: string | undefined;
|
5951
5962
|
prependIcon?: IconValue | undefined;
|
5952
5963
|
appendIcon?: IconValue | undefined;
|
5964
|
+
iconColor?: string | boolean | undefined;
|
5953
5965
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5954
5966
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5955
|
-
iconColor?: string | boolean | undefined;
|
5956
5967
|
hint?: string | undefined;
|
5957
5968
|
hideDetails?: boolean | "auto" | undefined;
|
5958
5969
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5964,7 +5975,7 @@ export declare const VSelect: {
|
|
5964
5975
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5965
5976
|
modelValue?: unknown;
|
5966
5977
|
'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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
5978
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5968
5979
|
$: import("vue").ComponentInternalInstance;
|
5969
5980
|
$data: {};
|
5970
5981
|
$props: Partial<{
|
@@ -6011,13 +6022,13 @@ export declare const VSelect: {
|
|
6011
6022
|
rounded?: string | number | boolean | undefined;
|
6012
6023
|
baseColor?: string | undefined;
|
6013
6024
|
bgColor?: string | undefined;
|
6025
|
+
iconColor?: string | boolean | undefined;
|
6014
6026
|
appendInnerIcon?: IconValue | undefined;
|
6015
6027
|
prependInnerIcon?: IconValue | undefined;
|
6016
6028
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6017
6029
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6018
6030
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6019
6031
|
centerAffix?: boolean | undefined;
|
6020
|
-
iconColor?: string | boolean | undefined;
|
6021
6032
|
} & 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
6033
|
$attrs: {
|
6023
6034
|
[x: string]: unknown;
|
@@ -6070,13 +6081,13 @@ export declare const VSelect: {
|
|
6070
6081
|
rounded?: string | number | boolean | undefined;
|
6071
6082
|
baseColor?: string | undefined;
|
6072
6083
|
bgColor?: string | undefined;
|
6084
|
+
iconColor?: string | boolean | undefined;
|
6073
6085
|
appendInnerIcon?: IconValue | undefined;
|
6074
6086
|
prependInnerIcon?: IconValue | undefined;
|
6075
6087
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6076
6088
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6077
6089
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6078
6090
|
centerAffix?: boolean | undefined;
|
6079
|
-
iconColor?: string | boolean | undefined;
|
6080
6091
|
} & {
|
6081
6092
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6082
6093
|
}, {
|
@@ -6180,13 +6191,13 @@ export declare const VSelect: {
|
|
6180
6191
|
rounded?: string | number | boolean | undefined;
|
6181
6192
|
baseColor?: string | undefined;
|
6182
6193
|
bgColor?: string | undefined;
|
6194
|
+
iconColor?: string | boolean | undefined;
|
6183
6195
|
appendInnerIcon?: IconValue | undefined;
|
6184
6196
|
prependInnerIcon?: IconValue | undefined;
|
6185
6197
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6186
6198
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6187
6199
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6188
6200
|
centerAffix?: boolean | undefined;
|
6189
|
-
iconColor?: string | boolean | undefined;
|
6190
6201
|
} & {
|
6191
6202
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6192
6203
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6195,7 +6206,7 @@ export declare const VSelect: {
|
|
6195
6206
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6196
6207
|
modelValue?: unknown;
|
6197
6208
|
'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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
6209
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6199
6210
|
_allExposed: {
|
6200
6211
|
reset: () => Promise<void>;
|
6201
6212
|
resetValidation: () => Promise<void>;
|
@@ -6215,7 +6226,7 @@ export declare const VSelect: {
|
|
6215
6226
|
'update:focused': (focused: boolean) => true;
|
6216
6227
|
'update:modelValue': (value: any) => true;
|
6217
6228
|
'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" | "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, {
|
6229
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
6219
6230
|
flat: boolean;
|
6220
6231
|
reverse: boolean;
|
6221
6232
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -6263,6 +6274,7 @@ export declare const VSelect: {
|
|
6263
6274
|
hideSelected: boolean;
|
6264
6275
|
menuIcon: IconValue;
|
6265
6276
|
openOnClear: boolean;
|
6277
|
+
noAutoScroll: boolean;
|
6266
6278
|
}, true, {}, import("vue").SlotsType<Partial<{
|
6267
6279
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
6268
6280
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -6292,6 +6304,14 @@ export declare const VSelect: {
|
|
6292
6304
|
item: ListItem<unknown>;
|
6293
6305
|
index: number;
|
6294
6306
|
}) => import("vue").VNode[];
|
6307
|
+
subheader: (arg: {
|
6308
|
+
props: Record<string, unknown>;
|
6309
|
+
index: number;
|
6310
|
+
}) => import("vue").VNode[];
|
6311
|
+
divider: (arg: {
|
6312
|
+
props: Record<string, unknown>;
|
6313
|
+
index: number;
|
6314
|
+
}) => import("vue").VNode[];
|
6295
6315
|
'prepend-item': () => import("vue").VNode[];
|
6296
6316
|
'append-item': () => import("vue").VNode[];
|
6297
6317
|
'no-data': () => import("vue").VNode[];
|
@@ -6348,6 +6368,7 @@ export declare const VSelect: {
|
|
6348
6368
|
hideSelected: boolean;
|
6349
6369
|
menuIcon: IconValue;
|
6350
6370
|
openOnClear: boolean;
|
6371
|
+
noAutoScroll: boolean;
|
6351
6372
|
} & {
|
6352
6373
|
name?: string | undefined;
|
6353
6374
|
id?: string | undefined;
|
@@ -6370,6 +6391,7 @@ export declare const VSelect: {
|
|
6370
6391
|
bgColor?: string | undefined;
|
6371
6392
|
prependIcon?: IconValue | undefined;
|
6372
6393
|
appendIcon?: IconValue | undefined;
|
6394
|
+
iconColor?: string | boolean | undefined;
|
6373
6395
|
prependInnerIcon?: IconValue | undefined;
|
6374
6396
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6375
6397
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6377,7 +6399,6 @@ export declare const VSelect: {
|
|
6377
6399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6378
6400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6379
6401
|
centerAffix?: boolean | undefined;
|
6380
|
-
iconColor?: string | boolean | undefined;
|
6381
6402
|
hint?: string | undefined;
|
6382
6403
|
hideDetails?: boolean | "auto" | undefined;
|
6383
6404
|
suffix?: string | undefined;
|
@@ -6851,6 +6872,7 @@ export declare const VSelect: {
|
|
6851
6872
|
bgColor?: string | undefined;
|
6852
6873
|
prependIcon?: IconValue | undefined;
|
6853
6874
|
appendIcon?: IconValue | undefined;
|
6875
|
+
iconColor?: string | boolean | undefined;
|
6854
6876
|
appendInnerIcon?: IconValue | undefined;
|
6855
6877
|
prependInnerIcon?: IconValue | undefined;
|
6856
6878
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6859,7 +6881,6 @@ export declare const VSelect: {
|
|
6859
6881
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6860
6882
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6861
6883
|
centerAffix?: boolean | undefined;
|
6862
|
-
iconColor?: string | boolean | undefined;
|
6863
6884
|
hint?: string | undefined;
|
6864
6885
|
hideDetails?: boolean | "auto" | undefined;
|
6865
6886
|
suffix?: string | undefined;
|
@@ -7003,6 +7024,7 @@ export declare const VSelect: {
|
|
7003
7024
|
bgColor?: string | undefined;
|
7004
7025
|
prependIcon?: IconValue | undefined;
|
7005
7026
|
appendIcon?: IconValue | undefined;
|
7027
|
+
iconColor?: string | boolean | undefined;
|
7006
7028
|
appendInnerIcon?: IconValue | undefined;
|
7007
7029
|
prependInnerIcon?: IconValue | undefined;
|
7008
7030
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7011,7 +7033,6 @@ export declare const VSelect: {
|
|
7011
7033
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7012
7034
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7013
7035
|
centerAffix?: boolean | undefined;
|
7014
|
-
iconColor?: string | boolean | undefined;
|
7015
7036
|
hint?: string | undefined;
|
7016
7037
|
hideDetails?: boolean | "auto" | undefined;
|
7017
7038
|
suffix?: string | undefined;
|
@@ -7126,9 +7147,9 @@ export declare const VSelect: {
|
|
7126
7147
|
baseColor?: string | undefined;
|
7127
7148
|
prependIcon?: IconValue | undefined;
|
7128
7149
|
appendIcon?: IconValue | undefined;
|
7150
|
+
iconColor?: string | boolean | undefined;
|
7129
7151
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7130
7152
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7131
|
-
iconColor?: string | boolean | undefined;
|
7132
7153
|
hint?: string | undefined;
|
7133
7154
|
hideDetails?: boolean | "auto" | undefined;
|
7134
7155
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -7182,9 +7203,9 @@ export declare const VSelect: {
|
|
7182
7203
|
baseColor?: string | undefined;
|
7183
7204
|
prependIcon?: IconValue | undefined;
|
7184
7205
|
appendIcon?: IconValue | undefined;
|
7206
|
+
iconColor?: string | boolean | undefined;
|
7185
7207
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7186
7208
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7187
|
-
iconColor?: string | boolean | undefined;
|
7188
7209
|
hint?: string | undefined;
|
7189
7210
|
hideDetails?: boolean | "auto" | undefined;
|
7190
7211
|
} & {}, {
|
@@ -7285,9 +7306,9 @@ export declare const VSelect: {
|
|
7285
7306
|
baseColor?: string | undefined;
|
7286
7307
|
prependIcon?: IconValue | undefined;
|
7287
7308
|
appendIcon?: IconValue | undefined;
|
7309
|
+
iconColor?: string | boolean | undefined;
|
7288
7310
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7289
7311
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7290
|
-
iconColor?: string | boolean | undefined;
|
7291
7312
|
hint?: string | undefined;
|
7292
7313
|
hideDetails?: boolean | "auto" | undefined;
|
7293
7314
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7299,7 +7320,7 @@ export declare const VSelect: {
|
|
7299
7320
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7300
7321
|
modelValue?: unknown;
|
7301
7322
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
7323
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
7303
7324
|
$: import("vue").ComponentInternalInstance;
|
7304
7325
|
$data: {};
|
7305
7326
|
$props: Partial<{
|
@@ -7346,13 +7367,13 @@ export declare const VSelect: {
|
|
7346
7367
|
rounded?: string | number | boolean | undefined;
|
7347
7368
|
baseColor?: string | undefined;
|
7348
7369
|
bgColor?: string | undefined;
|
7370
|
+
iconColor?: string | boolean | undefined;
|
7349
7371
|
appendInnerIcon?: IconValue | undefined;
|
7350
7372
|
prependInnerIcon?: IconValue | undefined;
|
7351
7373
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7352
7374
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7353
7375
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7354
7376
|
centerAffix?: boolean | undefined;
|
7355
|
-
iconColor?: string | boolean | undefined;
|
7356
7377
|
} & 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">;
|
7357
7378
|
$attrs: {
|
7358
7379
|
[x: string]: unknown;
|
@@ -7405,13 +7426,13 @@ export declare const VSelect: {
|
|
7405
7426
|
rounded?: string | number | boolean | undefined;
|
7406
7427
|
baseColor?: string | undefined;
|
7407
7428
|
bgColor?: string | undefined;
|
7429
|
+
iconColor?: string | boolean | undefined;
|
7408
7430
|
appendInnerIcon?: IconValue | undefined;
|
7409
7431
|
prependInnerIcon?: IconValue | undefined;
|
7410
7432
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7411
7433
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7412
7434
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7413
7435
|
centerAffix?: boolean | undefined;
|
7414
|
-
iconColor?: string | boolean | undefined;
|
7415
7436
|
} & {
|
7416
7437
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7417
7438
|
}, {
|
@@ -7515,13 +7536,13 @@ export declare const VSelect: {
|
|
7515
7536
|
rounded?: string | number | boolean | undefined;
|
7516
7537
|
baseColor?: string | undefined;
|
7517
7538
|
bgColor?: string | undefined;
|
7539
|
+
iconColor?: string | boolean | undefined;
|
7518
7540
|
appendInnerIcon?: IconValue | undefined;
|
7519
7541
|
prependInnerIcon?: IconValue | undefined;
|
7520
7542
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7521
7543
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7522
7544
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7523
7545
|
centerAffix?: boolean | undefined;
|
7524
|
-
iconColor?: string | boolean | undefined;
|
7525
7546
|
} & {
|
7526
7547
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7527
7548
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7530,7 +7551,7 @@ export declare const VSelect: {
|
|
7530
7551
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7531
7552
|
modelValue?: unknown;
|
7532
7553
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
7554
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7534
7555
|
_allExposed: {
|
7535
7556
|
reset: () => Promise<void>;
|
7536
7557
|
resetValidation: () => Promise<void>;
|
@@ -7698,6 +7719,7 @@ export declare const VSelect: {
|
|
7698
7719
|
bgColor?: string | undefined;
|
7699
7720
|
prependIcon?: IconValue | undefined;
|
7700
7721
|
appendIcon?: IconValue | undefined;
|
7722
|
+
iconColor?: string | boolean | undefined;
|
7701
7723
|
appendInnerIcon?: IconValue | undefined;
|
7702
7724
|
prependInnerIcon?: IconValue | undefined;
|
7703
7725
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7706,7 +7728,6 @@ export declare const VSelect: {
|
|
7706
7728
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7707
7729
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7708
7730
|
centerAffix?: boolean | undefined;
|
7709
|
-
iconColor?: string | boolean | undefined;
|
7710
7731
|
hint?: string | undefined;
|
7711
7732
|
hideDetails?: boolean | "auto" | undefined;
|
7712
7733
|
suffix?: string | undefined;
|
@@ -7821,9 +7842,9 @@ export declare const VSelect: {
|
|
7821
7842
|
baseColor?: string | undefined;
|
7822
7843
|
prependIcon?: IconValue | undefined;
|
7823
7844
|
appendIcon?: IconValue | undefined;
|
7845
|
+
iconColor?: string | boolean | undefined;
|
7824
7846
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7825
7847
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7826
|
-
iconColor?: string | boolean | undefined;
|
7827
7848
|
hint?: string | undefined;
|
7828
7849
|
hideDetails?: boolean | "auto" | undefined;
|
7829
7850
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -7877,9 +7898,9 @@ export declare const VSelect: {
|
|
7877
7898
|
baseColor?: string | undefined;
|
7878
7899
|
prependIcon?: IconValue | undefined;
|
7879
7900
|
appendIcon?: IconValue | undefined;
|
7901
|
+
iconColor?: string | boolean | undefined;
|
7880
7902
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7881
7903
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7882
|
-
iconColor?: string | boolean | undefined;
|
7883
7904
|
hint?: string | undefined;
|
7884
7905
|
hideDetails?: boolean | "auto" | undefined;
|
7885
7906
|
} & {}, {
|
@@ -7980,9 +8001,9 @@ export declare const VSelect: {
|
|
7980
8001
|
baseColor?: string | undefined;
|
7981
8002
|
prependIcon?: IconValue | undefined;
|
7982
8003
|
appendIcon?: IconValue | undefined;
|
8004
|
+
iconColor?: string | boolean | undefined;
|
7983
8005
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7984
8006
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7985
|
-
iconColor?: string | boolean | undefined;
|
7986
8007
|
hint?: string | undefined;
|
7987
8008
|
hideDetails?: boolean | "auto" | undefined;
|
7988
8009
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7994,7 +8015,7 @@ export declare const VSelect: {
|
|
7994
8015
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7995
8016
|
modelValue?: unknown;
|
7996
8017
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
8018
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
7998
8019
|
$: import("vue").ComponentInternalInstance;
|
7999
8020
|
$data: {};
|
8000
8021
|
$props: Partial<{
|
@@ -8041,13 +8062,13 @@ export declare const VSelect: {
|
|
8041
8062
|
rounded?: string | number | boolean | undefined;
|
8042
8063
|
baseColor?: string | undefined;
|
8043
8064
|
bgColor?: string | undefined;
|
8065
|
+
iconColor?: string | boolean | undefined;
|
8044
8066
|
appendInnerIcon?: IconValue | undefined;
|
8045
8067
|
prependInnerIcon?: IconValue | undefined;
|
8046
8068
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8047
8069
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8048
8070
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8049
8071
|
centerAffix?: boolean | undefined;
|
8050
|
-
iconColor?: string | boolean | undefined;
|
8051
8072
|
} & 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">;
|
8052
8073
|
$attrs: {
|
8053
8074
|
[x: string]: unknown;
|
@@ -8100,13 +8121,13 @@ export declare const VSelect: {
|
|
8100
8121
|
rounded?: string | number | boolean | undefined;
|
8101
8122
|
baseColor?: string | undefined;
|
8102
8123
|
bgColor?: string | undefined;
|
8124
|
+
iconColor?: string | boolean | undefined;
|
8103
8125
|
appendInnerIcon?: IconValue | undefined;
|
8104
8126
|
prependInnerIcon?: IconValue | undefined;
|
8105
8127
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8106
8128
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8107
8129
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8108
8130
|
centerAffix?: boolean | undefined;
|
8109
|
-
iconColor?: string | boolean | undefined;
|
8110
8131
|
} & {
|
8111
8132
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8112
8133
|
}, {
|
@@ -8210,13 +8231,13 @@ export declare const VSelect: {
|
|
8210
8231
|
rounded?: string | number | boolean | undefined;
|
8211
8232
|
baseColor?: string | undefined;
|
8212
8233
|
bgColor?: string | undefined;
|
8234
|
+
iconColor?: string | boolean | undefined;
|
8213
8235
|
appendInnerIcon?: IconValue | undefined;
|
8214
8236
|
prependInnerIcon?: IconValue | undefined;
|
8215
8237
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8216
8238
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8217
8239
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8218
8240
|
centerAffix?: boolean | undefined;
|
8219
|
-
iconColor?: string | boolean | undefined;
|
8220
8241
|
} & {
|
8221
8242
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8222
8243
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8225,7 +8246,7 @@ export declare const VSelect: {
|
|
8225
8246
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8226
8247
|
modelValue?: unknown;
|
8227
8248
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
8249
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8229
8250
|
_allExposed: {
|
8230
8251
|
reset: () => Promise<void>;
|
8231
8252
|
resetValidation: () => Promise<void>;
|
@@ -8236,7 +8257,7 @@ export declare const VSelect: {
|
|
8236
8257
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8237
8258
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
8238
8259
|
} | {};
|
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" | "
|
8260
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
8240
8261
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
8241
8262
|
$: import("vue").ComponentInternalInstance;
|
8242
8263
|
$data: {};
|
@@ -8287,9 +8308,9 @@ export declare const VSelect: {
|
|
8287
8308
|
baseColor?: string | undefined;
|
8288
8309
|
prependIcon?: IconValue | undefined;
|
8289
8310
|
appendIcon?: IconValue | undefined;
|
8311
|
+
iconColor?: string | boolean | undefined;
|
8290
8312
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8291
8313
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8292
|
-
iconColor?: string | boolean | undefined;
|
8293
8314
|
hint?: string | undefined;
|
8294
8315
|
hideDetails?: boolean | "auto" | undefined;
|
8295
8316
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8343,9 +8364,9 @@ export declare const VSelect: {
|
|
8343
8364
|
baseColor?: string | undefined;
|
8344
8365
|
prependIcon?: IconValue | undefined;
|
8345
8366
|
appendIcon?: IconValue | undefined;
|
8367
|
+
iconColor?: string | boolean | undefined;
|
8346
8368
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8347
8369
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8348
|
-
iconColor?: string | boolean | undefined;
|
8349
8370
|
hint?: string | undefined;
|
8350
8371
|
hideDetails?: boolean | "auto" | undefined;
|
8351
8372
|
} & {}, {
|
@@ -8446,9 +8467,9 @@ export declare const VSelect: {
|
|
8446
8467
|
baseColor?: string | undefined;
|
8447
8468
|
prependIcon?: IconValue | undefined;
|
8448
8469
|
appendIcon?: IconValue | undefined;
|
8470
|
+
iconColor?: string | boolean | undefined;
|
8449
8471
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8450
8472
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8451
|
-
iconColor?: string | boolean | undefined;
|
8452
8473
|
hint?: string | undefined;
|
8453
8474
|
hideDetails?: boolean | "auto" | undefined;
|
8454
8475
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8460,7 +8481,7 @@ export declare const VSelect: {
|
|
8460
8481
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8461
8482
|
modelValue?: unknown;
|
8462
8483
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
8484
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8464
8485
|
$: import("vue").ComponentInternalInstance;
|
8465
8486
|
$data: {};
|
8466
8487
|
$props: Partial<{
|
@@ -8507,13 +8528,13 @@ export declare const VSelect: {
|
|
8507
8528
|
rounded?: string | number | boolean | undefined;
|
8508
8529
|
baseColor?: string | undefined;
|
8509
8530
|
bgColor?: string | undefined;
|
8531
|
+
iconColor?: string | boolean | undefined;
|
8510
8532
|
appendInnerIcon?: IconValue | undefined;
|
8511
8533
|
prependInnerIcon?: IconValue | undefined;
|
8512
8534
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8513
8535
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8514
8536
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8515
8537
|
centerAffix?: boolean | undefined;
|
8516
|
-
iconColor?: string | boolean | undefined;
|
8517
8538
|
} & 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">;
|
8518
8539
|
$attrs: {
|
8519
8540
|
[x: string]: unknown;
|
@@ -8566,13 +8587,13 @@ export declare const VSelect: {
|
|
8566
8587
|
rounded?: string | number | boolean | undefined;
|
8567
8588
|
baseColor?: string | undefined;
|
8568
8589
|
bgColor?: string | undefined;
|
8590
|
+
iconColor?: string | boolean | undefined;
|
8569
8591
|
appendInnerIcon?: IconValue | undefined;
|
8570
8592
|
prependInnerIcon?: IconValue | undefined;
|
8571
8593
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8572
8594
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8573
8595
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8574
8596
|
centerAffix?: boolean | undefined;
|
8575
|
-
iconColor?: string | boolean | undefined;
|
8576
8597
|
} & {
|
8577
8598
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8578
8599
|
}, {
|
@@ -8676,13 +8697,13 @@ export declare const VSelect: {
|
|
8676
8697
|
rounded?: string | number | boolean | undefined;
|
8677
8698
|
baseColor?: string | undefined;
|
8678
8699
|
bgColor?: string | undefined;
|
8700
|
+
iconColor?: string | boolean | undefined;
|
8679
8701
|
appendInnerIcon?: IconValue | undefined;
|
8680
8702
|
prependInnerIcon?: IconValue | undefined;
|
8681
8703
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8682
8704
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8683
8705
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8684
8706
|
centerAffix?: boolean | undefined;
|
8685
|
-
iconColor?: string | boolean | undefined;
|
8686
8707
|
} & {
|
8687
8708
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8688
8709
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8691,7 +8712,7 @@ export declare const VSelect: {
|
|
8691
8712
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8692
8713
|
modelValue?: unknown;
|
8693
8714
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
8715
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8695
8716
|
_allExposed: {
|
8696
8717
|
reset: () => Promise<void>;
|
8697
8718
|
resetValidation: () => Promise<void>;
|
@@ -8755,6 +8776,7 @@ export declare const VSelect: {
|
|
8755
8776
|
hideSelected: boolean;
|
8756
8777
|
menuIcon: IconValue;
|
8757
8778
|
openOnClear: boolean;
|
8779
|
+
noAutoScroll: boolean;
|
8758
8780
|
}>;
|
8759
8781
|
__isFragment?: never;
|
8760
8782
|
__isTeleport?: never;
|
@@ -8805,6 +8827,7 @@ export declare const VSelect: {
|
|
8805
8827
|
hideSelected: boolean;
|
8806
8828
|
menuIcon: IconValue;
|
8807
8829
|
openOnClear: boolean;
|
8830
|
+
noAutoScroll: boolean;
|
8808
8831
|
} & {
|
8809
8832
|
name?: string | undefined;
|
8810
8833
|
id?: string | undefined;
|
@@ -8827,6 +8850,7 @@ export declare const VSelect: {
|
|
8827
8850
|
bgColor?: string | undefined;
|
8828
8851
|
prependIcon?: IconValue | undefined;
|
8829
8852
|
appendIcon?: IconValue | undefined;
|
8853
|
+
iconColor?: string | boolean | undefined;
|
8830
8854
|
prependInnerIcon?: IconValue | undefined;
|
8831
8855
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8832
8856
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8834,7 +8858,6 @@ export declare const VSelect: {
|
|
8834
8858
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8835
8859
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8836
8860
|
centerAffix?: boolean | undefined;
|
8837
|
-
iconColor?: string | boolean | undefined;
|
8838
8861
|
hint?: string | undefined;
|
8839
8862
|
hideDetails?: boolean | "auto" | undefined;
|
8840
8863
|
suffix?: string | undefined;
|
@@ -9308,6 +9331,7 @@ export declare const VSelect: {
|
|
9308
9331
|
bgColor?: string | undefined;
|
9309
9332
|
prependIcon?: IconValue | undefined;
|
9310
9333
|
appendIcon?: IconValue | undefined;
|
9334
|
+
iconColor?: string | boolean | undefined;
|
9311
9335
|
appendInnerIcon?: IconValue | undefined;
|
9312
9336
|
prependInnerIcon?: IconValue | undefined;
|
9313
9337
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9316,7 +9340,6 @@ export declare const VSelect: {
|
|
9316
9340
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9317
9341
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9318
9342
|
centerAffix?: boolean | undefined;
|
9319
|
-
iconColor?: string | boolean | undefined;
|
9320
9343
|
hint?: string | undefined;
|
9321
9344
|
hideDetails?: boolean | "auto" | undefined;
|
9322
9345
|
suffix?: string | undefined;
|
@@ -9460,6 +9483,7 @@ export declare const VSelect: {
|
|
9460
9483
|
bgColor?: string | undefined;
|
9461
9484
|
prependIcon?: IconValue | undefined;
|
9462
9485
|
appendIcon?: IconValue | undefined;
|
9486
|
+
iconColor?: string | boolean | undefined;
|
9463
9487
|
appendInnerIcon?: IconValue | undefined;
|
9464
9488
|
prependInnerIcon?: IconValue | undefined;
|
9465
9489
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9468,7 +9492,6 @@ export declare const VSelect: {
|
|
9468
9492
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9469
9493
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9470
9494
|
centerAffix?: boolean | undefined;
|
9471
|
-
iconColor?: string | boolean | undefined;
|
9472
9495
|
hint?: string | undefined;
|
9473
9496
|
hideDetails?: boolean | "auto" | undefined;
|
9474
9497
|
suffix?: string | undefined;
|
@@ -9583,9 +9606,9 @@ export declare const VSelect: {
|
|
9583
9606
|
baseColor?: string | undefined;
|
9584
9607
|
prependIcon?: IconValue | undefined;
|
9585
9608
|
appendIcon?: IconValue | undefined;
|
9609
|
+
iconColor?: string | boolean | undefined;
|
9586
9610
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9587
9611
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9588
|
-
iconColor?: string | boolean | undefined;
|
9589
9612
|
hint?: string | undefined;
|
9590
9613
|
hideDetails?: boolean | "auto" | undefined;
|
9591
9614
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9639,9 +9662,9 @@ export declare const VSelect: {
|
|
9639
9662
|
baseColor?: string | undefined;
|
9640
9663
|
prependIcon?: IconValue | undefined;
|
9641
9664
|
appendIcon?: IconValue | undefined;
|
9665
|
+
iconColor?: string | boolean | undefined;
|
9642
9666
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9643
9667
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9644
|
-
iconColor?: string | boolean | undefined;
|
9645
9668
|
hint?: string | undefined;
|
9646
9669
|
hideDetails?: boolean | "auto" | undefined;
|
9647
9670
|
} & {}, {
|
@@ -9742,9 +9765,9 @@ export declare const VSelect: {
|
|
9742
9765
|
baseColor?: string | undefined;
|
9743
9766
|
prependIcon?: IconValue | undefined;
|
9744
9767
|
appendIcon?: IconValue | undefined;
|
9768
|
+
iconColor?: string | boolean | undefined;
|
9745
9769
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9746
9770
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9747
|
-
iconColor?: string | boolean | undefined;
|
9748
9771
|
hint?: string | undefined;
|
9749
9772
|
hideDetails?: boolean | "auto" | undefined;
|
9750
9773
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9756,7 +9779,7 @@ export declare const VSelect: {
|
|
9756
9779
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9757
9780
|
modelValue?: unknown;
|
9758
9781
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
9782
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
9760
9783
|
$: import("vue").ComponentInternalInstance;
|
9761
9784
|
$data: {};
|
9762
9785
|
$props: Partial<{
|
@@ -9803,13 +9826,13 @@ export declare const VSelect: {
|
|
9803
9826
|
rounded?: string | number | boolean | undefined;
|
9804
9827
|
baseColor?: string | undefined;
|
9805
9828
|
bgColor?: string | undefined;
|
9829
|
+
iconColor?: string | boolean | undefined;
|
9806
9830
|
appendInnerIcon?: IconValue | undefined;
|
9807
9831
|
prependInnerIcon?: IconValue | undefined;
|
9808
9832
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9809
9833
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9810
9834
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9811
9835
|
centerAffix?: boolean | undefined;
|
9812
|
-
iconColor?: string | boolean | undefined;
|
9813
9836
|
} & 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">;
|
9814
9837
|
$attrs: {
|
9815
9838
|
[x: string]: unknown;
|
@@ -9862,13 +9885,13 @@ export declare const VSelect: {
|
|
9862
9885
|
rounded?: string | number | boolean | undefined;
|
9863
9886
|
baseColor?: string | undefined;
|
9864
9887
|
bgColor?: string | undefined;
|
9888
|
+
iconColor?: string | boolean | undefined;
|
9865
9889
|
appendInnerIcon?: IconValue | undefined;
|
9866
9890
|
prependInnerIcon?: IconValue | undefined;
|
9867
9891
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9868
9892
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9869
9893
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9870
9894
|
centerAffix?: boolean | undefined;
|
9871
|
-
iconColor?: string | boolean | undefined;
|
9872
9895
|
} & {
|
9873
9896
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9874
9897
|
}, {
|
@@ -9972,13 +9995,13 @@ export declare const VSelect: {
|
|
9972
9995
|
rounded?: string | number | boolean | undefined;
|
9973
9996
|
baseColor?: string | undefined;
|
9974
9997
|
bgColor?: string | undefined;
|
9998
|
+
iconColor?: string | boolean | undefined;
|
9975
9999
|
appendInnerIcon?: IconValue | undefined;
|
9976
10000
|
prependInnerIcon?: IconValue | undefined;
|
9977
10001
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9978
10002
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9979
10003
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9980
10004
|
centerAffix?: boolean | undefined;
|
9981
|
-
iconColor?: string | boolean | undefined;
|
9982
10005
|
} & {
|
9983
10006
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9984
10007
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9987,7 +10010,7 @@ export declare const VSelect: {
|
|
9987
10010
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9988
10011
|
modelValue?: unknown;
|
9989
10012
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
10013
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9991
10014
|
_allExposed: {
|
9992
10015
|
reset: () => Promise<void>;
|
9993
10016
|
resetValidation: () => Promise<void>;
|
@@ -10155,6 +10178,7 @@ export declare const VSelect: {
|
|
10155
10178
|
bgColor?: string | undefined;
|
10156
10179
|
prependIcon?: IconValue | undefined;
|
10157
10180
|
appendIcon?: IconValue | undefined;
|
10181
|
+
iconColor?: string | boolean | undefined;
|
10158
10182
|
appendInnerIcon?: IconValue | undefined;
|
10159
10183
|
prependInnerIcon?: IconValue | undefined;
|
10160
10184
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -10163,7 +10187,6 @@ export declare const VSelect: {
|
|
10163
10187
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10164
10188
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10165
10189
|
centerAffix?: boolean | undefined;
|
10166
|
-
iconColor?: string | boolean | undefined;
|
10167
10190
|
hint?: string | undefined;
|
10168
10191
|
hideDetails?: boolean | "auto" | undefined;
|
10169
10192
|
suffix?: string | undefined;
|
@@ -10278,9 +10301,9 @@ export declare const VSelect: {
|
|
10278
10301
|
baseColor?: string | undefined;
|
10279
10302
|
prependIcon?: IconValue | undefined;
|
10280
10303
|
appendIcon?: IconValue | undefined;
|
10304
|
+
iconColor?: string | boolean | undefined;
|
10281
10305
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10282
10306
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10283
|
-
iconColor?: string | boolean | undefined;
|
10284
10307
|
hint?: string | undefined;
|
10285
10308
|
hideDetails?: boolean | "auto" | undefined;
|
10286
10309
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -10334,9 +10357,9 @@ export declare const VSelect: {
|
|
10334
10357
|
baseColor?: string | undefined;
|
10335
10358
|
prependIcon?: IconValue | undefined;
|
10336
10359
|
appendIcon?: IconValue | undefined;
|
10360
|
+
iconColor?: string | boolean | undefined;
|
10337
10361
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10338
10362
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10339
|
-
iconColor?: string | boolean | undefined;
|
10340
10363
|
hint?: string | undefined;
|
10341
10364
|
hideDetails?: boolean | "auto" | undefined;
|
10342
10365
|
} & {}, {
|
@@ -10437,9 +10460,9 @@ export declare const VSelect: {
|
|
10437
10460
|
baseColor?: string | undefined;
|
10438
10461
|
prependIcon?: IconValue | undefined;
|
10439
10462
|
appendIcon?: IconValue | undefined;
|
10463
|
+
iconColor?: string | boolean | undefined;
|
10440
10464
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10441
10465
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10442
|
-
iconColor?: string | boolean | undefined;
|
10443
10466
|
hint?: string | undefined;
|
10444
10467
|
hideDetails?: boolean | "auto" | undefined;
|
10445
10468
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10451,7 +10474,7 @@ export declare const VSelect: {
|
|
10451
10474
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10452
10475
|
modelValue?: unknown;
|
10453
10476
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
10477
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
10455
10478
|
$: import("vue").ComponentInternalInstance;
|
10456
10479
|
$data: {};
|
10457
10480
|
$props: Partial<{
|
@@ -10498,13 +10521,13 @@ export declare const VSelect: {
|
|
10498
10521
|
rounded?: string | number | boolean | undefined;
|
10499
10522
|
baseColor?: string | undefined;
|
10500
10523
|
bgColor?: string | undefined;
|
10524
|
+
iconColor?: string | boolean | undefined;
|
10501
10525
|
appendInnerIcon?: IconValue | undefined;
|
10502
10526
|
prependInnerIcon?: IconValue | undefined;
|
10503
10527
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10504
10528
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10505
10529
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10506
10530
|
centerAffix?: boolean | undefined;
|
10507
|
-
iconColor?: string | boolean | undefined;
|
10508
10531
|
} & 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">;
|
10509
10532
|
$attrs: {
|
10510
10533
|
[x: string]: unknown;
|
@@ -10557,13 +10580,13 @@ export declare const VSelect: {
|
|
10557
10580
|
rounded?: string | number | boolean | undefined;
|
10558
10581
|
baseColor?: string | undefined;
|
10559
10582
|
bgColor?: string | undefined;
|
10583
|
+
iconColor?: string | boolean | undefined;
|
10560
10584
|
appendInnerIcon?: IconValue | undefined;
|
10561
10585
|
prependInnerIcon?: IconValue | undefined;
|
10562
10586
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10563
10587
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10564
10588
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10565
10589
|
centerAffix?: boolean | undefined;
|
10566
|
-
iconColor?: string | boolean | undefined;
|
10567
10590
|
} & {
|
10568
10591
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10569
10592
|
}, {
|
@@ -10667,13 +10690,13 @@ export declare const VSelect: {
|
|
10667
10690
|
rounded?: string | number | boolean | undefined;
|
10668
10691
|
baseColor?: string | undefined;
|
10669
10692
|
bgColor?: string | undefined;
|
10693
|
+
iconColor?: string | boolean | undefined;
|
10670
10694
|
appendInnerIcon?: IconValue | undefined;
|
10671
10695
|
prependInnerIcon?: IconValue | undefined;
|
10672
10696
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10673
10697
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10674
10698
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10675
10699
|
centerAffix?: boolean | undefined;
|
10676
|
-
iconColor?: string | boolean | undefined;
|
10677
10700
|
} & {
|
10678
10701
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10679
10702
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -10682,7 +10705,7 @@ export declare const VSelect: {
|
|
10682
10705
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10683
10706
|
modelValue?: unknown;
|
10684
10707
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
10708
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
10686
10709
|
_allExposed: {
|
10687
10710
|
reset: () => Promise<void>;
|
10688
10711
|
resetValidation: () => Promise<void>;
|
@@ -10693,7 +10716,7 @@ export declare const VSelect: {
|
|
10693
10716
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
10694
10717
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
10695
10718
|
} | {};
|
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" | "
|
10719
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
10697
10720
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
10698
10721
|
$: import("vue").ComponentInternalInstance;
|
10699
10722
|
$data: {};
|
@@ -10744,9 +10767,9 @@ export declare const VSelect: {
|
|
10744
10767
|
baseColor?: string | undefined;
|
10745
10768
|
prependIcon?: IconValue | undefined;
|
10746
10769
|
appendIcon?: IconValue | undefined;
|
10770
|
+
iconColor?: string | boolean | undefined;
|
10747
10771
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10748
10772
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10749
|
-
iconColor?: string | boolean | undefined;
|
10750
10773
|
hint?: string | undefined;
|
10751
10774
|
hideDetails?: boolean | "auto" | undefined;
|
10752
10775
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -10800,9 +10823,9 @@ export declare const VSelect: {
|
|
10800
10823
|
baseColor?: string | undefined;
|
10801
10824
|
prependIcon?: IconValue | undefined;
|
10802
10825
|
appendIcon?: IconValue | undefined;
|
10826
|
+
iconColor?: string | boolean | undefined;
|
10803
10827
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10804
10828
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10805
|
-
iconColor?: string | boolean | undefined;
|
10806
10829
|
hint?: string | undefined;
|
10807
10830
|
hideDetails?: boolean | "auto" | undefined;
|
10808
10831
|
} & {}, {
|
@@ -10903,9 +10926,9 @@ export declare const VSelect: {
|
|
10903
10926
|
baseColor?: string | undefined;
|
10904
10927
|
prependIcon?: IconValue | undefined;
|
10905
10928
|
appendIcon?: IconValue | undefined;
|
10929
|
+
iconColor?: string | boolean | undefined;
|
10906
10930
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10907
10931
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10908
|
-
iconColor?: string | boolean | undefined;
|
10909
10932
|
hint?: string | undefined;
|
10910
10933
|
hideDetails?: boolean | "auto" | undefined;
|
10911
10934
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10917,7 +10940,7 @@ export declare const VSelect: {
|
|
10917
10940
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10918
10941
|
modelValue?: unknown;
|
10919
10942
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
10943
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
10921
10944
|
$: import("vue").ComponentInternalInstance;
|
10922
10945
|
$data: {};
|
10923
10946
|
$props: Partial<{
|
@@ -10964,13 +10987,13 @@ export declare const VSelect: {
|
|
10964
10987
|
rounded?: string | number | boolean | undefined;
|
10965
10988
|
baseColor?: string | undefined;
|
10966
10989
|
bgColor?: string | undefined;
|
10990
|
+
iconColor?: string | boolean | undefined;
|
10967
10991
|
appendInnerIcon?: IconValue | undefined;
|
10968
10992
|
prependInnerIcon?: IconValue | undefined;
|
10969
10993
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10970
10994
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10971
10995
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10972
10996
|
centerAffix?: boolean | undefined;
|
10973
|
-
iconColor?: string | boolean | undefined;
|
10974
10997
|
} & 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">;
|
10975
10998
|
$attrs: {
|
10976
10999
|
[x: string]: unknown;
|
@@ -11023,13 +11046,13 @@ export declare const VSelect: {
|
|
11023
11046
|
rounded?: string | number | boolean | undefined;
|
11024
11047
|
baseColor?: string | undefined;
|
11025
11048
|
bgColor?: string | undefined;
|
11049
|
+
iconColor?: string | boolean | undefined;
|
11026
11050
|
appendInnerIcon?: IconValue | undefined;
|
11027
11051
|
prependInnerIcon?: IconValue | undefined;
|
11028
11052
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11029
11053
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11030
11054
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11031
11055
|
centerAffix?: boolean | undefined;
|
11032
|
-
iconColor?: string | boolean | undefined;
|
11033
11056
|
} & {
|
11034
11057
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11035
11058
|
}, {
|
@@ -11133,13 +11156,13 @@ export declare const VSelect: {
|
|
11133
11156
|
rounded?: string | number | boolean | undefined;
|
11134
11157
|
baseColor?: string | undefined;
|
11135
11158
|
bgColor?: string | undefined;
|
11159
|
+
iconColor?: string | boolean | undefined;
|
11136
11160
|
appendInnerIcon?: IconValue | undefined;
|
11137
11161
|
prependInnerIcon?: IconValue | undefined;
|
11138
11162
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11139
11163
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11140
11164
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11141
11165
|
centerAffix?: boolean | undefined;
|
11142
|
-
iconColor?: string | boolean | undefined;
|
11143
11166
|
} & {
|
11144
11167
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11145
11168
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -11148,7 +11171,7 @@ export declare const VSelect: {
|
|
11148
11171
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
11149
11172
|
modelValue?: unknown;
|
11150
11173
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "
|
11174
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
11152
11175
|
_allExposed: {
|
11153
11176
|
reset: () => Promise<void>;
|
11154
11177
|
resetValidation: () => Promise<void>;
|
@@ -11168,7 +11191,7 @@ export declare const VSelect: {
|
|
11168
11191
|
'update:focused': (focused: boolean) => true;
|
11169
11192
|
'update:modelValue': (value: any) => true;
|
11170
11193
|
'update:menu': (ue: boolean) => true;
|
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, {
|
11194
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
11172
11195
|
flat: boolean;
|
11173
11196
|
reverse: boolean;
|
11174
11197
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -11216,6 +11239,7 @@ export declare const VSelect: {
|
|
11216
11239
|
hideSelected: boolean;
|
11217
11240
|
menuIcon: IconValue;
|
11218
11241
|
openOnClear: boolean;
|
11242
|
+
noAutoScroll: boolean;
|
11219
11243
|
}, {}, string, import("vue").SlotsType<Partial<{
|
11220
11244
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
11221
11245
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -11245,6 +11269,14 @@ export declare const VSelect: {
|
|
11245
11269
|
item: ListItem<unknown>;
|
11246
11270
|
index: number;
|
11247
11271
|
}) => import("vue").VNode[];
|
11272
|
+
subheader: (arg: {
|
11273
|
+
props: Record<string, unknown>;
|
11274
|
+
index: number;
|
11275
|
+
}) => import("vue").VNode[];
|
11276
|
+
divider: (arg: {
|
11277
|
+
props: Record<string, unknown>;
|
11278
|
+
index: number;
|
11279
|
+
}) => import("vue").VNode[];
|
11248
11280
|
'prepend-item': () => import("vue").VNode[];
|
11249
11281
|
'append-item': () => import("vue").VNode[];
|
11250
11282
|
'no-data': () => import("vue").VNode[];
|
@@ -11272,6 +11304,14 @@ export declare const VSelect: {
|
|
11272
11304
|
item: ListItem<Item>;
|
11273
11305
|
index: number;
|
11274
11306
|
};
|
11307
|
+
subheader: {
|
11308
|
+
props: Record<string, unknown>;
|
11309
|
+
index: number;
|
11310
|
+
};
|
11311
|
+
divider: {
|
11312
|
+
props: Record<string, unknown>;
|
11313
|
+
index: number;
|
11314
|
+
};
|
11275
11315
|
"prepend-item": never;
|
11276
11316
|
"append-item": never;
|
11277
11317
|
"no-data": never;
|
@@ -11373,6 +11413,7 @@ export declare const VSelect: {
|
|
11373
11413
|
bgColor: StringConstructor;
|
11374
11414
|
prependIcon: PropType<IconValue>;
|
11375
11415
|
appendIcon: PropType<IconValue>;
|
11416
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11376
11417
|
clearIcon: {
|
11377
11418
|
type: PropType<IconValue>;
|
11378
11419
|
default: string;
|
@@ -11388,7 +11429,6 @@ export declare const VSelect: {
|
|
11388
11429
|
default: undefined;
|
11389
11430
|
};
|
11390
11431
|
glow: BooleanConstructor;
|
11391
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11392
11432
|
hideSpinButtons: BooleanConstructor;
|
11393
11433
|
hint: StringConstructor;
|
11394
11434
|
persistentHint: BooleanConstructor;
|
@@ -11457,6 +11497,7 @@ export declare const VSelect: {
|
|
11457
11497
|
};
|
11458
11498
|
openOnClear: BooleanConstructor;
|
11459
11499
|
itemColor: StringConstructor;
|
11500
|
+
noAutoScroll: BooleanConstructor;
|
11460
11501
|
}, import("vue").ExtractPropTypes<{
|
11461
11502
|
transition: {
|
11462
11503
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
@@ -11555,6 +11596,7 @@ export declare const VSelect: {
|
|
11555
11596
|
bgColor: StringConstructor;
|
11556
11597
|
prependIcon: PropType<IconValue>;
|
11557
11598
|
appendIcon: PropType<IconValue>;
|
11599
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11558
11600
|
clearIcon: {
|
11559
11601
|
type: PropType<IconValue>;
|
11560
11602
|
default: string;
|
@@ -11570,7 +11612,6 @@ export declare const VSelect: {
|
|
11570
11612
|
default: undefined;
|
11571
11613
|
};
|
11572
11614
|
glow: BooleanConstructor;
|
11573
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11574
11615
|
hideSpinButtons: BooleanConstructor;
|
11575
11616
|
hint: StringConstructor;
|
11576
11617
|
persistentHint: BooleanConstructor;
|
@@ -11639,6 +11680,7 @@ export declare const VSelect: {
|
|
11639
11680
|
};
|
11640
11681
|
openOnClear: BooleanConstructor;
|
11641
11682
|
itemColor: StringConstructor;
|
11683
|
+
noAutoScroll: BooleanConstructor;
|
11642
11684
|
}>>;
|
11643
11685
|
export type VSelect = InstanceType<typeof VSelect>;
|
11644
11686
|
|