@vuetify/nightly 3.8.9-master.2025-06-14 → 3.8.10-dev.2025-06-18
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 +46 -14
- package/dist/json/attributes.json +3541 -3137
- package/dist/json/importMap-labs.json +30 -26
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +108 -2
- package/dist/json/web-types.json +7295 -5648
- package/dist/vuetify-labs.cjs +795 -198
- package/dist/vuetify-labs.css +4855 -4806
- package/dist/vuetify-labs.d.ts +10430 -3099
- package/dist/vuetify-labs.esm.js +796 -199
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +795 -198
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +520 -183
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2398 -2349
- package/dist/vuetify.d.ts +2798 -2091
- package/dist/vuetify.esm.js +521 -184
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +520 -183
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1257 -1234
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +175 -110
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +32 -8
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +46 -18
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +175 -110
- package/lib/components/VCombobox/VCombobox.js +22 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +60 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +80 -5
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- 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 +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VKbd/VKbd.css +13 -2
- package/lib/components/VKbd/VKbd.d.ts +221 -0
- package/lib/components/VKbd/VKbd.js +55 -0
- package/lib/components/VKbd/VKbd.js.map +1 -0
- package/lib/components/VKbd/VKbd.sass +2 -1
- package/lib/components/VKbd/_variables.scss +12 -1
- package/lib/components/VKbd/index.d.ts +1 -95
- package/lib/components/VKbd/index.js +1 -4
- package/lib/components/VKbd/index.js.map +1 -1
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +28 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VMenu/VMenu.d.ts +13 -0
- package/lib/components/VMenu/VMenu.js +2 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +114 -89
- package/lib/components/VNumberInput/VNumberInput.js +43 -20
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +19 -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 +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +204 -118
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +13 -0
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +23 -13
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextField/VTextField.js +4 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/calendar.d.ts +5 -0
- package/lib/composables/calendar.js +2 -1
- 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/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- 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 +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/group.js +1 -0
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/locale.d.ts +5 -1
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/mask.d.ts +38 -0
- package/lib/composables/mask.js +183 -0
- package/lib/composables/mask.js.map +1 -0
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +97 -29
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +4 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +92 -73
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +6993 -0
- package/lib/labs/VMaskInput/VMaskInput.js +67 -0
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
- package/lib/labs/VMaskInput/index.d.ts +1 -0
- package/lib/labs/VMaskInput/index.js +2 -0
- package/lib/labs/VMaskInput/index.js.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +51 -38
- package/lib/labs/VTreeview/VTreeview.js +1 -1
- package/lib/labs/VTreeview/VTreeview.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +35 -0
- package/lib/labs/VTreeview/VTreeviewChildren.js +21 -3
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +4 -3
- package/lib/locale/adapters/vue-i18n.js +6 -1
- package/lib/locale/adapters/vue-i18n.js.map +1 -1
- package/lib/locale/adapters/vuetify.js +7 -1
- package/lib/locale/adapters/vuetify.js.map +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +2 -1
- package/lib/util/helpers.js +12 -7
- package/lib/util/helpers.js.map +1 -1
- package/package.json +9 -7
@@ -34,6 +34,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
34
34
|
noDataText?: unknown;
|
35
35
|
openOnClear?: unknown;
|
36
36
|
itemColor?: unknown;
|
37
|
+
noAutoScroll?: unknown;
|
37
38
|
} = {}>(defaults?: Defaults | undefined) => {
|
38
39
|
items: unknown extends Defaults["items"] ? {
|
39
40
|
type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
|
@@ -158,6 +159,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
158
159
|
rounded: string | number | boolean;
|
159
160
|
tile: boolean;
|
160
161
|
slim: boolean;
|
162
|
+
filterable: boolean;
|
161
163
|
activatable: boolean;
|
162
164
|
selectable: boolean;
|
163
165
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -175,6 +177,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
175
177
|
density: import("../../composables/density.js").Density;
|
176
178
|
tile: boolean;
|
177
179
|
slim: boolean;
|
180
|
+
filterable: boolean;
|
178
181
|
activatable: boolean;
|
179
182
|
selectable: boolean;
|
180
183
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -206,7 +209,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
206
209
|
value: boolean;
|
207
210
|
path: unknown[];
|
208
211
|
}) => any) | undefined;
|
209
|
-
} & 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"> & {
|
212
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
210
213
|
items?: readonly any[] | undefined;
|
211
214
|
itemTitle?: SelectItemKey<any>;
|
212
215
|
itemValue?: SelectItemKey<any>;
|
@@ -321,6 +324,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
321
324
|
rounded: string | number | boolean;
|
322
325
|
tile: boolean;
|
323
326
|
slim: boolean;
|
327
|
+
filterable: boolean;
|
324
328
|
activatable: boolean;
|
325
329
|
selectable: boolean;
|
326
330
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -338,6 +342,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
338
342
|
density: import("../../composables/density.js").Density;
|
339
343
|
tile: boolean;
|
340
344
|
slim: boolean;
|
345
|
+
filterable: boolean;
|
341
346
|
activatable: boolean;
|
342
347
|
selectable: boolean;
|
343
348
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -369,7 +374,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
369
374
|
value: boolean;
|
370
375
|
path: unknown[];
|
371
376
|
}) => any) | undefined;
|
372
|
-
} & 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"> & {
|
377
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
373
378
|
items?: readonly any[] | undefined;
|
374
379
|
itemTitle?: SelectItemKey<any>;
|
375
380
|
itemValue?: SelectItemKey<any>;
|
@@ -485,6 +490,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
485
490
|
rounded: string | number | boolean;
|
486
491
|
tile: boolean;
|
487
492
|
slim: boolean;
|
493
|
+
filterable: boolean;
|
488
494
|
activatable: boolean;
|
489
495
|
selectable: boolean;
|
490
496
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -502,6 +508,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
502
508
|
density: import("../../composables/density.js").Density;
|
503
509
|
tile: boolean;
|
504
510
|
slim: boolean;
|
511
|
+
filterable: boolean;
|
505
512
|
activatable: boolean;
|
506
513
|
selectable: boolean;
|
507
514
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -533,7 +540,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
533
540
|
value: boolean;
|
534
541
|
path: unknown[];
|
535
542
|
}) => any) | undefined;
|
536
|
-
} & 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"> & {
|
543
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
537
544
|
items?: readonly any[] | undefined;
|
538
545
|
itemTitle?: SelectItemKey<any>;
|
539
546
|
itemValue?: SelectItemKey<any>;
|
@@ -648,6 +655,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
648
655
|
rounded: string | number | boolean;
|
649
656
|
tile: boolean;
|
650
657
|
slim: boolean;
|
658
|
+
filterable: boolean;
|
651
659
|
activatable: boolean;
|
652
660
|
selectable: boolean;
|
653
661
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -665,6 +673,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
665
673
|
density: import("../../composables/density.js").Density;
|
666
674
|
tile: boolean;
|
667
675
|
slim: boolean;
|
676
|
+
filterable: boolean;
|
668
677
|
activatable: boolean;
|
669
678
|
selectable: boolean;
|
670
679
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -696,7 +705,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
696
705
|
value: boolean;
|
697
706
|
path: unknown[];
|
698
707
|
}) => any) | undefined;
|
699
|
-
} & 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"> & {
|
708
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
700
709
|
items?: readonly any[] | undefined;
|
701
710
|
itemTitle?: SelectItemKey<any>;
|
702
711
|
itemValue?: SelectItemKey<any>;
|
@@ -899,6 +908,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
899
908
|
noClickAnimation: boolean;
|
900
909
|
scrim: string | boolean;
|
901
910
|
submenu: boolean;
|
911
|
+
disableInitialFocus: boolean;
|
902
912
|
}> & Omit<{
|
903
913
|
location: import("../../util/index.js").Anchor | undefined;
|
904
914
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -978,6 +988,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
978
988
|
noClickAnimation: boolean;
|
979
989
|
scrim: string | boolean;
|
980
990
|
submenu: boolean;
|
991
|
+
disableInitialFocus: boolean;
|
981
992
|
offset?: string | number | number[] | undefined;
|
982
993
|
id?: string | undefined;
|
983
994
|
height?: string | number | undefined;
|
@@ -1027,7 +1038,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1027
1038
|
targetRef: import("../../util/index.js").TemplateRef;
|
1028
1039
|
}) => import("vue").VNodeChild) | undefined;
|
1029
1040
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1030
|
-
} & 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<{
|
1041
|
+
} & 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" | "disableInitialFocus"> : (Partial<{
|
1031
1042
|
location: import("../../util/index.js").Anchor | undefined;
|
1032
1043
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1033
1044
|
transition: string | boolean | (import("vue").TransitionProps & {
|
@@ -1108,6 +1119,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1108
1119
|
noClickAnimation: boolean;
|
1109
1120
|
scrim: string | boolean;
|
1110
1121
|
submenu: boolean;
|
1122
|
+
disableInitialFocus: boolean;
|
1111
1123
|
}> & Omit<{
|
1112
1124
|
location: import("../../util/index.js").Anchor | undefined;
|
1113
1125
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1187,6 +1199,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1187
1199
|
noClickAnimation: boolean;
|
1188
1200
|
scrim: string | boolean;
|
1189
1201
|
submenu: boolean;
|
1202
|
+
disableInitialFocus: boolean;
|
1190
1203
|
offset?: string | number | number[] | undefined;
|
1191
1204
|
id?: string | undefined;
|
1192
1205
|
height?: string | number | undefined;
|
@@ -1236,7 +1249,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1236
1249
|
targetRef: import("../../util/index.js").TemplateRef;
|
1237
1250
|
}) => import("vue").VNodeChild) | undefined;
|
1238
1251
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1239
|
-
} & 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"]>;
|
1252
|
+
} & 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" | "disableInitialFocus">) | Defaults["menuProps"]>;
|
1240
1253
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
1241
1254
|
location: import("../../util/index.js").Anchor | undefined;
|
1242
1255
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1318,6 +1331,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1318
1331
|
noClickAnimation: boolean;
|
1319
1332
|
scrim: string | boolean;
|
1320
1333
|
submenu: boolean;
|
1334
|
+
disableInitialFocus: boolean;
|
1321
1335
|
}> & Omit<{
|
1322
1336
|
location: import("../../util/index.js").Anchor | undefined;
|
1323
1337
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1397,6 +1411,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1397
1411
|
noClickAnimation: boolean;
|
1398
1412
|
scrim: string | boolean;
|
1399
1413
|
submenu: boolean;
|
1414
|
+
disableInitialFocus: boolean;
|
1400
1415
|
offset?: string | number | number[] | undefined;
|
1401
1416
|
id?: string | undefined;
|
1402
1417
|
height?: string | number | undefined;
|
@@ -1446,7 +1461,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1446
1461
|
targetRef: import("../../util/index.js").TemplateRef;
|
1447
1462
|
}) => import("vue").VNodeChild) | undefined;
|
1448
1463
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1449
|
-
} & 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"] | NonNullable<Partial<{
|
1464
|
+
} & 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" | "disableInitialFocus"> : Defaults["menuProps"] | NonNullable<Partial<{
|
1450
1465
|
location: import("../../util/index.js").Anchor | undefined;
|
1451
1466
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1452
1467
|
transition: string | boolean | (import("vue").TransitionProps & {
|
@@ -1527,6 +1542,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1527
1542
|
noClickAnimation: boolean;
|
1528
1543
|
scrim: string | boolean;
|
1529
1544
|
submenu: boolean;
|
1545
|
+
disableInitialFocus: boolean;
|
1530
1546
|
}> & Omit<{
|
1531
1547
|
location: import("../../util/index.js").Anchor | undefined;
|
1532
1548
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -1606,6 +1622,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1606
1622
|
noClickAnimation: boolean;
|
1607
1623
|
scrim: string | boolean;
|
1608
1624
|
submenu: boolean;
|
1625
|
+
disableInitialFocus: boolean;
|
1609
1626
|
offset?: string | number | number[] | undefined;
|
1610
1627
|
id?: string | undefined;
|
1611
1628
|
height?: string | number | undefined;
|
@@ -1655,7 +1672,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1655
1672
|
targetRef: import("../../util/index.js").TemplateRef;
|
1656
1673
|
}) => import("vue").VNodeChild) | undefined;
|
1657
1674
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1658
|
-
} & 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">>;
|
1675
|
+
} & 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" | "disableInitialFocus">>;
|
1659
1676
|
};
|
1660
1677
|
multiple: unknown extends Defaults["multiple"] ? BooleanConstructor : {
|
1661
1678
|
type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
|
@@ -1679,6 +1696,10 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1679
1696
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
1680
1697
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
1681
1698
|
};
|
1699
|
+
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
1700
|
+
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
1701
|
+
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
1702
|
+
};
|
1682
1703
|
};
|
1683
1704
|
export declare const makeVSelectProps: <Defaults extends {
|
1684
1705
|
transition?: unknown;
|
@@ -1722,6 +1743,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1722
1743
|
bgColor?: unknown;
|
1723
1744
|
prependIcon?: unknown;
|
1724
1745
|
appendIcon?: unknown;
|
1746
|
+
iconColor?: unknown;
|
1725
1747
|
clearIcon?: unknown;
|
1726
1748
|
prependInnerIcon?: unknown;
|
1727
1749
|
'onClick:clear'?: unknown;
|
@@ -1731,7 +1753,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1731
1753
|
'onClick:prependInner'?: unknown;
|
1732
1754
|
centerAffix?: unknown;
|
1733
1755
|
glow?: unknown;
|
1734
|
-
iconColor?: unknown;
|
1735
1756
|
hideSpinButtons?: unknown;
|
1736
1757
|
hint?: unknown;
|
1737
1758
|
persistentHint?: unknown;
|
@@ -1766,6 +1787,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1766
1787
|
noDataText?: unknown;
|
1767
1788
|
openOnClear?: unknown;
|
1768
1789
|
itemColor?: unknown;
|
1790
|
+
noAutoScroll?: unknown;
|
1769
1791
|
} = {}>(defaults?: Defaults | undefined) => {
|
1770
1792
|
transition: unknown extends Defaults["transition"] ? {
|
1771
1793
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
@@ -2059,6 +2081,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2059
2081
|
type: PropType<unknown extends Defaults["appendIcon"] ? IconValue : IconValue | Defaults["appendIcon"]>;
|
2060
2082
|
default: unknown extends Defaults["appendIcon"] ? IconValue : NonNullable<IconValue> | Defaults["appendIcon"];
|
2061
2083
|
};
|
2084
|
+
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
2085
|
+
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
2086
|
+
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
2087
|
+
};
|
2062
2088
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
2063
2089
|
type: PropType<IconValue>;
|
2064
2090
|
default: string;
|
@@ -2107,10 +2133,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2107
2133
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
2108
2134
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
2109
2135
|
};
|
2110
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
2111
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
2112
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
2113
|
-
};
|
2114
2136
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
2115
2137
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
2116
2138
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -2282,6 +2304,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2282
2304
|
rounded: string | number | boolean;
|
2283
2305
|
tile: boolean;
|
2284
2306
|
slim: boolean;
|
2307
|
+
filterable: boolean;
|
2285
2308
|
activatable: boolean;
|
2286
2309
|
selectable: boolean;
|
2287
2310
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2299,6 +2322,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2299
2322
|
density: import("../../composables/density.js").Density;
|
2300
2323
|
tile: boolean;
|
2301
2324
|
slim: boolean;
|
2325
|
+
filterable: boolean;
|
2302
2326
|
activatable: boolean;
|
2303
2327
|
selectable: boolean;
|
2304
2328
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2330,7 +2354,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2330
2354
|
value: boolean;
|
2331
2355
|
path: unknown[];
|
2332
2356
|
}) => any) | undefined;
|
2333
|
-
} & 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"> & {
|
2357
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2334
2358
|
items?: readonly any[] | undefined;
|
2335
2359
|
itemTitle?: SelectItemKey<any>;
|
2336
2360
|
itemValue?: SelectItemKey<any>;
|
@@ -2445,6 +2469,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2445
2469
|
rounded: string | number | boolean;
|
2446
2470
|
tile: boolean;
|
2447
2471
|
slim: boolean;
|
2472
|
+
filterable: boolean;
|
2448
2473
|
activatable: boolean;
|
2449
2474
|
selectable: boolean;
|
2450
2475
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2462,6 +2487,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2462
2487
|
density: import("../../composables/density.js").Density;
|
2463
2488
|
tile: boolean;
|
2464
2489
|
slim: boolean;
|
2490
|
+
filterable: boolean;
|
2465
2491
|
activatable: boolean;
|
2466
2492
|
selectable: boolean;
|
2467
2493
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2493,7 +2519,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2493
2519
|
value: boolean;
|
2494
2520
|
path: unknown[];
|
2495
2521
|
}) => any) | undefined;
|
2496
|
-
} & 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"> & {
|
2522
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2497
2523
|
items?: readonly any[] | undefined;
|
2498
2524
|
itemTitle?: SelectItemKey<any>;
|
2499
2525
|
itemValue?: SelectItemKey<any>;
|
@@ -2609,6 +2635,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2609
2635
|
rounded: string | number | boolean;
|
2610
2636
|
tile: boolean;
|
2611
2637
|
slim: boolean;
|
2638
|
+
filterable: boolean;
|
2612
2639
|
activatable: boolean;
|
2613
2640
|
selectable: boolean;
|
2614
2641
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2626,6 +2653,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2626
2653
|
density: import("../../composables/density.js").Density;
|
2627
2654
|
tile: boolean;
|
2628
2655
|
slim: boolean;
|
2656
|
+
filterable: boolean;
|
2629
2657
|
activatable: boolean;
|
2630
2658
|
selectable: boolean;
|
2631
2659
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2657,7 +2685,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2657
2685
|
value: boolean;
|
2658
2686
|
path: unknown[];
|
2659
2687
|
}) => any) | undefined;
|
2660
|
-
} & 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"> & {
|
2688
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2661
2689
|
items?: readonly any[] | undefined;
|
2662
2690
|
itemTitle?: SelectItemKey<any>;
|
2663
2691
|
itemValue?: SelectItemKey<any>;
|
@@ -2772,6 +2800,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2772
2800
|
rounded: string | number | boolean;
|
2773
2801
|
tile: boolean;
|
2774
2802
|
slim: boolean;
|
2803
|
+
filterable: boolean;
|
2775
2804
|
activatable: boolean;
|
2776
2805
|
selectable: boolean;
|
2777
2806
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2789,6 +2818,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2789
2818
|
density: import("../../composables/density.js").Density;
|
2790
2819
|
tile: boolean;
|
2791
2820
|
slim: boolean;
|
2821
|
+
filterable: boolean;
|
2792
2822
|
activatable: boolean;
|
2793
2823
|
selectable: boolean;
|
2794
2824
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2820,7 +2850,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2820
2850
|
value: boolean;
|
2821
2851
|
path: unknown[];
|
2822
2852
|
}) => any) | undefined;
|
2823
|
-
} & 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"> & {
|
2853
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2824
2854
|
items?: readonly any[] | undefined;
|
2825
2855
|
itemTitle?: SelectItemKey<any>;
|
2826
2856
|
itemValue?: SelectItemKey<any>;
|
@@ -3023,6 +3053,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3023
3053
|
noClickAnimation: boolean;
|
3024
3054
|
scrim: string | boolean;
|
3025
3055
|
submenu: boolean;
|
3056
|
+
disableInitialFocus: boolean;
|
3026
3057
|
}> & Omit<{
|
3027
3058
|
location: import("../../util/index.js").Anchor | undefined;
|
3028
3059
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -3102,6 +3133,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3102
3133
|
noClickAnimation: boolean;
|
3103
3134
|
scrim: string | boolean;
|
3104
3135
|
submenu: boolean;
|
3136
|
+
disableInitialFocus: boolean;
|
3105
3137
|
offset?: string | number | number[] | undefined;
|
3106
3138
|
id?: string | undefined;
|
3107
3139
|
height?: string | number | undefined;
|
@@ -3151,7 +3183,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3151
3183
|
targetRef: import("../../util/index.js").TemplateRef;
|
3152
3184
|
}) => import("vue").VNodeChild) | undefined;
|
3153
3185
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3154
|
-
} & 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<{
|
3186
|
+
} & 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" | "disableInitialFocus"> : (Partial<{
|
3155
3187
|
location: import("../../util/index.js").Anchor | undefined;
|
3156
3188
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
3157
3189
|
transition: string | boolean | (import("vue").TransitionProps & {
|
@@ -3232,6 +3264,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3232
3264
|
noClickAnimation: boolean;
|
3233
3265
|
scrim: string | boolean;
|
3234
3266
|
submenu: boolean;
|
3267
|
+
disableInitialFocus: boolean;
|
3235
3268
|
}> & Omit<{
|
3236
3269
|
location: import("../../util/index.js").Anchor | undefined;
|
3237
3270
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -3311,6 +3344,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3311
3344
|
noClickAnimation: boolean;
|
3312
3345
|
scrim: string | boolean;
|
3313
3346
|
submenu: boolean;
|
3347
|
+
disableInitialFocus: boolean;
|
3314
3348
|
offset?: string | number | number[] | undefined;
|
3315
3349
|
id?: string | undefined;
|
3316
3350
|
height?: string | number | undefined;
|
@@ -3360,7 +3394,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3360
3394
|
targetRef: import("../../util/index.js").TemplateRef;
|
3361
3395
|
}) => import("vue").VNodeChild) | undefined;
|
3362
3396
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3363
|
-
} & 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"]>;
|
3397
|
+
} & 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" | "disableInitialFocus">) | Defaults["menuProps"]>;
|
3364
3398
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
3365
3399
|
location: import("../../util/index.js").Anchor | undefined;
|
3366
3400
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -3442,6 +3476,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3442
3476
|
noClickAnimation: boolean;
|
3443
3477
|
scrim: string | boolean;
|
3444
3478
|
submenu: boolean;
|
3479
|
+
disableInitialFocus: boolean;
|
3445
3480
|
}> & Omit<{
|
3446
3481
|
location: import("../../util/index.js").Anchor | undefined;
|
3447
3482
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -3521,6 +3556,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3521
3556
|
noClickAnimation: boolean;
|
3522
3557
|
scrim: string | boolean;
|
3523
3558
|
submenu: boolean;
|
3559
|
+
disableInitialFocus: boolean;
|
3524
3560
|
offset?: string | number | number[] | undefined;
|
3525
3561
|
id?: string | undefined;
|
3526
3562
|
height?: string | number | undefined;
|
@@ -3570,7 +3606,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3570
3606
|
targetRef: import("../../util/index.js").TemplateRef;
|
3571
3607
|
}) => import("vue").VNodeChild) | undefined;
|
3572
3608
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3573
|
-
} & 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<{
|
3609
|
+
} & 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" | "disableInitialFocus"> : NonNullable<Partial<{
|
3574
3610
|
location: import("../../util/index.js").Anchor | undefined;
|
3575
3611
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
3576
3612
|
transition: string | boolean | (import("vue").TransitionProps & {
|
@@ -3651,6 +3687,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3651
3687
|
noClickAnimation: boolean;
|
3652
3688
|
scrim: string | boolean;
|
3653
3689
|
submenu: boolean;
|
3690
|
+
disableInitialFocus: boolean;
|
3654
3691
|
}> & Omit<{
|
3655
3692
|
location: import("../../util/index.js").Anchor | undefined;
|
3656
3693
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -3730,6 +3767,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3730
3767
|
noClickAnimation: boolean;
|
3731
3768
|
scrim: string | boolean;
|
3732
3769
|
submenu: boolean;
|
3770
|
+
disableInitialFocus: boolean;
|
3733
3771
|
offset?: string | number | number[] | undefined;
|
3734
3772
|
id?: string | undefined;
|
3735
3773
|
height?: string | number | undefined;
|
@@ -3779,7 +3817,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3779
3817
|
targetRef: import("../../util/index.js").TemplateRef;
|
3780
3818
|
}) => import("vue").VNodeChild) | undefined;
|
3781
3819
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3782
|
-
} & 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"];
|
3820
|
+
} & 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" | "disableInitialFocus">> | Defaults["menuProps"];
|
3783
3821
|
};
|
3784
3822
|
multiple: unknown extends Defaults["multiple"] ? BooleanConstructor : {
|
3785
3823
|
type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
|
@@ -3803,6 +3841,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3803
3841
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
3804
3842
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
3805
3843
|
};
|
3844
|
+
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
3845
|
+
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
3846
|
+
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
3847
|
+
};
|
3806
3848
|
};
|
3807
3849
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
3808
3850
|
export declare const VSelect: {
|
@@ -3852,6 +3894,7 @@ export declare const VSelect: {
|
|
3852
3894
|
hideSelected: boolean;
|
3853
3895
|
menuIcon: IconValue;
|
3854
3896
|
openOnClear: boolean;
|
3897
|
+
noAutoScroll: boolean;
|
3855
3898
|
} & {
|
3856
3899
|
name?: string | undefined;
|
3857
3900
|
id?: string | undefined;
|
@@ -3874,6 +3917,7 @@ export declare const VSelect: {
|
|
3874
3917
|
bgColor?: string | undefined;
|
3875
3918
|
prependIcon?: IconValue | undefined;
|
3876
3919
|
appendIcon?: IconValue | undefined;
|
3920
|
+
iconColor?: string | boolean | undefined;
|
3877
3921
|
prependInnerIcon?: IconValue | undefined;
|
3878
3922
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3879
3923
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3881,7 +3925,6 @@ export declare const VSelect: {
|
|
3881
3925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3882
3926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3883
3927
|
centerAffix?: boolean | undefined;
|
3884
|
-
iconColor?: string | boolean | undefined;
|
3885
3928
|
hint?: string | undefined;
|
3886
3929
|
hideDetails?: boolean | "auto" | undefined;
|
3887
3930
|
suffix?: string | undefined;
|
@@ -3901,6 +3944,7 @@ export declare const VSelect: {
|
|
3901
3944
|
rounded: string | number | boolean;
|
3902
3945
|
tile: boolean;
|
3903
3946
|
slim: boolean;
|
3947
|
+
filterable: boolean;
|
3904
3948
|
activatable: boolean;
|
3905
3949
|
selectable: boolean;
|
3906
3950
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -3918,6 +3962,7 @@ export declare const VSelect: {
|
|
3918
3962
|
density: import("../../composables/density.js").Density;
|
3919
3963
|
tile: boolean;
|
3920
3964
|
slim: boolean;
|
3965
|
+
filterable: boolean;
|
3921
3966
|
activatable: boolean;
|
3922
3967
|
selectable: boolean;
|
3923
3968
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -3949,7 +3994,7 @@ export declare const VSelect: {
|
|
3949
3994
|
value: boolean;
|
3950
3995
|
path: unknown[];
|
3951
3996
|
}) => any) | undefined;
|
3952
|
-
} & 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"> & {
|
3997
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
3953
3998
|
items?: readonly any[] | undefined;
|
3954
3999
|
itemTitle?: SelectItemKey<any>;
|
3955
4000
|
itemValue?: SelectItemKey<any>;
|
@@ -4132,6 +4177,7 @@ export declare const VSelect: {
|
|
4132
4177
|
noClickAnimation: boolean;
|
4133
4178
|
scrim: string | boolean;
|
4134
4179
|
submenu: boolean;
|
4180
|
+
disableInitialFocus: boolean;
|
4135
4181
|
}> & Omit<{
|
4136
4182
|
location: import("../../util/index.js").Anchor | undefined;
|
4137
4183
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -4211,6 +4257,7 @@ export declare const VSelect: {
|
|
4211
4257
|
noClickAnimation: boolean;
|
4212
4258
|
scrim: string | boolean;
|
4213
4259
|
submenu: boolean;
|
4260
|
+
disableInitialFocus: boolean;
|
4214
4261
|
offset?: string | number | number[] | undefined;
|
4215
4262
|
id?: string | undefined;
|
4216
4263
|
height?: string | number | undefined;
|
@@ -4260,7 +4307,7 @@ export declare const VSelect: {
|
|
4260
4307
|
targetRef: import("../../util/index.js").TemplateRef;
|
4261
4308
|
}) => import("vue").VNodeChild) | undefined;
|
4262
4309
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4263
|
-
} & 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;
|
4310
|
+
} & 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" | "disableInitialFocus">) | undefined;
|
4264
4311
|
itemColor?: string | undefined;
|
4265
4312
|
} & {
|
4266
4313
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -4355,6 +4402,7 @@ export declare const VSelect: {
|
|
4355
4402
|
bgColor?: string | undefined;
|
4356
4403
|
prependIcon?: IconValue | undefined;
|
4357
4404
|
appendIcon?: IconValue | undefined;
|
4405
|
+
iconColor?: string | boolean | undefined;
|
4358
4406
|
appendInnerIcon?: IconValue | undefined;
|
4359
4407
|
prependInnerIcon?: IconValue | undefined;
|
4360
4408
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4363,7 +4411,6 @@ export declare const VSelect: {
|
|
4363
4411
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4364
4412
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4365
4413
|
centerAffix?: boolean | undefined;
|
4366
|
-
iconColor?: string | boolean | undefined;
|
4367
4414
|
hint?: string | undefined;
|
4368
4415
|
hideDetails?: boolean | "auto" | undefined;
|
4369
4416
|
suffix?: string | undefined;
|
@@ -4507,6 +4554,7 @@ export declare const VSelect: {
|
|
4507
4554
|
bgColor?: string | undefined;
|
4508
4555
|
prependIcon?: IconValue | undefined;
|
4509
4556
|
appendIcon?: IconValue | undefined;
|
4557
|
+
iconColor?: string | boolean | undefined;
|
4510
4558
|
appendInnerIcon?: IconValue | undefined;
|
4511
4559
|
prependInnerIcon?: IconValue | undefined;
|
4512
4560
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4515,7 +4563,6 @@ export declare const VSelect: {
|
|
4515
4563
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4516
4564
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4517
4565
|
centerAffix?: boolean | undefined;
|
4518
|
-
iconColor?: string | boolean | undefined;
|
4519
4566
|
hint?: string | undefined;
|
4520
4567
|
hideDetails?: boolean | "auto" | undefined;
|
4521
4568
|
suffix?: string | undefined;
|
@@ -4630,9 +4677,9 @@ export declare const VSelect: {
|
|
4630
4677
|
baseColor?: string | undefined;
|
4631
4678
|
prependIcon?: IconValue | undefined;
|
4632
4679
|
appendIcon?: IconValue | undefined;
|
4680
|
+
iconColor?: string | boolean | undefined;
|
4633
4681
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4634
4682
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4635
|
-
iconColor?: string | boolean | undefined;
|
4636
4683
|
hint?: string | undefined;
|
4637
4684
|
hideDetails?: boolean | "auto" | undefined;
|
4638
4685
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4686,9 +4733,9 @@ export declare const VSelect: {
|
|
4686
4733
|
baseColor?: string | undefined;
|
4687
4734
|
prependIcon?: IconValue | undefined;
|
4688
4735
|
appendIcon?: IconValue | undefined;
|
4736
|
+
iconColor?: string | boolean | undefined;
|
4689
4737
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4690
4738
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4691
|
-
iconColor?: string | boolean | undefined;
|
4692
4739
|
hint?: string | undefined;
|
4693
4740
|
hideDetails?: boolean | "auto" | undefined;
|
4694
4741
|
} & {}, {
|
@@ -4789,9 +4836,9 @@ export declare const VSelect: {
|
|
4789
4836
|
baseColor?: string | undefined;
|
4790
4837
|
prependIcon?: IconValue | undefined;
|
4791
4838
|
appendIcon?: IconValue | undefined;
|
4839
|
+
iconColor?: string | boolean | undefined;
|
4792
4840
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4793
4841
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4794
|
-
iconColor?: string | boolean | undefined;
|
4795
4842
|
hint?: string | undefined;
|
4796
4843
|
hideDetails?: boolean | "auto" | undefined;
|
4797
4844
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4803,7 +4850,7 @@ export declare const VSelect: {
|
|
4803
4850
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4804
4851
|
modelValue?: unknown;
|
4805
4852
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4806
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
4853
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4807
4854
|
$: import("vue").ComponentInternalInstance;
|
4808
4855
|
$data: {};
|
4809
4856
|
$props: Partial<{
|
@@ -4850,13 +4897,13 @@ export declare const VSelect: {
|
|
4850
4897
|
rounded?: string | number | boolean | undefined;
|
4851
4898
|
baseColor?: string | undefined;
|
4852
4899
|
bgColor?: string | undefined;
|
4900
|
+
iconColor?: string | boolean | undefined;
|
4853
4901
|
appendInnerIcon?: IconValue | undefined;
|
4854
4902
|
prependInnerIcon?: IconValue | undefined;
|
4855
4903
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4856
4904
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4857
4905
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4858
4906
|
centerAffix?: boolean | undefined;
|
4859
|
-
iconColor?: string | boolean | undefined;
|
4860
4907
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4861
4908
|
$attrs: {
|
4862
4909
|
[x: string]: unknown;
|
@@ -4909,13 +4956,13 @@ export declare const VSelect: {
|
|
4909
4956
|
rounded?: string | number | boolean | undefined;
|
4910
4957
|
baseColor?: string | undefined;
|
4911
4958
|
bgColor?: string | undefined;
|
4959
|
+
iconColor?: string | boolean | undefined;
|
4912
4960
|
appendInnerIcon?: IconValue | undefined;
|
4913
4961
|
prependInnerIcon?: IconValue | undefined;
|
4914
4962
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4915
4963
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4916
4964
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4917
4965
|
centerAffix?: boolean | undefined;
|
4918
|
-
iconColor?: string | boolean | undefined;
|
4919
4966
|
} & {
|
4920
4967
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4921
4968
|
}, {
|
@@ -5019,13 +5066,13 @@ export declare const VSelect: {
|
|
5019
5066
|
rounded?: string | number | boolean | undefined;
|
5020
5067
|
baseColor?: string | undefined;
|
5021
5068
|
bgColor?: string | undefined;
|
5069
|
+
iconColor?: string | boolean | undefined;
|
5022
5070
|
appendInnerIcon?: IconValue | undefined;
|
5023
5071
|
prependInnerIcon?: IconValue | undefined;
|
5024
5072
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5025
5073
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5026
5074
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5027
5075
|
centerAffix?: boolean | undefined;
|
5028
|
-
iconColor?: string | boolean | undefined;
|
5029
5076
|
} & {
|
5030
5077
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5031
5078
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5034,7 +5081,7 @@ export declare const VSelect: {
|
|
5034
5081
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5035
5082
|
modelValue?: unknown;
|
5036
5083
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5037
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
5084
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5038
5085
|
_allExposed: {
|
5039
5086
|
reset: () => Promise<void>;
|
5040
5087
|
resetValidation: () => Promise<void>;
|
@@ -5202,6 +5249,7 @@ export declare const VSelect: {
|
|
5202
5249
|
bgColor?: string | undefined;
|
5203
5250
|
prependIcon?: IconValue | undefined;
|
5204
5251
|
appendIcon?: IconValue | undefined;
|
5252
|
+
iconColor?: string | boolean | undefined;
|
5205
5253
|
appendInnerIcon?: IconValue | undefined;
|
5206
5254
|
prependInnerIcon?: IconValue | undefined;
|
5207
5255
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5210,7 +5258,6 @@ export declare const VSelect: {
|
|
5210
5258
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5211
5259
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5212
5260
|
centerAffix?: boolean | undefined;
|
5213
|
-
iconColor?: string | boolean | undefined;
|
5214
5261
|
hint?: string | undefined;
|
5215
5262
|
hideDetails?: boolean | "auto" | undefined;
|
5216
5263
|
suffix?: string | undefined;
|
@@ -5325,9 +5372,9 @@ export declare const VSelect: {
|
|
5325
5372
|
baseColor?: string | undefined;
|
5326
5373
|
prependIcon?: IconValue | undefined;
|
5327
5374
|
appendIcon?: IconValue | undefined;
|
5375
|
+
iconColor?: string | boolean | undefined;
|
5328
5376
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5329
5377
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5330
|
-
iconColor?: string | boolean | undefined;
|
5331
5378
|
hint?: string | undefined;
|
5332
5379
|
hideDetails?: boolean | "auto" | undefined;
|
5333
5380
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5381,9 +5428,9 @@ export declare const VSelect: {
|
|
5381
5428
|
baseColor?: string | undefined;
|
5382
5429
|
prependIcon?: IconValue | undefined;
|
5383
5430
|
appendIcon?: IconValue | undefined;
|
5431
|
+
iconColor?: string | boolean | undefined;
|
5384
5432
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5385
5433
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5386
|
-
iconColor?: string | boolean | undefined;
|
5387
5434
|
hint?: string | undefined;
|
5388
5435
|
hideDetails?: boolean | "auto" | undefined;
|
5389
5436
|
} & {}, {
|
@@ -5484,9 +5531,9 @@ export declare const VSelect: {
|
|
5484
5531
|
baseColor?: string | undefined;
|
5485
5532
|
prependIcon?: IconValue | undefined;
|
5486
5533
|
appendIcon?: IconValue | undefined;
|
5534
|
+
iconColor?: string | boolean | undefined;
|
5487
5535
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5488
5536
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5489
|
-
iconColor?: string | boolean | undefined;
|
5490
5537
|
hint?: string | undefined;
|
5491
5538
|
hideDetails?: boolean | "auto" | undefined;
|
5492
5539
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5498,7 +5545,7 @@ export declare const VSelect: {
|
|
5498
5545
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5499
5546
|
modelValue?: unknown;
|
5500
5547
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5501
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
5548
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5502
5549
|
$: import("vue").ComponentInternalInstance;
|
5503
5550
|
$data: {};
|
5504
5551
|
$props: Partial<{
|
@@ -5545,13 +5592,13 @@ export declare const VSelect: {
|
|
5545
5592
|
rounded?: string | number | boolean | undefined;
|
5546
5593
|
baseColor?: string | undefined;
|
5547
5594
|
bgColor?: string | undefined;
|
5595
|
+
iconColor?: string | boolean | undefined;
|
5548
5596
|
appendInnerIcon?: IconValue | undefined;
|
5549
5597
|
prependInnerIcon?: IconValue | undefined;
|
5550
5598
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5551
5599
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5552
5600
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5553
5601
|
centerAffix?: boolean | undefined;
|
5554
|
-
iconColor?: string | boolean | undefined;
|
5555
5602
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5556
5603
|
$attrs: {
|
5557
5604
|
[x: string]: unknown;
|
@@ -5604,13 +5651,13 @@ export declare const VSelect: {
|
|
5604
5651
|
rounded?: string | number | boolean | undefined;
|
5605
5652
|
baseColor?: string | undefined;
|
5606
5653
|
bgColor?: string | undefined;
|
5654
|
+
iconColor?: string | boolean | undefined;
|
5607
5655
|
appendInnerIcon?: IconValue | undefined;
|
5608
5656
|
prependInnerIcon?: IconValue | undefined;
|
5609
5657
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5610
5658
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5611
5659
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5612
5660
|
centerAffix?: boolean | undefined;
|
5613
|
-
iconColor?: string | boolean | undefined;
|
5614
5661
|
} & {
|
5615
5662
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5616
5663
|
}, {
|
@@ -5714,13 +5761,13 @@ export declare const VSelect: {
|
|
5714
5761
|
rounded?: string | number | boolean | undefined;
|
5715
5762
|
baseColor?: string | undefined;
|
5716
5763
|
bgColor?: string | undefined;
|
5764
|
+
iconColor?: string | boolean | undefined;
|
5717
5765
|
appendInnerIcon?: IconValue | undefined;
|
5718
5766
|
prependInnerIcon?: IconValue | undefined;
|
5719
5767
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5720
5768
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5721
5769
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5722
5770
|
centerAffix?: boolean | undefined;
|
5723
|
-
iconColor?: string | boolean | undefined;
|
5724
5771
|
} & {
|
5725
5772
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5726
5773
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5729,7 +5776,7 @@ export declare const VSelect: {
|
|
5729
5776
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5730
5777
|
modelValue?: unknown;
|
5731
5778
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5732
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
5779
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5733
5780
|
_allExposed: {
|
5734
5781
|
reset: () => Promise<void>;
|
5735
5782
|
resetValidation: () => Promise<void>;
|
@@ -5740,7 +5787,7 @@ export declare const VSelect: {
|
|
5740
5787
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5741
5788
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
5742
5789
|
} | {};
|
5743
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "
|
5790
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
5744
5791
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5745
5792
|
$: import("vue").ComponentInternalInstance;
|
5746
5793
|
$data: {};
|
@@ -5791,9 +5838,9 @@ export declare const VSelect: {
|
|
5791
5838
|
baseColor?: string | undefined;
|
5792
5839
|
prependIcon?: IconValue | undefined;
|
5793
5840
|
appendIcon?: IconValue | undefined;
|
5841
|
+
iconColor?: string | boolean | undefined;
|
5794
5842
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5795
5843
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5796
|
-
iconColor?: string | boolean | undefined;
|
5797
5844
|
hint?: string | undefined;
|
5798
5845
|
hideDetails?: boolean | "auto" | undefined;
|
5799
5846
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5847,9 +5894,9 @@ export declare const VSelect: {
|
|
5847
5894
|
baseColor?: string | undefined;
|
5848
5895
|
prependIcon?: IconValue | undefined;
|
5849
5896
|
appendIcon?: IconValue | undefined;
|
5897
|
+
iconColor?: string | boolean | undefined;
|
5850
5898
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5851
5899
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5852
|
-
iconColor?: string | boolean | undefined;
|
5853
5900
|
hint?: string | undefined;
|
5854
5901
|
hideDetails?: boolean | "auto" | undefined;
|
5855
5902
|
} & {}, {
|
@@ -5950,9 +5997,9 @@ export declare const VSelect: {
|
|
5950
5997
|
baseColor?: string | undefined;
|
5951
5998
|
prependIcon?: IconValue | undefined;
|
5952
5999
|
appendIcon?: IconValue | undefined;
|
6000
|
+
iconColor?: string | boolean | undefined;
|
5953
6001
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5954
6002
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5955
|
-
iconColor?: string | boolean | undefined;
|
5956
6003
|
hint?: string | undefined;
|
5957
6004
|
hideDetails?: boolean | "auto" | undefined;
|
5958
6005
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5964,7 +6011,7 @@ export declare const VSelect: {
|
|
5964
6011
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5965
6012
|
modelValue?: unknown;
|
5966
6013
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5967
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
6014
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5968
6015
|
$: import("vue").ComponentInternalInstance;
|
5969
6016
|
$data: {};
|
5970
6017
|
$props: Partial<{
|
@@ -6011,13 +6058,13 @@ export declare const VSelect: {
|
|
6011
6058
|
rounded?: string | number | boolean | undefined;
|
6012
6059
|
baseColor?: string | undefined;
|
6013
6060
|
bgColor?: string | undefined;
|
6061
|
+
iconColor?: string | boolean | undefined;
|
6014
6062
|
appendInnerIcon?: IconValue | undefined;
|
6015
6063
|
prependInnerIcon?: IconValue | undefined;
|
6016
6064
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6017
6065
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6018
6066
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6019
6067
|
centerAffix?: boolean | undefined;
|
6020
|
-
iconColor?: string | boolean | undefined;
|
6021
6068
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6022
6069
|
$attrs: {
|
6023
6070
|
[x: string]: unknown;
|
@@ -6070,13 +6117,13 @@ export declare const VSelect: {
|
|
6070
6117
|
rounded?: string | number | boolean | undefined;
|
6071
6118
|
baseColor?: string | undefined;
|
6072
6119
|
bgColor?: string | undefined;
|
6120
|
+
iconColor?: string | boolean | undefined;
|
6073
6121
|
appendInnerIcon?: IconValue | undefined;
|
6074
6122
|
prependInnerIcon?: IconValue | undefined;
|
6075
6123
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6076
6124
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6077
6125
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6078
6126
|
centerAffix?: boolean | undefined;
|
6079
|
-
iconColor?: string | boolean | undefined;
|
6080
6127
|
} & {
|
6081
6128
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6082
6129
|
}, {
|
@@ -6180,13 +6227,13 @@ export declare const VSelect: {
|
|
6180
6227
|
rounded?: string | number | boolean | undefined;
|
6181
6228
|
baseColor?: string | undefined;
|
6182
6229
|
bgColor?: string | undefined;
|
6230
|
+
iconColor?: string | boolean | undefined;
|
6183
6231
|
appendInnerIcon?: IconValue | undefined;
|
6184
6232
|
prependInnerIcon?: IconValue | undefined;
|
6185
6233
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6186
6234
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6187
6235
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6188
6236
|
centerAffix?: boolean | undefined;
|
6189
|
-
iconColor?: string | boolean | undefined;
|
6190
6237
|
} & {
|
6191
6238
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6192
6239
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6195,7 +6242,7 @@ export declare const VSelect: {
|
|
6195
6242
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6196
6243
|
modelValue?: unknown;
|
6197
6244
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6198
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
6245
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6199
6246
|
_allExposed: {
|
6200
6247
|
reset: () => Promise<void>;
|
6201
6248
|
resetValidation: () => Promise<void>;
|
@@ -6215,7 +6262,7 @@ export declare const VSelect: {
|
|
6215
6262
|
'update:focused': (focused: boolean) => true;
|
6216
6263
|
'update:modelValue': (value: any) => true;
|
6217
6264
|
'update:menu': (ue: boolean) => true;
|
6218
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
6265
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
6219
6266
|
flat: boolean;
|
6220
6267
|
reverse: boolean;
|
6221
6268
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -6263,6 +6310,7 @@ export declare const VSelect: {
|
|
6263
6310
|
hideSelected: boolean;
|
6264
6311
|
menuIcon: IconValue;
|
6265
6312
|
openOnClear: boolean;
|
6313
|
+
noAutoScroll: boolean;
|
6266
6314
|
}, true, {}, import("vue").SlotsType<Partial<{
|
6267
6315
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
6268
6316
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -6292,6 +6340,14 @@ export declare const VSelect: {
|
|
6292
6340
|
item: ListItem<unknown>;
|
6293
6341
|
index: number;
|
6294
6342
|
}) => import("vue").VNode[];
|
6343
|
+
subheader: (arg: {
|
6344
|
+
props: Record<string, unknown>;
|
6345
|
+
index: number;
|
6346
|
+
}) => import("vue").VNode[];
|
6347
|
+
divider: (arg: {
|
6348
|
+
props: Record<string, unknown>;
|
6349
|
+
index: number;
|
6350
|
+
}) => import("vue").VNode[];
|
6295
6351
|
'prepend-item': () => import("vue").VNode[];
|
6296
6352
|
'append-item': () => import("vue").VNode[];
|
6297
6353
|
'no-data': () => import("vue").VNode[];
|
@@ -6348,6 +6404,7 @@ export declare const VSelect: {
|
|
6348
6404
|
hideSelected: boolean;
|
6349
6405
|
menuIcon: IconValue;
|
6350
6406
|
openOnClear: boolean;
|
6407
|
+
noAutoScroll: boolean;
|
6351
6408
|
} & {
|
6352
6409
|
name?: string | undefined;
|
6353
6410
|
id?: string | undefined;
|
@@ -6370,6 +6427,7 @@ export declare const VSelect: {
|
|
6370
6427
|
bgColor?: string | undefined;
|
6371
6428
|
prependIcon?: IconValue | undefined;
|
6372
6429
|
appendIcon?: IconValue | undefined;
|
6430
|
+
iconColor?: string | boolean | undefined;
|
6373
6431
|
prependInnerIcon?: IconValue | undefined;
|
6374
6432
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6375
6433
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6377,7 +6435,6 @@ export declare const VSelect: {
|
|
6377
6435
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6378
6436
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6379
6437
|
centerAffix?: boolean | undefined;
|
6380
|
-
iconColor?: string | boolean | undefined;
|
6381
6438
|
hint?: string | undefined;
|
6382
6439
|
hideDetails?: boolean | "auto" | undefined;
|
6383
6440
|
suffix?: string | undefined;
|
@@ -6397,6 +6454,7 @@ export declare const VSelect: {
|
|
6397
6454
|
rounded: string | number | boolean;
|
6398
6455
|
tile: boolean;
|
6399
6456
|
slim: boolean;
|
6457
|
+
filterable: boolean;
|
6400
6458
|
activatable: boolean;
|
6401
6459
|
selectable: boolean;
|
6402
6460
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -6414,6 +6472,7 @@ export declare const VSelect: {
|
|
6414
6472
|
density: import("../../composables/density.js").Density;
|
6415
6473
|
tile: boolean;
|
6416
6474
|
slim: boolean;
|
6475
|
+
filterable: boolean;
|
6417
6476
|
activatable: boolean;
|
6418
6477
|
selectable: boolean;
|
6419
6478
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -6445,7 +6504,7 @@ export declare const VSelect: {
|
|
6445
6504
|
value: boolean;
|
6446
6505
|
path: unknown[];
|
6447
6506
|
}) => any) | undefined;
|
6448
|
-
} & 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"> & {
|
6507
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
6449
6508
|
items?: readonly any[] | undefined;
|
6450
6509
|
itemTitle?: SelectItemKey<any>;
|
6451
6510
|
itemValue?: SelectItemKey<any>;
|
@@ -6628,6 +6687,7 @@ export declare const VSelect: {
|
|
6628
6687
|
noClickAnimation: boolean;
|
6629
6688
|
scrim: string | boolean;
|
6630
6689
|
submenu: boolean;
|
6690
|
+
disableInitialFocus: boolean;
|
6631
6691
|
}> & Omit<{
|
6632
6692
|
location: import("../../util/index.js").Anchor | undefined;
|
6633
6693
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -6707,6 +6767,7 @@ export declare const VSelect: {
|
|
6707
6767
|
noClickAnimation: boolean;
|
6708
6768
|
scrim: string | boolean;
|
6709
6769
|
submenu: boolean;
|
6770
|
+
disableInitialFocus: boolean;
|
6710
6771
|
offset?: string | number | number[] | undefined;
|
6711
6772
|
id?: string | undefined;
|
6712
6773
|
height?: string | number | undefined;
|
@@ -6756,7 +6817,7 @@ export declare const VSelect: {
|
|
6756
6817
|
targetRef: import("../../util/index.js").TemplateRef;
|
6757
6818
|
}) => import("vue").VNodeChild) | undefined;
|
6758
6819
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6759
|
-
} & 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;
|
6820
|
+
} & 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" | "disableInitialFocus">) | undefined;
|
6760
6821
|
itemColor?: string | undefined;
|
6761
6822
|
} & {
|
6762
6823
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -6851,6 +6912,7 @@ export declare const VSelect: {
|
|
6851
6912
|
bgColor?: string | undefined;
|
6852
6913
|
prependIcon?: IconValue | undefined;
|
6853
6914
|
appendIcon?: IconValue | undefined;
|
6915
|
+
iconColor?: string | boolean | undefined;
|
6854
6916
|
appendInnerIcon?: IconValue | undefined;
|
6855
6917
|
prependInnerIcon?: IconValue | undefined;
|
6856
6918
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6859,7 +6921,6 @@ export declare const VSelect: {
|
|
6859
6921
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6860
6922
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6861
6923
|
centerAffix?: boolean | undefined;
|
6862
|
-
iconColor?: string | boolean | undefined;
|
6863
6924
|
hint?: string | undefined;
|
6864
6925
|
hideDetails?: boolean | "auto" | undefined;
|
6865
6926
|
suffix?: string | undefined;
|
@@ -7003,6 +7064,7 @@ export declare const VSelect: {
|
|
7003
7064
|
bgColor?: string | undefined;
|
7004
7065
|
prependIcon?: IconValue | undefined;
|
7005
7066
|
appendIcon?: IconValue | undefined;
|
7067
|
+
iconColor?: string | boolean | undefined;
|
7006
7068
|
appendInnerIcon?: IconValue | undefined;
|
7007
7069
|
prependInnerIcon?: IconValue | undefined;
|
7008
7070
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7011,7 +7073,6 @@ export declare const VSelect: {
|
|
7011
7073
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7012
7074
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7013
7075
|
centerAffix?: boolean | undefined;
|
7014
|
-
iconColor?: string | boolean | undefined;
|
7015
7076
|
hint?: string | undefined;
|
7016
7077
|
hideDetails?: boolean | "auto" | undefined;
|
7017
7078
|
suffix?: string | undefined;
|
@@ -7126,9 +7187,9 @@ export declare const VSelect: {
|
|
7126
7187
|
baseColor?: string | undefined;
|
7127
7188
|
prependIcon?: IconValue | undefined;
|
7128
7189
|
appendIcon?: IconValue | undefined;
|
7190
|
+
iconColor?: string | boolean | undefined;
|
7129
7191
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7130
7192
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7131
|
-
iconColor?: string | boolean | undefined;
|
7132
7193
|
hint?: string | undefined;
|
7133
7194
|
hideDetails?: boolean | "auto" | undefined;
|
7134
7195
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -7182,9 +7243,9 @@ export declare const VSelect: {
|
|
7182
7243
|
baseColor?: string | undefined;
|
7183
7244
|
prependIcon?: IconValue | undefined;
|
7184
7245
|
appendIcon?: IconValue | undefined;
|
7246
|
+
iconColor?: string | boolean | undefined;
|
7185
7247
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7186
7248
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7187
|
-
iconColor?: string | boolean | undefined;
|
7188
7249
|
hint?: string | undefined;
|
7189
7250
|
hideDetails?: boolean | "auto" | undefined;
|
7190
7251
|
} & {}, {
|
@@ -7285,9 +7346,9 @@ export declare const VSelect: {
|
|
7285
7346
|
baseColor?: string | undefined;
|
7286
7347
|
prependIcon?: IconValue | undefined;
|
7287
7348
|
appendIcon?: IconValue | undefined;
|
7349
|
+
iconColor?: string | boolean | undefined;
|
7288
7350
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7289
7351
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7290
|
-
iconColor?: string | boolean | undefined;
|
7291
7352
|
hint?: string | undefined;
|
7292
7353
|
hideDetails?: boolean | "auto" | undefined;
|
7293
7354
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7299,7 +7360,7 @@ export declare const VSelect: {
|
|
7299
7360
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7300
7361
|
modelValue?: unknown;
|
7301
7362
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7302
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
7363
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
7303
7364
|
$: import("vue").ComponentInternalInstance;
|
7304
7365
|
$data: {};
|
7305
7366
|
$props: Partial<{
|
@@ -7346,13 +7407,13 @@ export declare const VSelect: {
|
|
7346
7407
|
rounded?: string | number | boolean | undefined;
|
7347
7408
|
baseColor?: string | undefined;
|
7348
7409
|
bgColor?: string | undefined;
|
7410
|
+
iconColor?: string | boolean | undefined;
|
7349
7411
|
appendInnerIcon?: IconValue | undefined;
|
7350
7412
|
prependInnerIcon?: IconValue | undefined;
|
7351
7413
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7352
7414
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7353
7415
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7354
7416
|
centerAffix?: boolean | undefined;
|
7355
|
-
iconColor?: string | boolean | undefined;
|
7356
7417
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
7357
7418
|
$attrs: {
|
7358
7419
|
[x: string]: unknown;
|
@@ -7405,13 +7466,13 @@ export declare const VSelect: {
|
|
7405
7466
|
rounded?: string | number | boolean | undefined;
|
7406
7467
|
baseColor?: string | undefined;
|
7407
7468
|
bgColor?: string | undefined;
|
7469
|
+
iconColor?: string | boolean | undefined;
|
7408
7470
|
appendInnerIcon?: IconValue | undefined;
|
7409
7471
|
prependInnerIcon?: IconValue | undefined;
|
7410
7472
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7411
7473
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7412
7474
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7413
7475
|
centerAffix?: boolean | undefined;
|
7414
|
-
iconColor?: string | boolean | undefined;
|
7415
7476
|
} & {
|
7416
7477
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7417
7478
|
}, {
|
@@ -7515,13 +7576,13 @@ export declare const VSelect: {
|
|
7515
7576
|
rounded?: string | number | boolean | undefined;
|
7516
7577
|
baseColor?: string | undefined;
|
7517
7578
|
bgColor?: string | undefined;
|
7579
|
+
iconColor?: string | boolean | undefined;
|
7518
7580
|
appendInnerIcon?: IconValue | undefined;
|
7519
7581
|
prependInnerIcon?: IconValue | undefined;
|
7520
7582
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7521
7583
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7522
7584
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7523
7585
|
centerAffix?: boolean | undefined;
|
7524
|
-
iconColor?: string | boolean | undefined;
|
7525
7586
|
} & {
|
7526
7587
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7527
7588
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7530,7 +7591,7 @@ export declare const VSelect: {
|
|
7530
7591
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7531
7592
|
modelValue?: unknown;
|
7532
7593
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7533
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
7594
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7534
7595
|
_allExposed: {
|
7535
7596
|
reset: () => Promise<void>;
|
7536
7597
|
resetValidation: () => Promise<void>;
|
@@ -7698,6 +7759,7 @@ export declare const VSelect: {
|
|
7698
7759
|
bgColor?: string | undefined;
|
7699
7760
|
prependIcon?: IconValue | undefined;
|
7700
7761
|
appendIcon?: IconValue | undefined;
|
7762
|
+
iconColor?: string | boolean | undefined;
|
7701
7763
|
appendInnerIcon?: IconValue | undefined;
|
7702
7764
|
prependInnerIcon?: IconValue | undefined;
|
7703
7765
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7706,7 +7768,6 @@ export declare const VSelect: {
|
|
7706
7768
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7707
7769
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7708
7770
|
centerAffix?: boolean | undefined;
|
7709
|
-
iconColor?: string | boolean | undefined;
|
7710
7771
|
hint?: string | undefined;
|
7711
7772
|
hideDetails?: boolean | "auto" | undefined;
|
7712
7773
|
suffix?: string | undefined;
|
@@ -7821,9 +7882,9 @@ export declare const VSelect: {
|
|
7821
7882
|
baseColor?: string | undefined;
|
7822
7883
|
prependIcon?: IconValue | undefined;
|
7823
7884
|
appendIcon?: IconValue | undefined;
|
7885
|
+
iconColor?: string | boolean | undefined;
|
7824
7886
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7825
7887
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7826
|
-
iconColor?: string | boolean | undefined;
|
7827
7888
|
hint?: string | undefined;
|
7828
7889
|
hideDetails?: boolean | "auto" | undefined;
|
7829
7890
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -7877,9 +7938,9 @@ export declare const VSelect: {
|
|
7877
7938
|
baseColor?: string | undefined;
|
7878
7939
|
prependIcon?: IconValue | undefined;
|
7879
7940
|
appendIcon?: IconValue | undefined;
|
7941
|
+
iconColor?: string | boolean | undefined;
|
7880
7942
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7881
7943
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7882
|
-
iconColor?: string | boolean | undefined;
|
7883
7944
|
hint?: string | undefined;
|
7884
7945
|
hideDetails?: boolean | "auto" | undefined;
|
7885
7946
|
} & {}, {
|
@@ -7980,9 +8041,9 @@ export declare const VSelect: {
|
|
7980
8041
|
baseColor?: string | undefined;
|
7981
8042
|
prependIcon?: IconValue | undefined;
|
7982
8043
|
appendIcon?: IconValue | undefined;
|
8044
|
+
iconColor?: string | boolean | undefined;
|
7983
8045
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7984
8046
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7985
|
-
iconColor?: string | boolean | undefined;
|
7986
8047
|
hint?: string | undefined;
|
7987
8048
|
hideDetails?: boolean | "auto" | undefined;
|
7988
8049
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7994,7 +8055,7 @@ export declare const VSelect: {
|
|
7994
8055
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7995
8056
|
modelValue?: unknown;
|
7996
8057
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7997
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
8058
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
7998
8059
|
$: import("vue").ComponentInternalInstance;
|
7999
8060
|
$data: {};
|
8000
8061
|
$props: Partial<{
|
@@ -8041,13 +8102,13 @@ export declare const VSelect: {
|
|
8041
8102
|
rounded?: string | number | boolean | undefined;
|
8042
8103
|
baseColor?: string | undefined;
|
8043
8104
|
bgColor?: string | undefined;
|
8105
|
+
iconColor?: string | boolean | undefined;
|
8044
8106
|
appendInnerIcon?: IconValue | undefined;
|
8045
8107
|
prependInnerIcon?: IconValue | undefined;
|
8046
8108
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8047
8109
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8048
8110
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8049
8111
|
centerAffix?: boolean | undefined;
|
8050
|
-
iconColor?: string | boolean | undefined;
|
8051
8112
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8052
8113
|
$attrs: {
|
8053
8114
|
[x: string]: unknown;
|
@@ -8100,13 +8161,13 @@ export declare const VSelect: {
|
|
8100
8161
|
rounded?: string | number | boolean | undefined;
|
8101
8162
|
baseColor?: string | undefined;
|
8102
8163
|
bgColor?: string | undefined;
|
8164
|
+
iconColor?: string | boolean | undefined;
|
8103
8165
|
appendInnerIcon?: IconValue | undefined;
|
8104
8166
|
prependInnerIcon?: IconValue | undefined;
|
8105
8167
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8106
8168
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8107
8169
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8108
8170
|
centerAffix?: boolean | undefined;
|
8109
|
-
iconColor?: string | boolean | undefined;
|
8110
8171
|
} & {
|
8111
8172
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8112
8173
|
}, {
|
@@ -8210,13 +8271,13 @@ export declare const VSelect: {
|
|
8210
8271
|
rounded?: string | number | boolean | undefined;
|
8211
8272
|
baseColor?: string | undefined;
|
8212
8273
|
bgColor?: string | undefined;
|
8274
|
+
iconColor?: string | boolean | undefined;
|
8213
8275
|
appendInnerIcon?: IconValue | undefined;
|
8214
8276
|
prependInnerIcon?: IconValue | undefined;
|
8215
8277
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8216
8278
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8217
8279
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8218
8280
|
centerAffix?: boolean | undefined;
|
8219
|
-
iconColor?: string | boolean | undefined;
|
8220
8281
|
} & {
|
8221
8282
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8222
8283
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8225,7 +8286,7 @@ export declare const VSelect: {
|
|
8225
8286
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8226
8287
|
modelValue?: unknown;
|
8227
8288
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8228
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
8289
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8229
8290
|
_allExposed: {
|
8230
8291
|
reset: () => Promise<void>;
|
8231
8292
|
resetValidation: () => Promise<void>;
|
@@ -8236,7 +8297,7 @@ export declare const VSelect: {
|
|
8236
8297
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8237
8298
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
8238
8299
|
} | {};
|
8239
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "
|
8300
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
8240
8301
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
8241
8302
|
$: import("vue").ComponentInternalInstance;
|
8242
8303
|
$data: {};
|
@@ -8287,9 +8348,9 @@ export declare const VSelect: {
|
|
8287
8348
|
baseColor?: string | undefined;
|
8288
8349
|
prependIcon?: IconValue | undefined;
|
8289
8350
|
appendIcon?: IconValue | undefined;
|
8351
|
+
iconColor?: string | boolean | undefined;
|
8290
8352
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8291
8353
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8292
|
-
iconColor?: string | boolean | undefined;
|
8293
8354
|
hint?: string | undefined;
|
8294
8355
|
hideDetails?: boolean | "auto" | undefined;
|
8295
8356
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8343,9 +8404,9 @@ export declare const VSelect: {
|
|
8343
8404
|
baseColor?: string | undefined;
|
8344
8405
|
prependIcon?: IconValue | undefined;
|
8345
8406
|
appendIcon?: IconValue | undefined;
|
8407
|
+
iconColor?: string | boolean | undefined;
|
8346
8408
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8347
8409
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8348
|
-
iconColor?: string | boolean | undefined;
|
8349
8410
|
hint?: string | undefined;
|
8350
8411
|
hideDetails?: boolean | "auto" | undefined;
|
8351
8412
|
} & {}, {
|
@@ -8446,9 +8507,9 @@ export declare const VSelect: {
|
|
8446
8507
|
baseColor?: string | undefined;
|
8447
8508
|
prependIcon?: IconValue | undefined;
|
8448
8509
|
appendIcon?: IconValue | undefined;
|
8510
|
+
iconColor?: string | boolean | undefined;
|
8449
8511
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8450
8512
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8451
|
-
iconColor?: string | boolean | undefined;
|
8452
8513
|
hint?: string | undefined;
|
8453
8514
|
hideDetails?: boolean | "auto" | undefined;
|
8454
8515
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8460,7 +8521,7 @@ export declare const VSelect: {
|
|
8460
8521
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8461
8522
|
modelValue?: unknown;
|
8462
8523
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8463
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
8524
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
8464
8525
|
$: import("vue").ComponentInternalInstance;
|
8465
8526
|
$data: {};
|
8466
8527
|
$props: Partial<{
|
@@ -8507,13 +8568,13 @@ export declare const VSelect: {
|
|
8507
8568
|
rounded?: string | number | boolean | undefined;
|
8508
8569
|
baseColor?: string | undefined;
|
8509
8570
|
bgColor?: string | undefined;
|
8571
|
+
iconColor?: string | boolean | undefined;
|
8510
8572
|
appendInnerIcon?: IconValue | undefined;
|
8511
8573
|
prependInnerIcon?: IconValue | undefined;
|
8512
8574
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8513
8575
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8514
8576
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8515
8577
|
centerAffix?: boolean | undefined;
|
8516
|
-
iconColor?: string | boolean | undefined;
|
8517
8578
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
8518
8579
|
$attrs: {
|
8519
8580
|
[x: string]: unknown;
|
@@ -8566,13 +8627,13 @@ export declare const VSelect: {
|
|
8566
8627
|
rounded?: string | number | boolean | undefined;
|
8567
8628
|
baseColor?: string | undefined;
|
8568
8629
|
bgColor?: string | undefined;
|
8630
|
+
iconColor?: string | boolean | undefined;
|
8569
8631
|
appendInnerIcon?: IconValue | undefined;
|
8570
8632
|
prependInnerIcon?: IconValue | undefined;
|
8571
8633
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8572
8634
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8573
8635
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8574
8636
|
centerAffix?: boolean | undefined;
|
8575
|
-
iconColor?: string | boolean | undefined;
|
8576
8637
|
} & {
|
8577
8638
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8578
8639
|
}, {
|
@@ -8676,13 +8737,13 @@ export declare const VSelect: {
|
|
8676
8737
|
rounded?: string | number | boolean | undefined;
|
8677
8738
|
baseColor?: string | undefined;
|
8678
8739
|
bgColor?: string | undefined;
|
8740
|
+
iconColor?: string | boolean | undefined;
|
8679
8741
|
appendInnerIcon?: IconValue | undefined;
|
8680
8742
|
prependInnerIcon?: IconValue | undefined;
|
8681
8743
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8682
8744
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8683
8745
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8684
8746
|
centerAffix?: boolean | undefined;
|
8685
|
-
iconColor?: string | boolean | undefined;
|
8686
8747
|
} & {
|
8687
8748
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8688
8749
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8691,7 +8752,7 @@ export declare const VSelect: {
|
|
8691
8752
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8692
8753
|
modelValue?: unknown;
|
8693
8754
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8694
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
8755
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
8695
8756
|
_allExposed: {
|
8696
8757
|
reset: () => Promise<void>;
|
8697
8758
|
resetValidation: () => Promise<void>;
|
@@ -8755,6 +8816,7 @@ export declare const VSelect: {
|
|
8755
8816
|
hideSelected: boolean;
|
8756
8817
|
menuIcon: IconValue;
|
8757
8818
|
openOnClear: boolean;
|
8819
|
+
noAutoScroll: boolean;
|
8758
8820
|
}>;
|
8759
8821
|
__isFragment?: never;
|
8760
8822
|
__isTeleport?: never;
|
@@ -8805,6 +8867,7 @@ export declare const VSelect: {
|
|
8805
8867
|
hideSelected: boolean;
|
8806
8868
|
menuIcon: IconValue;
|
8807
8869
|
openOnClear: boolean;
|
8870
|
+
noAutoScroll: boolean;
|
8808
8871
|
} & {
|
8809
8872
|
name?: string | undefined;
|
8810
8873
|
id?: string | undefined;
|
@@ -8827,6 +8890,7 @@ export declare const VSelect: {
|
|
8827
8890
|
bgColor?: string | undefined;
|
8828
8891
|
prependIcon?: IconValue | undefined;
|
8829
8892
|
appendIcon?: IconValue | undefined;
|
8893
|
+
iconColor?: string | boolean | undefined;
|
8830
8894
|
prependInnerIcon?: IconValue | undefined;
|
8831
8895
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8832
8896
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8834,7 +8898,6 @@ export declare const VSelect: {
|
|
8834
8898
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8835
8899
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8836
8900
|
centerAffix?: boolean | undefined;
|
8837
|
-
iconColor?: string | boolean | undefined;
|
8838
8901
|
hint?: string | undefined;
|
8839
8902
|
hideDetails?: boolean | "auto" | undefined;
|
8840
8903
|
suffix?: string | undefined;
|
@@ -8854,6 +8917,7 @@ export declare const VSelect: {
|
|
8854
8917
|
rounded: string | number | boolean;
|
8855
8918
|
tile: boolean;
|
8856
8919
|
slim: boolean;
|
8920
|
+
filterable: boolean;
|
8857
8921
|
activatable: boolean;
|
8858
8922
|
selectable: boolean;
|
8859
8923
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -8871,6 +8935,7 @@ export declare const VSelect: {
|
|
8871
8935
|
density: import("../../composables/density.js").Density;
|
8872
8936
|
tile: boolean;
|
8873
8937
|
slim: boolean;
|
8938
|
+
filterable: boolean;
|
8874
8939
|
activatable: boolean;
|
8875
8940
|
selectable: boolean;
|
8876
8941
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -8902,7 +8967,7 @@ export declare const VSelect: {
|
|
8902
8967
|
value: boolean;
|
8903
8968
|
path: unknown[];
|
8904
8969
|
}) => any) | undefined;
|
8905
|
-
} & 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"> & {
|
8970
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
8906
8971
|
items?: readonly any[] | undefined;
|
8907
8972
|
itemTitle?: SelectItemKey<any>;
|
8908
8973
|
itemValue?: SelectItemKey<any>;
|
@@ -9085,6 +9150,7 @@ export declare const VSelect: {
|
|
9085
9150
|
noClickAnimation: boolean;
|
9086
9151
|
scrim: string | boolean;
|
9087
9152
|
submenu: boolean;
|
9153
|
+
disableInitialFocus: boolean;
|
9088
9154
|
}> & Omit<{
|
9089
9155
|
location: import("../../util/index.js").Anchor | undefined;
|
9090
9156
|
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
@@ -9164,6 +9230,7 @@ export declare const VSelect: {
|
|
9164
9230
|
noClickAnimation: boolean;
|
9165
9231
|
scrim: string | boolean;
|
9166
9232
|
submenu: boolean;
|
9233
|
+
disableInitialFocus: boolean;
|
9167
9234
|
offset?: string | number | number[] | undefined;
|
9168
9235
|
id?: string | undefined;
|
9169
9236
|
height?: string | number | undefined;
|
@@ -9213,7 +9280,7 @@ export declare const VSelect: {
|
|
9213
9280
|
targetRef: import("../../util/index.js").TemplateRef;
|
9214
9281
|
}) => import("vue").VNodeChild) | undefined;
|
9215
9282
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
9216
|
-
} & 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;
|
9283
|
+
} & 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" | "disableInitialFocus">) | undefined;
|
9217
9284
|
itemColor?: string | undefined;
|
9218
9285
|
} & {
|
9219
9286
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -9308,6 +9375,7 @@ export declare const VSelect: {
|
|
9308
9375
|
bgColor?: string | undefined;
|
9309
9376
|
prependIcon?: IconValue | undefined;
|
9310
9377
|
appendIcon?: IconValue | undefined;
|
9378
|
+
iconColor?: string | boolean | undefined;
|
9311
9379
|
appendInnerIcon?: IconValue | undefined;
|
9312
9380
|
prependInnerIcon?: IconValue | undefined;
|
9313
9381
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9316,7 +9384,6 @@ export declare const VSelect: {
|
|
9316
9384
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9317
9385
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9318
9386
|
centerAffix?: boolean | undefined;
|
9319
|
-
iconColor?: string | boolean | undefined;
|
9320
9387
|
hint?: string | undefined;
|
9321
9388
|
hideDetails?: boolean | "auto" | undefined;
|
9322
9389
|
suffix?: string | undefined;
|
@@ -9460,6 +9527,7 @@ export declare const VSelect: {
|
|
9460
9527
|
bgColor?: string | undefined;
|
9461
9528
|
prependIcon?: IconValue | undefined;
|
9462
9529
|
appendIcon?: IconValue | undefined;
|
9530
|
+
iconColor?: string | boolean | undefined;
|
9463
9531
|
appendInnerIcon?: IconValue | undefined;
|
9464
9532
|
prependInnerIcon?: IconValue | undefined;
|
9465
9533
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9468,7 +9536,6 @@ export declare const VSelect: {
|
|
9468
9536
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9469
9537
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9470
9538
|
centerAffix?: boolean | undefined;
|
9471
|
-
iconColor?: string | boolean | undefined;
|
9472
9539
|
hint?: string | undefined;
|
9473
9540
|
hideDetails?: boolean | "auto" | undefined;
|
9474
9541
|
suffix?: string | undefined;
|
@@ -9583,9 +9650,9 @@ export declare const VSelect: {
|
|
9583
9650
|
baseColor?: string | undefined;
|
9584
9651
|
prependIcon?: IconValue | undefined;
|
9585
9652
|
appendIcon?: IconValue | undefined;
|
9653
|
+
iconColor?: string | boolean | undefined;
|
9586
9654
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9587
9655
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9588
|
-
iconColor?: string | boolean | undefined;
|
9589
9656
|
hint?: string | undefined;
|
9590
9657
|
hideDetails?: boolean | "auto" | undefined;
|
9591
9658
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9639,9 +9706,9 @@ export declare const VSelect: {
|
|
9639
9706
|
baseColor?: string | undefined;
|
9640
9707
|
prependIcon?: IconValue | undefined;
|
9641
9708
|
appendIcon?: IconValue | undefined;
|
9709
|
+
iconColor?: string | boolean | undefined;
|
9642
9710
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9643
9711
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9644
|
-
iconColor?: string | boolean | undefined;
|
9645
9712
|
hint?: string | undefined;
|
9646
9713
|
hideDetails?: boolean | "auto" | undefined;
|
9647
9714
|
} & {}, {
|
@@ -9742,9 +9809,9 @@ export declare const VSelect: {
|
|
9742
9809
|
baseColor?: string | undefined;
|
9743
9810
|
prependIcon?: IconValue | undefined;
|
9744
9811
|
appendIcon?: IconValue | undefined;
|
9812
|
+
iconColor?: string | boolean | undefined;
|
9745
9813
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9746
9814
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9747
|
-
iconColor?: string | boolean | undefined;
|
9748
9815
|
hint?: string | undefined;
|
9749
9816
|
hideDetails?: boolean | "auto" | undefined;
|
9750
9817
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9756,7 +9823,7 @@ export declare const VSelect: {
|
|
9756
9823
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9757
9824
|
modelValue?: unknown;
|
9758
9825
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9759
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
9826
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
9760
9827
|
$: import("vue").ComponentInternalInstance;
|
9761
9828
|
$data: {};
|
9762
9829
|
$props: Partial<{
|
@@ -9803,13 +9870,13 @@ export declare const VSelect: {
|
|
9803
9870
|
rounded?: string | number | boolean | undefined;
|
9804
9871
|
baseColor?: string | undefined;
|
9805
9872
|
bgColor?: string | undefined;
|
9873
|
+
iconColor?: string | boolean | undefined;
|
9806
9874
|
appendInnerIcon?: IconValue | undefined;
|
9807
9875
|
prependInnerIcon?: IconValue | undefined;
|
9808
9876
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9809
9877
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9810
9878
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9811
9879
|
centerAffix?: boolean | undefined;
|
9812
|
-
iconColor?: string | boolean | undefined;
|
9813
9880
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
9814
9881
|
$attrs: {
|
9815
9882
|
[x: string]: unknown;
|
@@ -9862,13 +9929,13 @@ export declare const VSelect: {
|
|
9862
9929
|
rounded?: string | number | boolean | undefined;
|
9863
9930
|
baseColor?: string | undefined;
|
9864
9931
|
bgColor?: string | undefined;
|
9932
|
+
iconColor?: string | boolean | undefined;
|
9865
9933
|
appendInnerIcon?: IconValue | undefined;
|
9866
9934
|
prependInnerIcon?: IconValue | undefined;
|
9867
9935
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9868
9936
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9869
9937
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9870
9938
|
centerAffix?: boolean | undefined;
|
9871
|
-
iconColor?: string | boolean | undefined;
|
9872
9939
|
} & {
|
9873
9940
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9874
9941
|
}, {
|
@@ -9972,13 +10039,13 @@ export declare const VSelect: {
|
|
9972
10039
|
rounded?: string | number | boolean | undefined;
|
9973
10040
|
baseColor?: string | undefined;
|
9974
10041
|
bgColor?: string | undefined;
|
10042
|
+
iconColor?: string | boolean | undefined;
|
9975
10043
|
appendInnerIcon?: IconValue | undefined;
|
9976
10044
|
prependInnerIcon?: IconValue | undefined;
|
9977
10045
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9978
10046
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9979
10047
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9980
10048
|
centerAffix?: boolean | undefined;
|
9981
|
-
iconColor?: string | boolean | undefined;
|
9982
10049
|
} & {
|
9983
10050
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9984
10051
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9987,7 +10054,7 @@ export declare const VSelect: {
|
|
9987
10054
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9988
10055
|
modelValue?: unknown;
|
9989
10056
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9990
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
10057
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
9991
10058
|
_allExposed: {
|
9992
10059
|
reset: () => Promise<void>;
|
9993
10060
|
resetValidation: () => Promise<void>;
|
@@ -10155,6 +10222,7 @@ export declare const VSelect: {
|
|
10155
10222
|
bgColor?: string | undefined;
|
10156
10223
|
prependIcon?: IconValue | undefined;
|
10157
10224
|
appendIcon?: IconValue | undefined;
|
10225
|
+
iconColor?: string | boolean | undefined;
|
10158
10226
|
appendInnerIcon?: IconValue | undefined;
|
10159
10227
|
prependInnerIcon?: IconValue | undefined;
|
10160
10228
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -10163,7 +10231,6 @@ export declare const VSelect: {
|
|
10163
10231
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10164
10232
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10165
10233
|
centerAffix?: boolean | undefined;
|
10166
|
-
iconColor?: string | boolean | undefined;
|
10167
10234
|
hint?: string | undefined;
|
10168
10235
|
hideDetails?: boolean | "auto" | undefined;
|
10169
10236
|
suffix?: string | undefined;
|
@@ -10278,9 +10345,9 @@ export declare const VSelect: {
|
|
10278
10345
|
baseColor?: string | undefined;
|
10279
10346
|
prependIcon?: IconValue | undefined;
|
10280
10347
|
appendIcon?: IconValue | undefined;
|
10348
|
+
iconColor?: string | boolean | undefined;
|
10281
10349
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10282
10350
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10283
|
-
iconColor?: string | boolean | undefined;
|
10284
10351
|
hint?: string | undefined;
|
10285
10352
|
hideDetails?: boolean | "auto" | undefined;
|
10286
10353
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -10334,9 +10401,9 @@ export declare const VSelect: {
|
|
10334
10401
|
baseColor?: string | undefined;
|
10335
10402
|
prependIcon?: IconValue | undefined;
|
10336
10403
|
appendIcon?: IconValue | undefined;
|
10404
|
+
iconColor?: string | boolean | undefined;
|
10337
10405
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10338
10406
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10339
|
-
iconColor?: string | boolean | undefined;
|
10340
10407
|
hint?: string | undefined;
|
10341
10408
|
hideDetails?: boolean | "auto" | undefined;
|
10342
10409
|
} & {}, {
|
@@ -10437,9 +10504,9 @@ export declare const VSelect: {
|
|
10437
10504
|
baseColor?: string | undefined;
|
10438
10505
|
prependIcon?: IconValue | undefined;
|
10439
10506
|
appendIcon?: IconValue | undefined;
|
10507
|
+
iconColor?: string | boolean | undefined;
|
10440
10508
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10441
10509
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10442
|
-
iconColor?: string | boolean | undefined;
|
10443
10510
|
hint?: string | undefined;
|
10444
10511
|
hideDetails?: boolean | "auto" | undefined;
|
10445
10512
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10451,7 +10518,7 @@ export declare const VSelect: {
|
|
10451
10518
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10452
10519
|
modelValue?: unknown;
|
10453
10520
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10454
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
10521
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
10455
10522
|
$: import("vue").ComponentInternalInstance;
|
10456
10523
|
$data: {};
|
10457
10524
|
$props: Partial<{
|
@@ -10498,13 +10565,13 @@ export declare const VSelect: {
|
|
10498
10565
|
rounded?: string | number | boolean | undefined;
|
10499
10566
|
baseColor?: string | undefined;
|
10500
10567
|
bgColor?: string | undefined;
|
10568
|
+
iconColor?: string | boolean | undefined;
|
10501
10569
|
appendInnerIcon?: IconValue | undefined;
|
10502
10570
|
prependInnerIcon?: IconValue | undefined;
|
10503
10571
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10504
10572
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10505
10573
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10506
10574
|
centerAffix?: boolean | undefined;
|
10507
|
-
iconColor?: string | boolean | undefined;
|
10508
10575
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
10509
10576
|
$attrs: {
|
10510
10577
|
[x: string]: unknown;
|
@@ -10557,13 +10624,13 @@ export declare const VSelect: {
|
|
10557
10624
|
rounded?: string | number | boolean | undefined;
|
10558
10625
|
baseColor?: string | undefined;
|
10559
10626
|
bgColor?: string | undefined;
|
10627
|
+
iconColor?: string | boolean | undefined;
|
10560
10628
|
appendInnerIcon?: IconValue | undefined;
|
10561
10629
|
prependInnerIcon?: IconValue | undefined;
|
10562
10630
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10563
10631
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10564
10632
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10565
10633
|
centerAffix?: boolean | undefined;
|
10566
|
-
iconColor?: string | boolean | undefined;
|
10567
10634
|
} & {
|
10568
10635
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10569
10636
|
}, {
|
@@ -10667,13 +10734,13 @@ export declare const VSelect: {
|
|
10667
10734
|
rounded?: string | number | boolean | undefined;
|
10668
10735
|
baseColor?: string | undefined;
|
10669
10736
|
bgColor?: string | undefined;
|
10737
|
+
iconColor?: string | boolean | undefined;
|
10670
10738
|
appendInnerIcon?: IconValue | undefined;
|
10671
10739
|
prependInnerIcon?: IconValue | undefined;
|
10672
10740
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10673
10741
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10674
10742
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10675
10743
|
centerAffix?: boolean | undefined;
|
10676
|
-
iconColor?: string | boolean | undefined;
|
10677
10744
|
} & {
|
10678
10745
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10679
10746
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -10682,7 +10749,7 @@ export declare const VSelect: {
|
|
10682
10749
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10683
10750
|
modelValue?: unknown;
|
10684
10751
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10685
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
10752
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
10686
10753
|
_allExposed: {
|
10687
10754
|
reset: () => Promise<void>;
|
10688
10755
|
resetValidation: () => Promise<void>;
|
@@ -10693,7 +10760,7 @@ export declare const VSelect: {
|
|
10693
10760
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
10694
10761
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
10695
10762
|
} | {};
|
10696
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "
|
10763
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
10697
10764
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
10698
10765
|
$: import("vue").ComponentInternalInstance;
|
10699
10766
|
$data: {};
|
@@ -10744,9 +10811,9 @@ export declare const VSelect: {
|
|
10744
10811
|
baseColor?: string | undefined;
|
10745
10812
|
prependIcon?: IconValue | undefined;
|
10746
10813
|
appendIcon?: IconValue | undefined;
|
10814
|
+
iconColor?: string | boolean | undefined;
|
10747
10815
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10748
10816
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10749
|
-
iconColor?: string | boolean | undefined;
|
10750
10817
|
hint?: string | undefined;
|
10751
10818
|
hideDetails?: boolean | "auto" | undefined;
|
10752
10819
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -10800,9 +10867,9 @@ export declare const VSelect: {
|
|
10800
10867
|
baseColor?: string | undefined;
|
10801
10868
|
prependIcon?: IconValue | undefined;
|
10802
10869
|
appendIcon?: IconValue | undefined;
|
10870
|
+
iconColor?: string | boolean | undefined;
|
10803
10871
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10804
10872
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10805
|
-
iconColor?: string | boolean | undefined;
|
10806
10873
|
hint?: string | undefined;
|
10807
10874
|
hideDetails?: boolean | "auto" | undefined;
|
10808
10875
|
} & {}, {
|
@@ -10903,9 +10970,9 @@ export declare const VSelect: {
|
|
10903
10970
|
baseColor?: string | undefined;
|
10904
10971
|
prependIcon?: IconValue | undefined;
|
10905
10972
|
appendIcon?: IconValue | undefined;
|
10973
|
+
iconColor?: string | boolean | undefined;
|
10906
10974
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10907
10975
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10908
|
-
iconColor?: string | boolean | undefined;
|
10909
10976
|
hint?: string | undefined;
|
10910
10977
|
hideDetails?: boolean | "auto" | undefined;
|
10911
10978
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10917,7 +10984,7 @@ export declare const VSelect: {
|
|
10917
10984
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10918
10985
|
modelValue?: unknown;
|
10919
10986
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10920
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
10987
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
10921
10988
|
$: import("vue").ComponentInternalInstance;
|
10922
10989
|
$data: {};
|
10923
10990
|
$props: Partial<{
|
@@ -10964,13 +11031,13 @@ export declare const VSelect: {
|
|
10964
11031
|
rounded?: string | number | boolean | undefined;
|
10965
11032
|
baseColor?: string | undefined;
|
10966
11033
|
bgColor?: string | undefined;
|
11034
|
+
iconColor?: string | boolean | undefined;
|
10967
11035
|
appendInnerIcon?: IconValue | undefined;
|
10968
11036
|
prependInnerIcon?: IconValue | undefined;
|
10969
11037
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10970
11038
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10971
11039
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10972
11040
|
centerAffix?: boolean | undefined;
|
10973
|
-
iconColor?: string | boolean | undefined;
|
10974
11041
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
10975
11042
|
$attrs: {
|
10976
11043
|
[x: string]: unknown;
|
@@ -11023,13 +11090,13 @@ export declare const VSelect: {
|
|
11023
11090
|
rounded?: string | number | boolean | undefined;
|
11024
11091
|
baseColor?: string | undefined;
|
11025
11092
|
bgColor?: string | undefined;
|
11093
|
+
iconColor?: string | boolean | undefined;
|
11026
11094
|
appendInnerIcon?: IconValue | undefined;
|
11027
11095
|
prependInnerIcon?: IconValue | undefined;
|
11028
11096
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11029
11097
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11030
11098
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11031
11099
|
centerAffix?: boolean | undefined;
|
11032
|
-
iconColor?: string | boolean | undefined;
|
11033
11100
|
} & {
|
11034
11101
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11035
11102
|
}, {
|
@@ -11133,13 +11200,13 @@ export declare const VSelect: {
|
|
11133
11200
|
rounded?: string | number | boolean | undefined;
|
11134
11201
|
baseColor?: string | undefined;
|
11135
11202
|
bgColor?: string | undefined;
|
11203
|
+
iconColor?: string | boolean | undefined;
|
11136
11204
|
appendInnerIcon?: IconValue | undefined;
|
11137
11205
|
prependInnerIcon?: IconValue | undefined;
|
11138
11206
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11139
11207
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11140
11208
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11141
11209
|
centerAffix?: boolean | undefined;
|
11142
|
-
iconColor?: string | boolean | undefined;
|
11143
11210
|
} & {
|
11144
11211
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11145
11212
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -11148,7 +11215,7 @@ export declare const VSelect: {
|
|
11148
11215
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
11149
11216
|
modelValue?: unknown;
|
11150
11217
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
11151
|
-
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
11218
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
11152
11219
|
_allExposed: {
|
11153
11220
|
reset: () => Promise<void>;
|
11154
11221
|
resetValidation: () => Promise<void>;
|
@@ -11168,7 +11235,7 @@ export declare const VSelect: {
|
|
11168
11235
|
'update:focused': (focused: boolean) => true;
|
11169
11236
|
'update:modelValue': (value: any) => true;
|
11170
11237
|
'update:menu': (ue: boolean) => true;
|
11171
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
11238
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
11172
11239
|
flat: boolean;
|
11173
11240
|
reverse: boolean;
|
11174
11241
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -11216,6 +11283,7 @@ export declare const VSelect: {
|
|
11216
11283
|
hideSelected: boolean;
|
11217
11284
|
menuIcon: IconValue;
|
11218
11285
|
openOnClear: boolean;
|
11286
|
+
noAutoScroll: boolean;
|
11219
11287
|
}, {}, string, import("vue").SlotsType<Partial<{
|
11220
11288
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
11221
11289
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -11245,6 +11313,14 @@ export declare const VSelect: {
|
|
11245
11313
|
item: ListItem<unknown>;
|
11246
11314
|
index: number;
|
11247
11315
|
}) => import("vue").VNode[];
|
11316
|
+
subheader: (arg: {
|
11317
|
+
props: Record<string, unknown>;
|
11318
|
+
index: number;
|
11319
|
+
}) => import("vue").VNode[];
|
11320
|
+
divider: (arg: {
|
11321
|
+
props: Record<string, unknown>;
|
11322
|
+
index: number;
|
11323
|
+
}) => import("vue").VNode[];
|
11248
11324
|
'prepend-item': () => import("vue").VNode[];
|
11249
11325
|
'append-item': () => import("vue").VNode[];
|
11250
11326
|
'no-data': () => import("vue").VNode[];
|
@@ -11272,6 +11348,14 @@ export declare const VSelect: {
|
|
11272
11348
|
item: ListItem<Item>;
|
11273
11349
|
index: number;
|
11274
11350
|
};
|
11351
|
+
subheader: {
|
11352
|
+
props: Record<string, unknown>;
|
11353
|
+
index: number;
|
11354
|
+
};
|
11355
|
+
divider: {
|
11356
|
+
props: Record<string, unknown>;
|
11357
|
+
index: number;
|
11358
|
+
};
|
11275
11359
|
"prepend-item": never;
|
11276
11360
|
"append-item": never;
|
11277
11361
|
"no-data": never;
|
@@ -11373,6 +11457,7 @@ export declare const VSelect: {
|
|
11373
11457
|
bgColor: StringConstructor;
|
11374
11458
|
prependIcon: PropType<IconValue>;
|
11375
11459
|
appendIcon: PropType<IconValue>;
|
11460
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11376
11461
|
clearIcon: {
|
11377
11462
|
type: PropType<IconValue>;
|
11378
11463
|
default: string;
|
@@ -11388,7 +11473,6 @@ export declare const VSelect: {
|
|
11388
11473
|
default: undefined;
|
11389
11474
|
};
|
11390
11475
|
glow: BooleanConstructor;
|
11391
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11392
11476
|
hideSpinButtons: BooleanConstructor;
|
11393
11477
|
hint: StringConstructor;
|
11394
11478
|
persistentHint: BooleanConstructor;
|
@@ -11457,6 +11541,7 @@ export declare const VSelect: {
|
|
11457
11541
|
};
|
11458
11542
|
openOnClear: BooleanConstructor;
|
11459
11543
|
itemColor: StringConstructor;
|
11544
|
+
noAutoScroll: BooleanConstructor;
|
11460
11545
|
}, import("vue").ExtractPropTypes<{
|
11461
11546
|
transition: {
|
11462
11547
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
@@ -11555,6 +11640,7 @@ export declare const VSelect: {
|
|
11555
11640
|
bgColor: StringConstructor;
|
11556
11641
|
prependIcon: PropType<IconValue>;
|
11557
11642
|
appendIcon: PropType<IconValue>;
|
11643
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11558
11644
|
clearIcon: {
|
11559
11645
|
type: PropType<IconValue>;
|
11560
11646
|
default: string;
|
@@ -11570,7 +11656,6 @@ export declare const VSelect: {
|
|
11570
11656
|
default: undefined;
|
11571
11657
|
};
|
11572
11658
|
glow: BooleanConstructor;
|
11573
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11574
11659
|
hideSpinButtons: BooleanConstructor;
|
11575
11660
|
hint: StringConstructor;
|
11576
11661
|
persistentHint: BooleanConstructor;
|
@@ -11639,6 +11724,7 @@ export declare const VSelect: {
|
|
11639
11724
|
};
|
11640
11725
|
openOnClear: BooleanConstructor;
|
11641
11726
|
itemColor: StringConstructor;
|
11727
|
+
noAutoScroll: BooleanConstructor;
|
11642
11728
|
}>>;
|
11643
11729
|
export type VSelect = InstanceType<typeof VSelect>;
|
11644
11730
|
|