@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-master.2025-06-06
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -37
- package/dist/json/attributes.json +3519 -3619
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +0 -25
- package/dist/json/web-types.json +6117 -6449
- package/dist/vuetify-labs.cjs +144 -354
- package/dist/vuetify-labs.css +5834 -5868
- package/dist/vuetify-labs.d.ts +1899 -2397
- package/dist/vuetify-labs.esm.js +145 -355
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +144 -354
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +133 -348
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4252 -4286
- package/dist/vuetify.d.ts +1094 -1552
- package/dist/vuetify.esm.js +134 -349
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +133 -348
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1207 -1222
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +10 -15
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAppBar/VAppBar.d.ts +3 -15
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +10 -20
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +103 -154
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +10 -20
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCard/VCard.d.ts +10 -20
- package/lib/components/VCheckbox/VCheckbox.d.ts +13 -23
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +10 -20
- package/lib/components/VChip/VChip.d.ts +10 -20
- package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
- package/lib/components/VCombobox/VCombobox.d.ts +103 -154
- package/lib/components/VCombobox/VCombobox.js +3 -22
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +0 -60
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +0 -42
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -42
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +10 -20
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +10 -20
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +10 -20
- package/lib/components/VFab/VFab.d.ts +10 -20
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VList.d.ts +0 -13
- package/lib/components/VList/VList.js +1 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +10 -23
- package/lib/components/VList/VListItem.js +3 -7
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +2 -9
- package/lib/components/VList/list.js +0 -7
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +4 -19
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +1 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadio/VRadio.d.ts +10 -20
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +13 -23
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +107 -171
- package/lib/components/VSelect/VSelect.js +3 -21
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +10 -20
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +14 -28
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
- package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +10 -20
- package/lib/components/VStepper/VStepperItem.d.ts +14 -28
- package/lib/components/VSwitch/VSwitch.d.ts +13 -23
- package/lib/components/VTable/VTable.css +0 -6
- package/lib/components/VTable/VTable.d.ts +24 -55
- package/lib/components/VTable/VTable.js +2 -9
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +0 -14
- package/lib/components/VTable/_variables.scss +0 -1
- package/lib/components/VTabs/VTab.d.ts +28 -56
- package/lib/components/VTabs/VTabs.d.ts +0 -10
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +3 -15
- package/lib/components/VToolbar/VToolbar.js +3 -6
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +3 -3
- package/lib/composables/date/index.d.ts +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +1 -2
- package/lib/directives/ripple/index.js +7 -12
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +68 -77
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +10 -20
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +10 -20
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +10 -20
- package/lib/labs/VTreeview/VTreeview.d.ts +0 -13
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +10 -20
- package/lib/labs/entry-bundler.d.ts +3 -3
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +1 -3
- package/lib/composables/date/adapters/string.d.ts +0 -54
- package/lib/composables/date/adapters/string.js +0 -153
- package/lib/composables/date/adapters/string.js.map +0 -1
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -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>;
|
@@ -1688,10 +1679,6 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1688
1679
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
1689
1680
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
1690
1681
|
};
|
1691
|
-
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
1692
|
-
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
1693
|
-
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
1694
|
-
};
|
1695
1682
|
};
|
1696
1683
|
export declare const makeVSelectProps: <Defaults extends {
|
1697
1684
|
transition?: unknown;
|
@@ -1735,7 +1722,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1735
1722
|
bgColor?: unknown;
|
1736
1723
|
prependIcon?: unknown;
|
1737
1724
|
appendIcon?: unknown;
|
1738
|
-
iconColor?: unknown;
|
1739
1725
|
clearIcon?: unknown;
|
1740
1726
|
prependInnerIcon?: unknown;
|
1741
1727
|
'onClick:clear'?: unknown;
|
@@ -1745,6 +1731,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1745
1731
|
'onClick:prependInner'?: unknown;
|
1746
1732
|
centerAffix?: unknown;
|
1747
1733
|
glow?: unknown;
|
1734
|
+
iconColor?: unknown;
|
1748
1735
|
hideSpinButtons?: unknown;
|
1749
1736
|
hint?: unknown;
|
1750
1737
|
persistentHint?: unknown;
|
@@ -1779,7 +1766,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1779
1766
|
noDataText?: unknown;
|
1780
1767
|
openOnClear?: unknown;
|
1781
1768
|
itemColor?: unknown;
|
1782
|
-
noAutoScroll?: unknown;
|
1783
1769
|
} = {}>(defaults?: Defaults | undefined) => {
|
1784
1770
|
transition: unknown extends Defaults["transition"] ? {
|
1785
1771
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
@@ -2073,10 +2059,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2073
2059
|
type: PropType<unknown extends Defaults["appendIcon"] ? IconValue : IconValue | Defaults["appendIcon"]>;
|
2074
2060
|
default: unknown extends Defaults["appendIcon"] ? IconValue : NonNullable<IconValue> | Defaults["appendIcon"];
|
2075
2061
|
};
|
2076
|
-
iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
|
2077
|
-
type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
|
2078
|
-
default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
|
2079
|
-
};
|
2080
2062
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
2081
2063
|
type: PropType<IconValue>;
|
2082
2064
|
default: string;
|
@@ -2125,6 +2107,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2125
2107
|
type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
|
2126
2108
|
default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
|
2127
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
|
+
};
|
2128
2114
|
hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
|
2129
2115
|
type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
|
2130
2116
|
default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
|
@@ -2296,7 +2282,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2296
2282
|
rounded: string | number | boolean;
|
2297
2283
|
tile: boolean;
|
2298
2284
|
slim: boolean;
|
2299
|
-
filterable: boolean;
|
2300
2285
|
activatable: boolean;
|
2301
2286
|
selectable: boolean;
|
2302
2287
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2314,7 +2299,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2314
2299
|
density: import("../../composables/density.js").Density;
|
2315
2300
|
tile: boolean;
|
2316
2301
|
slim: boolean;
|
2317
|
-
filterable: boolean;
|
2318
2302
|
activatable: boolean;
|
2319
2303
|
selectable: boolean;
|
2320
2304
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2346,7 +2330,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2346
2330
|
value: boolean;
|
2347
2331
|
path: unknown[];
|
2348
2332
|
}) => any) | undefined;
|
2349
|
-
} & 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"> & {
|
2350
2334
|
items?: readonly any[] | undefined;
|
2351
2335
|
itemTitle?: SelectItemKey<any>;
|
2352
2336
|
itemValue?: SelectItemKey<any>;
|
@@ -2461,7 +2445,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2461
2445
|
rounded: string | number | boolean;
|
2462
2446
|
tile: boolean;
|
2463
2447
|
slim: boolean;
|
2464
|
-
filterable: boolean;
|
2465
2448
|
activatable: boolean;
|
2466
2449
|
selectable: boolean;
|
2467
2450
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2479,7 +2462,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2479
2462
|
density: import("../../composables/density.js").Density;
|
2480
2463
|
tile: boolean;
|
2481
2464
|
slim: boolean;
|
2482
|
-
filterable: boolean;
|
2483
2465
|
activatable: boolean;
|
2484
2466
|
selectable: boolean;
|
2485
2467
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2511,7 +2493,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2511
2493
|
value: boolean;
|
2512
2494
|
path: unknown[];
|
2513
2495
|
}) => any) | undefined;
|
2514
|
-
} & 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"> & {
|
2515
2497
|
items?: readonly any[] | undefined;
|
2516
2498
|
itemTitle?: SelectItemKey<any>;
|
2517
2499
|
itemValue?: SelectItemKey<any>;
|
@@ -2627,7 +2609,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2627
2609
|
rounded: string | number | boolean;
|
2628
2610
|
tile: boolean;
|
2629
2611
|
slim: boolean;
|
2630
|
-
filterable: boolean;
|
2631
2612
|
activatable: boolean;
|
2632
2613
|
selectable: boolean;
|
2633
2614
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2645,7 +2626,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2645
2626
|
density: import("../../composables/density.js").Density;
|
2646
2627
|
tile: boolean;
|
2647
2628
|
slim: boolean;
|
2648
|
-
filterable: boolean;
|
2649
2629
|
activatable: boolean;
|
2650
2630
|
selectable: boolean;
|
2651
2631
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2677,7 +2657,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2677
2657
|
value: boolean;
|
2678
2658
|
path: unknown[];
|
2679
2659
|
}) => any) | undefined;
|
2680
|
-
} & 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"> & {
|
2681
2661
|
items?: readonly any[] | undefined;
|
2682
2662
|
itemTitle?: SelectItemKey<any>;
|
2683
2663
|
itemValue?: SelectItemKey<any>;
|
@@ -2792,7 +2772,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2792
2772
|
rounded: string | number | boolean;
|
2793
2773
|
tile: boolean;
|
2794
2774
|
slim: boolean;
|
2795
|
-
filterable: boolean;
|
2796
2775
|
activatable: boolean;
|
2797
2776
|
selectable: boolean;
|
2798
2777
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2810,7 +2789,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2810
2789
|
density: import("../../composables/density.js").Density;
|
2811
2790
|
tile: boolean;
|
2812
2791
|
slim: boolean;
|
2813
|
-
filterable: boolean;
|
2814
2792
|
activatable: boolean;
|
2815
2793
|
selectable: boolean;
|
2816
2794
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -2842,7 +2820,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2842
2820
|
value: boolean;
|
2843
2821
|
path: unknown[];
|
2844
2822
|
}) => any) | undefined;
|
2845
|
-
} & 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"> & {
|
2846
2824
|
items?: readonly any[] | undefined;
|
2847
2825
|
itemTitle?: SelectItemKey<any>;
|
2848
2826
|
itemValue?: SelectItemKey<any>;
|
@@ -3825,10 +3803,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
3825
3803
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
3826
3804
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
3827
3805
|
};
|
3828
|
-
noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
|
3829
|
-
type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
|
3830
|
-
default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
|
3831
|
-
};
|
3832
3806
|
};
|
3833
3807
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
3834
3808
|
export declare const VSelect: {
|
@@ -3878,7 +3852,6 @@ export declare const VSelect: {
|
|
3878
3852
|
hideSelected: boolean;
|
3879
3853
|
menuIcon: IconValue;
|
3880
3854
|
openOnClear: boolean;
|
3881
|
-
noAutoScroll: boolean;
|
3882
3855
|
} & {
|
3883
3856
|
name?: string | undefined;
|
3884
3857
|
id?: string | undefined;
|
@@ -3901,7 +3874,6 @@ export declare const VSelect: {
|
|
3901
3874
|
bgColor?: string | undefined;
|
3902
3875
|
prependIcon?: IconValue | undefined;
|
3903
3876
|
appendIcon?: IconValue | undefined;
|
3904
|
-
iconColor?: string | boolean | undefined;
|
3905
3877
|
prependInnerIcon?: IconValue | undefined;
|
3906
3878
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3907
3879
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3909,6 +3881,7 @@ export declare const VSelect: {
|
|
3909
3881
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3910
3882
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3911
3883
|
centerAffix?: boolean | undefined;
|
3884
|
+
iconColor?: string | boolean | undefined;
|
3912
3885
|
hint?: string | undefined;
|
3913
3886
|
hideDetails?: boolean | "auto" | undefined;
|
3914
3887
|
suffix?: string | undefined;
|
@@ -3928,7 +3901,6 @@ export declare const VSelect: {
|
|
3928
3901
|
rounded: string | number | boolean;
|
3929
3902
|
tile: boolean;
|
3930
3903
|
slim: boolean;
|
3931
|
-
filterable: boolean;
|
3932
3904
|
activatable: boolean;
|
3933
3905
|
selectable: boolean;
|
3934
3906
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -3946,7 +3918,6 @@ export declare const VSelect: {
|
|
3946
3918
|
density: import("../../composables/density.js").Density;
|
3947
3919
|
tile: boolean;
|
3948
3920
|
slim: boolean;
|
3949
|
-
filterable: boolean;
|
3950
3921
|
activatable: boolean;
|
3951
3922
|
selectable: boolean;
|
3952
3923
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -3978,7 +3949,7 @@ export declare const VSelect: {
|
|
3978
3949
|
value: boolean;
|
3979
3950
|
path: unknown[];
|
3980
3951
|
}) => any) | undefined;
|
3981
|
-
} & 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"> & {
|
3982
3953
|
items?: readonly any[] | undefined;
|
3983
3954
|
itemTitle?: SelectItemKey<any>;
|
3984
3955
|
itemValue?: SelectItemKey<any>;
|
@@ -4384,7 +4355,6 @@ export declare const VSelect: {
|
|
4384
4355
|
bgColor?: string | undefined;
|
4385
4356
|
prependIcon?: IconValue | undefined;
|
4386
4357
|
appendIcon?: IconValue | undefined;
|
4387
|
-
iconColor?: string | boolean | undefined;
|
4388
4358
|
appendInnerIcon?: IconValue | undefined;
|
4389
4359
|
prependInnerIcon?: IconValue | undefined;
|
4390
4360
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4393,6 +4363,7 @@ export declare const VSelect: {
|
|
4393
4363
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4394
4364
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4395
4365
|
centerAffix?: boolean | undefined;
|
4366
|
+
iconColor?: string | boolean | undefined;
|
4396
4367
|
hint?: string | undefined;
|
4397
4368
|
hideDetails?: boolean | "auto" | undefined;
|
4398
4369
|
suffix?: string | undefined;
|
@@ -4536,7 +4507,6 @@ export declare const VSelect: {
|
|
4536
4507
|
bgColor?: string | undefined;
|
4537
4508
|
prependIcon?: IconValue | undefined;
|
4538
4509
|
appendIcon?: IconValue | undefined;
|
4539
|
-
iconColor?: string | boolean | undefined;
|
4540
4510
|
appendInnerIcon?: IconValue | undefined;
|
4541
4511
|
prependInnerIcon?: IconValue | undefined;
|
4542
4512
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4545,6 +4515,7 @@ export declare const VSelect: {
|
|
4545
4515
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4546
4516
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4547
4517
|
centerAffix?: boolean | undefined;
|
4518
|
+
iconColor?: string | boolean | undefined;
|
4548
4519
|
hint?: string | undefined;
|
4549
4520
|
hideDetails?: boolean | "auto" | undefined;
|
4550
4521
|
suffix?: string | undefined;
|
@@ -4659,9 +4630,9 @@ export declare const VSelect: {
|
|
4659
4630
|
baseColor?: string | undefined;
|
4660
4631
|
prependIcon?: IconValue | undefined;
|
4661
4632
|
appendIcon?: IconValue | undefined;
|
4662
|
-
iconColor?: string | boolean | undefined;
|
4663
4633
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4664
4634
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4635
|
+
iconColor?: string | boolean | undefined;
|
4665
4636
|
hint?: string | undefined;
|
4666
4637
|
hideDetails?: boolean | "auto" | undefined;
|
4667
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">;
|
@@ -4715,9 +4686,9 @@ export declare const VSelect: {
|
|
4715
4686
|
baseColor?: string | undefined;
|
4716
4687
|
prependIcon?: IconValue | undefined;
|
4717
4688
|
appendIcon?: IconValue | undefined;
|
4718
|
-
iconColor?: string | boolean | undefined;
|
4719
4689
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4720
4690
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4691
|
+
iconColor?: string | boolean | undefined;
|
4721
4692
|
hint?: string | undefined;
|
4722
4693
|
hideDetails?: boolean | "auto" | undefined;
|
4723
4694
|
} & {}, {
|
@@ -4818,9 +4789,9 @@ export declare const VSelect: {
|
|
4818
4789
|
baseColor?: string | undefined;
|
4819
4790
|
prependIcon?: IconValue | undefined;
|
4820
4791
|
appendIcon?: IconValue | undefined;
|
4821
|
-
iconColor?: string | boolean | undefined;
|
4822
4792
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4823
4793
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4794
|
+
iconColor?: string | boolean | undefined;
|
4824
4795
|
hint?: string | undefined;
|
4825
4796
|
hideDetails?: boolean | "auto" | undefined;
|
4826
4797
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4832,7 +4803,7 @@ export declare const VSelect: {
|
|
4832
4803
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4833
4804
|
modelValue?: unknown;
|
4834
4805
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4835
|
-
}, 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<{
|
4836
4807
|
$: import("vue").ComponentInternalInstance;
|
4837
4808
|
$data: {};
|
4838
4809
|
$props: Partial<{
|
@@ -4879,13 +4850,13 @@ export declare const VSelect: {
|
|
4879
4850
|
rounded?: string | number | boolean | undefined;
|
4880
4851
|
baseColor?: string | undefined;
|
4881
4852
|
bgColor?: string | undefined;
|
4882
|
-
iconColor?: string | boolean | undefined;
|
4883
4853
|
appendInnerIcon?: IconValue | undefined;
|
4884
4854
|
prependInnerIcon?: IconValue | undefined;
|
4885
4855
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4886
4856
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4887
4857
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4888
4858
|
centerAffix?: boolean | undefined;
|
4859
|
+
iconColor?: string | boolean | undefined;
|
4889
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">;
|
4890
4861
|
$attrs: {
|
4891
4862
|
[x: string]: unknown;
|
@@ -4938,13 +4909,13 @@ export declare const VSelect: {
|
|
4938
4909
|
rounded?: string | number | boolean | undefined;
|
4939
4910
|
baseColor?: string | undefined;
|
4940
4911
|
bgColor?: string | undefined;
|
4941
|
-
iconColor?: string | boolean | undefined;
|
4942
4912
|
appendInnerIcon?: IconValue | undefined;
|
4943
4913
|
prependInnerIcon?: IconValue | undefined;
|
4944
4914
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4945
4915
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4946
4916
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4947
4917
|
centerAffix?: boolean | undefined;
|
4918
|
+
iconColor?: string | boolean | undefined;
|
4948
4919
|
} & {
|
4949
4920
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4950
4921
|
}, {
|
@@ -5048,13 +5019,13 @@ export declare const VSelect: {
|
|
5048
5019
|
rounded?: string | number | boolean | undefined;
|
5049
5020
|
baseColor?: string | undefined;
|
5050
5021
|
bgColor?: string | undefined;
|
5051
|
-
iconColor?: string | boolean | undefined;
|
5052
5022
|
appendInnerIcon?: IconValue | undefined;
|
5053
5023
|
prependInnerIcon?: IconValue | undefined;
|
5054
5024
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5055
5025
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5056
5026
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5057
5027
|
centerAffix?: boolean | undefined;
|
5028
|
+
iconColor?: string | boolean | undefined;
|
5058
5029
|
} & {
|
5059
5030
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5060
5031
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5063,7 +5034,7 @@ export declare const VSelect: {
|
|
5063
5034
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5064
5035
|
modelValue?: unknown;
|
5065
5036
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5066
|
-
}, 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}`> & {
|
5067
5038
|
_allExposed: {
|
5068
5039
|
reset: () => Promise<void>;
|
5069
5040
|
resetValidation: () => Promise<void>;
|
@@ -5231,7 +5202,6 @@ export declare const VSelect: {
|
|
5231
5202
|
bgColor?: string | undefined;
|
5232
5203
|
prependIcon?: IconValue | undefined;
|
5233
5204
|
appendIcon?: IconValue | undefined;
|
5234
|
-
iconColor?: string | boolean | undefined;
|
5235
5205
|
appendInnerIcon?: IconValue | undefined;
|
5236
5206
|
prependInnerIcon?: IconValue | undefined;
|
5237
5207
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5240,6 +5210,7 @@ export declare const VSelect: {
|
|
5240
5210
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5241
5211
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5242
5212
|
centerAffix?: boolean | undefined;
|
5213
|
+
iconColor?: string | boolean | undefined;
|
5243
5214
|
hint?: string | undefined;
|
5244
5215
|
hideDetails?: boolean | "auto" | undefined;
|
5245
5216
|
suffix?: string | undefined;
|
@@ -5354,9 +5325,9 @@ export declare const VSelect: {
|
|
5354
5325
|
baseColor?: string | undefined;
|
5355
5326
|
prependIcon?: IconValue | undefined;
|
5356
5327
|
appendIcon?: IconValue | undefined;
|
5357
|
-
iconColor?: string | boolean | undefined;
|
5358
5328
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5359
5329
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5330
|
+
iconColor?: string | boolean | undefined;
|
5360
5331
|
hint?: string | undefined;
|
5361
5332
|
hideDetails?: boolean | "auto" | undefined;
|
5362
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">;
|
@@ -5410,9 +5381,9 @@ export declare const VSelect: {
|
|
5410
5381
|
baseColor?: string | undefined;
|
5411
5382
|
prependIcon?: IconValue | undefined;
|
5412
5383
|
appendIcon?: IconValue | undefined;
|
5413
|
-
iconColor?: string | boolean | undefined;
|
5414
5384
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5415
5385
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5386
|
+
iconColor?: string | boolean | undefined;
|
5416
5387
|
hint?: string | undefined;
|
5417
5388
|
hideDetails?: boolean | "auto" | undefined;
|
5418
5389
|
} & {}, {
|
@@ -5513,9 +5484,9 @@ export declare const VSelect: {
|
|
5513
5484
|
baseColor?: string | undefined;
|
5514
5485
|
prependIcon?: IconValue | undefined;
|
5515
5486
|
appendIcon?: IconValue | undefined;
|
5516
|
-
iconColor?: string | boolean | undefined;
|
5517
5487
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5518
5488
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5489
|
+
iconColor?: string | boolean | undefined;
|
5519
5490
|
hint?: string | undefined;
|
5520
5491
|
hideDetails?: boolean | "auto" | undefined;
|
5521
5492
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5527,7 +5498,7 @@ export declare const VSelect: {
|
|
5527
5498
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5528
5499
|
modelValue?: unknown;
|
5529
5500
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5530
|
-
}, 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<{
|
5531
5502
|
$: import("vue").ComponentInternalInstance;
|
5532
5503
|
$data: {};
|
5533
5504
|
$props: Partial<{
|
@@ -5574,13 +5545,13 @@ export declare const VSelect: {
|
|
5574
5545
|
rounded?: string | number | boolean | undefined;
|
5575
5546
|
baseColor?: string | undefined;
|
5576
5547
|
bgColor?: string | undefined;
|
5577
|
-
iconColor?: string | boolean | undefined;
|
5578
5548
|
appendInnerIcon?: IconValue | undefined;
|
5579
5549
|
prependInnerIcon?: IconValue | undefined;
|
5580
5550
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5581
5551
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5582
5552
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5583
5553
|
centerAffix?: boolean | undefined;
|
5554
|
+
iconColor?: string | boolean | undefined;
|
5584
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">;
|
5585
5556
|
$attrs: {
|
5586
5557
|
[x: string]: unknown;
|
@@ -5633,13 +5604,13 @@ export declare const VSelect: {
|
|
5633
5604
|
rounded?: string | number | boolean | undefined;
|
5634
5605
|
baseColor?: string | undefined;
|
5635
5606
|
bgColor?: string | undefined;
|
5636
|
-
iconColor?: string | boolean | undefined;
|
5637
5607
|
appendInnerIcon?: IconValue | undefined;
|
5638
5608
|
prependInnerIcon?: IconValue | undefined;
|
5639
5609
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5640
5610
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5641
5611
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5642
5612
|
centerAffix?: boolean | undefined;
|
5613
|
+
iconColor?: string | boolean | undefined;
|
5643
5614
|
} & {
|
5644
5615
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5645
5616
|
}, {
|
@@ -5743,13 +5714,13 @@ export declare const VSelect: {
|
|
5743
5714
|
rounded?: string | number | boolean | undefined;
|
5744
5715
|
baseColor?: string | undefined;
|
5745
5716
|
bgColor?: string | undefined;
|
5746
|
-
iconColor?: string | boolean | undefined;
|
5747
5717
|
appendInnerIcon?: IconValue | undefined;
|
5748
5718
|
prependInnerIcon?: IconValue | undefined;
|
5749
5719
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5750
5720
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5751
5721
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5752
5722
|
centerAffix?: boolean | undefined;
|
5723
|
+
iconColor?: string | boolean | undefined;
|
5753
5724
|
} & {
|
5754
5725
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5755
5726
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5758,7 +5729,7 @@ export declare const VSelect: {
|
|
5758
5729
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5759
5730
|
modelValue?: unknown;
|
5760
5731
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5761
|
-
}, 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}`> & {
|
5762
5733
|
_allExposed: {
|
5763
5734
|
reset: () => Promise<void>;
|
5764
5735
|
resetValidation: () => Promise<void>;
|
@@ -5769,7 +5740,7 @@ export declare const VSelect: {
|
|
5769
5740
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5770
5741
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
5771
5742
|
} | {};
|
5772
|
-
}> & {} & 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}`> & {
|
5773
5744
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5774
5745
|
$: import("vue").ComponentInternalInstance;
|
5775
5746
|
$data: {};
|
@@ -5820,9 +5791,9 @@ export declare const VSelect: {
|
|
5820
5791
|
baseColor?: string | undefined;
|
5821
5792
|
prependIcon?: IconValue | undefined;
|
5822
5793
|
appendIcon?: IconValue | undefined;
|
5823
|
-
iconColor?: string | boolean | undefined;
|
5824
5794
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5825
5795
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5796
|
+
iconColor?: string | boolean | undefined;
|
5826
5797
|
hint?: string | undefined;
|
5827
5798
|
hideDetails?: boolean | "auto" | undefined;
|
5828
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">;
|
@@ -5876,9 +5847,9 @@ export declare const VSelect: {
|
|
5876
5847
|
baseColor?: string | undefined;
|
5877
5848
|
prependIcon?: IconValue | undefined;
|
5878
5849
|
appendIcon?: IconValue | undefined;
|
5879
|
-
iconColor?: string | boolean | undefined;
|
5880
5850
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5881
5851
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5852
|
+
iconColor?: string | boolean | undefined;
|
5882
5853
|
hint?: string | undefined;
|
5883
5854
|
hideDetails?: boolean | "auto" | undefined;
|
5884
5855
|
} & {}, {
|
@@ -5979,9 +5950,9 @@ export declare const VSelect: {
|
|
5979
5950
|
baseColor?: string | undefined;
|
5980
5951
|
prependIcon?: IconValue | undefined;
|
5981
5952
|
appendIcon?: IconValue | undefined;
|
5982
|
-
iconColor?: string | boolean | undefined;
|
5983
5953
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5984
5954
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5955
|
+
iconColor?: string | boolean | undefined;
|
5985
5956
|
hint?: string | undefined;
|
5986
5957
|
hideDetails?: boolean | "auto" | undefined;
|
5987
5958
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5993,7 +5964,7 @@ export declare const VSelect: {
|
|
5993
5964
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5994
5965
|
modelValue?: unknown;
|
5995
5966
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5996
|
-
}, 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<{
|
5997
5968
|
$: import("vue").ComponentInternalInstance;
|
5998
5969
|
$data: {};
|
5999
5970
|
$props: Partial<{
|
@@ -6040,13 +6011,13 @@ export declare const VSelect: {
|
|
6040
6011
|
rounded?: string | number | boolean | undefined;
|
6041
6012
|
baseColor?: string | undefined;
|
6042
6013
|
bgColor?: string | undefined;
|
6043
|
-
iconColor?: string | boolean | undefined;
|
6044
6014
|
appendInnerIcon?: IconValue | undefined;
|
6045
6015
|
prependInnerIcon?: IconValue | undefined;
|
6046
6016
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6047
6017
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6048
6018
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6049
6019
|
centerAffix?: boolean | undefined;
|
6020
|
+
iconColor?: string | boolean | undefined;
|
6050
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">;
|
6051
6022
|
$attrs: {
|
6052
6023
|
[x: string]: unknown;
|
@@ -6099,13 +6070,13 @@ export declare const VSelect: {
|
|
6099
6070
|
rounded?: string | number | boolean | undefined;
|
6100
6071
|
baseColor?: string | undefined;
|
6101
6072
|
bgColor?: string | undefined;
|
6102
|
-
iconColor?: string | boolean | undefined;
|
6103
6073
|
appendInnerIcon?: IconValue | undefined;
|
6104
6074
|
prependInnerIcon?: IconValue | undefined;
|
6105
6075
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6106
6076
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6107
6077
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6108
6078
|
centerAffix?: boolean | undefined;
|
6079
|
+
iconColor?: string | boolean | undefined;
|
6109
6080
|
} & {
|
6110
6081
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6111
6082
|
}, {
|
@@ -6209,13 +6180,13 @@ export declare const VSelect: {
|
|
6209
6180
|
rounded?: string | number | boolean | undefined;
|
6210
6181
|
baseColor?: string | undefined;
|
6211
6182
|
bgColor?: string | undefined;
|
6212
|
-
iconColor?: string | boolean | undefined;
|
6213
6183
|
appendInnerIcon?: IconValue | undefined;
|
6214
6184
|
prependInnerIcon?: IconValue | undefined;
|
6215
6185
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6216
6186
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6217
6187
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6218
6188
|
centerAffix?: boolean | undefined;
|
6189
|
+
iconColor?: string | boolean | undefined;
|
6219
6190
|
} & {
|
6220
6191
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6221
6192
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6224,7 +6195,7 @@ export declare const VSelect: {
|
|
6224
6195
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6225
6196
|
modelValue?: unknown;
|
6226
6197
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6227
|
-
}, 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}`> & {
|
6228
6199
|
_allExposed: {
|
6229
6200
|
reset: () => Promise<void>;
|
6230
6201
|
resetValidation: () => Promise<void>;
|
@@ -6244,7 +6215,7 @@ export declare const VSelect: {
|
|
6244
6215
|
'update:focused': (focused: boolean) => true;
|
6245
6216
|
'update:modelValue': (value: any) => true;
|
6246
6217
|
'update:menu': (ue: boolean) => true;
|
6247
|
-
}, "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, {
|
6248
6219
|
flat: boolean;
|
6249
6220
|
reverse: boolean;
|
6250
6221
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -6292,7 +6263,6 @@ export declare const VSelect: {
|
|
6292
6263
|
hideSelected: boolean;
|
6293
6264
|
menuIcon: IconValue;
|
6294
6265
|
openOnClear: boolean;
|
6295
|
-
noAutoScroll: boolean;
|
6296
6266
|
}, true, {}, import("vue").SlotsType<Partial<{
|
6297
6267
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
6298
6268
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -6322,14 +6292,6 @@ export declare const VSelect: {
|
|
6322
6292
|
item: ListItem<unknown>;
|
6323
6293
|
index: number;
|
6324
6294
|
}) => import("vue").VNode[];
|
6325
|
-
subheader: (arg: {
|
6326
|
-
props: Record<string, unknown>;
|
6327
|
-
index: number;
|
6328
|
-
}) => import("vue").VNode[];
|
6329
|
-
divider: (arg: {
|
6330
|
-
props: Record<string, unknown>;
|
6331
|
-
index: number;
|
6332
|
-
}) => import("vue").VNode[];
|
6333
6295
|
'prepend-item': () => import("vue").VNode[];
|
6334
6296
|
'append-item': () => import("vue").VNode[];
|
6335
6297
|
'no-data': () => import("vue").VNode[];
|
@@ -6386,7 +6348,6 @@ export declare const VSelect: {
|
|
6386
6348
|
hideSelected: boolean;
|
6387
6349
|
menuIcon: IconValue;
|
6388
6350
|
openOnClear: boolean;
|
6389
|
-
noAutoScroll: boolean;
|
6390
6351
|
} & {
|
6391
6352
|
name?: string | undefined;
|
6392
6353
|
id?: string | undefined;
|
@@ -6409,7 +6370,6 @@ export declare const VSelect: {
|
|
6409
6370
|
bgColor?: string | undefined;
|
6410
6371
|
prependIcon?: IconValue | undefined;
|
6411
6372
|
appendIcon?: IconValue | undefined;
|
6412
|
-
iconColor?: string | boolean | undefined;
|
6413
6373
|
prependInnerIcon?: IconValue | undefined;
|
6414
6374
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6415
6375
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6417,6 +6377,7 @@ export declare const VSelect: {
|
|
6417
6377
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6418
6378
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6419
6379
|
centerAffix?: boolean | undefined;
|
6380
|
+
iconColor?: string | boolean | undefined;
|
6420
6381
|
hint?: string | undefined;
|
6421
6382
|
hideDetails?: boolean | "auto" | undefined;
|
6422
6383
|
suffix?: string | undefined;
|
@@ -6436,7 +6397,6 @@ export declare const VSelect: {
|
|
6436
6397
|
rounded: string | number | boolean;
|
6437
6398
|
tile: boolean;
|
6438
6399
|
slim: boolean;
|
6439
|
-
filterable: boolean;
|
6440
6400
|
activatable: boolean;
|
6441
6401
|
selectable: boolean;
|
6442
6402
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -6454,7 +6414,6 @@ export declare const VSelect: {
|
|
6454
6414
|
density: import("../../composables/density.js").Density;
|
6455
6415
|
tile: boolean;
|
6456
6416
|
slim: boolean;
|
6457
|
-
filterable: boolean;
|
6458
6417
|
activatable: boolean;
|
6459
6418
|
selectable: boolean;
|
6460
6419
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -6486,7 +6445,7 @@ export declare const VSelect: {
|
|
6486
6445
|
value: boolean;
|
6487
6446
|
path: unknown[];
|
6488
6447
|
}) => any) | undefined;
|
6489
|
-
} & 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"> & {
|
6490
6449
|
items?: readonly any[] | undefined;
|
6491
6450
|
itemTitle?: SelectItemKey<any>;
|
6492
6451
|
itemValue?: SelectItemKey<any>;
|
@@ -6892,7 +6851,6 @@ export declare const VSelect: {
|
|
6892
6851
|
bgColor?: string | undefined;
|
6893
6852
|
prependIcon?: IconValue | undefined;
|
6894
6853
|
appendIcon?: IconValue | undefined;
|
6895
|
-
iconColor?: string | boolean | undefined;
|
6896
6854
|
appendInnerIcon?: IconValue | undefined;
|
6897
6855
|
prependInnerIcon?: IconValue | undefined;
|
6898
6856
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6901,6 +6859,7 @@ export declare const VSelect: {
|
|
6901
6859
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6902
6860
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6903
6861
|
centerAffix?: boolean | undefined;
|
6862
|
+
iconColor?: string | boolean | undefined;
|
6904
6863
|
hint?: string | undefined;
|
6905
6864
|
hideDetails?: boolean | "auto" | undefined;
|
6906
6865
|
suffix?: string | undefined;
|
@@ -7044,7 +7003,6 @@ export declare const VSelect: {
|
|
7044
7003
|
bgColor?: string | undefined;
|
7045
7004
|
prependIcon?: IconValue | undefined;
|
7046
7005
|
appendIcon?: IconValue | undefined;
|
7047
|
-
iconColor?: string | boolean | undefined;
|
7048
7006
|
appendInnerIcon?: IconValue | undefined;
|
7049
7007
|
prependInnerIcon?: IconValue | undefined;
|
7050
7008
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7053,6 +7011,7 @@ export declare const VSelect: {
|
|
7053
7011
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7054
7012
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7055
7013
|
centerAffix?: boolean | undefined;
|
7014
|
+
iconColor?: string | boolean | undefined;
|
7056
7015
|
hint?: string | undefined;
|
7057
7016
|
hideDetails?: boolean | "auto" | undefined;
|
7058
7017
|
suffix?: string | undefined;
|
@@ -7167,9 +7126,9 @@ export declare const VSelect: {
|
|
7167
7126
|
baseColor?: string | undefined;
|
7168
7127
|
prependIcon?: IconValue | undefined;
|
7169
7128
|
appendIcon?: IconValue | undefined;
|
7170
|
-
iconColor?: string | boolean | undefined;
|
7171
7129
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7172
7130
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7131
|
+
iconColor?: string | boolean | undefined;
|
7173
7132
|
hint?: string | undefined;
|
7174
7133
|
hideDetails?: boolean | "auto" | undefined;
|
7175
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">;
|
@@ -7223,9 +7182,9 @@ export declare const VSelect: {
|
|
7223
7182
|
baseColor?: string | undefined;
|
7224
7183
|
prependIcon?: IconValue | undefined;
|
7225
7184
|
appendIcon?: IconValue | undefined;
|
7226
|
-
iconColor?: string | boolean | undefined;
|
7227
7185
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7228
7186
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7187
|
+
iconColor?: string | boolean | undefined;
|
7229
7188
|
hint?: string | undefined;
|
7230
7189
|
hideDetails?: boolean | "auto" | undefined;
|
7231
7190
|
} & {}, {
|
@@ -7326,9 +7285,9 @@ export declare const VSelect: {
|
|
7326
7285
|
baseColor?: string | undefined;
|
7327
7286
|
prependIcon?: IconValue | undefined;
|
7328
7287
|
appendIcon?: IconValue | undefined;
|
7329
|
-
iconColor?: string | boolean | undefined;
|
7330
7288
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7331
7289
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7290
|
+
iconColor?: string | boolean | undefined;
|
7332
7291
|
hint?: string | undefined;
|
7333
7292
|
hideDetails?: boolean | "auto" | undefined;
|
7334
7293
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7340,7 +7299,7 @@ export declare const VSelect: {
|
|
7340
7299
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7341
7300
|
modelValue?: unknown;
|
7342
7301
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7343
|
-
}, 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<{
|
7344
7303
|
$: import("vue").ComponentInternalInstance;
|
7345
7304
|
$data: {};
|
7346
7305
|
$props: Partial<{
|
@@ -7387,13 +7346,13 @@ export declare const VSelect: {
|
|
7387
7346
|
rounded?: string | number | boolean | undefined;
|
7388
7347
|
baseColor?: string | undefined;
|
7389
7348
|
bgColor?: string | undefined;
|
7390
|
-
iconColor?: string | boolean | undefined;
|
7391
7349
|
appendInnerIcon?: IconValue | undefined;
|
7392
7350
|
prependInnerIcon?: IconValue | undefined;
|
7393
7351
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7394
7352
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7395
7353
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7396
7354
|
centerAffix?: boolean | undefined;
|
7355
|
+
iconColor?: string | boolean | undefined;
|
7397
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">;
|
7398
7357
|
$attrs: {
|
7399
7358
|
[x: string]: unknown;
|
@@ -7446,13 +7405,13 @@ export declare const VSelect: {
|
|
7446
7405
|
rounded?: string | number | boolean | undefined;
|
7447
7406
|
baseColor?: string | undefined;
|
7448
7407
|
bgColor?: string | undefined;
|
7449
|
-
iconColor?: string | boolean | undefined;
|
7450
7408
|
appendInnerIcon?: IconValue | undefined;
|
7451
7409
|
prependInnerIcon?: IconValue | undefined;
|
7452
7410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7453
7411
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7454
7412
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7455
7413
|
centerAffix?: boolean | undefined;
|
7414
|
+
iconColor?: string | boolean | undefined;
|
7456
7415
|
} & {
|
7457
7416
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7458
7417
|
}, {
|
@@ -7556,13 +7515,13 @@ export declare const VSelect: {
|
|
7556
7515
|
rounded?: string | number | boolean | undefined;
|
7557
7516
|
baseColor?: string | undefined;
|
7558
7517
|
bgColor?: string | undefined;
|
7559
|
-
iconColor?: string | boolean | undefined;
|
7560
7518
|
appendInnerIcon?: IconValue | undefined;
|
7561
7519
|
prependInnerIcon?: IconValue | undefined;
|
7562
7520
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7563
7521
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7564
7522
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7565
7523
|
centerAffix?: boolean | undefined;
|
7524
|
+
iconColor?: string | boolean | undefined;
|
7566
7525
|
} & {
|
7567
7526
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7568
7527
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7571,7 +7530,7 @@ export declare const VSelect: {
|
|
7571
7530
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7572
7531
|
modelValue?: unknown;
|
7573
7532
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7574
|
-
}, 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}`> & {
|
7575
7534
|
_allExposed: {
|
7576
7535
|
reset: () => Promise<void>;
|
7577
7536
|
resetValidation: () => Promise<void>;
|
@@ -7739,7 +7698,6 @@ export declare const VSelect: {
|
|
7739
7698
|
bgColor?: string | undefined;
|
7740
7699
|
prependIcon?: IconValue | undefined;
|
7741
7700
|
appendIcon?: IconValue | undefined;
|
7742
|
-
iconColor?: string | boolean | undefined;
|
7743
7701
|
appendInnerIcon?: IconValue | undefined;
|
7744
7702
|
prependInnerIcon?: IconValue | undefined;
|
7745
7703
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7748,6 +7706,7 @@ export declare const VSelect: {
|
|
7748
7706
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7749
7707
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7750
7708
|
centerAffix?: boolean | undefined;
|
7709
|
+
iconColor?: string | boolean | undefined;
|
7751
7710
|
hint?: string | undefined;
|
7752
7711
|
hideDetails?: boolean | "auto" | undefined;
|
7753
7712
|
suffix?: string | undefined;
|
@@ -7862,9 +7821,9 @@ export declare const VSelect: {
|
|
7862
7821
|
baseColor?: string | undefined;
|
7863
7822
|
prependIcon?: IconValue | undefined;
|
7864
7823
|
appendIcon?: IconValue | undefined;
|
7865
|
-
iconColor?: string | boolean | undefined;
|
7866
7824
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7867
7825
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7826
|
+
iconColor?: string | boolean | undefined;
|
7868
7827
|
hint?: string | undefined;
|
7869
7828
|
hideDetails?: boolean | "auto" | undefined;
|
7870
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">;
|
@@ -7918,9 +7877,9 @@ export declare const VSelect: {
|
|
7918
7877
|
baseColor?: string | undefined;
|
7919
7878
|
prependIcon?: IconValue | undefined;
|
7920
7879
|
appendIcon?: IconValue | undefined;
|
7921
|
-
iconColor?: string | boolean | undefined;
|
7922
7880
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7923
7881
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7882
|
+
iconColor?: string | boolean | undefined;
|
7924
7883
|
hint?: string | undefined;
|
7925
7884
|
hideDetails?: boolean | "auto" | undefined;
|
7926
7885
|
} & {}, {
|
@@ -8021,9 +7980,9 @@ export declare const VSelect: {
|
|
8021
7980
|
baseColor?: string | undefined;
|
8022
7981
|
prependIcon?: IconValue | undefined;
|
8023
7982
|
appendIcon?: IconValue | undefined;
|
8024
|
-
iconColor?: string | boolean | undefined;
|
8025
7983
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8026
7984
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7985
|
+
iconColor?: string | boolean | undefined;
|
8027
7986
|
hint?: string | undefined;
|
8028
7987
|
hideDetails?: boolean | "auto" | undefined;
|
8029
7988
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8035,7 +7994,7 @@ export declare const VSelect: {
|
|
8035
7994
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8036
7995
|
modelValue?: unknown;
|
8037
7996
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8038
|
-
}, 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<{
|
8039
7998
|
$: import("vue").ComponentInternalInstance;
|
8040
7999
|
$data: {};
|
8041
8000
|
$props: Partial<{
|
@@ -8082,13 +8041,13 @@ export declare const VSelect: {
|
|
8082
8041
|
rounded?: string | number | boolean | undefined;
|
8083
8042
|
baseColor?: string | undefined;
|
8084
8043
|
bgColor?: string | undefined;
|
8085
|
-
iconColor?: string | boolean | undefined;
|
8086
8044
|
appendInnerIcon?: IconValue | undefined;
|
8087
8045
|
prependInnerIcon?: IconValue | undefined;
|
8088
8046
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8089
8047
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8090
8048
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8091
8049
|
centerAffix?: boolean | undefined;
|
8050
|
+
iconColor?: string | boolean | undefined;
|
8092
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">;
|
8093
8052
|
$attrs: {
|
8094
8053
|
[x: string]: unknown;
|
@@ -8141,13 +8100,13 @@ export declare const VSelect: {
|
|
8141
8100
|
rounded?: string | number | boolean | undefined;
|
8142
8101
|
baseColor?: string | undefined;
|
8143
8102
|
bgColor?: string | undefined;
|
8144
|
-
iconColor?: string | boolean | undefined;
|
8145
8103
|
appendInnerIcon?: IconValue | undefined;
|
8146
8104
|
prependInnerIcon?: IconValue | undefined;
|
8147
8105
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8148
8106
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8149
8107
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8150
8108
|
centerAffix?: boolean | undefined;
|
8109
|
+
iconColor?: string | boolean | undefined;
|
8151
8110
|
} & {
|
8152
8111
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8153
8112
|
}, {
|
@@ -8251,13 +8210,13 @@ export declare const VSelect: {
|
|
8251
8210
|
rounded?: string | number | boolean | undefined;
|
8252
8211
|
baseColor?: string | undefined;
|
8253
8212
|
bgColor?: string | undefined;
|
8254
|
-
iconColor?: string | boolean | undefined;
|
8255
8213
|
appendInnerIcon?: IconValue | undefined;
|
8256
8214
|
prependInnerIcon?: IconValue | undefined;
|
8257
8215
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8258
8216
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8259
8217
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8260
8218
|
centerAffix?: boolean | undefined;
|
8219
|
+
iconColor?: string | boolean | undefined;
|
8261
8220
|
} & {
|
8262
8221
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8263
8222
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8266,7 +8225,7 @@ export declare const VSelect: {
|
|
8266
8225
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8267
8226
|
modelValue?: unknown;
|
8268
8227
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8269
|
-
}, 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}`> & {
|
8270
8229
|
_allExposed: {
|
8271
8230
|
reset: () => Promise<void>;
|
8272
8231
|
resetValidation: () => Promise<void>;
|
@@ -8277,7 +8236,7 @@ export declare const VSelect: {
|
|
8277
8236
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8278
8237
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
8279
8238
|
} | {};
|
8280
|
-
}> & {} & 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}`> & {
|
8281
8240
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
8282
8241
|
$: import("vue").ComponentInternalInstance;
|
8283
8242
|
$data: {};
|
@@ -8328,9 +8287,9 @@ export declare const VSelect: {
|
|
8328
8287
|
baseColor?: string | undefined;
|
8329
8288
|
prependIcon?: IconValue | undefined;
|
8330
8289
|
appendIcon?: IconValue | undefined;
|
8331
|
-
iconColor?: string | boolean | undefined;
|
8332
8290
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8333
8291
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8292
|
+
iconColor?: string | boolean | undefined;
|
8334
8293
|
hint?: string | undefined;
|
8335
8294
|
hideDetails?: boolean | "auto" | undefined;
|
8336
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">;
|
@@ -8384,9 +8343,9 @@ export declare const VSelect: {
|
|
8384
8343
|
baseColor?: string | undefined;
|
8385
8344
|
prependIcon?: IconValue | undefined;
|
8386
8345
|
appendIcon?: IconValue | undefined;
|
8387
|
-
iconColor?: string | boolean | undefined;
|
8388
8346
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8389
8347
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8348
|
+
iconColor?: string | boolean | undefined;
|
8390
8349
|
hint?: string | undefined;
|
8391
8350
|
hideDetails?: boolean | "auto" | undefined;
|
8392
8351
|
} & {}, {
|
@@ -8487,9 +8446,9 @@ export declare const VSelect: {
|
|
8487
8446
|
baseColor?: string | undefined;
|
8488
8447
|
prependIcon?: IconValue | undefined;
|
8489
8448
|
appendIcon?: IconValue | undefined;
|
8490
|
-
iconColor?: string | boolean | undefined;
|
8491
8449
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8492
8450
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8451
|
+
iconColor?: string | boolean | undefined;
|
8493
8452
|
hint?: string | undefined;
|
8494
8453
|
hideDetails?: boolean | "auto" | undefined;
|
8495
8454
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8501,7 +8460,7 @@ export declare const VSelect: {
|
|
8501
8460
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8502
8461
|
modelValue?: unknown;
|
8503
8462
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8504
|
-
}, 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<{
|
8505
8464
|
$: import("vue").ComponentInternalInstance;
|
8506
8465
|
$data: {};
|
8507
8466
|
$props: Partial<{
|
@@ -8548,13 +8507,13 @@ export declare const VSelect: {
|
|
8548
8507
|
rounded?: string | number | boolean | undefined;
|
8549
8508
|
baseColor?: string | undefined;
|
8550
8509
|
bgColor?: string | undefined;
|
8551
|
-
iconColor?: string | boolean | undefined;
|
8552
8510
|
appendInnerIcon?: IconValue | undefined;
|
8553
8511
|
prependInnerIcon?: IconValue | undefined;
|
8554
8512
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8555
8513
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8556
8514
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8557
8515
|
centerAffix?: boolean | undefined;
|
8516
|
+
iconColor?: string | boolean | undefined;
|
8558
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">;
|
8559
8518
|
$attrs: {
|
8560
8519
|
[x: string]: unknown;
|
@@ -8607,13 +8566,13 @@ export declare const VSelect: {
|
|
8607
8566
|
rounded?: string | number | boolean | undefined;
|
8608
8567
|
baseColor?: string | undefined;
|
8609
8568
|
bgColor?: string | undefined;
|
8610
|
-
iconColor?: string | boolean | undefined;
|
8611
8569
|
appendInnerIcon?: IconValue | undefined;
|
8612
8570
|
prependInnerIcon?: IconValue | undefined;
|
8613
8571
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8614
8572
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8615
8573
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8616
8574
|
centerAffix?: boolean | undefined;
|
8575
|
+
iconColor?: string | boolean | undefined;
|
8617
8576
|
} & {
|
8618
8577
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8619
8578
|
}, {
|
@@ -8717,13 +8676,13 @@ export declare const VSelect: {
|
|
8717
8676
|
rounded?: string | number | boolean | undefined;
|
8718
8677
|
baseColor?: string | undefined;
|
8719
8678
|
bgColor?: string | undefined;
|
8720
|
-
iconColor?: string | boolean | undefined;
|
8721
8679
|
appendInnerIcon?: IconValue | undefined;
|
8722
8680
|
prependInnerIcon?: IconValue | undefined;
|
8723
8681
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8724
8682
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8725
8683
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8726
8684
|
centerAffix?: boolean | undefined;
|
8685
|
+
iconColor?: string | boolean | undefined;
|
8727
8686
|
} & {
|
8728
8687
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8729
8688
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8732,7 +8691,7 @@ export declare const VSelect: {
|
|
8732
8691
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8733
8692
|
modelValue?: unknown;
|
8734
8693
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8735
|
-
}, 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}`> & {
|
8736
8695
|
_allExposed: {
|
8737
8696
|
reset: () => Promise<void>;
|
8738
8697
|
resetValidation: () => Promise<void>;
|
@@ -8796,7 +8755,6 @@ export declare const VSelect: {
|
|
8796
8755
|
hideSelected: boolean;
|
8797
8756
|
menuIcon: IconValue;
|
8798
8757
|
openOnClear: boolean;
|
8799
|
-
noAutoScroll: boolean;
|
8800
8758
|
}>;
|
8801
8759
|
__isFragment?: never;
|
8802
8760
|
__isTeleport?: never;
|
@@ -8847,7 +8805,6 @@ export declare const VSelect: {
|
|
8847
8805
|
hideSelected: boolean;
|
8848
8806
|
menuIcon: IconValue;
|
8849
8807
|
openOnClear: boolean;
|
8850
|
-
noAutoScroll: boolean;
|
8851
8808
|
} & {
|
8852
8809
|
name?: string | undefined;
|
8853
8810
|
id?: string | undefined;
|
@@ -8870,7 +8827,6 @@ export declare const VSelect: {
|
|
8870
8827
|
bgColor?: string | undefined;
|
8871
8828
|
prependIcon?: IconValue | undefined;
|
8872
8829
|
appendIcon?: IconValue | undefined;
|
8873
|
-
iconColor?: string | boolean | undefined;
|
8874
8830
|
prependInnerIcon?: IconValue | undefined;
|
8875
8831
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8876
8832
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8878,6 +8834,7 @@ export declare const VSelect: {
|
|
8878
8834
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8879
8835
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8880
8836
|
centerAffix?: boolean | undefined;
|
8837
|
+
iconColor?: string | boolean | undefined;
|
8881
8838
|
hint?: string | undefined;
|
8882
8839
|
hideDetails?: boolean | "auto" | undefined;
|
8883
8840
|
suffix?: string | undefined;
|
@@ -8897,7 +8854,6 @@ export declare const VSelect: {
|
|
8897
8854
|
rounded: string | number | boolean;
|
8898
8855
|
tile: boolean;
|
8899
8856
|
slim: boolean;
|
8900
|
-
filterable: boolean;
|
8901
8857
|
activatable: boolean;
|
8902
8858
|
selectable: boolean;
|
8903
8859
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -8915,7 +8871,6 @@ export declare const VSelect: {
|
|
8915
8871
|
density: import("../../composables/density.js").Density;
|
8916
8872
|
tile: boolean;
|
8917
8873
|
slim: boolean;
|
8918
|
-
filterable: boolean;
|
8919
8874
|
activatable: boolean;
|
8920
8875
|
selectable: boolean;
|
8921
8876
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
@@ -8947,7 +8902,7 @@ export declare const VSelect: {
|
|
8947
8902
|
value: boolean;
|
8948
8903
|
path: unknown[];
|
8949
8904
|
}) => any) | undefined;
|
8950
|
-
} & 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"> & {
|
8951
8906
|
items?: readonly any[] | undefined;
|
8952
8907
|
itemTitle?: SelectItemKey<any>;
|
8953
8908
|
itemValue?: SelectItemKey<any>;
|
@@ -9353,7 +9308,6 @@ export declare const VSelect: {
|
|
9353
9308
|
bgColor?: string | undefined;
|
9354
9309
|
prependIcon?: IconValue | undefined;
|
9355
9310
|
appendIcon?: IconValue | undefined;
|
9356
|
-
iconColor?: string | boolean | undefined;
|
9357
9311
|
appendInnerIcon?: IconValue | undefined;
|
9358
9312
|
prependInnerIcon?: IconValue | undefined;
|
9359
9313
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9362,6 +9316,7 @@ export declare const VSelect: {
|
|
9362
9316
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9363
9317
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9364
9318
|
centerAffix?: boolean | undefined;
|
9319
|
+
iconColor?: string | boolean | undefined;
|
9365
9320
|
hint?: string | undefined;
|
9366
9321
|
hideDetails?: boolean | "auto" | undefined;
|
9367
9322
|
suffix?: string | undefined;
|
@@ -9505,7 +9460,6 @@ export declare const VSelect: {
|
|
9505
9460
|
bgColor?: string | undefined;
|
9506
9461
|
prependIcon?: IconValue | undefined;
|
9507
9462
|
appendIcon?: IconValue | undefined;
|
9508
|
-
iconColor?: string | boolean | undefined;
|
9509
9463
|
appendInnerIcon?: IconValue | undefined;
|
9510
9464
|
prependInnerIcon?: IconValue | undefined;
|
9511
9465
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9514,6 +9468,7 @@ export declare const VSelect: {
|
|
9514
9468
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9515
9469
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9516
9470
|
centerAffix?: boolean | undefined;
|
9471
|
+
iconColor?: string | boolean | undefined;
|
9517
9472
|
hint?: string | undefined;
|
9518
9473
|
hideDetails?: boolean | "auto" | undefined;
|
9519
9474
|
suffix?: string | undefined;
|
@@ -9628,9 +9583,9 @@ export declare const VSelect: {
|
|
9628
9583
|
baseColor?: string | undefined;
|
9629
9584
|
prependIcon?: IconValue | undefined;
|
9630
9585
|
appendIcon?: IconValue | undefined;
|
9631
|
-
iconColor?: string | boolean | undefined;
|
9632
9586
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9633
9587
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9588
|
+
iconColor?: string | boolean | undefined;
|
9634
9589
|
hint?: string | undefined;
|
9635
9590
|
hideDetails?: boolean | "auto" | undefined;
|
9636
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">;
|
@@ -9684,9 +9639,9 @@ export declare const VSelect: {
|
|
9684
9639
|
baseColor?: string | undefined;
|
9685
9640
|
prependIcon?: IconValue | undefined;
|
9686
9641
|
appendIcon?: IconValue | undefined;
|
9687
|
-
iconColor?: string | boolean | undefined;
|
9688
9642
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9689
9643
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9644
|
+
iconColor?: string | boolean | undefined;
|
9690
9645
|
hint?: string | undefined;
|
9691
9646
|
hideDetails?: boolean | "auto" | undefined;
|
9692
9647
|
} & {}, {
|
@@ -9787,9 +9742,9 @@ export declare const VSelect: {
|
|
9787
9742
|
baseColor?: string | undefined;
|
9788
9743
|
prependIcon?: IconValue | undefined;
|
9789
9744
|
appendIcon?: IconValue | undefined;
|
9790
|
-
iconColor?: string | boolean | undefined;
|
9791
9745
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9792
9746
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9747
|
+
iconColor?: string | boolean | undefined;
|
9793
9748
|
hint?: string | undefined;
|
9794
9749
|
hideDetails?: boolean | "auto" | undefined;
|
9795
9750
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9801,7 +9756,7 @@ export declare const VSelect: {
|
|
9801
9756
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9802
9757
|
modelValue?: unknown;
|
9803
9758
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9804
|
-
}, 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<{
|
9805
9760
|
$: import("vue").ComponentInternalInstance;
|
9806
9761
|
$data: {};
|
9807
9762
|
$props: Partial<{
|
@@ -9848,13 +9803,13 @@ export declare const VSelect: {
|
|
9848
9803
|
rounded?: string | number | boolean | undefined;
|
9849
9804
|
baseColor?: string | undefined;
|
9850
9805
|
bgColor?: string | undefined;
|
9851
|
-
iconColor?: string | boolean | undefined;
|
9852
9806
|
appendInnerIcon?: IconValue | undefined;
|
9853
9807
|
prependInnerIcon?: IconValue | undefined;
|
9854
9808
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9855
9809
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9856
9810
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9857
9811
|
centerAffix?: boolean | undefined;
|
9812
|
+
iconColor?: string | boolean | undefined;
|
9858
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">;
|
9859
9814
|
$attrs: {
|
9860
9815
|
[x: string]: unknown;
|
@@ -9907,13 +9862,13 @@ export declare const VSelect: {
|
|
9907
9862
|
rounded?: string | number | boolean | undefined;
|
9908
9863
|
baseColor?: string | undefined;
|
9909
9864
|
bgColor?: string | undefined;
|
9910
|
-
iconColor?: string | boolean | undefined;
|
9911
9865
|
appendInnerIcon?: IconValue | undefined;
|
9912
9866
|
prependInnerIcon?: IconValue | undefined;
|
9913
9867
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9914
9868
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9915
9869
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9916
9870
|
centerAffix?: boolean | undefined;
|
9871
|
+
iconColor?: string | boolean | undefined;
|
9917
9872
|
} & {
|
9918
9873
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9919
9874
|
}, {
|
@@ -10017,13 +9972,13 @@ export declare const VSelect: {
|
|
10017
9972
|
rounded?: string | number | boolean | undefined;
|
10018
9973
|
baseColor?: string | undefined;
|
10019
9974
|
bgColor?: string | undefined;
|
10020
|
-
iconColor?: string | boolean | undefined;
|
10021
9975
|
appendInnerIcon?: IconValue | undefined;
|
10022
9976
|
prependInnerIcon?: IconValue | undefined;
|
10023
9977
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10024
9978
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10025
9979
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10026
9980
|
centerAffix?: boolean | undefined;
|
9981
|
+
iconColor?: string | boolean | undefined;
|
10027
9982
|
} & {
|
10028
9983
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10029
9984
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -10032,7 +9987,7 @@ export declare const VSelect: {
|
|
10032
9987
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10033
9988
|
modelValue?: unknown;
|
10034
9989
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10035
|
-
}, 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}`> & {
|
10036
9991
|
_allExposed: {
|
10037
9992
|
reset: () => Promise<void>;
|
10038
9993
|
resetValidation: () => Promise<void>;
|
@@ -10200,7 +10155,6 @@ export declare const VSelect: {
|
|
10200
10155
|
bgColor?: string | undefined;
|
10201
10156
|
prependIcon?: IconValue | undefined;
|
10202
10157
|
appendIcon?: IconValue | undefined;
|
10203
|
-
iconColor?: string | boolean | undefined;
|
10204
10158
|
appendInnerIcon?: IconValue | undefined;
|
10205
10159
|
prependInnerIcon?: IconValue | undefined;
|
10206
10160
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -10209,6 +10163,7 @@ export declare const VSelect: {
|
|
10209
10163
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10210
10164
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10211
10165
|
centerAffix?: boolean | undefined;
|
10166
|
+
iconColor?: string | boolean | undefined;
|
10212
10167
|
hint?: string | undefined;
|
10213
10168
|
hideDetails?: boolean | "auto" | undefined;
|
10214
10169
|
suffix?: string | undefined;
|
@@ -10323,9 +10278,9 @@ export declare const VSelect: {
|
|
10323
10278
|
baseColor?: string | undefined;
|
10324
10279
|
prependIcon?: IconValue | undefined;
|
10325
10280
|
appendIcon?: IconValue | undefined;
|
10326
|
-
iconColor?: string | boolean | undefined;
|
10327
10281
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10328
10282
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10283
|
+
iconColor?: string | boolean | undefined;
|
10329
10284
|
hint?: string | undefined;
|
10330
10285
|
hideDetails?: boolean | "auto" | undefined;
|
10331
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">;
|
@@ -10379,9 +10334,9 @@ export declare const VSelect: {
|
|
10379
10334
|
baseColor?: string | undefined;
|
10380
10335
|
prependIcon?: IconValue | undefined;
|
10381
10336
|
appendIcon?: IconValue | undefined;
|
10382
|
-
iconColor?: string | boolean | undefined;
|
10383
10337
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10384
10338
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10339
|
+
iconColor?: string | boolean | undefined;
|
10385
10340
|
hint?: string | undefined;
|
10386
10341
|
hideDetails?: boolean | "auto" | undefined;
|
10387
10342
|
} & {}, {
|
@@ -10482,9 +10437,9 @@ export declare const VSelect: {
|
|
10482
10437
|
baseColor?: string | undefined;
|
10483
10438
|
prependIcon?: IconValue | undefined;
|
10484
10439
|
appendIcon?: IconValue | undefined;
|
10485
|
-
iconColor?: string | boolean | undefined;
|
10486
10440
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10487
10441
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10442
|
+
iconColor?: string | boolean | undefined;
|
10488
10443
|
hint?: string | undefined;
|
10489
10444
|
hideDetails?: boolean | "auto" | undefined;
|
10490
10445
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10496,7 +10451,7 @@ export declare const VSelect: {
|
|
10496
10451
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10497
10452
|
modelValue?: unknown;
|
10498
10453
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10499
|
-
}, 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<{
|
10500
10455
|
$: import("vue").ComponentInternalInstance;
|
10501
10456
|
$data: {};
|
10502
10457
|
$props: Partial<{
|
@@ -10543,13 +10498,13 @@ export declare const VSelect: {
|
|
10543
10498
|
rounded?: string | number | boolean | undefined;
|
10544
10499
|
baseColor?: string | undefined;
|
10545
10500
|
bgColor?: string | undefined;
|
10546
|
-
iconColor?: string | boolean | undefined;
|
10547
10501
|
appendInnerIcon?: IconValue | undefined;
|
10548
10502
|
prependInnerIcon?: IconValue | undefined;
|
10549
10503
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10550
10504
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10551
10505
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10552
10506
|
centerAffix?: boolean | undefined;
|
10507
|
+
iconColor?: string | boolean | undefined;
|
10553
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">;
|
10554
10509
|
$attrs: {
|
10555
10510
|
[x: string]: unknown;
|
@@ -10602,13 +10557,13 @@ export declare const VSelect: {
|
|
10602
10557
|
rounded?: string | number | boolean | undefined;
|
10603
10558
|
baseColor?: string | undefined;
|
10604
10559
|
bgColor?: string | undefined;
|
10605
|
-
iconColor?: string | boolean | undefined;
|
10606
10560
|
appendInnerIcon?: IconValue | undefined;
|
10607
10561
|
prependInnerIcon?: IconValue | undefined;
|
10608
10562
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10609
10563
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10610
10564
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10611
10565
|
centerAffix?: boolean | undefined;
|
10566
|
+
iconColor?: string | boolean | undefined;
|
10612
10567
|
} & {
|
10613
10568
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10614
10569
|
}, {
|
@@ -10712,13 +10667,13 @@ export declare const VSelect: {
|
|
10712
10667
|
rounded?: string | number | boolean | undefined;
|
10713
10668
|
baseColor?: string | undefined;
|
10714
10669
|
bgColor?: string | undefined;
|
10715
|
-
iconColor?: string | boolean | undefined;
|
10716
10670
|
appendInnerIcon?: IconValue | undefined;
|
10717
10671
|
prependInnerIcon?: IconValue | undefined;
|
10718
10672
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
10719
10673
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10720
10674
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
10721
10675
|
centerAffix?: boolean | undefined;
|
10676
|
+
iconColor?: string | boolean | undefined;
|
10722
10677
|
} & {
|
10723
10678
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
10724
10679
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -10727,7 +10682,7 @@ export declare const VSelect: {
|
|
10727
10682
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10728
10683
|
modelValue?: unknown;
|
10729
10684
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10730
|
-
}, 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}`> & {
|
10731
10686
|
_allExposed: {
|
10732
10687
|
reset: () => Promise<void>;
|
10733
10688
|
resetValidation: () => Promise<void>;
|
@@ -10738,7 +10693,7 @@ export declare const VSelect: {
|
|
10738
10693
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
10739
10694
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
10740
10695
|
} | {};
|
10741
|
-
}> & {} & 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}`> & {
|
10742
10697
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
10743
10698
|
$: import("vue").ComponentInternalInstance;
|
10744
10699
|
$data: {};
|
@@ -10789,9 +10744,9 @@ export declare const VSelect: {
|
|
10789
10744
|
baseColor?: string | undefined;
|
10790
10745
|
prependIcon?: IconValue | undefined;
|
10791
10746
|
appendIcon?: IconValue | undefined;
|
10792
|
-
iconColor?: string | boolean | undefined;
|
10793
10747
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10794
10748
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10749
|
+
iconColor?: string | boolean | undefined;
|
10795
10750
|
hint?: string | undefined;
|
10796
10751
|
hideDetails?: boolean | "auto" | undefined;
|
10797
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">;
|
@@ -10845,9 +10800,9 @@ export declare const VSelect: {
|
|
10845
10800
|
baseColor?: string | undefined;
|
10846
10801
|
prependIcon?: IconValue | undefined;
|
10847
10802
|
appendIcon?: IconValue | undefined;
|
10848
|
-
iconColor?: string | boolean | undefined;
|
10849
10803
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10850
10804
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10805
|
+
iconColor?: string | boolean | undefined;
|
10851
10806
|
hint?: string | undefined;
|
10852
10807
|
hideDetails?: boolean | "auto" | undefined;
|
10853
10808
|
} & {}, {
|
@@ -10948,9 +10903,9 @@ export declare const VSelect: {
|
|
10948
10903
|
baseColor?: string | undefined;
|
10949
10904
|
prependIcon?: IconValue | undefined;
|
10950
10905
|
appendIcon?: IconValue | undefined;
|
10951
|
-
iconColor?: string | boolean | undefined;
|
10952
10906
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
10953
10907
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
10908
|
+
iconColor?: string | boolean | undefined;
|
10954
10909
|
hint?: string | undefined;
|
10955
10910
|
hideDetails?: boolean | "auto" | undefined;
|
10956
10911
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -10962,7 +10917,7 @@ export declare const VSelect: {
|
|
10962
10917
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
10963
10918
|
modelValue?: unknown;
|
10964
10919
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
10965
|
-
}, 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<{
|
10966
10921
|
$: import("vue").ComponentInternalInstance;
|
10967
10922
|
$data: {};
|
10968
10923
|
$props: Partial<{
|
@@ -11009,13 +10964,13 @@ export declare const VSelect: {
|
|
11009
10964
|
rounded?: string | number | boolean | undefined;
|
11010
10965
|
baseColor?: string | undefined;
|
11011
10966
|
bgColor?: string | undefined;
|
11012
|
-
iconColor?: string | boolean | undefined;
|
11013
10967
|
appendInnerIcon?: IconValue | undefined;
|
11014
10968
|
prependInnerIcon?: IconValue | undefined;
|
11015
10969
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11016
10970
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11017
10971
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11018
10972
|
centerAffix?: boolean | undefined;
|
10973
|
+
iconColor?: string | boolean | undefined;
|
11019
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">;
|
11020
10975
|
$attrs: {
|
11021
10976
|
[x: string]: unknown;
|
@@ -11068,13 +11023,13 @@ export declare const VSelect: {
|
|
11068
11023
|
rounded?: string | number | boolean | undefined;
|
11069
11024
|
baseColor?: string | undefined;
|
11070
11025
|
bgColor?: string | undefined;
|
11071
|
-
iconColor?: string | boolean | undefined;
|
11072
11026
|
appendInnerIcon?: IconValue | undefined;
|
11073
11027
|
prependInnerIcon?: IconValue | undefined;
|
11074
11028
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11075
11029
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11076
11030
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11077
11031
|
centerAffix?: boolean | undefined;
|
11032
|
+
iconColor?: string | boolean | undefined;
|
11078
11033
|
} & {
|
11079
11034
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11080
11035
|
}, {
|
@@ -11178,13 +11133,13 @@ export declare const VSelect: {
|
|
11178
11133
|
rounded?: string | number | boolean | undefined;
|
11179
11134
|
baseColor?: string | undefined;
|
11180
11135
|
bgColor?: string | undefined;
|
11181
|
-
iconColor?: string | boolean | undefined;
|
11182
11136
|
appendInnerIcon?: IconValue | undefined;
|
11183
11137
|
prependInnerIcon?: IconValue | undefined;
|
11184
11138
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
11185
11139
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11186
11140
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
11187
11141
|
centerAffix?: boolean | undefined;
|
11142
|
+
iconColor?: string | boolean | undefined;
|
11188
11143
|
} & {
|
11189
11144
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
11190
11145
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -11193,7 +11148,7 @@ export declare const VSelect: {
|
|
11193
11148
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
11194
11149
|
modelValue?: unknown;
|
11195
11150
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
11196
|
-
}, 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}`> & {
|
11197
11152
|
_allExposed: {
|
11198
11153
|
reset: () => Promise<void>;
|
11199
11154
|
resetValidation: () => Promise<void>;
|
@@ -11213,7 +11168,7 @@ export declare const VSelect: {
|
|
11213
11168
|
'update:focused': (focused: boolean) => true;
|
11214
11169
|
'update:modelValue': (value: any) => true;
|
11215
11170
|
'update:menu': (ue: boolean) => true;
|
11216
|
-
}, "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, {
|
11217
11172
|
flat: boolean;
|
11218
11173
|
reverse: boolean;
|
11219
11174
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -11261,7 +11216,6 @@ export declare const VSelect: {
|
|
11261
11216
|
hideSelected: boolean;
|
11262
11217
|
menuIcon: IconValue;
|
11263
11218
|
openOnClear: boolean;
|
11264
|
-
noAutoScroll: boolean;
|
11265
11219
|
}, {}, string, import("vue").SlotsType<Partial<{
|
11266
11220
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
11267
11221
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -11291,14 +11245,6 @@ export declare const VSelect: {
|
|
11291
11245
|
item: ListItem<unknown>;
|
11292
11246
|
index: number;
|
11293
11247
|
}) => import("vue").VNode[];
|
11294
|
-
subheader: (arg: {
|
11295
|
-
props: Record<string, unknown>;
|
11296
|
-
index: number;
|
11297
|
-
}) => import("vue").VNode[];
|
11298
|
-
divider: (arg: {
|
11299
|
-
props: Record<string, unknown>;
|
11300
|
-
index: number;
|
11301
|
-
}) => import("vue").VNode[];
|
11302
11248
|
'prepend-item': () => import("vue").VNode[];
|
11303
11249
|
'append-item': () => import("vue").VNode[];
|
11304
11250
|
'no-data': () => import("vue").VNode[];
|
@@ -11326,14 +11272,6 @@ export declare const VSelect: {
|
|
11326
11272
|
item: ListItem<Item>;
|
11327
11273
|
index: number;
|
11328
11274
|
};
|
11329
|
-
subheader: {
|
11330
|
-
props: Record<string, unknown>;
|
11331
|
-
index: number;
|
11332
|
-
};
|
11333
|
-
divider: {
|
11334
|
-
props: Record<string, unknown>;
|
11335
|
-
index: number;
|
11336
|
-
};
|
11337
11275
|
"prepend-item": never;
|
11338
11276
|
"append-item": never;
|
11339
11277
|
"no-data": never;
|
@@ -11435,7 +11373,6 @@ export declare const VSelect: {
|
|
11435
11373
|
bgColor: StringConstructor;
|
11436
11374
|
prependIcon: PropType<IconValue>;
|
11437
11375
|
appendIcon: PropType<IconValue>;
|
11438
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11439
11376
|
clearIcon: {
|
11440
11377
|
type: PropType<IconValue>;
|
11441
11378
|
default: string;
|
@@ -11451,6 +11388,7 @@ export declare const VSelect: {
|
|
11451
11388
|
default: undefined;
|
11452
11389
|
};
|
11453
11390
|
glow: BooleanConstructor;
|
11391
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11454
11392
|
hideSpinButtons: BooleanConstructor;
|
11455
11393
|
hint: StringConstructor;
|
11456
11394
|
persistentHint: BooleanConstructor;
|
@@ -11519,7 +11457,6 @@ export declare const VSelect: {
|
|
11519
11457
|
};
|
11520
11458
|
openOnClear: BooleanConstructor;
|
11521
11459
|
itemColor: StringConstructor;
|
11522
|
-
noAutoScroll: BooleanConstructor;
|
11523
11460
|
}, import("vue").ExtractPropTypes<{
|
11524
11461
|
transition: {
|
11525
11462
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
@@ -11618,7 +11555,6 @@ export declare const VSelect: {
|
|
11618
11555
|
bgColor: StringConstructor;
|
11619
11556
|
prependIcon: PropType<IconValue>;
|
11620
11557
|
appendIcon: PropType<IconValue>;
|
11621
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
11622
11558
|
clearIcon: {
|
11623
11559
|
type: PropType<IconValue>;
|
11624
11560
|
default: string;
|
@@ -11634,6 +11570,7 @@ export declare const VSelect: {
|
|
11634
11570
|
default: undefined;
|
11635
11571
|
};
|
11636
11572
|
glow: BooleanConstructor;
|
11573
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
11637
11574
|
hideSpinButtons: BooleanConstructor;
|
11638
11575
|
hint: StringConstructor;
|
11639
11576
|
persistentHint: BooleanConstructor;
|
@@ -11702,7 +11639,6 @@ export declare const VSelect: {
|
|
11702
11639
|
};
|
11703
11640
|
openOnClear: BooleanConstructor;
|
11704
11641
|
itemColor: StringConstructor;
|
11705
|
-
noAutoScroll: BooleanConstructor;
|
11706
11642
|
}>>;
|
11707
11643
|
export type VSelect = InstanceType<typeof VSelect>;
|
11708
11644
|
|