@vuetify/nightly 3.8.9-dev.2025-06-13 → 3.8.9-master.2025-06-12
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 +6 -45
- package/dist/json/attributes.json +3714 -4110
- package/dist/json/importMap-labs.json +24 -28
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +2 -106
- package/dist/json/web-types.json +6783 -8232
- package/dist/vuetify-labs.cjs +177 -730
- package/dist/vuetify-labs.css +4085 -4128
- package/dist/vuetify-labs.d.ts +2938 -10254
- package/dist/vuetify-labs.esm.js +178 -731
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +177 -730
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +166 -478
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3607 -3650
- package/dist/vuetify.d.ts +2085 -2782
- package/dist/vuetify.esm.js +167 -479
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +166 -478
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1229 -1251
- 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 +110 -175
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +0 -60
- package/lib/components/VBadge/VBadge.js +2 -7
- package/lib/components/VBadge/VBadge.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 +110 -175
- 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 +5 -80
- package/lib/components/VDatePicker/VDatePicker.js +4 -10
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/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/VInfiniteScroll/VInfiniteScroll.d.ts +3 -9
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +0 -29
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VKbd/VKbd.css +2 -13
- package/lib/components/VKbd/VKbd.sass +1 -2
- package/lib/components/VKbd/_variables.scss +1 -12
- package/lib/components/VKbd/index.d.ts +95 -1
- package/lib/components/VKbd/index.js +4 -1
- package/lib/components/VKbd/index.js.map +1 -1
- 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.css +2 -0
- 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/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- 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/VMenu/VMenu.d.ts +0 -13
- package/lib/components/VMenu/VMenu.js +1 -2
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -114
- package/lib/components/VNumberInput/VNumberInput.js +20 -43
- 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 +118 -204
- 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/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +0 -13
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- 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/locale.d.ts +1 -5
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +29 -97
- 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 -4
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +64 -83
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/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/components.d.ts +0 -1
- package/lib/labs/components.js +0 -1
- package/lib/labs/components.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +3 -4
- package/lib/locale/adapters/vue-i18n.js +1 -6
- package/lib/locale/adapters/vue-i18n.js.map +1 -1
- package/lib/locale/adapters/vuetify.js +1 -7
- package/lib/locale/adapters/vuetify.js.map +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -2
- package/lib/util/helpers.js +7 -12
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -3
- package/lib/components/VKbd/VKbd.d.ts +0 -221
- package/lib/components/VKbd/VKbd.js +0 -55
- package/lib/components/VKbd/VKbd.js.map +0 -1
- 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
- package/lib/composables/mask.d.ts +0 -38
- package/lib/composables/mask.js +0 -183
- package/lib/composables/mask.js.map +0 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +0 -6993
- package/lib/labs/VMaskInput/VMaskInput.js +0 -67
- package/lib/labs/VMaskInput/VMaskInput.js.map +0 -1
- package/lib/labs/VMaskInput/index.d.ts +0 -1
- package/lib/labs/VMaskInput/index.js +0 -2
- package/lib/labs/VMaskInput/index.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVAutocompleteProps: <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 makeVAutocompleteProps: <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 makeVAutocompleteProps: <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 makeVAutocompleteProps: <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 makeVAutocompleteProps: <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"];
|
@@ -605,7 +604,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
605
604
|
rounded: string | number | boolean;
|
606
605
|
tile: boolean;
|
607
606
|
slim: boolean;
|
608
|
-
filterable: boolean;
|
609
607
|
activatable: boolean;
|
610
608
|
selectable: boolean;
|
611
609
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -623,7 +621,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
623
621
|
density: import("../../composables/density.js").Density;
|
624
622
|
tile: boolean;
|
625
623
|
slim: boolean;
|
626
|
-
filterable: boolean;
|
627
624
|
activatable: boolean;
|
628
625
|
selectable: boolean;
|
629
626
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -655,7 +652,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
655
652
|
value: boolean;
|
656
653
|
path: unknown[];
|
657
654
|
}) => any) | undefined;
|
658
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
655
|
+
} & 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"> & {
|
659
656
|
items?: readonly any[] | undefined;
|
660
657
|
itemTitle?: SelectItemKey<any>;
|
661
658
|
itemValue?: SelectItemKey<any>;
|
@@ -770,7 +767,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
770
767
|
rounded: string | number | boolean;
|
771
768
|
tile: boolean;
|
772
769
|
slim: boolean;
|
773
|
-
filterable: boolean;
|
774
770
|
activatable: boolean;
|
775
771
|
selectable: boolean;
|
776
772
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -788,7 +784,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
788
784
|
density: import("../../composables/density.js").Density;
|
789
785
|
tile: boolean;
|
790
786
|
slim: boolean;
|
791
|
-
filterable: boolean;
|
792
787
|
activatable: boolean;
|
793
788
|
selectable: boolean;
|
794
789
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -820,7 +815,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
820
815
|
value: boolean;
|
821
816
|
path: unknown[];
|
822
817
|
}) => any) | undefined;
|
823
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
818
|
+
} & 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"> & {
|
824
819
|
items?: readonly any[] | undefined;
|
825
820
|
itemTitle?: SelectItemKey<any>;
|
826
821
|
itemValue?: SelectItemKey<any>;
|
@@ -936,7 +931,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
936
931
|
rounded: string | number | boolean;
|
937
932
|
tile: boolean;
|
938
933
|
slim: boolean;
|
939
|
-
filterable: boolean;
|
940
934
|
activatable: boolean;
|
941
935
|
selectable: boolean;
|
942
936
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -954,7 +948,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
954
948
|
density: import("../../composables/density.js").Density;
|
955
949
|
tile: boolean;
|
956
950
|
slim: boolean;
|
957
|
-
filterable: boolean;
|
958
951
|
activatable: boolean;
|
959
952
|
selectable: boolean;
|
960
953
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -986,7 +979,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
986
979
|
value: boolean;
|
987
980
|
path: unknown[];
|
988
981
|
}) => any) | undefined;
|
989
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
982
|
+
} & 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"> & {
|
990
983
|
items?: readonly any[] | undefined;
|
991
984
|
itemTitle?: SelectItemKey<any>;
|
992
985
|
itemValue?: SelectItemKey<any>;
|
@@ -1101,7 +1094,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1101
1094
|
rounded: string | number | boolean;
|
1102
1095
|
tile: boolean;
|
1103
1096
|
slim: boolean;
|
1104
|
-
filterable: boolean;
|
1105
1097
|
activatable: boolean;
|
1106
1098
|
selectable: boolean;
|
1107
1099
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -1119,7 +1111,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1119
1111
|
density: import("../../composables/density.js").Density;
|
1120
1112
|
tile: boolean;
|
1121
1113
|
slim: boolean;
|
1122
|
-
filterable: boolean;
|
1123
1114
|
activatable: boolean;
|
1124
1115
|
selectable: boolean;
|
1125
1116
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -1151,7 +1142,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1151
1142
|
value: boolean;
|
1152
1143
|
path: unknown[];
|
1153
1144
|
}) => any) | undefined;
|
1154
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
1145
|
+
} & 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"> & {
|
1155
1146
|
items?: readonly any[] | undefined;
|
1156
1147
|
itemTitle?: SelectItemKey<any>;
|
1157
1148
|
itemValue?: SelectItemKey<any>;
|
@@ -1354,7 +1345,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1354
1345
|
noClickAnimation: boolean;
|
1355
1346
|
scrim: string | boolean;
|
1356
1347
|
submenu: boolean;
|
1357
|
-
disableInitialFocus: boolean;
|
1358
1348
|
}> & Omit<{
|
1359
1349
|
location: import("../../util/index.js").Anchor | undefined;
|
1360
1350
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1434,7 +1424,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1434
1424
|
noClickAnimation: boolean;
|
1435
1425
|
scrim: string | boolean;
|
1436
1426
|
submenu: boolean;
|
1437
|
-
disableInitialFocus: boolean;
|
1438
1427
|
offset?: string | number | number[] | undefined;
|
1439
1428
|
id?: string | undefined;
|
1440
1429
|
height?: string | number | undefined;
|
@@ -1484,7 +1473,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1484
1473
|
targetRef: import("../../util/index.js").TemplateRef;
|
1485
1474
|
}) => import("vue").VNodeChild) | undefined;
|
1486
1475
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1487
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
1476
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : (Partial<{
|
1488
1477
|
location: import("../../util/index.js").Anchor | undefined;
|
1489
1478
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1490
1479
|
transition: string | boolean | (import("vue").TransitionProps & {
|
@@ -1565,7 +1554,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1565
1554
|
noClickAnimation: boolean;
|
1566
1555
|
scrim: string | boolean;
|
1567
1556
|
submenu: boolean;
|
1568
|
-
disableInitialFocus: boolean;
|
1569
1557
|
}> & Omit<{
|
1570
1558
|
location: import("../../util/index.js").Anchor | undefined;
|
1571
1559
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1645,7 +1633,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1645
1633
|
noClickAnimation: boolean;
|
1646
1634
|
scrim: string | boolean;
|
1647
1635
|
submenu: boolean;
|
1648
|
-
disableInitialFocus: boolean;
|
1649
1636
|
offset?: string | number | number[] | undefined;
|
1650
1637
|
id?: string | undefined;
|
1651
1638
|
height?: string | number | undefined;
|
@@ -1695,7 +1682,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1695
1682
|
targetRef: import("../../util/index.js").TemplateRef;
|
1696
1683
|
}) => import("vue").VNodeChild) | undefined;
|
1697
1684
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1698
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
1685
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | Defaults["menuProps"]>;
|
1699
1686
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
1700
1687
|
location: import("../../util/index.js").Anchor | undefined;
|
1701
1688
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1777,7 +1764,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1777
1764
|
noClickAnimation: boolean;
|
1778
1765
|
scrim: string | boolean;
|
1779
1766
|
submenu: boolean;
|
1780
|
-
disableInitialFocus: boolean;
|
1781
1767
|
}> & Omit<{
|
1782
1768
|
location: import("../../util/index.js").Anchor | undefined;
|
1783
1769
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1857,7 +1843,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1857
1843
|
noClickAnimation: boolean;
|
1858
1844
|
scrim: string | boolean;
|
1859
1845
|
submenu: boolean;
|
1860
|
-
disableInitialFocus: boolean;
|
1861
1846
|
offset?: string | number | number[] | undefined;
|
1862
1847
|
id?: string | undefined;
|
1863
1848
|
height?: string | number | undefined;
|
@@ -1907,7 +1892,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1907
1892
|
targetRef: import("../../util/index.js").TemplateRef;
|
1908
1893
|
}) => import("vue").VNodeChild) | undefined;
|
1909
1894
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1910
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
1895
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : NonNullable<Partial<{
|
1911
1896
|
location: import("../../util/index.js").Anchor | undefined;
|
1912
1897
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1913
1898
|
transition: string | boolean | (import("vue").TransitionProps & {
|
@@ -1988,7 +1973,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1988
1973
|
noClickAnimation: boolean;
|
1989
1974
|
scrim: string | boolean;
|
1990
1975
|
submenu: boolean;
|
1991
|
-
disableInitialFocus: boolean;
|
1992
1976
|
}> & Omit<{
|
1993
1977
|
location: import("../../util/index.js").Anchor | undefined;
|
1994
1978
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -2068,7 +2052,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
2068
2052
|
noClickAnimation: boolean;
|
2069
2053
|
scrim: string | boolean;
|
2070
2054
|
submenu: boolean;
|
2071
|
-
disableInitialFocus: boolean;
|
2072
2055
|
offset?: string | number | number[] | undefined;
|
2073
2056
|
id?: string | undefined;
|
2074
2057
|
height?: string | number | undefined;
|
@@ -2118,7 +2101,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
2118
2101
|
targetRef: import("../../util/index.js").TemplateRef;
|
2119
2102
|
}) => import("vue").VNodeChild) | undefined;
|
2120
2103
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2121
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
2104
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">> | Defaults["menuProps"];
|
2122
2105
|
};
|
2123
2106
|
multiple: unknown extends Defaults["multiple"] ? BooleanConstructor : {
|
2124
2107
|
type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
|
@@ -2142,10 +2125,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
2142
2125
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
2143
2126
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
2144
2127
|
};
|
2145
|
-
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
2146
|
-
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
2147
|
-
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
2148
|
-
};
|
2149
2128
|
customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
|
2150
2129
|
type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
|
2151
2130
|
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
|
@@ -2244,7 +2223,6 @@ export declare const VAutocomplete: {
|
|
2244
2223
|
hideSelected: boolean;
|
2245
2224
|
menuIcon: import("../../composables/icons.js").IconValue;
|
2246
2225
|
openOnClear: boolean;
|
2247
|
-
noAutoScroll: boolean;
|
2248
2226
|
clearOnSelect: boolean;
|
2249
2227
|
} & {
|
2250
2228
|
search?: string | undefined;
|
@@ -2271,7 +2249,6 @@ export declare const VAutocomplete: {
|
|
2271
2249
|
bgColor?: string | undefined;
|
2272
2250
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2273
2251
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2274
|
-
iconColor?: string | boolean | undefined;
|
2275
2252
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2276
2253
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2277
2254
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2279,6 +2256,7 @@ export declare const VAutocomplete: {
|
|
2279
2256
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2280
2257
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2281
2258
|
centerAffix?: boolean | undefined;
|
2259
|
+
iconColor?: string | boolean | undefined;
|
2282
2260
|
hint?: string | undefined;
|
2283
2261
|
hideDetails?: boolean | "auto" | undefined;
|
2284
2262
|
suffix?: string | undefined;
|
@@ -2298,7 +2276,6 @@ export declare const VAutocomplete: {
|
|
2298
2276
|
rounded: string | number | boolean;
|
2299
2277
|
tile: boolean;
|
2300
2278
|
slim: boolean;
|
2301
|
-
filterable: boolean;
|
2302
2279
|
activatable: boolean;
|
2303
2280
|
selectable: boolean;
|
2304
2281
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2316,7 +2293,6 @@ export declare const VAutocomplete: {
|
|
2316
2293
|
density: import("../../composables/density.js").Density;
|
2317
2294
|
tile: boolean;
|
2318
2295
|
slim: boolean;
|
2319
|
-
filterable: boolean;
|
2320
2296
|
activatable: boolean;
|
2321
2297
|
selectable: boolean;
|
2322
2298
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2348,7 +2324,7 @@ export declare const VAutocomplete: {
|
|
2348
2324
|
value: boolean;
|
2349
2325
|
path: unknown[];
|
2350
2326
|
}) => any) | undefined;
|
2351
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
2327
|
+
} & 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"> & {
|
2352
2328
|
items?: readonly any[] | undefined;
|
2353
2329
|
itemTitle?: SelectItemKey<any>;
|
2354
2330
|
itemValue?: SelectItemKey<any>;
|
@@ -2531,7 +2507,6 @@ export declare const VAutocomplete: {
|
|
2531
2507
|
noClickAnimation: boolean;
|
2532
2508
|
scrim: string | boolean;
|
2533
2509
|
submenu: boolean;
|
2534
|
-
disableInitialFocus: boolean;
|
2535
2510
|
}> & Omit<{
|
2536
2511
|
location: import("../../util/index.js").Anchor | undefined;
|
2537
2512
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -2611,7 +2586,6 @@ export declare const VAutocomplete: {
|
|
2611
2586
|
noClickAnimation: boolean;
|
2612
2587
|
scrim: string | boolean;
|
2613
2588
|
submenu: boolean;
|
2614
|
-
disableInitialFocus: boolean;
|
2615
2589
|
offset?: string | number | number[] | undefined;
|
2616
2590
|
id?: string | undefined;
|
2617
2591
|
height?: string | number | undefined;
|
@@ -2661,7 +2635,7 @@ export declare const VAutocomplete: {
|
|
2661
2635
|
targetRef: import("../../util/index.js").TemplateRef;
|
2662
2636
|
}) => import("vue").VNodeChild) | undefined;
|
2663
2637
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2664
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
2638
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
2665
2639
|
itemColor?: string | undefined;
|
2666
2640
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2667
2641
|
} & {
|
@@ -2763,7 +2737,6 @@ export declare const VAutocomplete: {
|
|
2763
2737
|
bgColor?: string | undefined;
|
2764
2738
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2765
2739
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2766
|
-
iconColor?: string | boolean | undefined;
|
2767
2740
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2768
2741
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2769
2742
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2772,6 +2745,7 @@ export declare const VAutocomplete: {
|
|
2772
2745
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2773
2746
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2774
2747
|
centerAffix?: boolean | undefined;
|
2748
|
+
iconColor?: string | boolean | undefined;
|
2775
2749
|
hint?: string | undefined;
|
2776
2750
|
hideDetails?: boolean | "auto" | undefined;
|
2777
2751
|
suffix?: string | undefined;
|
@@ -2915,7 +2889,6 @@ export declare const VAutocomplete: {
|
|
2915
2889
|
bgColor?: string | undefined;
|
2916
2890
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2917
2891
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2918
|
-
iconColor?: string | boolean | undefined;
|
2919
2892
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2920
2893
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2921
2894
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2924,6 +2897,7 @@ export declare const VAutocomplete: {
|
|
2924
2897
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2925
2898
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2926
2899
|
centerAffix?: boolean | undefined;
|
2900
|
+
iconColor?: string | boolean | undefined;
|
2927
2901
|
hint?: string | undefined;
|
2928
2902
|
hideDetails?: boolean | "auto" | undefined;
|
2929
2903
|
suffix?: string | undefined;
|
@@ -3038,9 +3012,9 @@ export declare const VAutocomplete: {
|
|
3038
3012
|
baseColor?: string | undefined;
|
3039
3013
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3040
3014
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3041
|
-
iconColor?: string | boolean | undefined;
|
3042
3015
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3043
3016
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3017
|
+
iconColor?: string | boolean | undefined;
|
3044
3018
|
hint?: string | undefined;
|
3045
3019
|
hideDetails?: boolean | "auto" | undefined;
|
3046
3020
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3094,9 +3068,9 @@ export declare const VAutocomplete: {
|
|
3094
3068
|
baseColor?: string | undefined;
|
3095
3069
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3096
3070
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3097
|
-
iconColor?: string | boolean | undefined;
|
3098
3071
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3099
3072
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3073
|
+
iconColor?: string | boolean | undefined;
|
3100
3074
|
hint?: string | undefined;
|
3101
3075
|
hideDetails?: boolean | "auto" | undefined;
|
3102
3076
|
} & {}, {
|
@@ -3197,9 +3171,9 @@ export declare const VAutocomplete: {
|
|
3197
3171
|
baseColor?: string | undefined;
|
3198
3172
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3199
3173
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3200
|
-
iconColor?: string | boolean | undefined;
|
3201
3174
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3202
3175
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3176
|
+
iconColor?: string | boolean | undefined;
|
3203
3177
|
hint?: string | undefined;
|
3204
3178
|
hideDetails?: boolean | "auto" | undefined;
|
3205
3179
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3211,7 +3185,7 @@ export declare const VAutocomplete: {
|
|
3211
3185
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3212
3186
|
modelValue?: unknown;
|
3213
3187
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3214
|
-
}, 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" | "
|
3188
|
+
}, 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<{
|
3215
3189
|
$: import("vue").ComponentInternalInstance;
|
3216
3190
|
$data: {};
|
3217
3191
|
$props: Partial<{
|
@@ -3258,13 +3232,13 @@ export declare const VAutocomplete: {
|
|
3258
3232
|
rounded?: string | number | boolean | undefined;
|
3259
3233
|
baseColor?: string | undefined;
|
3260
3234
|
bgColor?: string | undefined;
|
3261
|
-
iconColor?: string | boolean | undefined;
|
3262
3235
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3263
3236
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3264
3237
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3265
3238
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3266
3239
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3267
3240
|
centerAffix?: boolean | undefined;
|
3241
|
+
iconColor?: string | boolean | undefined;
|
3268
3242
|
} & 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">;
|
3269
3243
|
$attrs: {
|
3270
3244
|
[x: string]: unknown;
|
@@ -3317,13 +3291,13 @@ export declare const VAutocomplete: {
|
|
3317
3291
|
rounded?: string | number | boolean | undefined;
|
3318
3292
|
baseColor?: string | undefined;
|
3319
3293
|
bgColor?: string | undefined;
|
3320
|
-
iconColor?: string | boolean | undefined;
|
3321
3294
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3322
3295
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3323
3296
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3324
3297
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3325
3298
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3326
3299
|
centerAffix?: boolean | undefined;
|
3300
|
+
iconColor?: string | boolean | undefined;
|
3327
3301
|
} & {
|
3328
3302
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3329
3303
|
}, {
|
@@ -3427,13 +3401,13 @@ export declare const VAutocomplete: {
|
|
3427
3401
|
rounded?: string | number | boolean | undefined;
|
3428
3402
|
baseColor?: string | undefined;
|
3429
3403
|
bgColor?: string | undefined;
|
3430
|
-
iconColor?: string | boolean | undefined;
|
3431
3404
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3432
3405
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3433
3406
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3434
3407
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3435
3408
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3436
3409
|
centerAffix?: boolean | undefined;
|
3410
|
+
iconColor?: string | boolean | undefined;
|
3437
3411
|
} & {
|
3438
3412
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3439
3413
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3442,7 +3416,7 @@ export declare const VAutocomplete: {
|
|
3442
3416
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3443
3417
|
modelValue?: unknown;
|
3444
3418
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3445
|
-
}, 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" | "
|
3419
|
+
}, 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}`> & {
|
3446
3420
|
_allExposed: {
|
3447
3421
|
reset: () => Promise<void>;
|
3448
3422
|
resetValidation: () => Promise<void>;
|
@@ -3610,7 +3584,6 @@ export declare const VAutocomplete: {
|
|
3610
3584
|
bgColor?: string | undefined;
|
3611
3585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3612
3586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3613
|
-
iconColor?: string | boolean | undefined;
|
3614
3587
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3615
3588
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3616
3589
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3619,6 +3592,7 @@ export declare const VAutocomplete: {
|
|
3619
3592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3620
3593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3621
3594
|
centerAffix?: boolean | undefined;
|
3595
|
+
iconColor?: string | boolean | undefined;
|
3622
3596
|
hint?: string | undefined;
|
3623
3597
|
hideDetails?: boolean | "auto" | undefined;
|
3624
3598
|
suffix?: string | undefined;
|
@@ -3733,9 +3707,9 @@ export declare const VAutocomplete: {
|
|
3733
3707
|
baseColor?: string | undefined;
|
3734
3708
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3735
3709
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3736
|
-
iconColor?: string | boolean | undefined;
|
3737
3710
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3738
3711
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3712
|
+
iconColor?: string | boolean | undefined;
|
3739
3713
|
hint?: string | undefined;
|
3740
3714
|
hideDetails?: boolean | "auto" | undefined;
|
3741
3715
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3789,9 +3763,9 @@ export declare const VAutocomplete: {
|
|
3789
3763
|
baseColor?: string | undefined;
|
3790
3764
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3791
3765
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3792
|
-
iconColor?: string | boolean | undefined;
|
3793
3766
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3794
3767
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3768
|
+
iconColor?: string | boolean | undefined;
|
3795
3769
|
hint?: string | undefined;
|
3796
3770
|
hideDetails?: boolean | "auto" | undefined;
|
3797
3771
|
} & {}, {
|
@@ -3892,9 +3866,9 @@ export declare const VAutocomplete: {
|
|
3892
3866
|
baseColor?: string | undefined;
|
3893
3867
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3894
3868
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3895
|
-
iconColor?: string | boolean | undefined;
|
3896
3869
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3897
3870
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3871
|
+
iconColor?: string | boolean | undefined;
|
3898
3872
|
hint?: string | undefined;
|
3899
3873
|
hideDetails?: boolean | "auto" | undefined;
|
3900
3874
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3906,7 +3880,7 @@ export declare const VAutocomplete: {
|
|
3906
3880
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3907
3881
|
modelValue?: unknown;
|
3908
3882
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3909
|
-
}, 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" | "
|
3883
|
+
}, 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<{
|
3910
3884
|
$: import("vue").ComponentInternalInstance;
|
3911
3885
|
$data: {};
|
3912
3886
|
$props: Partial<{
|
@@ -3953,13 +3927,13 @@ export declare const VAutocomplete: {
|
|
3953
3927
|
rounded?: string | number | boolean | undefined;
|
3954
3928
|
baseColor?: string | undefined;
|
3955
3929
|
bgColor?: string | undefined;
|
3956
|
-
iconColor?: string | boolean | undefined;
|
3957
3930
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3958
3931
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3959
3932
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3960
3933
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3961
3934
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3962
3935
|
centerAffix?: boolean | undefined;
|
3936
|
+
iconColor?: string | boolean | undefined;
|
3963
3937
|
} & 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">;
|
3964
3938
|
$attrs: {
|
3965
3939
|
[x: string]: unknown;
|
@@ -4012,13 +3986,13 @@ export declare const VAutocomplete: {
|
|
4012
3986
|
rounded?: string | number | boolean | undefined;
|
4013
3987
|
baseColor?: string | undefined;
|
4014
3988
|
bgColor?: string | undefined;
|
4015
|
-
iconColor?: string | boolean | undefined;
|
4016
3989
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4017
3990
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4018
3991
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4019
3992
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4020
3993
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4021
3994
|
centerAffix?: boolean | undefined;
|
3995
|
+
iconColor?: string | boolean | undefined;
|
4022
3996
|
} & {
|
4023
3997
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4024
3998
|
}, {
|
@@ -4122,13 +4096,13 @@ export declare const VAutocomplete: {
|
|
4122
4096
|
rounded?: string | number | boolean | undefined;
|
4123
4097
|
baseColor?: string | undefined;
|
4124
4098
|
bgColor?: string | undefined;
|
4125
|
-
iconColor?: string | boolean | undefined;
|
4126
4099
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4127
4100
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4128
4101
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4129
4102
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4130
4103
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4131
4104
|
centerAffix?: boolean | undefined;
|
4105
|
+
iconColor?: string | boolean | undefined;
|
4132
4106
|
} & {
|
4133
4107
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4134
4108
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4137,7 +4111,7 @@ export declare const VAutocomplete: {
|
|
4137
4111
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4138
4112
|
modelValue?: unknown;
|
4139
4113
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4140
|
-
}, 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" | "
|
4114
|
+
}, 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}`> & {
|
4141
4115
|
_allExposed: {
|
4142
4116
|
reset: () => Promise<void>;
|
4143
4117
|
resetValidation: () => Promise<void>;
|
@@ -4148,7 +4122,7 @@ export declare const VAutocomplete: {
|
|
4148
4122
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4149
4123
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4150
4124
|
} | {};
|
4151
|
-
}> & {} & 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" | "
|
4125
|
+
}> & {} & 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}`> & {
|
4152
4126
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4153
4127
|
$: import("vue").ComponentInternalInstance;
|
4154
4128
|
$data: {};
|
@@ -4199,9 +4173,9 @@ export declare const VAutocomplete: {
|
|
4199
4173
|
baseColor?: string | undefined;
|
4200
4174
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4201
4175
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4202
|
-
iconColor?: string | boolean | undefined;
|
4203
4176
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4204
4177
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4178
|
+
iconColor?: string | boolean | undefined;
|
4205
4179
|
hint?: string | undefined;
|
4206
4180
|
hideDetails?: boolean | "auto" | undefined;
|
4207
4181
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4255,9 +4229,9 @@ export declare const VAutocomplete: {
|
|
4255
4229
|
baseColor?: string | undefined;
|
4256
4230
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4257
4231
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4258
|
-
iconColor?: string | boolean | undefined;
|
4259
4232
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4260
4233
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4234
|
+
iconColor?: string | boolean | undefined;
|
4261
4235
|
hint?: string | undefined;
|
4262
4236
|
hideDetails?: boolean | "auto" | undefined;
|
4263
4237
|
} & {}, {
|
@@ -4358,9 +4332,9 @@ export declare const VAutocomplete: {
|
|
4358
4332
|
baseColor?: string | undefined;
|
4359
4333
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4360
4334
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4361
|
-
iconColor?: string | boolean | undefined;
|
4362
4335
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4363
4336
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4337
|
+
iconColor?: string | boolean | undefined;
|
4364
4338
|
hint?: string | undefined;
|
4365
4339
|
hideDetails?: boolean | "auto" | undefined;
|
4366
4340
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4372,7 +4346,7 @@ export declare const VAutocomplete: {
|
|
4372
4346
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4373
4347
|
modelValue?: unknown;
|
4374
4348
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4375
|
-
}, 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" | "
|
4349
|
+
}, 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<{
|
4376
4350
|
$: import("vue").ComponentInternalInstance;
|
4377
4351
|
$data: {};
|
4378
4352
|
$props: Partial<{
|
@@ -4419,13 +4393,13 @@ export declare const VAutocomplete: {
|
|
4419
4393
|
rounded?: string | number | boolean | undefined;
|
4420
4394
|
baseColor?: string | undefined;
|
4421
4395
|
bgColor?: string | undefined;
|
4422
|
-
iconColor?: string | boolean | undefined;
|
4423
4396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4424
4397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4425
4398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4426
4399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4427
4400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4428
4401
|
centerAffix?: boolean | undefined;
|
4402
|
+
iconColor?: string | boolean | undefined;
|
4429
4403
|
} & 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">;
|
4430
4404
|
$attrs: {
|
4431
4405
|
[x: string]: unknown;
|
@@ -4478,13 +4452,13 @@ export declare const VAutocomplete: {
|
|
4478
4452
|
rounded?: string | number | boolean | undefined;
|
4479
4453
|
baseColor?: string | undefined;
|
4480
4454
|
bgColor?: string | undefined;
|
4481
|
-
iconColor?: string | boolean | undefined;
|
4482
4455
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4483
4456
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4484
4457
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4485
4458
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4486
4459
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4487
4460
|
centerAffix?: boolean | undefined;
|
4461
|
+
iconColor?: string | boolean | undefined;
|
4488
4462
|
} & {
|
4489
4463
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4490
4464
|
}, {
|
@@ -4588,13 +4562,13 @@ export declare const VAutocomplete: {
|
|
4588
4562
|
rounded?: string | number | boolean | undefined;
|
4589
4563
|
baseColor?: string | undefined;
|
4590
4564
|
bgColor?: string | undefined;
|
4591
|
-
iconColor?: string | boolean | undefined;
|
4592
4565
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4593
4566
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4594
4567
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4595
4568
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4596
4569
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4597
4570
|
centerAffix?: boolean | undefined;
|
4571
|
+
iconColor?: string | boolean | undefined;
|
4598
4572
|
} & {
|
4599
4573
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4600
4574
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4603,7 +4577,7 @@ export declare const VAutocomplete: {
|
|
4603
4577
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4604
4578
|
modelValue?: unknown;
|
4605
4579
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4606
|
-
}, 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" | "
|
4580
|
+
}, 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}`> & {
|
4607
4581
|
_allExposed: {
|
4608
4582
|
reset: () => Promise<void>;
|
4609
4583
|
resetValidation: () => Promise<void>;
|
@@ -4629,7 +4603,7 @@ export declare const VAutocomplete: {
|
|
4629
4603
|
'update:search': (value: any) => true;
|
4630
4604
|
'update:modelValue': (value: any) => true;
|
4631
4605
|
'update:menu': (value: boolean) => true;
|
4632
|
-
}, "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" | "
|
4606
|
+
}, "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, {
|
4633
4607
|
flat: boolean;
|
4634
4608
|
reverse: boolean;
|
4635
4609
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4678,7 +4652,6 @@ export declare const VAutocomplete: {
|
|
4678
4652
|
hideSelected: boolean;
|
4679
4653
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4680
4654
|
openOnClear: boolean;
|
4681
|
-
noAutoScroll: boolean;
|
4682
4655
|
clearOnSelect: boolean;
|
4683
4656
|
}, true, {}, import("vue").SlotsType<Partial<{
|
4684
4657
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -4709,14 +4682,6 @@ export declare const VAutocomplete: {
|
|
4709
4682
|
item: ListItem<unknown>;
|
4710
4683
|
index: number;
|
4711
4684
|
}) => import("vue").VNode[];
|
4712
|
-
subheader: (arg: {
|
4713
|
-
props: Record<string, unknown>;
|
4714
|
-
index: number;
|
4715
|
-
}) => import("vue").VNode[];
|
4716
|
-
divider: (arg: {
|
4717
|
-
props: Record<string, unknown>;
|
4718
|
-
index: number;
|
4719
|
-
}) => import("vue").VNode[];
|
4720
4685
|
'prepend-item': () => import("vue").VNode[];
|
4721
4686
|
'append-item': () => import("vue").VNode[];
|
4722
4687
|
'no-data': () => import("vue").VNode[];
|
@@ -4774,7 +4739,6 @@ export declare const VAutocomplete: {
|
|
4774
4739
|
hideSelected: boolean;
|
4775
4740
|
menuIcon: import("../../composables/icons.js").IconValue;
|
4776
4741
|
openOnClear: boolean;
|
4777
|
-
noAutoScroll: boolean;
|
4778
4742
|
clearOnSelect: boolean;
|
4779
4743
|
} & {
|
4780
4744
|
search?: string | undefined;
|
@@ -4801,7 +4765,6 @@ export declare const VAutocomplete: {
|
|
4801
4765
|
bgColor?: string | undefined;
|
4802
4766
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4803
4767
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4804
|
-
iconColor?: string | boolean | undefined;
|
4805
4768
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4806
4769
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4807
4770
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4809,6 +4772,7 @@ export declare const VAutocomplete: {
|
|
4809
4772
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4810
4773
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4811
4774
|
centerAffix?: boolean | undefined;
|
4775
|
+
iconColor?: string | boolean | undefined;
|
4812
4776
|
hint?: string | undefined;
|
4813
4777
|
hideDetails?: boolean | "auto" | undefined;
|
4814
4778
|
suffix?: string | undefined;
|
@@ -4828,7 +4792,6 @@ export declare const VAutocomplete: {
|
|
4828
4792
|
rounded: string | number | boolean;
|
4829
4793
|
tile: boolean;
|
4830
4794
|
slim: boolean;
|
4831
|
-
filterable: boolean;
|
4832
4795
|
activatable: boolean;
|
4833
4796
|
selectable: boolean;
|
4834
4797
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -4846,7 +4809,6 @@ export declare const VAutocomplete: {
|
|
4846
4809
|
density: import("../../composables/density.js").Density;
|
4847
4810
|
tile: boolean;
|
4848
4811
|
slim: boolean;
|
4849
|
-
filterable: boolean;
|
4850
4812
|
activatable: boolean;
|
4851
4813
|
selectable: boolean;
|
4852
4814
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -4878,7 +4840,7 @@ export declare const VAutocomplete: {
|
|
4878
4840
|
value: boolean;
|
4879
4841
|
path: unknown[];
|
4880
4842
|
}) => any) | undefined;
|
4881
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
4843
|
+
} & 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"> & {
|
4882
4844
|
items?: readonly any[] | undefined;
|
4883
4845
|
itemTitle?: SelectItemKey<any>;
|
4884
4846
|
itemValue?: SelectItemKey<any>;
|
@@ -5061,7 +5023,6 @@ export declare const VAutocomplete: {
|
|
5061
5023
|
noClickAnimation: boolean;
|
5062
5024
|
scrim: string | boolean;
|
5063
5025
|
submenu: boolean;
|
5064
|
-
disableInitialFocus: boolean;
|
5065
5026
|
}> & Omit<{
|
5066
5027
|
location: import("../../util/index.js").Anchor | undefined;
|
5067
5028
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -5141,7 +5102,6 @@ export declare const VAutocomplete: {
|
|
5141
5102
|
noClickAnimation: boolean;
|
5142
5103
|
scrim: string | boolean;
|
5143
5104
|
submenu: boolean;
|
5144
|
-
disableInitialFocus: boolean;
|
5145
5105
|
offset?: string | number | number[] | undefined;
|
5146
5106
|
id?: string | undefined;
|
5147
5107
|
height?: string | number | undefined;
|
@@ -5191,7 +5151,7 @@ export declare const VAutocomplete: {
|
|
5191
5151
|
targetRef: import("../../util/index.js").TemplateRef;
|
5192
5152
|
}) => import("vue").VNodeChild) | undefined;
|
5193
5153
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5194
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
5154
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
5195
5155
|
itemColor?: string | undefined;
|
5196
5156
|
autoSelectFirst?: boolean | "exact" | undefined;
|
5197
5157
|
} & {
|
@@ -5293,7 +5253,6 @@ export declare const VAutocomplete: {
|
|
5293
5253
|
bgColor?: string | undefined;
|
5294
5254
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5295
5255
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5296
|
-
iconColor?: string | boolean | undefined;
|
5297
5256
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5298
5257
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5299
5258
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5302,6 +5261,7 @@ export declare const VAutocomplete: {
|
|
5302
5261
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5303
5262
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5304
5263
|
centerAffix?: boolean | undefined;
|
5264
|
+
iconColor?: string | boolean | undefined;
|
5305
5265
|
hint?: string | undefined;
|
5306
5266
|
hideDetails?: boolean | "auto" | undefined;
|
5307
5267
|
suffix?: string | undefined;
|
@@ -5445,7 +5405,6 @@ export declare const VAutocomplete: {
|
|
5445
5405
|
bgColor?: string | undefined;
|
5446
5406
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5447
5407
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5448
|
-
iconColor?: string | boolean | undefined;
|
5449
5408
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5450
5409
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5451
5410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5454,6 +5413,7 @@ export declare const VAutocomplete: {
|
|
5454
5413
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5455
5414
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5456
5415
|
centerAffix?: boolean | undefined;
|
5416
|
+
iconColor?: string | boolean | undefined;
|
5457
5417
|
hint?: string | undefined;
|
5458
5418
|
hideDetails?: boolean | "auto" | undefined;
|
5459
5419
|
suffix?: string | undefined;
|
@@ -5568,9 +5528,9 @@ export declare const VAutocomplete: {
|
|
5568
5528
|
baseColor?: string | undefined;
|
5569
5529
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5570
5530
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5571
|
-
iconColor?: string | boolean | undefined;
|
5572
5531
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5573
5532
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5533
|
+
iconColor?: string | boolean | undefined;
|
5574
5534
|
hint?: string | undefined;
|
5575
5535
|
hideDetails?: boolean | "auto" | undefined;
|
5576
5536
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5624,9 +5584,9 @@ export declare const VAutocomplete: {
|
|
5624
5584
|
baseColor?: string | undefined;
|
5625
5585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5626
5586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5627
|
-
iconColor?: string | boolean | undefined;
|
5628
5587
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5629
5588
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5589
|
+
iconColor?: string | boolean | undefined;
|
5630
5590
|
hint?: string | undefined;
|
5631
5591
|
hideDetails?: boolean | "auto" | undefined;
|
5632
5592
|
} & {}, {
|
@@ -5727,9 +5687,9 @@ export declare const VAutocomplete: {
|
|
5727
5687
|
baseColor?: string | undefined;
|
5728
5688
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5729
5689
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5730
|
-
iconColor?: string | boolean | undefined;
|
5731
5690
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5732
5691
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5692
|
+
iconColor?: string | boolean | undefined;
|
5733
5693
|
hint?: string | undefined;
|
5734
5694
|
hideDetails?: boolean | "auto" | undefined;
|
5735
5695
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5741,7 +5701,7 @@ export declare const VAutocomplete: {
|
|
5741
5701
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5742
5702
|
modelValue?: unknown;
|
5743
5703
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5744
|
-
}, 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" | "
|
5704
|
+
}, 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<{
|
5745
5705
|
$: import("vue").ComponentInternalInstance;
|
5746
5706
|
$data: {};
|
5747
5707
|
$props: Partial<{
|
@@ -5788,13 +5748,13 @@ export declare const VAutocomplete: {
|
|
5788
5748
|
rounded?: string | number | boolean | undefined;
|
5789
5749
|
baseColor?: string | undefined;
|
5790
5750
|
bgColor?: string | undefined;
|
5791
|
-
iconColor?: string | boolean | undefined;
|
5792
5751
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5793
5752
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5794
5753
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5795
5754
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5796
5755
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5797
5756
|
centerAffix?: boolean | undefined;
|
5757
|
+
iconColor?: string | boolean | undefined;
|
5798
5758
|
} & 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">;
|
5799
5759
|
$attrs: {
|
5800
5760
|
[x: string]: unknown;
|
@@ -5847,13 +5807,13 @@ export declare const VAutocomplete: {
|
|
5847
5807
|
rounded?: string | number | boolean | undefined;
|
5848
5808
|
baseColor?: string | undefined;
|
5849
5809
|
bgColor?: string | undefined;
|
5850
|
-
iconColor?: string | boolean | undefined;
|
5851
5810
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5852
5811
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5853
5812
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5854
5813
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5855
5814
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5856
5815
|
centerAffix?: boolean | undefined;
|
5816
|
+
iconColor?: string | boolean | undefined;
|
5857
5817
|
} & {
|
5858
5818
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5859
5819
|
}, {
|
@@ -5957,13 +5917,13 @@ export declare const VAutocomplete: {
|
|
5957
5917
|
rounded?: string | number | boolean | undefined;
|
5958
5918
|
baseColor?: string | undefined;
|
5959
5919
|
bgColor?: string | undefined;
|
5960
|
-
iconColor?: string | boolean | undefined;
|
5961
5920
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5962
5921
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5963
5922
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5964
5923
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5965
5924
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5966
5925
|
centerAffix?: boolean | undefined;
|
5926
|
+
iconColor?: string | boolean | undefined;
|
5967
5927
|
} & {
|
5968
5928
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5969
5929
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5972,7 +5932,7 @@ export declare const VAutocomplete: {
|
|
5972
5932
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5973
5933
|
modelValue?: unknown;
|
5974
5934
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5975
|
-
}, 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" | "
|
5935
|
+
}, 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}`> & {
|
5976
5936
|
_allExposed: {
|
5977
5937
|
reset: () => Promise<void>;
|
5978
5938
|
resetValidation: () => Promise<void>;
|
@@ -6140,7 +6100,6 @@ export declare const VAutocomplete: {
|
|
6140
6100
|
bgColor?: string | undefined;
|
6141
6101
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6142
6102
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6143
|
-
iconColor?: string | boolean | undefined;
|
6144
6103
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6145
6104
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6146
6105
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6149,6 +6108,7 @@ export declare const VAutocomplete: {
|
|
6149
6108
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6150
6109
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6151
6110
|
centerAffix?: boolean | undefined;
|
6111
|
+
iconColor?: string | boolean | undefined;
|
6152
6112
|
hint?: string | undefined;
|
6153
6113
|
hideDetails?: boolean | "auto" | undefined;
|
6154
6114
|
suffix?: string | undefined;
|
@@ -6263,9 +6223,9 @@ export declare const VAutocomplete: {
|
|
6263
6223
|
baseColor?: string | undefined;
|
6264
6224
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6265
6225
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6266
|
-
iconColor?: string | boolean | undefined;
|
6267
6226
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6268
6227
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6228
|
+
iconColor?: string | boolean | undefined;
|
6269
6229
|
hint?: string | undefined;
|
6270
6230
|
hideDetails?: boolean | "auto" | undefined;
|
6271
6231
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6319,9 +6279,9 @@ export declare const VAutocomplete: {
|
|
6319
6279
|
baseColor?: string | undefined;
|
6320
6280
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6321
6281
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6322
|
-
iconColor?: string | boolean | undefined;
|
6323
6282
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6324
6283
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6284
|
+
iconColor?: string | boolean | undefined;
|
6325
6285
|
hint?: string | undefined;
|
6326
6286
|
hideDetails?: boolean | "auto" | undefined;
|
6327
6287
|
} & {}, {
|
@@ -6422,9 +6382,9 @@ export declare const VAutocomplete: {
|
|
6422
6382
|
baseColor?: string | undefined;
|
6423
6383
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6424
6384
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6425
|
-
iconColor?: string | boolean | undefined;
|
6426
6385
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6427
6386
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6387
|
+
iconColor?: string | boolean | undefined;
|
6428
6388
|
hint?: string | undefined;
|
6429
6389
|
hideDetails?: boolean | "auto" | undefined;
|
6430
6390
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6436,7 +6396,7 @@ export declare const VAutocomplete: {
|
|
6436
6396
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6437
6397
|
modelValue?: unknown;
|
6438
6398
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6439
|
-
}, 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" | "
|
6399
|
+
}, 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<{
|
6440
6400
|
$: import("vue").ComponentInternalInstance;
|
6441
6401
|
$data: {};
|
6442
6402
|
$props: Partial<{
|
@@ -6483,13 +6443,13 @@ export declare const VAutocomplete: {
|
|
6483
6443
|
rounded?: string | number | boolean | undefined;
|
6484
6444
|
baseColor?: string | undefined;
|
6485
6445
|
bgColor?: string | undefined;
|
6486
|
-
iconColor?: string | boolean | undefined;
|
6487
6446
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6488
6447
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6489
6448
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6490
6449
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6491
6450
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6492
6451
|
centerAffix?: boolean | undefined;
|
6452
|
+
iconColor?: string | boolean | undefined;
|
6493
6453
|
} & 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">;
|
6494
6454
|
$attrs: {
|
6495
6455
|
[x: string]: unknown;
|
@@ -6542,13 +6502,13 @@ export declare const VAutocomplete: {
|
|
6542
6502
|
rounded?: string | number | boolean | undefined;
|
6543
6503
|
baseColor?: string | undefined;
|
6544
6504
|
bgColor?: string | undefined;
|
6545
|
-
iconColor?: string | boolean | undefined;
|
6546
6505
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6547
6506
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6548
6507
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6549
6508
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6550
6509
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6551
6510
|
centerAffix?: boolean | undefined;
|
6511
|
+
iconColor?: string | boolean | undefined;
|
6552
6512
|
} & {
|
6553
6513
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6554
6514
|
}, {
|
@@ -6652,13 +6612,13 @@ export declare const VAutocomplete: {
|
|
6652
6612
|
rounded?: string | number | boolean | undefined;
|
6653
6613
|
baseColor?: string | undefined;
|
6654
6614
|
bgColor?: string | undefined;
|
6655
|
-
iconColor?: string | boolean | undefined;
|
6656
6615
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6657
6616
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6658
6617
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6659
6618
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6660
6619
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6661
6620
|
centerAffix?: boolean | undefined;
|
6621
|
+
iconColor?: string | boolean | undefined;
|
6662
6622
|
} & {
|
6663
6623
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6664
6624
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6667,7 +6627,7 @@ export declare const VAutocomplete: {
|
|
6667
6627
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6668
6628
|
modelValue?: unknown;
|
6669
6629
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6670
|
-
}, 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" | "
|
6630
|
+
}, 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}`> & {
|
6671
6631
|
_allExposed: {
|
6672
6632
|
reset: () => Promise<void>;
|
6673
6633
|
resetValidation: () => Promise<void>;
|
@@ -6678,7 +6638,7 @@ export declare const VAutocomplete: {
|
|
6678
6638
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6679
6639
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6680
6640
|
} | {};
|
6681
|
-
}> & {} & 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" | "
|
6641
|
+
}> & {} & 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}`> & {
|
6682
6642
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6683
6643
|
$: import("vue").ComponentInternalInstance;
|
6684
6644
|
$data: {};
|
@@ -6729,9 +6689,9 @@ export declare const VAutocomplete: {
|
|
6729
6689
|
baseColor?: string | undefined;
|
6730
6690
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6731
6691
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6732
|
-
iconColor?: string | boolean | undefined;
|
6733
6692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6734
6693
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6694
|
+
iconColor?: string | boolean | undefined;
|
6735
6695
|
hint?: string | undefined;
|
6736
6696
|
hideDetails?: boolean | "auto" | undefined;
|
6737
6697
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6785,9 +6745,9 @@ export declare const VAutocomplete: {
|
|
6785
6745
|
baseColor?: string | undefined;
|
6786
6746
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6787
6747
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6788
|
-
iconColor?: string | boolean | undefined;
|
6789
6748
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6790
6749
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6750
|
+
iconColor?: string | boolean | undefined;
|
6791
6751
|
hint?: string | undefined;
|
6792
6752
|
hideDetails?: boolean | "auto" | undefined;
|
6793
6753
|
} & {}, {
|
@@ -6888,9 +6848,9 @@ export declare const VAutocomplete: {
|
|
6888
6848
|
baseColor?: string | undefined;
|
6889
6849
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6890
6850
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6891
|
-
iconColor?: string | boolean | undefined;
|
6892
6851
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6893
6852
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6853
|
+
iconColor?: string | boolean | undefined;
|
6894
6854
|
hint?: string | undefined;
|
6895
6855
|
hideDetails?: boolean | "auto" | undefined;
|
6896
6856
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6902,7 +6862,7 @@ export declare const VAutocomplete: {
|
|
6902
6862
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6903
6863
|
modelValue?: unknown;
|
6904
6864
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6905
|
-
}, 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" | "
|
6865
|
+
}, 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<{
|
6906
6866
|
$: import("vue").ComponentInternalInstance;
|
6907
6867
|
$data: {};
|
6908
6868
|
$props: Partial<{
|
@@ -6949,13 +6909,13 @@ export declare const VAutocomplete: {
|
|
6949
6909
|
rounded?: string | number | boolean | undefined;
|
6950
6910
|
baseColor?: string | undefined;
|
6951
6911
|
bgColor?: string | undefined;
|
6952
|
-
iconColor?: string | boolean | undefined;
|
6953
6912
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6954
6913
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6955
6914
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6956
6915
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6957
6916
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6958
6917
|
centerAffix?: boolean | undefined;
|
6918
|
+
iconColor?: string | boolean | undefined;
|
6959
6919
|
} & 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">;
|
6960
6920
|
$attrs: {
|
6961
6921
|
[x: string]: unknown;
|
@@ -7008,13 +6968,13 @@ export declare const VAutocomplete: {
|
|
7008
6968
|
rounded?: string | number | boolean | undefined;
|
7009
6969
|
baseColor?: string | undefined;
|
7010
6970
|
bgColor?: string | undefined;
|
7011
|
-
iconColor?: string | boolean | undefined;
|
7012
6971
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7013
6972
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7014
6973
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7015
6974
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7016
6975
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7017
6976
|
centerAffix?: boolean | undefined;
|
6977
|
+
iconColor?: string | boolean | undefined;
|
7018
6978
|
} & {
|
7019
6979
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7020
6980
|
}, {
|
@@ -7118,13 +7078,13 @@ export declare const VAutocomplete: {
|
|
7118
7078
|
rounded?: string | number | boolean | undefined;
|
7119
7079
|
baseColor?: string | undefined;
|
7120
7080
|
bgColor?: string | undefined;
|
7121
|
-
iconColor?: string | boolean | undefined;
|
7122
7081
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7123
7082
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7124
7083
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7125
7084
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7126
7085
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7127
7086
|
centerAffix?: boolean | undefined;
|
7087
|
+
iconColor?: string | boolean | undefined;
|
7128
7088
|
} & {
|
7129
7089
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7130
7090
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7133,7 +7093,7 @@ export declare const VAutocomplete: {
|
|
7133
7093
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7134
7094
|
modelValue?: unknown;
|
7135
7095
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7136
|
-
}, 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" | "
|
7096
|
+
}, 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}`> & {
|
7137
7097
|
_allExposed: {
|
7138
7098
|
reset: () => Promise<void>;
|
7139
7099
|
resetValidation: () => Promise<void>;
|
@@ -7203,7 +7163,6 @@ export declare const VAutocomplete: {
|
|
7203
7163
|
hideSelected: boolean;
|
7204
7164
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7205
7165
|
openOnClear: boolean;
|
7206
|
-
noAutoScroll: boolean;
|
7207
7166
|
clearOnSelect: boolean;
|
7208
7167
|
}>;
|
7209
7168
|
__isFragment?: never;
|
@@ -7256,7 +7215,6 @@ export declare const VAutocomplete: {
|
|
7256
7215
|
hideSelected: boolean;
|
7257
7216
|
menuIcon: import("../../composables/icons.js").IconValue;
|
7258
7217
|
openOnClear: boolean;
|
7259
|
-
noAutoScroll: boolean;
|
7260
7218
|
clearOnSelect: boolean;
|
7261
7219
|
} & {
|
7262
7220
|
search?: string | undefined;
|
@@ -7283,7 +7241,6 @@ export declare const VAutocomplete: {
|
|
7283
7241
|
bgColor?: string | undefined;
|
7284
7242
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7285
7243
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7286
|
-
iconColor?: string | boolean | undefined;
|
7287
7244
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7288
7245
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7289
7246
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7291,6 +7248,7 @@ export declare const VAutocomplete: {
|
|
7291
7248
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7292
7249
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7293
7250
|
centerAffix?: boolean | undefined;
|
7251
|
+
iconColor?: string | boolean | undefined;
|
7294
7252
|
hint?: string | undefined;
|
7295
7253
|
hideDetails?: boolean | "auto" | undefined;
|
7296
7254
|
suffix?: string | undefined;
|
@@ -7310,7 +7268,6 @@ export declare const VAutocomplete: {
|
|
7310
7268
|
rounded: string | number | boolean;
|
7311
7269
|
tile: boolean;
|
7312
7270
|
slim: boolean;
|
7313
|
-
filterable: boolean;
|
7314
7271
|
activatable: boolean;
|
7315
7272
|
selectable: boolean;
|
7316
7273
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -7328,7 +7285,6 @@ export declare const VAutocomplete: {
|
|
7328
7285
|
density: import("../../composables/density.js").Density;
|
7329
7286
|
tile: boolean;
|
7330
7287
|
slim: boolean;
|
7331
|
-
filterable: boolean;
|
7332
7288
|
activatable: boolean;
|
7333
7289
|
selectable: boolean;
|
7334
7290
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -7360,7 +7316,7 @@ export declare const VAutocomplete: {
|
|
7360
7316
|
value: boolean;
|
7361
7317
|
path: unknown[];
|
7362
7318
|
}) => any) | undefined;
|
7363
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "
|
7319
|
+
} & 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"> & {
|
7364
7320
|
items?: readonly any[] | undefined;
|
7365
7321
|
itemTitle?: SelectItemKey<any>;
|
7366
7322
|
itemValue?: SelectItemKey<any>;
|
@@ -7543,7 +7499,6 @@ export declare const VAutocomplete: {
|
|
7543
7499
|
noClickAnimation: boolean;
|
7544
7500
|
scrim: string | boolean;
|
7545
7501
|
submenu: boolean;
|
7546
|
-
disableInitialFocus: boolean;
|
7547
7502
|
}> & Omit<{
|
7548
7503
|
location: import("../../util/index.js").Anchor | undefined;
|
7549
7504
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -7623,7 +7578,6 @@ export declare const VAutocomplete: {
|
|
7623
7578
|
noClickAnimation: boolean;
|
7624
7579
|
scrim: string | boolean;
|
7625
7580
|
submenu: boolean;
|
7626
|
-
disableInitialFocus: boolean;
|
7627
7581
|
offset?: string | number | number[] | undefined;
|
7628
7582
|
id?: string | undefined;
|
7629
7583
|
height?: string | number | undefined;
|
@@ -7673,7 +7627,7 @@ export declare const VAutocomplete: {
|
|
7673
7627
|
targetRef: import("../../util/index.js").TemplateRef;
|
7674
7628
|
}) => import("vue").VNodeChild) | undefined;
|
7675
7629
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7676
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"
|
7630
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
7677
7631
|
itemColor?: string | undefined;
|
7678
7632
|
autoSelectFirst?: boolean | "exact" | undefined;
|
7679
7633
|
} & {
|
@@ -7775,7 +7729,6 @@ export declare const VAutocomplete: {
|
|
7775
7729
|
bgColor?: string | undefined;
|
7776
7730
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7777
7731
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7778
|
-
iconColor?: string | boolean | undefined;
|
7779
7732
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7780
7733
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7781
7734
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7784,6 +7737,7 @@ export declare const VAutocomplete: {
|
|
7784
7737
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7785
7738
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7786
7739
|
centerAffix?: boolean | undefined;
|
7740
|
+
iconColor?: string | boolean | undefined;
|
7787
7741
|
hint?: string | undefined;
|
7788
7742
|
hideDetails?: boolean | "auto" | undefined;
|
7789
7743
|
suffix?: string | undefined;
|
@@ -7927,7 +7881,6 @@ export declare const VAutocomplete: {
|
|
7927
7881
|
bgColor?: string | undefined;
|
7928
7882
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7929
7883
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7930
|
-
iconColor?: string | boolean | undefined;
|
7931
7884
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7932
7885
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7933
7886
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7936,6 +7889,7 @@ export declare const VAutocomplete: {
|
|
7936
7889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7937
7890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7938
7891
|
centerAffix?: boolean | undefined;
|
7892
|
+
iconColor?: string | boolean | undefined;
|
7939
7893
|
hint?: string | undefined;
|
7940
7894
|
hideDetails?: boolean | "auto" | undefined;
|
7941
7895
|
suffix?: string | undefined;
|
@@ -8050,9 +8004,9 @@ export declare const VAutocomplete: {
|
|
8050
8004
|
baseColor?: string | undefined;
|
8051
8005
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8052
8006
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8053
|
-
iconColor?: string | boolean | undefined;
|
8054
8007
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8055
8008
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8009
|
+
iconColor?: string | boolean | undefined;
|
8056
8010
|
hint?: string | undefined;
|
8057
8011
|
hideDetails?: boolean | "auto" | undefined;
|
8058
8012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8106,9 +8060,9 @@ export declare const VAutocomplete: {
|
|
8106
8060
|
baseColor?: string | undefined;
|
8107
8061
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8108
8062
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8109
|
-
iconColor?: string | boolean | undefined;
|
8110
8063
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8111
8064
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8065
|
+
iconColor?: string | boolean | undefined;
|
8112
8066
|
hint?: string | undefined;
|
8113
8067
|
hideDetails?: boolean | "auto" | undefined;
|
8114
8068
|
} & {}, {
|
@@ -8209,9 +8163,9 @@ export declare const VAutocomplete: {
|
|
8209
8163
|
baseColor?: string | undefined;
|
8210
8164
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8211
8165
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8212
|
-
iconColor?: string | boolean | undefined;
|
8213
8166
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8214
8167
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8168
|
+
iconColor?: string | boolean | undefined;
|
8215
8169
|
hint?: string | undefined;
|
8216
8170
|
hideDetails?: boolean | "auto" | undefined;
|
8217
8171
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8223,7 +8177,7 @@ export declare const VAutocomplete: {
|
|
8223
8177
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8224
8178
|
modelValue?: unknown;
|
8225
8179
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8226
|
-
}, 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" | "
|
8180
|
+
}, 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<{
|
8227
8181
|
$: import("vue").ComponentInternalInstance;
|
8228
8182
|
$data: {};
|
8229
8183
|
$props: Partial<{
|
@@ -8270,13 +8224,13 @@ export declare const VAutocomplete: {
|
|
8270
8224
|
rounded?: string | number | boolean | undefined;
|
8271
8225
|
baseColor?: string | undefined;
|
8272
8226
|
bgColor?: string | undefined;
|
8273
|
-
iconColor?: string | boolean | undefined;
|
8274
8227
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8275
8228
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8276
8229
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8277
8230
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8278
8231
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8279
8232
|
centerAffix?: boolean | undefined;
|
8233
|
+
iconColor?: string | boolean | undefined;
|
8280
8234
|
} & 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">;
|
8281
8235
|
$attrs: {
|
8282
8236
|
[x: string]: unknown;
|
@@ -8329,13 +8283,13 @@ export declare const VAutocomplete: {
|
|
8329
8283
|
rounded?: string | number | boolean | undefined;
|
8330
8284
|
baseColor?: string | undefined;
|
8331
8285
|
bgColor?: string | undefined;
|
8332
|
-
iconColor?: string | boolean | undefined;
|
8333
8286
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8334
8287
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8335
8288
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8336
8289
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8337
8290
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8338
8291
|
centerAffix?: boolean | undefined;
|
8292
|
+
iconColor?: string | boolean | undefined;
|
8339
8293
|
} & {
|
8340
8294
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8341
8295
|
}, {
|
@@ -8439,13 +8393,13 @@ export declare const VAutocomplete: {
|
|
8439
8393
|
rounded?: string | number | boolean | undefined;
|
8440
8394
|
baseColor?: string | undefined;
|
8441
8395
|
bgColor?: string | undefined;
|
8442
|
-
iconColor?: string | boolean | undefined;
|
8443
8396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8444
8397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8445
8398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8446
8399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8447
8400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8448
8401
|
centerAffix?: boolean | undefined;
|
8402
|
+
iconColor?: string | boolean | undefined;
|
8449
8403
|
} & {
|
8450
8404
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8451
8405
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8454,7 +8408,7 @@ export declare const VAutocomplete: {
|
|
8454
8408
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8455
8409
|
modelValue?: unknown;
|
8456
8410
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8457
|
-
}, 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" | "
|
8411
|
+
}, 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}`> & {
|
8458
8412
|
_allExposed: {
|
8459
8413
|
reset: () => Promise<void>;
|
8460
8414
|
resetValidation: () => Promise<void>;
|
@@ -8622,7 +8576,6 @@ export declare const VAutocomplete: {
|
|
8622
8576
|
bgColor?: string | undefined;
|
8623
8577
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8624
8578
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8625
|
-
iconColor?: string | boolean | undefined;
|
8626
8579
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8627
8580
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8628
8581
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8631,6 +8584,7 @@ export declare const VAutocomplete: {
|
|
8631
8584
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8632
8585
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8633
8586
|
centerAffix?: boolean | undefined;
|
8587
|
+
iconColor?: string | boolean | undefined;
|
8634
8588
|
hint?: string | undefined;
|
8635
8589
|
hideDetails?: boolean | "auto" | undefined;
|
8636
8590
|
suffix?: string | undefined;
|
@@ -8745,9 +8699,9 @@ export declare const VAutocomplete: {
|
|
8745
8699
|
baseColor?: string | undefined;
|
8746
8700
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8747
8701
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8748
|
-
iconColor?: string | boolean | undefined;
|
8749
8702
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8750
8703
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8704
|
+
iconColor?: string | boolean | undefined;
|
8751
8705
|
hint?: string | undefined;
|
8752
8706
|
hideDetails?: boolean | "auto" | undefined;
|
8753
8707
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8801,9 +8755,9 @@ export declare const VAutocomplete: {
|
|
8801
8755
|
baseColor?: string | undefined;
|
8802
8756
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8803
8757
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8804
|
-
iconColor?: string | boolean | undefined;
|
8805
8758
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8806
8759
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8760
|
+
iconColor?: string | boolean | undefined;
|
8807
8761
|
hint?: string | undefined;
|
8808
8762
|
hideDetails?: boolean | "auto" | undefined;
|
8809
8763
|
} & {}, {
|
@@ -8904,9 +8858,9 @@ export declare const VAutocomplete: {
|
|
8904
8858
|
baseColor?: string | undefined;
|
8905
8859
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8906
8860
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8907
|
-
iconColor?: string | boolean | undefined;
|
8908
8861
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8909
8862
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8863
|
+
iconColor?: string | boolean | undefined;
|
8910
8864
|
hint?: string | undefined;
|
8911
8865
|
hideDetails?: boolean | "auto" | undefined;
|
8912
8866
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8918,7 +8872,7 @@ export declare const VAutocomplete: {
|
|
8918
8872
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8919
8873
|
modelValue?: unknown;
|
8920
8874
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8921
|
-
}, 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" | "
|
8875
|
+
}, 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<{
|
8922
8876
|
$: import("vue").ComponentInternalInstance;
|
8923
8877
|
$data: {};
|
8924
8878
|
$props: Partial<{
|
@@ -8965,13 +8919,13 @@ export declare const VAutocomplete: {
|
|
8965
8919
|
rounded?: string | number | boolean | undefined;
|
8966
8920
|
baseColor?: string | undefined;
|
8967
8921
|
bgColor?: string | undefined;
|
8968
|
-
iconColor?: string | boolean | undefined;
|
8969
8922
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8970
8923
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8971
8924
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8972
8925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8973
8926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8974
8927
|
centerAffix?: boolean | undefined;
|
8928
|
+
iconColor?: string | boolean | undefined;
|
8975
8929
|
} & 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">;
|
8976
8930
|
$attrs: {
|
8977
8931
|
[x: string]: unknown;
|
@@ -9024,13 +8978,13 @@ export declare const VAutocomplete: {
|
|
9024
8978
|
rounded?: string | number | boolean | undefined;
|
9025
8979
|
baseColor?: string | undefined;
|
9026
8980
|
bgColor?: string | undefined;
|
9027
|
-
iconColor?: string | boolean | undefined;
|
9028
8981
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9029
8982
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9030
8983
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9031
8984
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9032
8985
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9033
8986
|
centerAffix?: boolean | undefined;
|
8987
|
+
iconColor?: string | boolean | undefined;
|
9034
8988
|
} & {
|
9035
8989
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9036
8990
|
}, {
|
@@ -9134,13 +9088,13 @@ export declare const VAutocomplete: {
|
|
9134
9088
|
rounded?: string | number | boolean | undefined;
|
9135
9089
|
baseColor?: string | undefined;
|
9136
9090
|
bgColor?: string | undefined;
|
9137
|
-
iconColor?: string | boolean | undefined;
|
9138
9091
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9139
9092
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9140
9093
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9141
9094
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9142
9095
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9143
9096
|
centerAffix?: boolean | undefined;
|
9097
|
+
iconColor?: string | boolean | undefined;
|
9144
9098
|
} & {
|
9145
9099
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9146
9100
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9149,7 +9103,7 @@ export declare const VAutocomplete: {
|
|
9149
9103
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9150
9104
|
modelValue?: unknown;
|
9151
9105
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9152
|
-
}, 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" | "
|
9106
|
+
}, 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}`> & {
|
9153
9107
|
_allExposed: {
|
9154
9108
|
reset: () => Promise<void>;
|
9155
9109
|
resetValidation: () => Promise<void>;
|
@@ -9160,7 +9114,7 @@ export declare const VAutocomplete: {
|
|
9160
9114
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9161
9115
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9162
9116
|
} | {};
|
9163
|
-
}> & {} & 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" | "
|
9117
|
+
}> & {} & 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}`> & {
|
9164
9118
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9165
9119
|
$: import("vue").ComponentInternalInstance;
|
9166
9120
|
$data: {};
|
@@ -9211,9 +9165,9 @@ export declare const VAutocomplete: {
|
|
9211
9165
|
baseColor?: string | undefined;
|
9212
9166
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9213
9167
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9214
|
-
iconColor?: string | boolean | undefined;
|
9215
9168
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9216
9169
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9170
|
+
iconColor?: string | boolean | undefined;
|
9217
9171
|
hint?: string | undefined;
|
9218
9172
|
hideDetails?: boolean | "auto" | undefined;
|
9219
9173
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9267,9 +9221,9 @@ export declare const VAutocomplete: {
|
|
9267
9221
|
baseColor?: string | undefined;
|
9268
9222
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9269
9223
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9270
|
-
iconColor?: string | boolean | undefined;
|
9271
9224
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9272
9225
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9226
|
+
iconColor?: string | boolean | undefined;
|
9273
9227
|
hint?: string | undefined;
|
9274
9228
|
hideDetails?: boolean | "auto" | undefined;
|
9275
9229
|
} & {}, {
|
@@ -9370,9 +9324,9 @@ export declare const VAutocomplete: {
|
|
9370
9324
|
baseColor?: string | undefined;
|
9371
9325
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9372
9326
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9373
|
-
iconColor?: string | boolean | undefined;
|
9374
9327
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9375
9328
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9329
|
+
iconColor?: string | boolean | undefined;
|
9376
9330
|
hint?: string | undefined;
|
9377
9331
|
hideDetails?: boolean | "auto" | undefined;
|
9378
9332
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9384,7 +9338,7 @@ export declare const VAutocomplete: {
|
|
9384
9338
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9385
9339
|
modelValue?: unknown;
|
9386
9340
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9387
|
-
}, 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" | "
|
9341
|
+
}, 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<{
|
9388
9342
|
$: import("vue").ComponentInternalInstance;
|
9389
9343
|
$data: {};
|
9390
9344
|
$props: Partial<{
|
@@ -9431,13 +9385,13 @@ export declare const VAutocomplete: {
|
|
9431
9385
|
rounded?: string | number | boolean | undefined;
|
9432
9386
|
baseColor?: string | undefined;
|
9433
9387
|
bgColor?: string | undefined;
|
9434
|
-
iconColor?: string | boolean | undefined;
|
9435
9388
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9436
9389
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9437
9390
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9438
9391
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9439
9392
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9440
9393
|
centerAffix?: boolean | undefined;
|
9394
|
+
iconColor?: string | boolean | undefined;
|
9441
9395
|
} & 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">;
|
9442
9396
|
$attrs: {
|
9443
9397
|
[x: string]: unknown;
|
@@ -9490,13 +9444,13 @@ export declare const VAutocomplete: {
|
|
9490
9444
|
rounded?: string | number | boolean | undefined;
|
9491
9445
|
baseColor?: string | undefined;
|
9492
9446
|
bgColor?: string | undefined;
|
9493
|
-
iconColor?: string | boolean | undefined;
|
9494
9447
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9495
9448
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9496
9449
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9497
9450
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9498
9451
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9499
9452
|
centerAffix?: boolean | undefined;
|
9453
|
+
iconColor?: string | boolean | undefined;
|
9500
9454
|
} & {
|
9501
9455
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9502
9456
|
}, {
|
@@ -9600,13 +9554,13 @@ export declare const VAutocomplete: {
|
|
9600
9554
|
rounded?: string | number | boolean | undefined;
|
9601
9555
|
baseColor?: string | undefined;
|
9602
9556
|
bgColor?: string | undefined;
|
9603
|
-
iconColor?: string | boolean | undefined;
|
9604
9557
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9605
9558
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9606
9559
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9607
9560
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9608
9561
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9609
9562
|
centerAffix?: boolean | undefined;
|
9563
|
+
iconColor?: string | boolean | undefined;
|
9610
9564
|
} & {
|
9611
9565
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9612
9566
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9615,7 +9569,7 @@ export declare const VAutocomplete: {
|
|
9615
9569
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9616
9570
|
modelValue?: unknown;
|
9617
9571
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9618
|
-
}, 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" | "
|
9572
|
+
}, 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}`> & {
|
9619
9573
|
_allExposed: {
|
9620
9574
|
reset: () => Promise<void>;
|
9621
9575
|
resetValidation: () => Promise<void>;
|
@@ -9641,7 +9595,7 @@ export declare const VAutocomplete: {
|
|
9641
9595
|
'update:search': (value: any) => true;
|
9642
9596
|
'update:modelValue': (value: any) => true;
|
9643
9597
|
'update:menu': (value: boolean) => true;
|
9644
|
-
}, "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" | "
|
9598
|
+
}, "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, {
|
9645
9599
|
flat: boolean;
|
9646
9600
|
reverse: boolean;
|
9647
9601
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -9690,7 +9644,6 @@ export declare const VAutocomplete: {
|
|
9690
9644
|
hideSelected: boolean;
|
9691
9645
|
menuIcon: import("../../composables/icons.js").IconValue;
|
9692
9646
|
openOnClear: boolean;
|
9693
|
-
noAutoScroll: boolean;
|
9694
9647
|
clearOnSelect: boolean;
|
9695
9648
|
}, {}, string, import("vue").SlotsType<Partial<{
|
9696
9649
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
@@ -9721,14 +9674,6 @@ export declare const VAutocomplete: {
|
|
9721
9674
|
item: ListItem<unknown>;
|
9722
9675
|
index: number;
|
9723
9676
|
}) => import("vue").VNode[];
|
9724
|
-
subheader: (arg: {
|
9725
|
-
props: Record<string, unknown>;
|
9726
|
-
index: number;
|
9727
|
-
}) => import("vue").VNode[];
|
9728
|
-
divider: (arg: {
|
9729
|
-
props: Record<string, unknown>;
|
9730
|
-
index: number;
|
9731
|
-
}) => import("vue").VNode[];
|
9732
9677
|
'prepend-item': () => import("vue").VNode[];
|
9733
9678
|
'append-item': () => import("vue").VNode[];
|
9734
9679
|
'no-data': () => import("vue").VNode[];
|
@@ -9756,14 +9701,6 @@ export declare const VAutocomplete: {
|
|
9756
9701
|
item: ListItem<Item>;
|
9757
9702
|
index: number;
|
9758
9703
|
};
|
9759
|
-
subheader: {
|
9760
|
-
props: Record<string, unknown>;
|
9761
|
-
index: number;
|
9762
|
-
};
|
9763
|
-
divider: {
|
9764
|
-
props: Record<string, unknown>;
|
9765
|
-
index: number;
|
9766
|
-
};
|
9767
9704
|
"prepend-item": never;
|
9768
9705
|
"append-item": never;
|
9769
9706
|
"no-data": never;
|
@@ -9861,7 +9798,6 @@ export declare const VAutocomplete: {
|
|
9861
9798
|
bgColor: StringConstructor;
|
9862
9799
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9863
9800
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9864
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9865
9801
|
clearIcon: {
|
9866
9802
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9867
9803
|
default: string;
|
@@ -9877,6 +9813,7 @@ export declare const VAutocomplete: {
|
|
9877
9813
|
default: undefined;
|
9878
9814
|
};
|
9879
9815
|
glow: BooleanConstructor;
|
9816
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9880
9817
|
hideSpinButtons: BooleanConstructor;
|
9881
9818
|
hint: StringConstructor;
|
9882
9819
|
persistentHint: BooleanConstructor;
|
@@ -9945,7 +9882,6 @@ export declare const VAutocomplete: {
|
|
9945
9882
|
};
|
9946
9883
|
openOnClear: BooleanConstructor;
|
9947
9884
|
itemColor: StringConstructor;
|
9948
|
-
noAutoScroll: BooleanConstructor;
|
9949
9885
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
9950
9886
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
9951
9887
|
filterKeys: {
|
@@ -10056,7 +9992,6 @@ export declare const VAutocomplete: {
|
|
10056
9992
|
bgColor: StringConstructor;
|
10057
9993
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10058
9994
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
10059
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
10060
9995
|
clearIcon: {
|
10061
9996
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
10062
9997
|
default: string;
|
@@ -10072,6 +10007,7 @@ export declare const VAutocomplete: {
|
|
10072
10007
|
default: undefined;
|
10073
10008
|
};
|
10074
10009
|
glow: BooleanConstructor;
|
10010
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10075
10011
|
hideSpinButtons: BooleanConstructor;
|
10076
10012
|
hint: StringConstructor;
|
10077
10013
|
persistentHint: BooleanConstructor;
|
@@ -10140,7 +10076,6 @@ export declare const VAutocomplete: {
|
|
10140
10076
|
};
|
10141
10077
|
openOnClear: BooleanConstructor;
|
10142
10078
|
itemColor: StringConstructor;
|
10143
|
-
noAutoScroll: BooleanConstructor;
|
10144
10079
|
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
10145
10080
|
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
10146
10081
|
filterKeys: {
|