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