@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-master.2025-06-06
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -37
- package/dist/json/attributes.json +3519 -3619
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +0 -25
- package/dist/json/web-types.json +6117 -6449
- package/dist/vuetify-labs.cjs +144 -354
- package/dist/vuetify-labs.css +5834 -5868
- package/dist/vuetify-labs.d.ts +1899 -2397
- package/dist/vuetify-labs.esm.js +145 -355
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +144 -354
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +133 -348
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4252 -4286
- package/dist/vuetify.d.ts +1094 -1552
- package/dist/vuetify.esm.js +134 -349
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +133 -348
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1207 -1222
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +10 -15
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAppBar/VAppBar.d.ts +3 -15
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +10 -20
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +103 -154
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +10 -20
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCard/VCard.d.ts +10 -20
- package/lib/components/VCheckbox/VCheckbox.d.ts +13 -23
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +10 -20
- package/lib/components/VChip/VChip.d.ts +10 -20
- package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
- package/lib/components/VCombobox/VCombobox.d.ts +103 -154
- package/lib/components/VCombobox/VCombobox.js +3 -22
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +0 -60
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +0 -42
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -42
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +10 -20
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +10 -20
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +10 -20
- package/lib/components/VFab/VFab.d.ts +10 -20
- 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/VList.d.ts +0 -13
- package/lib/components/VList/VList.js +1 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +10 -23
- package/lib/components/VList/VListItem.js +3 -7
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +2 -9
- package/lib/components/VList/list.js +0 -7
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +4 -19
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +1 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadio/VRadio.d.ts +10 -20
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +13 -23
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +107 -171
- package/lib/components/VSelect/VSelect.js +3 -21
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +10 -20
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +14 -28
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
- package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +10 -20
- package/lib/components/VStepper/VStepperItem.d.ts +14 -28
- package/lib/components/VSwitch/VSwitch.d.ts +13 -23
- package/lib/components/VTable/VTable.css +0 -6
- package/lib/components/VTable/VTable.d.ts +24 -55
- package/lib/components/VTable/VTable.js +2 -9
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +0 -14
- package/lib/components/VTable/_variables.scss +0 -1
- package/lib/components/VTabs/VTab.d.ts +28 -56
- package/lib/components/VTabs/VTabs.d.ts +0 -10
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +3 -15
- package/lib/components/VToolbar/VToolbar.js +3 -6
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- 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 +3 -3
- package/lib/composables/date/index.d.ts +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +1 -2
- package/lib/directives/ripple/index.js +7 -12
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +68 -77
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +10 -20
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +10 -20
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +10 -20
- package/lib/labs/VTreeview/VTreeview.d.ts +0 -13
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +10 -20
- package/lib/labs/entry-bundler.d.ts +3 -3
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +1 -3
- package/lib/composables/date/adapters/string.d.ts +0 -54
- package/lib/composables/date/adapters/string.js +0 -153
- package/lib/composables/date/adapters/string.js.map +0 -1
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
52
52
|
bgColor?: unknown;
|
53
53
|
prependIcon?: unknown;
|
54
54
|
appendIcon?: unknown;
|
55
|
-
iconColor?: unknown;
|
56
55
|
clearIcon?: unknown;
|
57
56
|
prependInnerIcon?: unknown;
|
58
57
|
'onClick:clear'?: unknown;
|
@@ -62,6 +61,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
62
61
|
'onClick:prependInner'?: unknown;
|
63
62
|
centerAffix?: unknown;
|
64
63
|
glow?: unknown;
|
64
|
+
iconColor?: unknown;
|
65
65
|
hideSpinButtons?: unknown;
|
66
66
|
hint?: unknown;
|
67
67
|
persistentHint?: unknown;
|
@@ -96,7 +96,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
96
96
|
noDataText?: unknown;
|
97
97
|
openOnClear?: unknown;
|
98
98
|
itemColor?: unknown;
|
99
|
-
noAutoScroll?: unknown;
|
100
99
|
customFilter?: unknown;
|
101
100
|
customKeyFilter?: unknown;
|
102
101
|
filterKeys?: unknown;
|
@@ -382,10 +381,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
382
381
|
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
|
383
382
|
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
|
384
383
|
};
|
385
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
386
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
387
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
388
|
-
};
|
389
384
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
390
385
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
391
386
|
default: string;
|
@@ -434,6 +429,10 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
434
429
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
435
430
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
436
431
|
};
|
432
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
433
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
434
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
435
|
+
};
|
437
436
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
438
437
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
439
438
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -617,7 +616,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
617
616
|
rounded: string | number | boolean;
|
618
617
|
tile: boolean;
|
619
618
|
slim: boolean;
|
620
|
-
filterable: boolean;
|
621
619
|
activatable: boolean;
|
622
620
|
selectable: boolean;
|
623
621
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -635,7 +633,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
635
633
|
density: import("../../composables/density.js").Density;
|
636
634
|
tile: boolean;
|
637
635
|
slim: boolean;
|
638
|
-
filterable: boolean;
|
639
636
|
activatable: boolean;
|
640
637
|
selectable: boolean;
|
641
638
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -667,7 +664,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
667
664
|
value: boolean;
|
668
665
|
path: unknown[];
|
669
666
|
}) => any) | undefined;
|
670
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
667
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
671
668
|
items?: readonly any[] | undefined;
|
672
669
|
itemTitle?: SelectItemKey<any>;
|
673
670
|
itemValue?: SelectItemKey<any>;
|
@@ -782,7 +779,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
782
779
|
rounded: string | number | boolean;
|
783
780
|
tile: boolean;
|
784
781
|
slim: boolean;
|
785
|
-
filterable: boolean;
|
786
782
|
activatable: boolean;
|
787
783
|
selectable: boolean;
|
788
784
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -800,7 +796,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
800
796
|
density: import("../../composables/density.js").Density;
|
801
797
|
tile: boolean;
|
802
798
|
slim: boolean;
|
803
|
-
filterable: boolean;
|
804
799
|
activatable: boolean;
|
805
800
|
selectable: boolean;
|
806
801
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -832,7 +827,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
832
827
|
value: boolean;
|
833
828
|
path: unknown[];
|
834
829
|
}) => any) | undefined;
|
835
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
830
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
836
831
|
items?: readonly any[] | undefined;
|
837
832
|
itemTitle?: SelectItemKey<any>;
|
838
833
|
itemValue?: SelectItemKey<any>;
|
@@ -948,7 +943,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
948
943
|
rounded: string | number | boolean;
|
949
944
|
tile: boolean;
|
950
945
|
slim: boolean;
|
951
|
-
filterable: boolean;
|
952
946
|
activatable: boolean;
|
953
947
|
selectable: boolean;
|
954
948
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -966,7 +960,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
966
960
|
density: import("../../composables/density.js").Density;
|
967
961
|
tile: boolean;
|
968
962
|
slim: boolean;
|
969
|
-
filterable: boolean;
|
970
963
|
activatable: boolean;
|
971
964
|
selectable: boolean;
|
972
965
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -998,7 +991,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
998
991
|
value: boolean;
|
999
992
|
path: unknown[];
|
1000
993
|
}) => any) | undefined;
|
1001
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
994
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
1002
995
|
items?: readonly any[] | undefined;
|
1003
996
|
itemTitle?: SelectItemKey<any>;
|
1004
997
|
itemValue?: SelectItemKey<any>;
|
@@ -1113,7 +1106,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
1113
1106
|
rounded: string | number | boolean;
|
1114
1107
|
tile: boolean;
|
1115
1108
|
slim: boolean;
|
1116
|
-
filterable: boolean;
|
1117
1109
|
activatable: boolean;
|
1118
1110
|
selectable: boolean;
|
1119
1111
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -1131,7 +1123,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
1131
1123
|
density: import("../../composables/density.js").Density;
|
1132
1124
|
tile: boolean;
|
1133
1125
|
slim: boolean;
|
1134
|
-
filterable: boolean;
|
1135
1126
|
activatable: boolean;
|
1136
1127
|
selectable: boolean;
|
1137
1128
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -1163,7 +1154,7 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
1163
1154
|
value: boolean;
|
1164
1155
|
path: unknown[];
|
1165
1156
|
}) => any) | undefined;
|
1166
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
1157
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
1167
1158
|
items?: readonly any[] | undefined;
|
1168
1159
|
itemTitle?: SelectItemKey<any>;
|
1169
1160
|
itemValue?: SelectItemKey<any>;
|
@@ -2146,10 +2137,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
2146
2137
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
2147
2138
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
2148
2139
|
};
|
2149
|
-
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
2150
|
-
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
2151
|
-
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
2152
|
-
};
|
2153
2140
|
customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
|
2154
2141
|
type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
|
2155
2142
|
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
|
@@ -2254,7 +2241,6 @@ export declare const VCombobox: {
|
|
2254
2241
|
hideSelected: boolean;
|
2255
2242
|
menuIcon: import("../../composables/icons.js").IconValue;
|
2256
2243
|
openOnClear: boolean;
|
2257
|
-
noAutoScroll: boolean;
|
2258
2244
|
clearOnSelect: boolean;
|
2259
2245
|
} & {
|
2260
2246
|
name?: string | undefined;
|
@@ -2281,7 +2267,6 @@ export declare const VCombobox: {
|
|
2281
2267
|
bgColor?: string | undefined;
|
2282
2268
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2283
2269
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2284
|
-
iconColor?: string | boolean | undefined;
|
2285
2270
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2286
2271
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2287
2272
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2289,6 +2274,7 @@ export declare const VCombobox: {
|
|
2289
2274
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2290
2275
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2291
2276
|
centerAffix?: boolean | undefined;
|
2277
|
+
iconColor?: string | boolean | undefined;
|
2292
2278
|
hint?: string | undefined;
|
2293
2279
|
hideDetails?: boolean | "auto" | undefined;
|
2294
2280
|
suffix?: string | undefined;
|
@@ -2308,7 +2294,6 @@ export declare const VCombobox: {
|
|
2308
2294
|
rounded: string | number | boolean;
|
2309
2295
|
tile: boolean;
|
2310
2296
|
slim: boolean;
|
2311
|
-
filterable: boolean;
|
2312
2297
|
activatable: boolean;
|
2313
2298
|
selectable: boolean;
|
2314
2299
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2326,7 +2311,6 @@ export declare const VCombobox: {
|
|
2326
2311
|
density: import("../../composables/density.js").Density;
|
2327
2312
|
tile: boolean;
|
2328
2313
|
slim: boolean;
|
2329
|
-
filterable: boolean;
|
2330
2314
|
activatable: boolean;
|
2331
2315
|
selectable: boolean;
|
2332
2316
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2358,7 +2342,7 @@ export declare const VCombobox: {
|
|
2358
2342
|
value: boolean;
|
2359
2343
|
path: unknown[];
|
2360
2344
|
}) => any) | undefined;
|
2361
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
2345
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2362
2346
|
items?: readonly any[] | undefined;
|
2363
2347
|
itemTitle?: SelectItemKey<any>;
|
2364
2348
|
itemValue?: SelectItemKey<any>;
|
@@ -2770,7 +2754,6 @@ export declare const VCombobox: {
|
|
2770
2754
|
bgColor?: string | undefined;
|
2771
2755
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2772
2756
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2773
|
-
iconColor?: string | boolean | undefined;
|
2774
2757
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2775
2758
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2776
2759
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2779,6 +2762,7 @@ export declare const VCombobox: {
|
|
2779
2762
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2780
2763
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2781
2764
|
centerAffix?: boolean | undefined;
|
2765
|
+
iconColor?: string | boolean | undefined;
|
2782
2766
|
hint?: string | undefined;
|
2783
2767
|
hideDetails?: boolean | "auto" | undefined;
|
2784
2768
|
suffix?: string | undefined;
|
@@ -2922,7 +2906,6 @@ export declare const VCombobox: {
|
|
2922
2906
|
bgColor?: string | undefined;
|
2923
2907
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2924
2908
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2925
|
-
iconColor?: string | boolean | undefined;
|
2926
2909
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2927
2910
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2928
2911
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2931,6 +2914,7 @@ export declare const VCombobox: {
|
|
2931
2914
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2932
2915
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2933
2916
|
centerAffix?: boolean | undefined;
|
2917
|
+
iconColor?: string | boolean | undefined;
|
2934
2918
|
hint?: string | undefined;
|
2935
2919
|
hideDetails?: boolean | "auto" | undefined;
|
2936
2920
|
suffix?: string | undefined;
|
@@ -3045,9 +3029,9 @@ export declare const VCombobox: {
|
|
3045
3029
|
baseColor?: string | undefined;
|
3046
3030
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3047
3031
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3048
|
-
iconColor?: string | boolean | undefined;
|
3049
3032
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3050
3033
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3034
|
+
iconColor?: string | boolean | undefined;
|
3051
3035
|
hint?: string | undefined;
|
3052
3036
|
hideDetails?: boolean | "auto" | undefined;
|
3053
3037
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3101,9 +3085,9 @@ export declare const VCombobox: {
|
|
3101
3085
|
baseColor?: string | undefined;
|
3102
3086
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3103
3087
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3104
|
-
iconColor?: string | boolean | undefined;
|
3105
3088
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3106
3089
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3090
|
+
iconColor?: string | boolean | undefined;
|
3107
3091
|
hint?: string | undefined;
|
3108
3092
|
hideDetails?: boolean | "auto" | undefined;
|
3109
3093
|
} & {}, {
|
@@ -3204,9 +3188,9 @@ export declare const VCombobox: {
|
|
3204
3188
|
baseColor?: string | undefined;
|
3205
3189
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3206
3190
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3207
|
-
iconColor?: string | boolean | undefined;
|
3208
3191
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3209
3192
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3193
|
+
iconColor?: string | boolean | undefined;
|
3210
3194
|
hint?: string | undefined;
|
3211
3195
|
hideDetails?: boolean | "auto" | undefined;
|
3212
3196
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3218,7 +3202,7 @@ export declare const VCombobox: {
|
|
3218
3202
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3219
3203
|
modelValue?: unknown;
|
3220
3204
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3221
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
3205
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3222
3206
|
$: import("vue").ComponentInternalInstance;
|
3223
3207
|
$data: {};
|
3224
3208
|
$props: Partial<{
|
@@ -3265,13 +3249,13 @@ export declare const VCombobox: {
|
|
3265
3249
|
rounded?: string | number | boolean | undefined;
|
3266
3250
|
baseColor?: string | undefined;
|
3267
3251
|
bgColor?: string | undefined;
|
3268
|
-
iconColor?: string | boolean | undefined;
|
3269
3252
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3270
3253
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3271
3254
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3272
3255
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3273
3256
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3274
3257
|
centerAffix?: boolean | undefined;
|
3258
|
+
iconColor?: string | boolean | undefined;
|
3275
3259
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3276
3260
|
$attrs: {
|
3277
3261
|
[x: string]: unknown;
|
@@ -3324,13 +3308,13 @@ export declare const VCombobox: {
|
|
3324
3308
|
rounded?: string | number | boolean | undefined;
|
3325
3309
|
baseColor?: string | undefined;
|
3326
3310
|
bgColor?: string | undefined;
|
3327
|
-
iconColor?: string | boolean | undefined;
|
3328
3311
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3329
3312
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3330
3313
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3331
3314
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3332
3315
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3333
3316
|
centerAffix?: boolean | undefined;
|
3317
|
+
iconColor?: string | boolean | undefined;
|
3334
3318
|
} & {
|
3335
3319
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3336
3320
|
}, {
|
@@ -3434,13 +3418,13 @@ export declare const VCombobox: {
|
|
3434
3418
|
rounded?: string | number | boolean | undefined;
|
3435
3419
|
baseColor?: string | undefined;
|
3436
3420
|
bgColor?: string | undefined;
|
3437
|
-
iconColor?: string | boolean | undefined;
|
3438
3421
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3439
3422
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3440
3423
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3441
3424
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3442
3425
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3443
3426
|
centerAffix?: boolean | undefined;
|
3427
|
+
iconColor?: string | boolean | undefined;
|
3444
3428
|
} & {
|
3445
3429
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3446
3430
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3449,7 +3433,7 @@ export declare const VCombobox: {
|
|
3449
3433
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3450
3434
|
modelValue?: unknown;
|
3451
3435
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3452
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
3436
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3453
3437
|
_allExposed: {
|
3454
3438
|
reset: () => Promise<void>;
|
3455
3439
|
resetValidation: () => Promise<void>;
|
@@ -3617,7 +3601,6 @@ export declare const VCombobox: {
|
|
3617
3601
|
bgColor?: string | undefined;
|
3618
3602
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3619
3603
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3620
|
-
iconColor?: string | boolean | undefined;
|
3621
3604
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3622
3605
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3623
3606
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3626,6 +3609,7 @@ export declare const VCombobox: {
|
|
3626
3609
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3627
3610
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3628
3611
|
centerAffix?: boolean | undefined;
|
3612
|
+
iconColor?: string | boolean | undefined;
|
3629
3613
|
hint?: string | undefined;
|
3630
3614
|
hideDetails?: boolean | "auto" | undefined;
|
3631
3615
|
suffix?: string | undefined;
|
@@ -3740,9 +3724,9 @@ export declare const VCombobox: {
|
|
3740
3724
|
baseColor?: string | undefined;
|
3741
3725
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3742
3726
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3743
|
-
iconColor?: string | boolean | undefined;
|
3744
3727
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3745
3728
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3729
|
+
iconColor?: string | boolean | undefined;
|
3746
3730
|
hint?: string | undefined;
|
3747
3731
|
hideDetails?: boolean | "auto" | undefined;
|
3748
3732
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3796,9 +3780,9 @@ export declare const VCombobox: {
|
|
3796
3780
|
baseColor?: string | undefined;
|
3797
3781
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3798
3782
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3799
|
-
iconColor?: string | boolean | undefined;
|
3800
3783
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3801
3784
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3785
|
+
iconColor?: string | boolean | undefined;
|
3802
3786
|
hint?: string | undefined;
|
3803
3787
|
hideDetails?: boolean | "auto" | undefined;
|
3804
3788
|
} & {}, {
|
@@ -3899,9 +3883,9 @@ export declare const VCombobox: {
|
|
3899
3883
|
baseColor?: string | undefined;
|
3900
3884
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3901
3885
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3902
|
-
iconColor?: string | boolean | undefined;
|
3903
3886
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3904
3887
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3888
|
+
iconColor?: string | boolean | undefined;
|
3905
3889
|
hint?: string | undefined;
|
3906
3890
|
hideDetails?: boolean | "auto" | undefined;
|
3907
3891
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3913,7 +3897,7 @@ export declare const VCombobox: {
|
|
3913
3897
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3914
3898
|
modelValue?: unknown;
|
3915
3899
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3916
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
3900
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3917
3901
|
$: import("vue").ComponentInternalInstance;
|
3918
3902
|
$data: {};
|
3919
3903
|
$props: Partial<{
|
@@ -3960,13 +3944,13 @@ export declare const VCombobox: {
|
|
3960
3944
|
rounded?: string | number | boolean | undefined;
|
3961
3945
|
baseColor?: string | undefined;
|
3962
3946
|
bgColor?: string | undefined;
|
3963
|
-
iconColor?: string | boolean | undefined;
|
3964
3947
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3965
3948
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3966
3949
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3967
3950
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3968
3951
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3969
3952
|
centerAffix?: boolean | undefined;
|
3953
|
+
iconColor?: string | boolean | undefined;
|
3970
3954
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3971
3955
|
$attrs: {
|
3972
3956
|
[x: string]: unknown;
|
@@ -4019,13 +4003,13 @@ export declare const VCombobox: {
|
|
4019
4003
|
rounded?: string | number | boolean | undefined;
|
4020
4004
|
baseColor?: string | undefined;
|
4021
4005
|
bgColor?: string | undefined;
|
4022
|
-
iconColor?: string | boolean | undefined;
|
4023
4006
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4024
4007
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4025
4008
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4026
4009
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4027
4010
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4028
4011
|
centerAffix?: boolean | undefined;
|
4012
|
+
iconColor?: string | boolean | undefined;
|
4029
4013
|
} & {
|
4030
4014
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4031
4015
|
}, {
|
@@ -4129,13 +4113,13 @@ export declare const VCombobox: {
|
|
4129
4113
|
rounded?: string | number | boolean | undefined;
|
4130
4114
|
baseColor?: string | undefined;
|
4131
4115
|
bgColor?: string | undefined;
|
4132
|
-
iconColor?: string | boolean | undefined;
|
4133
4116
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4134
4117
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4135
4118
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4136
4119
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4137
4120
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4138
4121
|
centerAffix?: boolean | undefined;
|
4122
|
+
iconColor?: string | boolean | undefined;
|
4139
4123
|
} & {
|
4140
4124
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4141
4125
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4144,7 +4128,7 @@ export declare const VCombobox: {
|
|
4144
4128
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4145
4129
|
modelValue?: unknown;
|
4146
4130
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4147
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
4131
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4148
4132
|
_allExposed: {
|
4149
4133
|
reset: () => Promise<void>;
|
4150
4134
|
resetValidation: () => Promise<void>;
|
@@ -4155,7 +4139,7 @@ export declare const VCombobox: {
|
|
4155
4139
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4156
4140
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4157
4141
|
} | {};
|
4158
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
4142
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
4159
4143
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4160
4144
|
$: import("vue").ComponentInternalInstance;
|
4161
4145
|
$data: {};
|
@@ -4206,9 +4190,9 @@ export declare const VCombobox: {
|
|
4206
4190
|
baseColor?: string | undefined;
|
4207
4191
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4208
4192
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4209
|
-
iconColor?: string | boolean | undefined;
|
4210
4193
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4211
4194
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4195
|
+
iconColor?: string | boolean | undefined;
|
4212
4196
|
hint?: string | undefined;
|
4213
4197
|
hideDetails?: boolean | "auto" | undefined;
|
4214
4198
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4262,9 +4246,9 @@ export declare const VCombobox: {
|
|
4262
4246
|
baseColor?: string | undefined;
|
4263
4247
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4264
4248
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4265
|
-
iconColor?: string | boolean | undefined;
|
4266
4249
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4267
4250
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4251
|
+
iconColor?: string | boolean | undefined;
|
4268
4252
|
hint?: string | undefined;
|
4269
4253
|
hideDetails?: boolean | "auto" | undefined;
|
4270
4254
|
} & {}, {
|
@@ -4365,9 +4349,9 @@ export declare const VCombobox: {
|
|
4365
4349
|
baseColor?: string | undefined;
|
4366
4350
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4367
4351
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4368
|
-
iconColor?: string | boolean | undefined;
|
4369
4352
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4370
4353
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4354
|
+
iconColor?: string | boolean | undefined;
|
4371
4355
|
hint?: string | undefined;
|
4372
4356
|
hideDetails?: boolean | "auto" | undefined;
|
4373
4357
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4379,7 +4363,7 @@ export declare const VCombobox: {
|
|
4379
4363
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4380
4364
|
modelValue?: unknown;
|
4381
4365
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4382
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
4366
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4383
4367
|
$: import("vue").ComponentInternalInstance;
|
4384
4368
|
$data: {};
|
4385
4369
|
$props: Partial<{
|
@@ -4426,13 +4410,13 @@ export declare const VCombobox: {
|
|
4426
4410
|
rounded?: string | number | boolean | undefined;
|
4427
4411
|
baseColor?: string | undefined;
|
4428
4412
|
bgColor?: string | undefined;
|
4429
|
-
iconColor?: string | boolean | undefined;
|
4430
4413
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4431
4414
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4432
4415
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4433
4416
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4434
4417
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4435
4418
|
centerAffix?: boolean | undefined;
|
4419
|
+
iconColor?: string | boolean | undefined;
|
4436
4420
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4437
4421
|
$attrs: {
|
4438
4422
|
[x: string]: unknown;
|
@@ -4485,13 +4469,13 @@ export declare const VCombobox: {
|
|
4485
4469
|
rounded?: string | number | boolean | undefined;
|
4486
4470
|
baseColor?: string | undefined;
|
4487
4471
|
bgColor?: string | undefined;
|
4488
|
-
iconColor?: string | boolean | undefined;
|
4489
4472
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4490
4473
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4491
4474
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4492
4475
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4493
4476
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4494
4477
|
centerAffix?: boolean | undefined;
|
4478
|
+
iconColor?: string | boolean | undefined;
|
4495
4479
|
} & {
|
4496
4480
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4497
4481
|
}, {
|
@@ -4595,13 +4579,13 @@ export declare const VCombobox: {
|
|
4595
4579
|
rounded?: string | number | boolean | undefined;
|
4596
4580
|
baseColor?: string | undefined;
|
4597
4581
|
bgColor?: string | undefined;
|
4598
|
-
iconColor?: string | boolean | undefined;
|
4599
4582
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4600
4583
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4601
4584
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4602
4585
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4603
4586
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4604
4587
|
centerAffix?: boolean | undefined;
|
4588
|
+
iconColor?: string | boolean | undefined;
|
4605
4589
|
} & {
|
4606
4590
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4607
4591
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4610,7 +4594,7 @@ export declare const VCombobox: {
|
|
4610
4594
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4611
4595
|
modelValue?: unknown;
|
4612
4596
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4613
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
4597
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4614
4598
|
_allExposed: {
|
4615
4599
|
reset: () => Promise<void>;
|
4616
4600
|
resetValidation: () => Promise<void>;
|
@@ -4635,7 +4619,7 @@ export declare const VCombobox: {
|
|
4635
4619
|
'update:modelValue': (value: any) => true;
|
4636
4620
|
'update:search': (value: string) => true;
|
4637
4621
|
'update:menu': (value: boolean) => true;
|
4638
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
4622
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
4639
4623
|
flat: boolean;
|
4640
4624
|
reverse: boolean;
|
4641
4625
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4684,7 +4668,6 @@ export declare const VCombobox: {
|
|
4684
4668
|
hideSelected: boolean;
|
4685
4669
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4686
4670
|
openOnClear: boolean;
|
4687
|
-
noAutoScroll: boolean;
|
4688
4671
|
clearOnSelect: boolean;
|
4689
4672
|
}, true, {}, import("vue").SlotsType<Partial<{
|
4690
4673
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -4715,14 +4698,6 @@ export declare const VCombobox: {
|
|
4715
4698
|
item: ListItem<unknown>;
|
4716
4699
|
index: number;
|
4717
4700
|
}) => import("vue").VNode[];
|
4718
|
-
subheader: (arg: {
|
4719
|
-
props: Record<string, unknown>;
|
4720
|
-
index: number;
|
4721
|
-
}) => import("vue").VNode[];
|
4722
|
-
divider: (arg: {
|
4723
|
-
props: Record<string, unknown>;
|
4724
|
-
index: number;
|
4725
|
-
}) => import("vue").VNode[];
|
4726
4701
|
'prepend-item': () => import("vue").VNode[];
|
4727
4702
|
'append-item': () => import("vue").VNode[];
|
4728
4703
|
'no-data': () => import("vue").VNode[];
|
@@ -4780,7 +4755,6 @@ export declare const VCombobox: {
|
|
4780
4755
|
hideSelected: boolean;
|
4781
4756
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4782
4757
|
openOnClear: boolean;
|
4783
|
-
noAutoScroll: boolean;
|
4784
4758
|
clearOnSelect: boolean;
|
4785
4759
|
} & {
|
4786
4760
|
name?: string | undefined;
|
@@ -4807,7 +4781,6 @@ export declare const VCombobox: {
|
|
4807
4781
|
bgColor?: string | undefined;
|
4808
4782
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4809
4783
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4810
|
-
iconColor?: string | boolean | undefined;
|
4811
4784
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4812
4785
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4813
4786
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4815,6 +4788,7 @@ export declare const VCombobox: {
|
|
4815
4788
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4816
4789
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4817
4790
|
centerAffix?: boolean | undefined;
|
4791
|
+
iconColor?: string | boolean | undefined;
|
4818
4792
|
hint?: string | undefined;
|
4819
4793
|
hideDetails?: boolean | "auto" | undefined;
|
4820
4794
|
suffix?: string | undefined;
|
@@ -4834,7 +4808,6 @@ export declare const VCombobox: {
|
|
4834
4808
|
rounded: string | number | boolean;
|
4835
4809
|
tile: boolean;
|
4836
4810
|
slim: boolean;
|
4837
|
-
filterable: boolean;
|
4838
4811
|
activatable: boolean;
|
4839
4812
|
selectable: boolean;
|
4840
4813
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -4852,7 +4825,6 @@ export declare const VCombobox: {
|
|
4852
4825
|
density: import("../../composables/density.js").Density;
|
4853
4826
|
tile: boolean;
|
4854
4827
|
slim: boolean;
|
4855
|
-
filterable: boolean;
|
4856
4828
|
activatable: boolean;
|
4857
4829
|
selectable: boolean;
|
4858
4830
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -4884,7 +4856,7 @@ export declare const VCombobox: {
|
|
4884
4856
|
value: boolean;
|
4885
4857
|
path: unknown[];
|
4886
4858
|
}) => any) | undefined;
|
4887
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
4859
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
4888
4860
|
items?: readonly any[] | undefined;
|
4889
4861
|
itemTitle?: SelectItemKey<any>;
|
4890
4862
|
itemValue?: SelectItemKey<any>;
|
@@ -5296,7 +5268,6 @@ export declare const VCombobox: {
|
|
5296
5268
|
bgColor?: string | undefined;
|
5297
5269
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5298
5270
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5299
|
-
iconColor?: string | boolean | undefined;
|
5300
5271
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5301
5272
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5302
5273
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5305,6 +5276,7 @@ export declare const VCombobox: {
|
|
5305
5276
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5306
5277
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5307
5278
|
centerAffix?: boolean | undefined;
|
5279
|
+
iconColor?: string | boolean | undefined;
|
5308
5280
|
hint?: string | undefined;
|
5309
5281
|
hideDetails?: boolean | "auto" | undefined;
|
5310
5282
|
suffix?: string | undefined;
|
@@ -5448,7 +5420,6 @@ export declare const VCombobox: {
|
|
5448
5420
|
bgColor?: string | undefined;
|
5449
5421
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5450
5422
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5451
|
-
iconColor?: string | boolean | undefined;
|
5452
5423
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5453
5424
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5454
5425
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5457,6 +5428,7 @@ export declare const VCombobox: {
|
|
5457
5428
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5458
5429
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5459
5430
|
centerAffix?: boolean | undefined;
|
5431
|
+
iconColor?: string | boolean | undefined;
|
5460
5432
|
hint?: string | undefined;
|
5461
5433
|
hideDetails?: boolean | "auto" | undefined;
|
5462
5434
|
suffix?: string | undefined;
|
@@ -5571,9 +5543,9 @@ export declare const VCombobox: {
|
|
5571
5543
|
baseColor?: string | undefined;
|
5572
5544
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5573
5545
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5574
|
-
iconColor?: string | boolean | undefined;
|
5575
5546
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5576
5547
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5548
|
+
iconColor?: string | boolean | undefined;
|
5577
5549
|
hint?: string | undefined;
|
5578
5550
|
hideDetails?: boolean | "auto" | undefined;
|
5579
5551
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5627,9 +5599,9 @@ export declare const VCombobox: {
|
|
5627
5599
|
baseColor?: string | undefined;
|
5628
5600
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5629
5601
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5630
|
-
iconColor?: string | boolean | undefined;
|
5631
5602
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5632
5603
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5604
|
+
iconColor?: string | boolean | undefined;
|
5633
5605
|
hint?: string | undefined;
|
5634
5606
|
hideDetails?: boolean | "auto" | undefined;
|
5635
5607
|
} & {}, {
|
@@ -5730,9 +5702,9 @@ export declare const VCombobox: {
|
|
5730
5702
|
baseColor?: string | undefined;
|
5731
5703
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5732
5704
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5733
|
-
iconColor?: string | boolean | undefined;
|
5734
5705
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5735
5706
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5707
|
+
iconColor?: string | boolean | undefined;
|
5736
5708
|
hint?: string | undefined;
|
5737
5709
|
hideDetails?: boolean | "auto" | undefined;
|
5738
5710
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5744,7 +5716,7 @@ export declare const VCombobox: {
|
|
5744
5716
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5745
5717
|
modelValue?: unknown;
|
5746
5718
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5747
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
5719
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5748
5720
|
$: import("vue").ComponentInternalInstance;
|
5749
5721
|
$data: {};
|
5750
5722
|
$props: Partial<{
|
@@ -5791,13 +5763,13 @@ export declare const VCombobox: {
|
|
5791
5763
|
rounded?: string | number | boolean | undefined;
|
5792
5764
|
baseColor?: string | undefined;
|
5793
5765
|
bgColor?: string | undefined;
|
5794
|
-
iconColor?: string | boolean | undefined;
|
5795
5766
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5796
5767
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5797
5768
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5798
5769
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5799
5770
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5800
5771
|
centerAffix?: boolean | undefined;
|
5772
|
+
iconColor?: string | boolean | undefined;
|
5801
5773
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5802
5774
|
$attrs: {
|
5803
5775
|
[x: string]: unknown;
|
@@ -5850,13 +5822,13 @@ export declare const VCombobox: {
|
|
5850
5822
|
rounded?: string | number | boolean | undefined;
|
5851
5823
|
baseColor?: string | undefined;
|
5852
5824
|
bgColor?: string | undefined;
|
5853
|
-
iconColor?: string | boolean | undefined;
|
5854
5825
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5855
5826
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5856
5827
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5857
5828
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5858
5829
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5859
5830
|
centerAffix?: boolean | undefined;
|
5831
|
+
iconColor?: string | boolean | undefined;
|
5860
5832
|
} & {
|
5861
5833
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5862
5834
|
}, {
|
@@ -5960,13 +5932,13 @@ export declare const VCombobox: {
|
|
5960
5932
|
rounded?: string | number | boolean | undefined;
|
5961
5933
|
baseColor?: string | undefined;
|
5962
5934
|
bgColor?: string | undefined;
|
5963
|
-
iconColor?: string | boolean | undefined;
|
5964
5935
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5965
5936
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5966
5937
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5967
5938
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5968
5939
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5969
5940
|
centerAffix?: boolean | undefined;
|
5941
|
+
iconColor?: string | boolean | undefined;
|
5970
5942
|
} & {
|
5971
5943
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5972
5944
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5975,7 +5947,7 @@ export declare const VCombobox: {
|
|
5975
5947
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5976
5948
|
modelValue?: unknown;
|
5977
5949
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5978
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
5950
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5979
5951
|
_allExposed: {
|
5980
5952
|
reset: () => Promise<void>;
|
5981
5953
|
resetValidation: () => Promise<void>;
|
@@ -6143,7 +6115,6 @@ export declare const VCombobox: {
|
|
6143
6115
|
bgColor?: string | undefined;
|
6144
6116
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6145
6117
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6146
|
-
iconColor?: string | boolean | undefined;
|
6147
6118
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6148
6119
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6149
6120
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6152,6 +6123,7 @@ export declare const VCombobox: {
|
|
6152
6123
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6153
6124
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6154
6125
|
centerAffix?: boolean | undefined;
|
6126
|
+
iconColor?: string | boolean | undefined;
|
6155
6127
|
hint?: string | undefined;
|
6156
6128
|
hideDetails?: boolean | "auto" | undefined;
|
6157
6129
|
suffix?: string | undefined;
|
@@ -6266,9 +6238,9 @@ export declare const VCombobox: {
|
|
6266
6238
|
baseColor?: string | undefined;
|
6267
6239
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6268
6240
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6269
|
-
iconColor?: string | boolean | undefined;
|
6270
6241
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6271
6242
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6243
|
+
iconColor?: string | boolean | undefined;
|
6272
6244
|
hint?: string | undefined;
|
6273
6245
|
hideDetails?: boolean | "auto" | undefined;
|
6274
6246
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6322,9 +6294,9 @@ export declare const VCombobox: {
|
|
6322
6294
|
baseColor?: string | undefined;
|
6323
6295
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6324
6296
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6325
|
-
iconColor?: string | boolean | undefined;
|
6326
6297
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6327
6298
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6299
|
+
iconColor?: string | boolean | undefined;
|
6328
6300
|
hint?: string | undefined;
|
6329
6301
|
hideDetails?: boolean | "auto" | undefined;
|
6330
6302
|
} & {}, {
|
@@ -6425,9 +6397,9 @@ export declare const VCombobox: {
|
|
6425
6397
|
baseColor?: string | undefined;
|
6426
6398
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6427
6399
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6428
|
-
iconColor?: string | boolean | undefined;
|
6429
6400
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6430
6401
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6402
|
+
iconColor?: string | boolean | undefined;
|
6431
6403
|
hint?: string | undefined;
|
6432
6404
|
hideDetails?: boolean | "auto" | undefined;
|
6433
6405
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6439,7 +6411,7 @@ export declare const VCombobox: {
|
|
6439
6411
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6440
6412
|
modelValue?: unknown;
|
6441
6413
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6442
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
6414
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6443
6415
|
$: import("vue").ComponentInternalInstance;
|
6444
6416
|
$data: {};
|
6445
6417
|
$props: Partial<{
|
@@ -6486,13 +6458,13 @@ export declare const VCombobox: {
|
|
6486
6458
|
rounded?: string | number | boolean | undefined;
|
6487
6459
|
baseColor?: string | undefined;
|
6488
6460
|
bgColor?: string | undefined;
|
6489
|
-
iconColor?: string | boolean | undefined;
|
6490
6461
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6491
6462
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6492
6463
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6493
6464
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6494
6465
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6495
6466
|
centerAffix?: boolean | undefined;
|
6467
|
+
iconColor?: string | boolean | undefined;
|
6496
6468
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6497
6469
|
$attrs: {
|
6498
6470
|
[x: string]: unknown;
|
@@ -6545,13 +6517,13 @@ export declare const VCombobox: {
|
|
6545
6517
|
rounded?: string | number | boolean | undefined;
|
6546
6518
|
baseColor?: string | undefined;
|
6547
6519
|
bgColor?: string | undefined;
|
6548
|
-
iconColor?: string | boolean | undefined;
|
6549
6520
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6550
6521
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6551
6522
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6552
6523
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6553
6524
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6554
6525
|
centerAffix?: boolean | undefined;
|
6526
|
+
iconColor?: string | boolean | undefined;
|
6555
6527
|
} & {
|
6556
6528
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6557
6529
|
}, {
|
@@ -6655,13 +6627,13 @@ export declare const VCombobox: {
|
|
6655
6627
|
rounded?: string | number | boolean | undefined;
|
6656
6628
|
baseColor?: string | undefined;
|
6657
6629
|
bgColor?: string | undefined;
|
6658
|
-
iconColor?: string | boolean | undefined;
|
6659
6630
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6660
6631
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6661
6632
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6662
6633
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6663
6634
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6664
6635
|
centerAffix?: boolean | undefined;
|
6636
|
+
iconColor?: string | boolean | undefined;
|
6665
6637
|
} & {
|
6666
6638
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6667
6639
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6670,7 +6642,7 @@ export declare const VCombobox: {
|
|
6670
6642
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6671
6643
|
modelValue?: unknown;
|
6672
6644
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6673
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
6645
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6674
6646
|
_allExposed: {
|
6675
6647
|
reset: () => Promise<void>;
|
6676
6648
|
resetValidation: () => Promise<void>;
|
@@ -6681,7 +6653,7 @@ export declare const VCombobox: {
|
|
6681
6653
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6682
6654
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6683
6655
|
} | {};
|
6684
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
6656
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
6685
6657
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6686
6658
|
$: import("vue").ComponentInternalInstance;
|
6687
6659
|
$data: {};
|
@@ -6732,9 +6704,9 @@ export declare const VCombobox: {
|
|
6732
6704
|
baseColor?: string | undefined;
|
6733
6705
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6734
6706
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6735
|
-
iconColor?: string | boolean | undefined;
|
6736
6707
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6737
6708
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6709
|
+
iconColor?: string | boolean | undefined;
|
6738
6710
|
hint?: string | undefined;
|
6739
6711
|
hideDetails?: boolean | "auto" | undefined;
|
6740
6712
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6788,9 +6760,9 @@ export declare const VCombobox: {
|
|
6788
6760
|
baseColor?: string | undefined;
|
6789
6761
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6790
6762
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6791
|
-
iconColor?: string | boolean | undefined;
|
6792
6763
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6793
6764
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6765
|
+
iconColor?: string | boolean | undefined;
|
6794
6766
|
hint?: string | undefined;
|
6795
6767
|
hideDetails?: boolean | "auto" | undefined;
|
6796
6768
|
} & {}, {
|
@@ -6891,9 +6863,9 @@ export declare const VCombobox: {
|
|
6891
6863
|
baseColor?: string | undefined;
|
6892
6864
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6893
6865
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6894
|
-
iconColor?: string | boolean | undefined;
|
6895
6866
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6896
6867
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6868
|
+
iconColor?: string | boolean | undefined;
|
6897
6869
|
hint?: string | undefined;
|
6898
6870
|
hideDetails?: boolean | "auto" | undefined;
|
6899
6871
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6905,7 +6877,7 @@ export declare const VCombobox: {
|
|
6905
6877
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6906
6878
|
modelValue?: unknown;
|
6907
6879
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6908
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
6880
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6909
6881
|
$: import("vue").ComponentInternalInstance;
|
6910
6882
|
$data: {};
|
6911
6883
|
$props: Partial<{
|
@@ -6952,13 +6924,13 @@ export declare const VCombobox: {
|
|
6952
6924
|
rounded?: string | number | boolean | undefined;
|
6953
6925
|
baseColor?: string | undefined;
|
6954
6926
|
bgColor?: string | undefined;
|
6955
|
-
iconColor?: string | boolean | undefined;
|
6956
6927
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6957
6928
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6958
6929
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6959
6930
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6960
6931
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6961
6932
|
centerAffix?: boolean | undefined;
|
6933
|
+
iconColor?: string | boolean | undefined;
|
6962
6934
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6963
6935
|
$attrs: {
|
6964
6936
|
[x: string]: unknown;
|
@@ -7011,13 +6983,13 @@ export declare const VCombobox: {
|
|
7011
6983
|
rounded?: string | number | boolean | undefined;
|
7012
6984
|
baseColor?: string | undefined;
|
7013
6985
|
bgColor?: string | undefined;
|
7014
|
-
iconColor?: string | boolean | undefined;
|
7015
6986
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7016
6987
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7017
6988
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7018
6989
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7019
6990
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7020
6991
|
centerAffix?: boolean | undefined;
|
6992
|
+
iconColor?: string | boolean | undefined;
|
7021
6993
|
} & {
|
7022
6994
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7023
6995
|
}, {
|
@@ -7121,13 +7093,13 @@ export declare const VCombobox: {
|
|
7121
7093
|
rounded?: string | number | boolean | undefined;
|
7122
7094
|
baseColor?: string | undefined;
|
7123
7095
|
bgColor?: string | undefined;
|
7124
|
-
iconColor?: string | boolean | undefined;
|
7125
7096
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7126
7097
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7127
7098
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7128
7099
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7129
7100
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7130
7101
|
centerAffix?: boolean | undefined;
|
7102
|
+
iconColor?: string | boolean | undefined;
|
7131
7103
|
} & {
|
7132
7104
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7133
7105
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7136,7 +7108,7 @@ export declare const VCombobox: {
|
|
7136
7108
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7137
7109
|
modelValue?: unknown;
|
7138
7110
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7139
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
7111
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7140
7112
|
_allExposed: {
|
7141
7113
|
reset: () => Promise<void>;
|
7142
7114
|
resetValidation: () => Promise<void>;
|
@@ -7205,7 +7177,6 @@ export declare const VCombobox: {
|
|
7205
7177
|
hideSelected: boolean;
|
7206
7178
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7207
7179
|
openOnClear: boolean;
|
7208
|
-
noAutoScroll: boolean;
|
7209
7180
|
clearOnSelect: boolean;
|
7210
7181
|
}>;
|
7211
7182
|
__isFragment?: never;
|
@@ -7258,7 +7229,6 @@ export declare const VCombobox: {
|
|
7258
7229
|
hideSelected: boolean;
|
7259
7230
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7260
7231
|
openOnClear: boolean;
|
7261
|
-
noAutoScroll: boolean;
|
7262
7232
|
clearOnSelect: boolean;
|
7263
7233
|
} & {
|
7264
7234
|
name?: string | undefined;
|
@@ -7285,7 +7255,6 @@ export declare const VCombobox: {
|
|
7285
7255
|
bgColor?: string | undefined;
|
7286
7256
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7287
7257
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7288
|
-
iconColor?: string | boolean | undefined;
|
7289
7258
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7290
7259
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7291
7260
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7293,6 +7262,7 @@ export declare const VCombobox: {
|
|
7293
7262
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7294
7263
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7295
7264
|
centerAffix?: boolean | undefined;
|
7265
|
+
iconColor?: string | boolean | undefined;
|
7296
7266
|
hint?: string | undefined;
|
7297
7267
|
hideDetails?: boolean | "auto" | undefined;
|
7298
7268
|
suffix?: string | undefined;
|
@@ -7312,7 +7282,6 @@ export declare const VCombobox: {
|
|
7312
7282
|
rounded: string | number | boolean;
|
7313
7283
|
tile: boolean;
|
7314
7284
|
slim: boolean;
|
7315
|
-
filterable: boolean;
|
7316
7285
|
activatable: boolean;
|
7317
7286
|
selectable: boolean;
|
7318
7287
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -7330,7 +7299,6 @@ export declare const VCombobox: {
|
|
7330
7299
|
density: import("../../composables/density.js").Density;
|
7331
7300
|
tile: boolean;
|
7332
7301
|
slim: boolean;
|
7333
|
-
filterable: boolean;
|
7334
7302
|
activatable: boolean;
|
7335
7303
|
selectable: boolean;
|
7336
7304
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -7362,7 +7330,7 @@ export declare const VCombobox: {
|
|
7362
7330
|
value: boolean;
|
7363
7331
|
path: unknown[];
|
7364
7332
|
}) => any) | undefined;
|
7365
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
7333
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
7366
7334
|
items?: readonly any[] | undefined;
|
7367
7335
|
itemTitle?: SelectItemKey<any>;
|
7368
7336
|
itemValue?: SelectItemKey<any>;
|
@@ -7774,7 +7742,6 @@ export declare const VCombobox: {
|
|
7774
7742
|
bgColor?: string | undefined;
|
7775
7743
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7776
7744
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7777
|
-
iconColor?: string | boolean | undefined;
|
7778
7745
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7779
7746
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7780
7747
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7783,6 +7750,7 @@ export declare const VCombobox: {
|
|
7783
7750
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7784
7751
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7785
7752
|
centerAffix?: boolean | undefined;
|
7753
|
+
iconColor?: string | boolean | undefined;
|
7786
7754
|
hint?: string | undefined;
|
7787
7755
|
hideDetails?: boolean | "auto" | undefined;
|
7788
7756
|
suffix?: string | undefined;
|
@@ -7926,7 +7894,6 @@ export declare const VCombobox: {
|
|
7926
7894
|
bgColor?: string | undefined;
|
7927
7895
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7928
7896
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7929
|
-
iconColor?: string | boolean | undefined;
|
7930
7897
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7931
7898
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7932
7899
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7935,6 +7902,7 @@ export declare const VCombobox: {
|
|
7935
7902
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7936
7903
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7937
7904
|
centerAffix?: boolean | undefined;
|
7905
|
+
iconColor?: string | boolean | undefined;
|
7938
7906
|
hint?: string | undefined;
|
7939
7907
|
hideDetails?: boolean | "auto" | undefined;
|
7940
7908
|
suffix?: string | undefined;
|
@@ -8049,9 +8017,9 @@ export declare const VCombobox: {
|
|
8049
8017
|
baseColor?: string | undefined;
|
8050
8018
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8051
8019
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8052
|
-
iconColor?: string | boolean | undefined;
|
8053
8020
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8054
8021
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8022
|
+
iconColor?: string | boolean | undefined;
|
8055
8023
|
hint?: string | undefined;
|
8056
8024
|
hideDetails?: boolean | "auto" | undefined;
|
8057
8025
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8105,9 +8073,9 @@ export declare const VCombobox: {
|
|
8105
8073
|
baseColor?: string | undefined;
|
8106
8074
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8107
8075
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8108
|
-
iconColor?: string | boolean | undefined;
|
8109
8076
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8110
8077
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8078
|
+
iconColor?: string | boolean | undefined;
|
8111
8079
|
hint?: string | undefined;
|
8112
8080
|
hideDetails?: boolean | "auto" | undefined;
|
8113
8081
|
} & {}, {
|
@@ -8208,9 +8176,9 @@ export declare const VCombobox: {
|
|
8208
8176
|
baseColor?: string | undefined;
|
8209
8177
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8210
8178
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8211
|
-
iconColor?: string | boolean | undefined;
|
8212
8179
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8213
8180
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8181
|
+
iconColor?: string | boolean | undefined;
|
8214
8182
|
hint?: string | undefined;
|
8215
8183
|
hideDetails?: boolean | "auto" | undefined;
|
8216
8184
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8222,7 +8190,7 @@ export declare const VCombobox: {
|
|
8222
8190
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8223
8191
|
modelValue?: unknown;
|
8224
8192
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8225
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
8193
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8226
8194
|
$: import("vue").ComponentInternalInstance;
|
8227
8195
|
$data: {};
|
8228
8196
|
$props: Partial<{
|
@@ -8269,13 +8237,13 @@ export declare const VCombobox: {
|
|
8269
8237
|
rounded?: string | number | boolean | undefined;
|
8270
8238
|
baseColor?: string | undefined;
|
8271
8239
|
bgColor?: string | undefined;
|
8272
|
-
iconColor?: string | boolean | undefined;
|
8273
8240
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8274
8241
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8275
8242
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8276
8243
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8277
8244
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8278
8245
|
centerAffix?: boolean | undefined;
|
8246
|
+
iconColor?: string | boolean | undefined;
|
8279
8247
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8280
8248
|
$attrs: {
|
8281
8249
|
[x: string]: unknown;
|
@@ -8328,13 +8296,13 @@ export declare const VCombobox: {
|
|
8328
8296
|
rounded?: string | number | boolean | undefined;
|
8329
8297
|
baseColor?: string | undefined;
|
8330
8298
|
bgColor?: string | undefined;
|
8331
|
-
iconColor?: string | boolean | undefined;
|
8332
8299
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8333
8300
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8334
8301
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8335
8302
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8336
8303
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8337
8304
|
centerAffix?: boolean | undefined;
|
8305
|
+
iconColor?: string | boolean | undefined;
|
8338
8306
|
} & {
|
8339
8307
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8340
8308
|
}, {
|
@@ -8438,13 +8406,13 @@ export declare const VCombobox: {
|
|
8438
8406
|
rounded?: string | number | boolean | undefined;
|
8439
8407
|
baseColor?: string | undefined;
|
8440
8408
|
bgColor?: string | undefined;
|
8441
|
-
iconColor?: string | boolean | undefined;
|
8442
8409
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8443
8410
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8444
8411
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8445
8412
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8446
8413
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8447
8414
|
centerAffix?: boolean | undefined;
|
8415
|
+
iconColor?: string | boolean | undefined;
|
8448
8416
|
} & {
|
8449
8417
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8450
8418
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8453,7 +8421,7 @@ export declare const VCombobox: {
|
|
8453
8421
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8454
8422
|
modelValue?: unknown;
|
8455
8423
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8456
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
8424
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8457
8425
|
_allExposed: {
|
8458
8426
|
reset: () => Promise<void>;
|
8459
8427
|
resetValidation: () => Promise<void>;
|
@@ -8621,7 +8589,6 @@ export declare const VCombobox: {
|
|
8621
8589
|
bgColor?: string | undefined;
|
8622
8590
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8623
8591
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8624
|
-
iconColor?: string | boolean | undefined;
|
8625
8592
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8626
8593
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8627
8594
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8630,6 +8597,7 @@ export declare const VCombobox: {
|
|
8630
8597
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8631
8598
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8632
8599
|
centerAffix?: boolean | undefined;
|
8600
|
+
iconColor?: string | boolean | undefined;
|
8633
8601
|
hint?: string | undefined;
|
8634
8602
|
hideDetails?: boolean | "auto" | undefined;
|
8635
8603
|
suffix?: string | undefined;
|
@@ -8744,9 +8712,9 @@ export declare const VCombobox: {
|
|
8744
8712
|
baseColor?: string | undefined;
|
8745
8713
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8746
8714
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8747
|
-
iconColor?: string | boolean | undefined;
|
8748
8715
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8749
8716
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8717
|
+
iconColor?: string | boolean | undefined;
|
8750
8718
|
hint?: string | undefined;
|
8751
8719
|
hideDetails?: boolean | "auto" | undefined;
|
8752
8720
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8800,9 +8768,9 @@ export declare const VCombobox: {
|
|
8800
8768
|
baseColor?: string | undefined;
|
8801
8769
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8802
8770
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8803
|
-
iconColor?: string | boolean | undefined;
|
8804
8771
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8805
8772
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8773
|
+
iconColor?: string | boolean | undefined;
|
8806
8774
|
hint?: string | undefined;
|
8807
8775
|
hideDetails?: boolean | "auto" | undefined;
|
8808
8776
|
} & {}, {
|
@@ -8903,9 +8871,9 @@ export declare const VCombobox: {
|
|
8903
8871
|
baseColor?: string | undefined;
|
8904
8872
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8905
8873
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8906
|
-
iconColor?: string | boolean | undefined;
|
8907
8874
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8908
8875
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8876
|
+
iconColor?: string | boolean | undefined;
|
8909
8877
|
hint?: string | undefined;
|
8910
8878
|
hideDetails?: boolean | "auto" | undefined;
|
8911
8879
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8917,7 +8885,7 @@ export declare const VCombobox: {
|
|
8917
8885
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8918
8886
|
modelValue?: unknown;
|
8919
8887
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8920
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
8888
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8921
8889
|
$: import("vue").ComponentInternalInstance;
|
8922
8890
|
$data: {};
|
8923
8891
|
$props: Partial<{
|
@@ -8964,13 +8932,13 @@ export declare const VCombobox: {
|
|
8964
8932
|
rounded?: string | number | boolean | undefined;
|
8965
8933
|
baseColor?: string | undefined;
|
8966
8934
|
bgColor?: string | undefined;
|
8967
|
-
iconColor?: string | boolean | undefined;
|
8968
8935
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8969
8936
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8970
8937
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8971
8938
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8972
8939
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8973
8940
|
centerAffix?: boolean | undefined;
|
8941
|
+
iconColor?: string | boolean | undefined;
|
8974
8942
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8975
8943
|
$attrs: {
|
8976
8944
|
[x: string]: unknown;
|
@@ -9023,13 +8991,13 @@ export declare const VCombobox: {
|
|
9023
8991
|
rounded?: string | number | boolean | undefined;
|
9024
8992
|
baseColor?: string | undefined;
|
9025
8993
|
bgColor?: string | undefined;
|
9026
|
-
iconColor?: string | boolean | undefined;
|
9027
8994
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9028
8995
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9029
8996
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9030
8997
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9031
8998
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9032
8999
|
centerAffix?: boolean | undefined;
|
9000
|
+
iconColor?: string | boolean | undefined;
|
9033
9001
|
} & {
|
9034
9002
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9035
9003
|
}, {
|
@@ -9133,13 +9101,13 @@ export declare const VCombobox: {
|
|
9133
9101
|
rounded?: string | number | boolean | undefined;
|
9134
9102
|
baseColor?: string | undefined;
|
9135
9103
|
bgColor?: string | undefined;
|
9136
|
-
iconColor?: string | boolean | undefined;
|
9137
9104
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9138
9105
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9139
9106
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9140
9107
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9141
9108
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9142
9109
|
centerAffix?: boolean | undefined;
|
9110
|
+
iconColor?: string | boolean | undefined;
|
9143
9111
|
} & {
|
9144
9112
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9145
9113
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9148,7 +9116,7 @@ export declare const VCombobox: {
|
|
9148
9116
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9149
9117
|
modelValue?: unknown;
|
9150
9118
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9151
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
9119
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9152
9120
|
_allExposed: {
|
9153
9121
|
reset: () => Promise<void>;
|
9154
9122
|
resetValidation: () => Promise<void>;
|
@@ -9159,7 +9127,7 @@ export declare const VCombobox: {
|
|
9159
9127
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9160
9128
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9161
9129
|
} | {};
|
9162
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "
|
9130
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
9163
9131
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9164
9132
|
$: import("vue").ComponentInternalInstance;
|
9165
9133
|
$data: {};
|
@@ -9210,9 +9178,9 @@ export declare const VCombobox: {
|
|
9210
9178
|
baseColor?: string | undefined;
|
9211
9179
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9212
9180
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9213
|
-
iconColor?: string | boolean | undefined;
|
9214
9181
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9215
9182
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9183
|
+
iconColor?: string | boolean | undefined;
|
9216
9184
|
hint?: string | undefined;
|
9217
9185
|
hideDetails?: boolean | "auto" | undefined;
|
9218
9186
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9266,9 +9234,9 @@ export declare const VCombobox: {
|
|
9266
9234
|
baseColor?: string | undefined;
|
9267
9235
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9268
9236
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9269
|
-
iconColor?: string | boolean | undefined;
|
9270
9237
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9271
9238
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9239
|
+
iconColor?: string | boolean | undefined;
|
9272
9240
|
hint?: string | undefined;
|
9273
9241
|
hideDetails?: boolean | "auto" | undefined;
|
9274
9242
|
} & {}, {
|
@@ -9369,9 +9337,9 @@ export declare const VCombobox: {
|
|
9369
9337
|
baseColor?: string | undefined;
|
9370
9338
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9371
9339
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9372
|
-
iconColor?: string | boolean | undefined;
|
9373
9340
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9374
9341
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9342
|
+
iconColor?: string | boolean | undefined;
|
9375
9343
|
hint?: string | undefined;
|
9376
9344
|
hideDetails?: boolean | "auto" | undefined;
|
9377
9345
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9383,7 +9351,7 @@ export declare const VCombobox: {
|
|
9383
9351
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9384
9352
|
modelValue?: unknown;
|
9385
9353
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9386
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "
|
9354
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
9387
9355
|
$: import("vue").ComponentInternalInstance;
|
9388
9356
|
$data: {};
|
9389
9357
|
$props: Partial<{
|
@@ -9430,13 +9398,13 @@ export declare const VCombobox: {
|
|
9430
9398
|
rounded?: string | number | boolean | undefined;
|
9431
9399
|
baseColor?: string | undefined;
|
9432
9400
|
bgColor?: string | undefined;
|
9433
|
-
iconColor?: string | boolean | undefined;
|
9434
9401
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9435
9402
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9436
9403
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9437
9404
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9438
9405
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9439
9406
|
centerAffix?: boolean | undefined;
|
9407
|
+
iconColor?: string | boolean | undefined;
|
9440
9408
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
9441
9409
|
$attrs: {
|
9442
9410
|
[x: string]: unknown;
|
@@ -9489,13 +9457,13 @@ export declare const VCombobox: {
|
|
9489
9457
|
rounded?: string | number | boolean | undefined;
|
9490
9458
|
baseColor?: string | undefined;
|
9491
9459
|
bgColor?: string | undefined;
|
9492
|
-
iconColor?: string | boolean | undefined;
|
9493
9460
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9494
9461
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9495
9462
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9496
9463
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9497
9464
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9498
9465
|
centerAffix?: boolean | undefined;
|
9466
|
+
iconColor?: string | boolean | undefined;
|
9499
9467
|
} & {
|
9500
9468
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9501
9469
|
}, {
|
@@ -9599,13 +9567,13 @@ export declare const VCombobox: {
|
|
9599
9567
|
rounded?: string | number | boolean | undefined;
|
9600
9568
|
baseColor?: string | undefined;
|
9601
9569
|
bgColor?: string | undefined;
|
9602
|
-
iconColor?: string | boolean | undefined;
|
9603
9570
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9604
9571
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9605
9572
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9606
9573
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9607
9574
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9608
9575
|
centerAffix?: boolean | undefined;
|
9576
|
+
iconColor?: string | boolean | undefined;
|
9609
9577
|
} & {
|
9610
9578
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9611
9579
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9614,7 +9582,7 @@ export declare const VCombobox: {
|
|
9614
9582
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9615
9583
|
modelValue?: unknown;
|
9616
9584
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9617
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "
|
9585
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9618
9586
|
_allExposed: {
|
9619
9587
|
reset: () => Promise<void>;
|
9620
9588
|
resetValidation: () => Promise<void>;
|
@@ -9639,7 +9607,7 @@ export declare const VCombobox: {
|
|
9639
9607
|
'update:modelValue': (value: any) => true;
|
9640
9608
|
'update:search': (value: string) => true;
|
9641
9609
|
'update:menu': (value: boolean) => true;
|
9642
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "
|
9610
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
9643
9611
|
flat: boolean;
|
9644
9612
|
reverse: boolean;
|
9645
9613
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -9688,7 +9656,6 @@ export declare const VCombobox: {
|
|
9688
9656
|
hideSelected: boolean;
|
9689
9657
|
menuIcon: import("../../composables/icons.js").IconValue;
|
9690
9658
|
openOnClear: boolean;
|
9691
|
-
noAutoScroll: boolean;
|
9692
9659
|
clearOnSelect: boolean;
|
9693
9660
|
}, {}, string, import("vue").SlotsType<Partial<{
|
9694
9661
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -9719,14 +9686,6 @@ export declare const VCombobox: {
|
|
9719
9686
|
item: ListItem<unknown>;
|
9720
9687
|
index: number;
|
9721
9688
|
}) => import("vue").VNode[];
|
9722
|
-
subheader: (arg: {
|
9723
|
-
props: Record<string, unknown>;
|
9724
|
-
index: number;
|
9725
|
-
}) => import("vue").VNode[];
|
9726
|
-
divider: (arg: {
|
9727
|
-
props: Record<string, unknown>;
|
9728
|
-
index: number;
|
9729
|
-
}) => import("vue").VNode[];
|
9730
9689
|
'prepend-item': () => import("vue").VNode[];
|
9731
9690
|
'append-item': () => import("vue").VNode[];
|
9732
9691
|
'no-data': () => import("vue").VNode[];
|
@@ -9754,14 +9713,6 @@ export declare const VCombobox: {
|
|
9754
9713
|
item: ListItem<Item>;
|
9755
9714
|
index: number;
|
9756
9715
|
};
|
9757
|
-
subheader: {
|
9758
|
-
props: Record<string, unknown>;
|
9759
|
-
index: number;
|
9760
|
-
};
|
9761
|
-
divider: {
|
9762
|
-
props: Record<string, unknown>;
|
9763
|
-
index: number;
|
9764
|
-
};
|
9765
9716
|
"prepend-item": never;
|
9766
9717
|
"append-item": never;
|
9767
9718
|
"no-data": never;
|
@@ -9859,7 +9810,6 @@ export declare const VCombobox: {
|
|
9859
9810
|
bgColor: StringConstructor;
|
9860
9811
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9861
9812
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9862
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9863
9813
|
clearIcon: {
|
9864
9814
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9865
9815
|
default: string;
|
@@ -9875,6 +9825,7 @@ export declare const VCombobox: {
|
|
9875
9825
|
default: undefined;
|
9876
9826
|
};
|
9877
9827
|
glow: BooleanConstructor;
|
9828
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9878
9829
|
hideSpinButtons: BooleanConstructor;
|
9879
9830
|
hint: StringConstructor;
|
9880
9831
|
persistentHint: BooleanConstructor;
|
@@ -9949,7 +9900,6 @@ export declare const VCombobox: {
|
|
9949
9900
|
};
|
9950
9901
|
openOnClear: BooleanConstructor;
|
9951
9902
|
itemColor: StringConstructor;
|
9952
|
-
noAutoScroll: BooleanConstructor;
|
9953
9903
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
9954
9904
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
9955
9905
|
filterKeys: {
|
@@ -10063,7 +10013,6 @@ export declare const VCombobox: {
|
|
10063
10013
|
bgColor: StringConstructor;
|
10064
10014
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10065
10015
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10066
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
10067
10016
|
clearIcon: {
|
10068
10017
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
10069
10018
|
default: string;
|
@@ -10079,6 +10028,7 @@ export declare const VCombobox: {
|
|
10079
10028
|
default: undefined;
|
10080
10029
|
};
|
10081
10030
|
glow: BooleanConstructor;
|
10031
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10082
10032
|
hideSpinButtons: BooleanConstructor;
|
10083
10033
|
hint: StringConstructor;
|
10084
10034
|
persistentHint: BooleanConstructor;
|
@@ -10153,7 +10103,6 @@ export declare const VCombobox: {
|
|
10153
10103
|
};
|
10154
10104
|
openOnClear: BooleanConstructor;
|
10155
10105
|
itemColor: StringConstructor;
|
10156
|
-
noAutoScroll: BooleanConstructor;
|
10157
10106
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
10158
10107
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
10159
10108
|
filterKeys: {
|