@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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 +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -151,15 +151,15 @@ export declare const makeSelectProps: <Defaults extends {
|
|
151
151
|
tag: string | import("../../util/index.js").JSXComponent;
|
152
152
|
lines: false | "one" | "two" | "three";
|
153
153
|
mandatory: boolean;
|
154
|
+
returnObject: boolean;
|
155
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
156
|
+
density: import("../../composables/density.js").Density;
|
154
157
|
rounded: string | number | boolean;
|
155
158
|
tile: boolean;
|
156
|
-
density: import("../../composables/density.js").Density;
|
157
159
|
slim: boolean;
|
158
160
|
activatable: boolean;
|
159
161
|
selectable: boolean;
|
160
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
161
162
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
162
|
-
returnObject: boolean;
|
163
163
|
itemType: string;
|
164
164
|
}> & Omit<{
|
165
165
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -169,14 +169,14 @@ export declare const makeSelectProps: <Defaults extends {
|
|
169
169
|
tag: string | import("../../util/index.js").JSXComponent;
|
170
170
|
lines: false | "one" | "two" | "three";
|
171
171
|
mandatory: boolean;
|
172
|
-
|
172
|
+
returnObject: boolean;
|
173
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
173
174
|
density: import("../../composables/density.js").Density;
|
175
|
+
tile: boolean;
|
174
176
|
slim: boolean;
|
175
177
|
activatable: boolean;
|
176
178
|
selectable: boolean;
|
177
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
178
179
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
179
|
-
returnObject: boolean;
|
180
180
|
itemType: string;
|
181
181
|
height?: string | number | undefined;
|
182
182
|
width?: string | number | undefined;
|
@@ -190,11 +190,11 @@ export declare const makeSelectProps: <Defaults extends {
|
|
190
190
|
class?: any;
|
191
191
|
theme?: string | undefined;
|
192
192
|
elevation?: string | number | undefined;
|
193
|
+
valueComparator?: typeof deepEqual | undefined;
|
193
194
|
rounded?: string | number | boolean | undefined;
|
194
195
|
baseColor?: string | undefined;
|
195
196
|
bgColor?: string | undefined;
|
196
197
|
activeColor?: string | undefined;
|
197
|
-
valueComparator?: typeof deepEqual | undefined;
|
198
198
|
activeClass?: string | undefined;
|
199
199
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
200
200
|
collapseIcon?: IconValue | undefined;
|
@@ -205,7 +205,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
205
205
|
value: boolean;
|
206
206
|
path: unknown[];
|
207
207
|
}) => any) | undefined;
|
208
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
208
|
+
} & 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"> & {
|
209
209
|
items?: readonly any[] | undefined;
|
210
210
|
itemTitle?: SelectItemKey<any>;
|
211
211
|
itemValue?: SelectItemKey<any>;
|
@@ -314,15 +314,15 @@ export declare const makeSelectProps: <Defaults extends {
|
|
314
314
|
tag: string | import("../../util/index.js").JSXComponent;
|
315
315
|
lines: false | "one" | "two" | "three";
|
316
316
|
mandatory: boolean;
|
317
|
+
returnObject: boolean;
|
318
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
319
|
+
density: import("../../composables/density.js").Density;
|
317
320
|
rounded: string | number | boolean;
|
318
321
|
tile: boolean;
|
319
|
-
density: import("../../composables/density.js").Density;
|
320
322
|
slim: boolean;
|
321
323
|
activatable: boolean;
|
322
324
|
selectable: boolean;
|
323
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
324
325
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
325
|
-
returnObject: boolean;
|
326
326
|
itemType: string;
|
327
327
|
}> & Omit<{
|
328
328
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -332,14 +332,14 @@ export declare const makeSelectProps: <Defaults extends {
|
|
332
332
|
tag: string | import("../../util/index.js").JSXComponent;
|
333
333
|
lines: false | "one" | "two" | "three";
|
334
334
|
mandatory: boolean;
|
335
|
-
|
335
|
+
returnObject: boolean;
|
336
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
336
337
|
density: import("../../composables/density.js").Density;
|
338
|
+
tile: boolean;
|
337
339
|
slim: boolean;
|
338
340
|
activatable: boolean;
|
339
341
|
selectable: boolean;
|
340
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
341
342
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
342
|
-
returnObject: boolean;
|
343
343
|
itemType: string;
|
344
344
|
height?: string | number | undefined;
|
345
345
|
width?: string | number | undefined;
|
@@ -353,11 +353,11 @@ export declare const makeSelectProps: <Defaults extends {
|
|
353
353
|
class?: any;
|
354
354
|
theme?: string | undefined;
|
355
355
|
elevation?: string | number | undefined;
|
356
|
+
valueComparator?: typeof deepEqual | undefined;
|
356
357
|
rounded?: string | number | boolean | undefined;
|
357
358
|
baseColor?: string | undefined;
|
358
359
|
bgColor?: string | undefined;
|
359
360
|
activeColor?: string | undefined;
|
360
|
-
valueComparator?: typeof deepEqual | undefined;
|
361
361
|
activeClass?: string | undefined;
|
362
362
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
363
363
|
collapseIcon?: IconValue | undefined;
|
@@ -368,7 +368,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
368
368
|
value: boolean;
|
369
369
|
path: unknown[];
|
370
370
|
}) => any) | undefined;
|
371
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
371
|
+
} & 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"> & {
|
372
372
|
items?: readonly any[] | undefined;
|
373
373
|
itemTitle?: SelectItemKey<any>;
|
374
374
|
itemValue?: SelectItemKey<any>;
|
@@ -478,15 +478,15 @@ export declare const makeSelectProps: <Defaults extends {
|
|
478
478
|
tag: string | import("../../util/index.js").JSXComponent;
|
479
479
|
lines: false | "one" | "two" | "three";
|
480
480
|
mandatory: boolean;
|
481
|
+
returnObject: boolean;
|
482
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
483
|
+
density: import("../../composables/density.js").Density;
|
481
484
|
rounded: string | number | boolean;
|
482
485
|
tile: boolean;
|
483
|
-
density: import("../../composables/density.js").Density;
|
484
486
|
slim: boolean;
|
485
487
|
activatable: boolean;
|
486
488
|
selectable: boolean;
|
487
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
488
489
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
489
|
-
returnObject: boolean;
|
490
490
|
itemType: string;
|
491
491
|
}> & Omit<{
|
492
492
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -496,14 +496,14 @@ export declare const makeSelectProps: <Defaults extends {
|
|
496
496
|
tag: string | import("../../util/index.js").JSXComponent;
|
497
497
|
lines: false | "one" | "two" | "three";
|
498
498
|
mandatory: boolean;
|
499
|
-
|
499
|
+
returnObject: boolean;
|
500
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
500
501
|
density: import("../../composables/density.js").Density;
|
502
|
+
tile: boolean;
|
501
503
|
slim: boolean;
|
502
504
|
activatable: boolean;
|
503
505
|
selectable: boolean;
|
504
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
505
506
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
506
|
-
returnObject: boolean;
|
507
507
|
itemType: string;
|
508
508
|
height?: string | number | undefined;
|
509
509
|
width?: string | number | undefined;
|
@@ -517,11 +517,11 @@ export declare const makeSelectProps: <Defaults extends {
|
|
517
517
|
class?: any;
|
518
518
|
theme?: string | undefined;
|
519
519
|
elevation?: string | number | undefined;
|
520
|
+
valueComparator?: typeof deepEqual | undefined;
|
520
521
|
rounded?: string | number | boolean | undefined;
|
521
522
|
baseColor?: string | undefined;
|
522
523
|
bgColor?: string | undefined;
|
523
524
|
activeColor?: string | undefined;
|
524
|
-
valueComparator?: typeof deepEqual | undefined;
|
525
525
|
activeClass?: string | undefined;
|
526
526
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
527
527
|
collapseIcon?: IconValue | undefined;
|
@@ -532,7 +532,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
532
532
|
value: boolean;
|
533
533
|
path: unknown[];
|
534
534
|
}) => any) | undefined;
|
535
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
535
|
+
} & 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"> & {
|
536
536
|
items?: readonly any[] | undefined;
|
537
537
|
itemTitle?: SelectItemKey<any>;
|
538
538
|
itemValue?: SelectItemKey<any>;
|
@@ -641,15 +641,15 @@ export declare const makeSelectProps: <Defaults extends {
|
|
641
641
|
tag: string | import("../../util/index.js").JSXComponent;
|
642
642
|
lines: false | "one" | "two" | "three";
|
643
643
|
mandatory: boolean;
|
644
|
+
returnObject: boolean;
|
645
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
646
|
+
density: import("../../composables/density.js").Density;
|
644
647
|
rounded: string | number | boolean;
|
645
648
|
tile: boolean;
|
646
|
-
density: import("../../composables/density.js").Density;
|
647
649
|
slim: boolean;
|
648
650
|
activatable: boolean;
|
649
651
|
selectable: boolean;
|
650
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
651
652
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
652
|
-
returnObject: boolean;
|
653
653
|
itemType: string;
|
654
654
|
}> & Omit<{
|
655
655
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -659,14 +659,14 @@ export declare const makeSelectProps: <Defaults extends {
|
|
659
659
|
tag: string | import("../../util/index.js").JSXComponent;
|
660
660
|
lines: false | "one" | "two" | "three";
|
661
661
|
mandatory: boolean;
|
662
|
-
|
662
|
+
returnObject: boolean;
|
663
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
663
664
|
density: import("../../composables/density.js").Density;
|
665
|
+
tile: boolean;
|
664
666
|
slim: boolean;
|
665
667
|
activatable: boolean;
|
666
668
|
selectable: boolean;
|
667
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
668
669
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
669
|
-
returnObject: boolean;
|
670
670
|
itemType: string;
|
671
671
|
height?: string | number | undefined;
|
672
672
|
width?: string | number | undefined;
|
@@ -680,11 +680,11 @@ export declare const makeSelectProps: <Defaults extends {
|
|
680
680
|
class?: any;
|
681
681
|
theme?: string | undefined;
|
682
682
|
elevation?: string | number | undefined;
|
683
|
+
valueComparator?: typeof deepEqual | undefined;
|
683
684
|
rounded?: string | number | boolean | undefined;
|
684
685
|
baseColor?: string | undefined;
|
685
686
|
bgColor?: string | undefined;
|
686
687
|
activeColor?: string | undefined;
|
687
|
-
valueComparator?: typeof deepEqual | undefined;
|
688
688
|
activeClass?: string | undefined;
|
689
689
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
690
690
|
collapseIcon?: IconValue | undefined;
|
@@ -695,7 +695,7 @@ export declare const makeSelectProps: <Defaults extends {
|
|
695
695
|
value: boolean;
|
696
696
|
path: unknown[];
|
697
697
|
}) => any) | undefined;
|
698
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
698
|
+
} & 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"> & {
|
699
699
|
items?: readonly any[] | undefined;
|
700
700
|
itemTitle?: SelectItemKey<any>;
|
701
701
|
itemValue?: SelectItemKey<any>;
|
@@ -831,10 +831,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
831
831
|
disabled: boolean;
|
832
832
|
persistent: boolean;
|
833
833
|
modelValue: boolean;
|
834
|
-
locationStrategy: "connected" | "static" |
|
835
|
-
|
836
|
-
});
|
837
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
834
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
835
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
838
836
|
closeDelay: string | number;
|
839
837
|
openDelay: string | number;
|
840
838
|
activatorProps: Record<string, any>;
|
@@ -861,10 +859,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
861
859
|
disabled: boolean;
|
862
860
|
persistent: boolean;
|
863
861
|
modelValue: boolean;
|
864
|
-
locationStrategy: "connected" | "static" |
|
865
|
-
|
866
|
-
});
|
867
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
862
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
863
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
868
864
|
closeDelay: string | number;
|
869
865
|
openDelay: string | number;
|
870
866
|
activatorProps: Record<string, any>;
|
@@ -887,10 +883,10 @@ export declare const makeSelectProps: <Defaults extends {
|
|
887
883
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
888
884
|
class?: any;
|
889
885
|
theme?: string | undefined;
|
890
|
-
contentClass?: any;
|
891
886
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
892
887
|
openOnClick?: boolean | undefined;
|
893
888
|
openOnFocus?: boolean | undefined;
|
889
|
+
contentClass?: any;
|
894
890
|
contentProps?: any;
|
895
891
|
attach?: string | boolean | Element | undefined;
|
896
892
|
$children?: import("vue").VNodeChild | {
|
@@ -938,10 +934,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
938
934
|
disabled: boolean;
|
939
935
|
persistent: boolean;
|
940
936
|
modelValue: boolean;
|
941
|
-
locationStrategy: "connected" | "static" |
|
942
|
-
|
943
|
-
});
|
944
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
937
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
938
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
945
939
|
closeDelay: string | number;
|
946
940
|
openDelay: string | number;
|
947
941
|
activatorProps: Record<string, any>;
|
@@ -968,10 +962,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
968
962
|
disabled: boolean;
|
969
963
|
persistent: boolean;
|
970
964
|
modelValue: boolean;
|
971
|
-
locationStrategy: "connected" | "static" |
|
972
|
-
|
973
|
-
});
|
974
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
965
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
966
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
975
967
|
closeDelay: string | number;
|
976
968
|
openDelay: string | number;
|
977
969
|
activatorProps: Record<string, any>;
|
@@ -994,10 +986,10 @@ export declare const makeSelectProps: <Defaults extends {
|
|
994
986
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
995
987
|
class?: any;
|
996
988
|
theme?: string | undefined;
|
997
|
-
contentClass?: any;
|
998
989
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
999
990
|
openOnClick?: boolean | undefined;
|
1000
991
|
openOnFocus?: boolean | undefined;
|
992
|
+
contentClass?: any;
|
1001
993
|
contentProps?: any;
|
1002
994
|
attach?: string | boolean | Element | undefined;
|
1003
995
|
$children?: import("vue").VNodeChild | {
|
@@ -1046,10 +1038,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1046
1038
|
disabled: boolean;
|
1047
1039
|
persistent: boolean;
|
1048
1040
|
modelValue: boolean;
|
1049
|
-
locationStrategy: "connected" | "static" |
|
1050
|
-
|
1051
|
-
});
|
1052
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1041
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1042
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1053
1043
|
closeDelay: string | number;
|
1054
1044
|
openDelay: string | number;
|
1055
1045
|
activatorProps: Record<string, any>;
|
@@ -1076,10 +1066,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1076
1066
|
disabled: boolean;
|
1077
1067
|
persistent: boolean;
|
1078
1068
|
modelValue: boolean;
|
1079
|
-
locationStrategy: "connected" | "static" |
|
1080
|
-
|
1081
|
-
});
|
1082
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1069
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1070
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1083
1071
|
closeDelay: string | number;
|
1084
1072
|
openDelay: string | number;
|
1085
1073
|
activatorProps: Record<string, any>;
|
@@ -1102,10 +1090,10 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1102
1090
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1103
1091
|
class?: any;
|
1104
1092
|
theme?: string | undefined;
|
1105
|
-
contentClass?: any;
|
1106
1093
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1107
1094
|
openOnClick?: boolean | undefined;
|
1108
1095
|
openOnFocus?: boolean | undefined;
|
1096
|
+
contentClass?: any;
|
1109
1097
|
contentProps?: any;
|
1110
1098
|
attach?: string | boolean | Element | undefined;
|
1111
1099
|
$children?: import("vue").VNodeChild | {
|
@@ -1153,10 +1141,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1153
1141
|
disabled: boolean;
|
1154
1142
|
persistent: boolean;
|
1155
1143
|
modelValue: boolean;
|
1156
|
-
locationStrategy: "connected" | "static" |
|
1157
|
-
|
1158
|
-
});
|
1159
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1144
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1145
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1160
1146
|
closeDelay: string | number;
|
1161
1147
|
openDelay: string | number;
|
1162
1148
|
activatorProps: Record<string, any>;
|
@@ -1183,10 +1169,8 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1183
1169
|
disabled: boolean;
|
1184
1170
|
persistent: boolean;
|
1185
1171
|
modelValue: boolean;
|
1186
|
-
locationStrategy: "connected" | "static" |
|
1187
|
-
|
1188
|
-
});
|
1189
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1172
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1173
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1190
1174
|
closeDelay: string | number;
|
1191
1175
|
openDelay: string | number;
|
1192
1176
|
activatorProps: Record<string, any>;
|
@@ -1209,10 +1193,10 @@ export declare const makeSelectProps: <Defaults extends {
|
|
1209
1193
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1210
1194
|
class?: any;
|
1211
1195
|
theme?: string | undefined;
|
1212
|
-
contentClass?: any;
|
1213
1196
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1214
1197
|
openOnClick?: boolean | undefined;
|
1215
1198
|
openOnFocus?: boolean | undefined;
|
1199
|
+
contentClass?: any;
|
1216
1200
|
contentProps?: any;
|
1217
1201
|
attach?: string | boolean | Element | undefined;
|
1218
1202
|
$children?: import("vue").VNodeChild | {
|
@@ -1306,9 +1290,9 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1306
1290
|
rules?: unknown;
|
1307
1291
|
modelValue?: unknown;
|
1308
1292
|
validateOn?: unknown;
|
1293
|
+
density?: unknown;
|
1309
1294
|
rounded?: unknown;
|
1310
1295
|
tile?: unknown;
|
1311
|
-
density?: unknown;
|
1312
1296
|
baseColor?: unknown;
|
1313
1297
|
bgColor?: unknown;
|
1314
1298
|
prependIcon?: unknown;
|
@@ -1419,16 +1403,16 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1419
1403
|
default: unknown extends Defaults["reverse"] ? boolean : boolean | Defaults["reverse"];
|
1420
1404
|
};
|
1421
1405
|
variant: unknown extends Defaults["variant"] ? {
|
1422
|
-
type: PropType<"filled" | "
|
1406
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
1423
1407
|
default: string;
|
1424
1408
|
validator: (v: any) => boolean;
|
1425
1409
|
} : Omit<{
|
1426
|
-
type: PropType<"filled" | "
|
1410
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
1427
1411
|
default: string;
|
1428
1412
|
validator: (v: any) => boolean;
|
1429
1413
|
}, "type" | "default"> & {
|
1430
|
-
type: PropType<unknown extends Defaults["variant"] ? "filled" | "
|
1431
|
-
default: unknown extends Defaults["variant"] ? "filled" | "
|
1414
|
+
type: PropType<unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | Defaults["variant"]>;
|
1415
|
+
default: unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"> | Defaults["variant"];
|
1432
1416
|
};
|
1433
1417
|
name: unknown extends Defaults["name"] ? StringConstructor : {
|
1434
1418
|
type: PropType<unknown extends Defaults["name"] ? string : string | Defaults["name"]>;
|
@@ -1595,14 +1579,14 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1595
1579
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
1596
1580
|
};
|
1597
1581
|
rules: unknown extends Defaults["rules"] ? {
|
1598
|
-
type: PropType<readonly import("../../
|
1582
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
1599
1583
|
default: () => never[];
|
1600
1584
|
} : Omit<{
|
1601
|
-
type: PropType<readonly import("../../
|
1585
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
1602
1586
|
default: () => never[];
|
1603
1587
|
}, "type" | "default"> & {
|
1604
|
-
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
1605
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
1588
|
+
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
1589
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
1606
1590
|
};
|
1607
1591
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
1608
1592
|
type: PropType<any>;
|
@@ -1618,6 +1602,18 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1618
1602
|
type: PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
1619
1603
|
default: unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : NonNullable<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> | Defaults["validateOn"];
|
1620
1604
|
};
|
1605
|
+
density: unknown extends Defaults["density"] ? {
|
1606
|
+
type: PropType<import("../../composables/density.js").Density>;
|
1607
|
+
default: string;
|
1608
|
+
validator: (v: any) => boolean;
|
1609
|
+
} : Omit<{
|
1610
|
+
type: PropType<import("../../composables/density.js").Density>;
|
1611
|
+
default: string;
|
1612
|
+
validator: (v: any) => boolean;
|
1613
|
+
}, "type" | "default"> & {
|
1614
|
+
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
1615
|
+
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
1616
|
+
};
|
1621
1617
|
rounded: unknown extends Defaults["rounded"] ? {
|
1622
1618
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1623
1619
|
default: undefined;
|
@@ -1632,18 +1628,6 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1632
1628
|
type: PropType<unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"]>;
|
1633
1629
|
default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
|
1634
1630
|
};
|
1635
|
-
density: unknown extends Defaults["density"] ? {
|
1636
|
-
type: PropType<import("../../composables/density.js").Density>;
|
1637
|
-
default: string;
|
1638
|
-
validator: (v: any) => boolean;
|
1639
|
-
} : Omit<{
|
1640
|
-
type: PropType<import("../../composables/density.js").Density>;
|
1641
|
-
default: string;
|
1642
|
-
validator: (v: any) => boolean;
|
1643
|
-
}, "type" | "default"> & {
|
1644
|
-
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
1645
|
-
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
1646
|
-
};
|
1647
1631
|
baseColor: unknown extends Defaults["baseColor"] ? StringConstructor : {
|
1648
1632
|
type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
|
1649
1633
|
default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
|
@@ -1869,15 +1853,15 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1869
1853
|
tag: string | import("../../util/index.js").JSXComponent;
|
1870
1854
|
lines: false | "one" | "two" | "three";
|
1871
1855
|
mandatory: boolean;
|
1856
|
+
returnObject: boolean;
|
1857
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1858
|
+
density: import("../../composables/density.js").Density;
|
1872
1859
|
rounded: string | number | boolean;
|
1873
1860
|
tile: boolean;
|
1874
|
-
density: import("../../composables/density.js").Density;
|
1875
1861
|
slim: boolean;
|
1876
1862
|
activatable: boolean;
|
1877
1863
|
selectable: boolean;
|
1878
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1879
1864
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1880
|
-
returnObject: boolean;
|
1881
1865
|
itemType: string;
|
1882
1866
|
}> & Omit<{
|
1883
1867
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -1887,14 +1871,14 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1887
1871
|
tag: string | import("../../util/index.js").JSXComponent;
|
1888
1872
|
lines: false | "one" | "two" | "three";
|
1889
1873
|
mandatory: boolean;
|
1890
|
-
|
1874
|
+
returnObject: boolean;
|
1875
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1891
1876
|
density: import("../../composables/density.js").Density;
|
1877
|
+
tile: boolean;
|
1892
1878
|
slim: boolean;
|
1893
1879
|
activatable: boolean;
|
1894
1880
|
selectable: boolean;
|
1895
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1896
1881
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1897
|
-
returnObject: boolean;
|
1898
1882
|
itemType: string;
|
1899
1883
|
height?: string | number | undefined;
|
1900
1884
|
width?: string | number | undefined;
|
@@ -1908,11 +1892,11 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1908
1892
|
class?: any;
|
1909
1893
|
theme?: string | undefined;
|
1910
1894
|
elevation?: string | number | undefined;
|
1895
|
+
valueComparator?: typeof deepEqual | undefined;
|
1911
1896
|
rounded?: string | number | boolean | undefined;
|
1912
1897
|
baseColor?: string | undefined;
|
1913
1898
|
bgColor?: string | undefined;
|
1914
1899
|
activeColor?: string | undefined;
|
1915
|
-
valueComparator?: typeof deepEqual | undefined;
|
1916
1900
|
activeClass?: string | undefined;
|
1917
1901
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
1918
1902
|
collapseIcon?: IconValue | undefined;
|
@@ -1923,7 +1907,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
1923
1907
|
value: boolean;
|
1924
1908
|
path: unknown[];
|
1925
1909
|
}) => any) | undefined;
|
1926
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
1910
|
+
} & 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"> & {
|
1927
1911
|
items?: readonly any[] | undefined;
|
1928
1912
|
itemTitle?: SelectItemKey<any>;
|
1929
1913
|
itemValue?: SelectItemKey<any>;
|
@@ -2032,15 +2016,15 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2032
2016
|
tag: string | import("../../util/index.js").JSXComponent;
|
2033
2017
|
lines: false | "one" | "two" | "three";
|
2034
2018
|
mandatory: boolean;
|
2019
|
+
returnObject: boolean;
|
2020
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2021
|
+
density: import("../../composables/density.js").Density;
|
2035
2022
|
rounded: string | number | boolean;
|
2036
2023
|
tile: boolean;
|
2037
|
-
density: import("../../composables/density.js").Density;
|
2038
2024
|
slim: boolean;
|
2039
2025
|
activatable: boolean;
|
2040
2026
|
selectable: boolean;
|
2041
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2042
2027
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2043
|
-
returnObject: boolean;
|
2044
2028
|
itemType: string;
|
2045
2029
|
}> & Omit<{
|
2046
2030
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -2050,14 +2034,14 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2050
2034
|
tag: string | import("../../util/index.js").JSXComponent;
|
2051
2035
|
lines: false | "one" | "two" | "three";
|
2052
2036
|
mandatory: boolean;
|
2053
|
-
|
2037
|
+
returnObject: boolean;
|
2038
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2054
2039
|
density: import("../../composables/density.js").Density;
|
2040
|
+
tile: boolean;
|
2055
2041
|
slim: boolean;
|
2056
2042
|
activatable: boolean;
|
2057
2043
|
selectable: boolean;
|
2058
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2059
2044
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2060
|
-
returnObject: boolean;
|
2061
2045
|
itemType: string;
|
2062
2046
|
height?: string | number | undefined;
|
2063
2047
|
width?: string | number | undefined;
|
@@ -2071,11 +2055,11 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2071
2055
|
class?: any;
|
2072
2056
|
theme?: string | undefined;
|
2073
2057
|
elevation?: string | number | undefined;
|
2058
|
+
valueComparator?: typeof deepEqual | undefined;
|
2074
2059
|
rounded?: string | number | boolean | undefined;
|
2075
2060
|
baseColor?: string | undefined;
|
2076
2061
|
bgColor?: string | undefined;
|
2077
2062
|
activeColor?: string | undefined;
|
2078
|
-
valueComparator?: typeof deepEqual | undefined;
|
2079
2063
|
activeClass?: string | undefined;
|
2080
2064
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2081
2065
|
collapseIcon?: IconValue | undefined;
|
@@ -2086,7 +2070,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2086
2070
|
value: boolean;
|
2087
2071
|
path: unknown[];
|
2088
2072
|
}) => any) | undefined;
|
2089
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
2073
|
+
} & 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"> & {
|
2090
2074
|
items?: readonly any[] | undefined;
|
2091
2075
|
itemTitle?: SelectItemKey<any>;
|
2092
2076
|
itemValue?: SelectItemKey<any>;
|
@@ -2196,15 +2180,15 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2196
2180
|
tag: string | import("../../util/index.js").JSXComponent;
|
2197
2181
|
lines: false | "one" | "two" | "three";
|
2198
2182
|
mandatory: boolean;
|
2183
|
+
returnObject: boolean;
|
2184
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2185
|
+
density: import("../../composables/density.js").Density;
|
2199
2186
|
rounded: string | number | boolean;
|
2200
2187
|
tile: boolean;
|
2201
|
-
density: import("../../composables/density.js").Density;
|
2202
2188
|
slim: boolean;
|
2203
2189
|
activatable: boolean;
|
2204
2190
|
selectable: boolean;
|
2205
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2206
2191
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2207
|
-
returnObject: boolean;
|
2208
2192
|
itemType: string;
|
2209
2193
|
}> & Omit<{
|
2210
2194
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -2214,14 +2198,14 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2214
2198
|
tag: string | import("../../util/index.js").JSXComponent;
|
2215
2199
|
lines: false | "one" | "two" | "three";
|
2216
2200
|
mandatory: boolean;
|
2217
|
-
|
2201
|
+
returnObject: boolean;
|
2202
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2218
2203
|
density: import("../../composables/density.js").Density;
|
2204
|
+
tile: boolean;
|
2219
2205
|
slim: boolean;
|
2220
2206
|
activatable: boolean;
|
2221
2207
|
selectable: boolean;
|
2222
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2223
2208
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2224
|
-
returnObject: boolean;
|
2225
2209
|
itemType: string;
|
2226
2210
|
height?: string | number | undefined;
|
2227
2211
|
width?: string | number | undefined;
|
@@ -2235,11 +2219,11 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2235
2219
|
class?: any;
|
2236
2220
|
theme?: string | undefined;
|
2237
2221
|
elevation?: string | number | undefined;
|
2222
|
+
valueComparator?: typeof deepEqual | undefined;
|
2238
2223
|
rounded?: string | number | boolean | undefined;
|
2239
2224
|
baseColor?: string | undefined;
|
2240
2225
|
bgColor?: string | undefined;
|
2241
2226
|
activeColor?: string | undefined;
|
2242
|
-
valueComparator?: typeof deepEqual | undefined;
|
2243
2227
|
activeClass?: string | undefined;
|
2244
2228
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2245
2229
|
collapseIcon?: IconValue | undefined;
|
@@ -2250,7 +2234,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2250
2234
|
value: boolean;
|
2251
2235
|
path: unknown[];
|
2252
2236
|
}) => any) | undefined;
|
2253
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
2237
|
+
} & 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"> & {
|
2254
2238
|
items?: readonly any[] | undefined;
|
2255
2239
|
itemTitle?: SelectItemKey<any>;
|
2256
2240
|
itemValue?: SelectItemKey<any>;
|
@@ -2359,15 +2343,15 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2359
2343
|
tag: string | import("../../util/index.js").JSXComponent;
|
2360
2344
|
lines: false | "one" | "two" | "three";
|
2361
2345
|
mandatory: boolean;
|
2346
|
+
returnObject: boolean;
|
2347
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2348
|
+
density: import("../../composables/density.js").Density;
|
2362
2349
|
rounded: string | number | boolean;
|
2363
2350
|
tile: boolean;
|
2364
|
-
density: import("../../composables/density.js").Density;
|
2365
2351
|
slim: boolean;
|
2366
2352
|
activatable: boolean;
|
2367
2353
|
selectable: boolean;
|
2368
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2369
2354
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2370
|
-
returnObject: boolean;
|
2371
2355
|
itemType: string;
|
2372
2356
|
}> & Omit<{
|
2373
2357
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -2377,14 +2361,14 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2377
2361
|
tag: string | import("../../util/index.js").JSXComponent;
|
2378
2362
|
lines: false | "one" | "two" | "three";
|
2379
2363
|
mandatory: boolean;
|
2380
|
-
|
2364
|
+
returnObject: boolean;
|
2365
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2381
2366
|
density: import("../../composables/density.js").Density;
|
2367
|
+
tile: boolean;
|
2382
2368
|
slim: boolean;
|
2383
2369
|
activatable: boolean;
|
2384
2370
|
selectable: boolean;
|
2385
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2386
2371
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2387
|
-
returnObject: boolean;
|
2388
2372
|
itemType: string;
|
2389
2373
|
height?: string | number | undefined;
|
2390
2374
|
width?: string | number | undefined;
|
@@ -2398,11 +2382,11 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2398
2382
|
class?: any;
|
2399
2383
|
theme?: string | undefined;
|
2400
2384
|
elevation?: string | number | undefined;
|
2385
|
+
valueComparator?: typeof deepEqual | undefined;
|
2401
2386
|
rounded?: string | number | boolean | undefined;
|
2402
2387
|
baseColor?: string | undefined;
|
2403
2388
|
bgColor?: string | undefined;
|
2404
2389
|
activeColor?: string | undefined;
|
2405
|
-
valueComparator?: typeof deepEqual | undefined;
|
2406
2390
|
activeClass?: string | undefined;
|
2407
2391
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2408
2392
|
collapseIcon?: IconValue | undefined;
|
@@ -2413,7 +2397,7 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2413
2397
|
value: boolean;
|
2414
2398
|
path: unknown[];
|
2415
2399
|
}) => any) | undefined;
|
2416
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
2400
|
+
} & 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"> & {
|
2417
2401
|
items?: readonly any[] | undefined;
|
2418
2402
|
itemTitle?: SelectItemKey<any>;
|
2419
2403
|
itemValue?: SelectItemKey<any>;
|
@@ -2549,10 +2533,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2549
2533
|
disabled: boolean;
|
2550
2534
|
persistent: boolean;
|
2551
2535
|
modelValue: boolean;
|
2552
|
-
locationStrategy: "connected" | "static" |
|
2553
|
-
|
2554
|
-
});
|
2555
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2536
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2537
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2556
2538
|
closeDelay: string | number;
|
2557
2539
|
openDelay: string | number;
|
2558
2540
|
activatorProps: Record<string, any>;
|
@@ -2579,10 +2561,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2579
2561
|
disabled: boolean;
|
2580
2562
|
persistent: boolean;
|
2581
2563
|
modelValue: boolean;
|
2582
|
-
locationStrategy: "connected" | "static" |
|
2583
|
-
|
2584
|
-
});
|
2585
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2564
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2565
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2586
2566
|
closeDelay: string | number;
|
2587
2567
|
openDelay: string | number;
|
2588
2568
|
activatorProps: Record<string, any>;
|
@@ -2605,10 +2585,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2605
2585
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2606
2586
|
class?: any;
|
2607
2587
|
theme?: string | undefined;
|
2608
|
-
contentClass?: any;
|
2609
2588
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2610
2589
|
openOnClick?: boolean | undefined;
|
2611
2590
|
openOnFocus?: boolean | undefined;
|
2591
|
+
contentClass?: any;
|
2612
2592
|
contentProps?: any;
|
2613
2593
|
attach?: string | boolean | Element | undefined;
|
2614
2594
|
$children?: import("vue").VNodeChild | {
|
@@ -2656,10 +2636,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2656
2636
|
disabled: boolean;
|
2657
2637
|
persistent: boolean;
|
2658
2638
|
modelValue: boolean;
|
2659
|
-
locationStrategy: "connected" | "static" |
|
2660
|
-
|
2661
|
-
});
|
2662
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2639
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2640
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2663
2641
|
closeDelay: string | number;
|
2664
2642
|
openDelay: string | number;
|
2665
2643
|
activatorProps: Record<string, any>;
|
@@ -2686,10 +2664,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2686
2664
|
disabled: boolean;
|
2687
2665
|
persistent: boolean;
|
2688
2666
|
modelValue: boolean;
|
2689
|
-
locationStrategy: "connected" | "static" |
|
2690
|
-
|
2691
|
-
});
|
2692
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2667
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2668
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2693
2669
|
closeDelay: string | number;
|
2694
2670
|
openDelay: string | number;
|
2695
2671
|
activatorProps: Record<string, any>;
|
@@ -2712,10 +2688,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2712
2688
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2713
2689
|
class?: any;
|
2714
2690
|
theme?: string | undefined;
|
2715
|
-
contentClass?: any;
|
2716
2691
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2717
2692
|
openOnClick?: boolean | undefined;
|
2718
2693
|
openOnFocus?: boolean | undefined;
|
2694
|
+
contentClass?: any;
|
2719
2695
|
contentProps?: any;
|
2720
2696
|
attach?: string | boolean | Element | undefined;
|
2721
2697
|
$children?: import("vue").VNodeChild | {
|
@@ -2764,10 +2740,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2764
2740
|
disabled: boolean;
|
2765
2741
|
persistent: boolean;
|
2766
2742
|
modelValue: boolean;
|
2767
|
-
locationStrategy: "connected" | "static" |
|
2768
|
-
|
2769
|
-
});
|
2770
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2743
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2744
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2771
2745
|
closeDelay: string | number;
|
2772
2746
|
openDelay: string | number;
|
2773
2747
|
activatorProps: Record<string, any>;
|
@@ -2794,10 +2768,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2794
2768
|
disabled: boolean;
|
2795
2769
|
persistent: boolean;
|
2796
2770
|
modelValue: boolean;
|
2797
|
-
locationStrategy: "connected" | "static" |
|
2798
|
-
|
2799
|
-
});
|
2800
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2771
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2772
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2801
2773
|
closeDelay: string | number;
|
2802
2774
|
openDelay: string | number;
|
2803
2775
|
activatorProps: Record<string, any>;
|
@@ -2820,10 +2792,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2820
2792
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2821
2793
|
class?: any;
|
2822
2794
|
theme?: string | undefined;
|
2823
|
-
contentClass?: any;
|
2824
2795
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2825
2796
|
openOnClick?: boolean | undefined;
|
2826
2797
|
openOnFocus?: boolean | undefined;
|
2798
|
+
contentClass?: any;
|
2827
2799
|
contentProps?: any;
|
2828
2800
|
attach?: string | boolean | Element | undefined;
|
2829
2801
|
$children?: import("vue").VNodeChild | {
|
@@ -2871,10 +2843,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2871
2843
|
disabled: boolean;
|
2872
2844
|
persistent: boolean;
|
2873
2845
|
modelValue: boolean;
|
2874
|
-
locationStrategy: "connected" | "static" |
|
2875
|
-
|
2876
|
-
});
|
2877
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2846
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2847
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2878
2848
|
closeDelay: string | number;
|
2879
2849
|
openDelay: string | number;
|
2880
2850
|
activatorProps: Record<string, any>;
|
@@ -2901,10 +2871,8 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2901
2871
|
disabled: boolean;
|
2902
2872
|
persistent: boolean;
|
2903
2873
|
modelValue: boolean;
|
2904
|
-
locationStrategy: "connected" | "static" |
|
2905
|
-
|
2906
|
-
});
|
2907
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2874
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2875
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2908
2876
|
closeDelay: string | number;
|
2909
2877
|
openDelay: string | number;
|
2910
2878
|
activatorProps: Record<string, any>;
|
@@ -2927,10 +2895,10 @@ export declare const makeVSelectProps: <Defaults extends {
|
|
2927
2895
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2928
2896
|
class?: any;
|
2929
2897
|
theme?: string | undefined;
|
2930
|
-
contentClass?: any;
|
2931
2898
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2932
2899
|
openOnClick?: boolean | undefined;
|
2933
2900
|
openOnFocus?: boolean | undefined;
|
2901
|
+
contentClass?: any;
|
2934
2902
|
contentProps?: any;
|
2935
2903
|
attach?: string | boolean | Element | undefined;
|
2936
2904
|
$children?: import("vue").VNodeChild | {
|
@@ -2994,7 +2962,7 @@ export declare const VSelect: {
|
|
2994
2962
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
2995
2963
|
flat: boolean;
|
2996
2964
|
reverse: boolean;
|
2997
|
-
variant: "filled" | "
|
2965
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2998
2966
|
type: string;
|
2999
2967
|
error: boolean;
|
3000
2968
|
active: boolean;
|
@@ -3016,9 +2984,10 @@ export declare const VSelect: {
|
|
3016
2984
|
focused: boolean;
|
3017
2985
|
errorMessages: string | readonly string[] | null;
|
3018
2986
|
maxErrors: string | number;
|
3019
|
-
rules: readonly import("../../
|
3020
|
-
tile: boolean;
|
2987
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3021
2988
|
density: import("../../composables/density.js").Density;
|
2989
|
+
tile: boolean;
|
2990
|
+
closeText: string;
|
3022
2991
|
clearIcon: IconValue;
|
3023
2992
|
hideSpinButtons: boolean;
|
3024
2993
|
persistentHint: boolean;
|
@@ -3030,7 +2999,6 @@ export declare const VSelect: {
|
|
3030
2999
|
persistentCounter: boolean;
|
3031
3000
|
chips: boolean;
|
3032
3001
|
closableChips: boolean;
|
3033
|
-
closeText: string;
|
3034
3002
|
openText: string;
|
3035
3003
|
hideNoData: boolean;
|
3036
3004
|
hideSelected: boolean;
|
@@ -3052,12 +3020,12 @@ export declare const VSelect: {
|
|
3052
3020
|
counter?: string | number | boolean | undefined;
|
3053
3021
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3054
3022
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
3023
|
+
valueComparator?: typeof deepEqual | undefined;
|
3055
3024
|
rounded?: string | number | boolean | undefined;
|
3056
3025
|
baseColor?: string | undefined;
|
3057
3026
|
bgColor?: string | undefined;
|
3058
3027
|
prependIcon?: IconValue | undefined;
|
3059
3028
|
appendIcon?: IconValue | undefined;
|
3060
|
-
valueComparator?: typeof deepEqual | undefined;
|
3061
3029
|
prependInnerIcon?: IconValue | undefined;
|
3062
3030
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3063
3031
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3078,15 +3046,15 @@ export declare const VSelect: {
|
|
3078
3046
|
tag: string | import("../../util/index.js").JSXComponent;
|
3079
3047
|
lines: false | "one" | "two" | "three";
|
3080
3048
|
mandatory: boolean;
|
3049
|
+
returnObject: boolean;
|
3050
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3051
|
+
density: import("../../composables/density.js").Density;
|
3081
3052
|
rounded: string | number | boolean;
|
3082
3053
|
tile: boolean;
|
3083
|
-
density: import("../../composables/density.js").Density;
|
3084
3054
|
slim: boolean;
|
3085
3055
|
activatable: boolean;
|
3086
3056
|
selectable: boolean;
|
3087
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3088
3057
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
3089
|
-
returnObject: boolean;
|
3090
3058
|
itemType: string;
|
3091
3059
|
}> & Omit<{
|
3092
3060
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -3096,14 +3064,14 @@ export declare const VSelect: {
|
|
3096
3064
|
tag: string | import("../../util/index.js").JSXComponent;
|
3097
3065
|
lines: false | "one" | "two" | "three";
|
3098
3066
|
mandatory: boolean;
|
3099
|
-
|
3067
|
+
returnObject: boolean;
|
3068
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3100
3069
|
density: import("../../composables/density.js").Density;
|
3070
|
+
tile: boolean;
|
3101
3071
|
slim: boolean;
|
3102
3072
|
activatable: boolean;
|
3103
3073
|
selectable: boolean;
|
3104
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3105
3074
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
3106
|
-
returnObject: boolean;
|
3107
3075
|
itemType: string;
|
3108
3076
|
height?: string | number | undefined;
|
3109
3077
|
width?: string | number | undefined;
|
@@ -3117,11 +3085,11 @@ export declare const VSelect: {
|
|
3117
3085
|
class?: any;
|
3118
3086
|
theme?: string | undefined;
|
3119
3087
|
elevation?: string | number | undefined;
|
3088
|
+
valueComparator?: typeof deepEqual | undefined;
|
3120
3089
|
rounded?: string | number | boolean | undefined;
|
3121
3090
|
baseColor?: string | undefined;
|
3122
3091
|
bgColor?: string | undefined;
|
3123
3092
|
activeColor?: string | undefined;
|
3124
|
-
valueComparator?: typeof deepEqual | undefined;
|
3125
3093
|
activeClass?: string | undefined;
|
3126
3094
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
3127
3095
|
collapseIcon?: IconValue | undefined;
|
@@ -3132,7 +3100,7 @@ export declare const VSelect: {
|
|
3132
3100
|
value: boolean;
|
3133
3101
|
path: unknown[];
|
3134
3102
|
}) => any) | undefined;
|
3135
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
3103
|
+
} & 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"> & {
|
3136
3104
|
items?: readonly any[] | undefined;
|
3137
3105
|
itemTitle?: SelectItemKey<any>;
|
3138
3106
|
itemValue?: SelectItemKey<any>;
|
@@ -3248,10 +3216,8 @@ export declare const VSelect: {
|
|
3248
3216
|
disabled: boolean;
|
3249
3217
|
persistent: boolean;
|
3250
3218
|
modelValue: boolean;
|
3251
|
-
locationStrategy: "connected" | "static" |
|
3252
|
-
|
3253
|
-
});
|
3254
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
3219
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
3220
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
3255
3221
|
closeDelay: string | number;
|
3256
3222
|
openDelay: string | number;
|
3257
3223
|
activatorProps: Record<string, any>;
|
@@ -3278,10 +3244,8 @@ export declare const VSelect: {
|
|
3278
3244
|
disabled: boolean;
|
3279
3245
|
persistent: boolean;
|
3280
3246
|
modelValue: boolean;
|
3281
|
-
locationStrategy: "connected" | "static" |
|
3282
|
-
|
3283
|
-
});
|
3284
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
3247
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
3248
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
3285
3249
|
closeDelay: string | number;
|
3286
3250
|
openDelay: string | number;
|
3287
3251
|
activatorProps: Record<string, any>;
|
@@ -3304,10 +3268,10 @@ export declare const VSelect: {
|
|
3304
3268
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
3305
3269
|
class?: any;
|
3306
3270
|
theme?: string | undefined;
|
3307
|
-
contentClass?: any;
|
3308
3271
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
3309
3272
|
openOnClick?: boolean | undefined;
|
3310
3273
|
openOnFocus?: boolean | undefined;
|
3274
|
+
contentClass?: any;
|
3311
3275
|
contentProps?: any;
|
3312
3276
|
attach?: string | boolean | Element | undefined;
|
3313
3277
|
$children?: import("vue").VNodeChild | {
|
@@ -3350,10 +3314,10 @@ export declare const VSelect: {
|
|
3350
3314
|
'update:focused': (focused: boolean) => true;
|
3351
3315
|
'update:modelValue': (value: any) => true;
|
3352
3316
|
'update:menu': (ue: boolean) => true;
|
3353
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "
|
3317
|
+
}, "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, {
|
3354
3318
|
flat: boolean;
|
3355
3319
|
reverse: boolean;
|
3356
|
-
variant: "filled" | "
|
3320
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3357
3321
|
type: string;
|
3358
3322
|
error: boolean;
|
3359
3323
|
active: boolean;
|
@@ -3375,10 +3339,11 @@ export declare const VSelect: {
|
|
3375
3339
|
focused: boolean;
|
3376
3340
|
errorMessages: string | readonly string[] | null;
|
3377
3341
|
maxErrors: string | number;
|
3378
|
-
rules: readonly import("../../
|
3342
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3343
|
+
density: import("../../composables/density.js").Density;
|
3379
3344
|
rounded: string | number | boolean;
|
3380
3345
|
tile: boolean;
|
3381
|
-
|
3346
|
+
closeText: string;
|
3382
3347
|
clearIcon: IconValue;
|
3383
3348
|
centerAffix: boolean;
|
3384
3349
|
hideSpinButtons: boolean;
|
@@ -3391,7 +3356,6 @@ export declare const VSelect: {
|
|
3391
3356
|
persistentCounter: boolean;
|
3392
3357
|
chips: boolean;
|
3393
3358
|
closableChips: boolean;
|
3394
|
-
closeText: string;
|
3395
3359
|
openText: string;
|
3396
3360
|
hideNoData: boolean;
|
3397
3361
|
hideSelected: boolean;
|
@@ -3439,7 +3403,7 @@ export declare const VSelect: {
|
|
3439
3403
|
}, {
|
3440
3404
|
flat: boolean;
|
3441
3405
|
reverse: boolean;
|
3442
|
-
variant: "filled" | "
|
3406
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3443
3407
|
type: string;
|
3444
3408
|
error: boolean;
|
3445
3409
|
active: boolean;
|
@@ -3461,9 +3425,10 @@ export declare const VSelect: {
|
|
3461
3425
|
focused: boolean;
|
3462
3426
|
errorMessages: string | readonly string[] | null;
|
3463
3427
|
maxErrors: string | number;
|
3464
|
-
rules: readonly import("../../
|
3465
|
-
tile: boolean;
|
3428
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3466
3429
|
density: import("../../composables/density.js").Density;
|
3430
|
+
tile: boolean;
|
3431
|
+
closeText: string;
|
3467
3432
|
clearIcon: IconValue;
|
3468
3433
|
hideSpinButtons: boolean;
|
3469
3434
|
persistentHint: boolean;
|
@@ -3475,7 +3440,6 @@ export declare const VSelect: {
|
|
3475
3440
|
persistentCounter: boolean;
|
3476
3441
|
chips: boolean;
|
3477
3442
|
closableChips: boolean;
|
3478
|
-
closeText: string;
|
3479
3443
|
openText: string;
|
3480
3444
|
hideNoData: boolean;
|
3481
3445
|
hideSelected: boolean;
|
@@ -3497,12 +3461,12 @@ export declare const VSelect: {
|
|
3497
3461
|
counter?: string | number | boolean | undefined;
|
3498
3462
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3499
3463
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
3464
|
+
valueComparator?: typeof deepEqual | undefined;
|
3500
3465
|
rounded?: string | number | boolean | undefined;
|
3501
3466
|
baseColor?: string | undefined;
|
3502
3467
|
bgColor?: string | undefined;
|
3503
3468
|
prependIcon?: IconValue | undefined;
|
3504
3469
|
appendIcon?: IconValue | undefined;
|
3505
|
-
valueComparator?: typeof deepEqual | undefined;
|
3506
3470
|
prependInnerIcon?: IconValue | undefined;
|
3507
3471
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3508
3472
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3523,15 +3487,15 @@ export declare const VSelect: {
|
|
3523
3487
|
tag: string | import("../../util/index.js").JSXComponent;
|
3524
3488
|
lines: false | "one" | "two" | "three";
|
3525
3489
|
mandatory: boolean;
|
3490
|
+
returnObject: boolean;
|
3491
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3492
|
+
density: import("../../composables/density.js").Density;
|
3526
3493
|
rounded: string | number | boolean;
|
3527
3494
|
tile: boolean;
|
3528
|
-
density: import("../../composables/density.js").Density;
|
3529
3495
|
slim: boolean;
|
3530
3496
|
activatable: boolean;
|
3531
3497
|
selectable: boolean;
|
3532
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3533
3498
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
3534
|
-
returnObject: boolean;
|
3535
3499
|
itemType: string;
|
3536
3500
|
}> & Omit<{
|
3537
3501
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -3541,14 +3505,14 @@ export declare const VSelect: {
|
|
3541
3505
|
tag: string | import("../../util/index.js").JSXComponent;
|
3542
3506
|
lines: false | "one" | "two" | "three";
|
3543
3507
|
mandatory: boolean;
|
3544
|
-
|
3508
|
+
returnObject: boolean;
|
3509
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3545
3510
|
density: import("../../composables/density.js").Density;
|
3511
|
+
tile: boolean;
|
3546
3512
|
slim: boolean;
|
3547
3513
|
activatable: boolean;
|
3548
3514
|
selectable: boolean;
|
3549
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3550
3515
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
3551
|
-
returnObject: boolean;
|
3552
3516
|
itemType: string;
|
3553
3517
|
height?: string | number | undefined;
|
3554
3518
|
width?: string | number | undefined;
|
@@ -3562,11 +3526,11 @@ export declare const VSelect: {
|
|
3562
3526
|
class?: any;
|
3563
3527
|
theme?: string | undefined;
|
3564
3528
|
elevation?: string | number | undefined;
|
3529
|
+
valueComparator?: typeof deepEqual | undefined;
|
3565
3530
|
rounded?: string | number | boolean | undefined;
|
3566
3531
|
baseColor?: string | undefined;
|
3567
3532
|
bgColor?: string | undefined;
|
3568
3533
|
activeColor?: string | undefined;
|
3569
|
-
valueComparator?: typeof deepEqual | undefined;
|
3570
3534
|
activeClass?: string | undefined;
|
3571
3535
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
3572
3536
|
collapseIcon?: IconValue | undefined;
|
@@ -3577,7 +3541,7 @@ export declare const VSelect: {
|
|
3577
3541
|
value: boolean;
|
3578
3542
|
path: unknown[];
|
3579
3543
|
}) => any) | undefined;
|
3580
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
3544
|
+
} & 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"> & {
|
3581
3545
|
items?: readonly any[] | undefined;
|
3582
3546
|
itemTitle?: SelectItemKey<any>;
|
3583
3547
|
itemValue?: SelectItemKey<any>;
|
@@ -3693,10 +3657,8 @@ export declare const VSelect: {
|
|
3693
3657
|
disabled: boolean;
|
3694
3658
|
persistent: boolean;
|
3695
3659
|
modelValue: boolean;
|
3696
|
-
locationStrategy: "connected" | "static" |
|
3697
|
-
|
3698
|
-
});
|
3699
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
3660
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
3661
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
3700
3662
|
closeDelay: string | number;
|
3701
3663
|
openDelay: string | number;
|
3702
3664
|
activatorProps: Record<string, any>;
|
@@ -3723,10 +3685,8 @@ export declare const VSelect: {
|
|
3723
3685
|
disabled: boolean;
|
3724
3686
|
persistent: boolean;
|
3725
3687
|
modelValue: boolean;
|
3726
|
-
locationStrategy: "connected" | "static" |
|
3727
|
-
|
3728
|
-
});
|
3729
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
3688
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
3689
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
3730
3690
|
closeDelay: string | number;
|
3731
3691
|
openDelay: string | number;
|
3732
3692
|
activatorProps: Record<string, any>;
|
@@ -3749,10 +3709,10 @@ export declare const VSelect: {
|
|
3749
3709
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
3750
3710
|
class?: any;
|
3751
3711
|
theme?: string | undefined;
|
3752
|
-
contentClass?: any;
|
3753
3712
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
3754
3713
|
openOnClick?: boolean | undefined;
|
3755
3714
|
openOnFocus?: boolean | undefined;
|
3715
|
+
contentClass?: any;
|
3756
3716
|
contentProps?: any;
|
3757
3717
|
attach?: string | boolean | Element | undefined;
|
3758
3718
|
$children?: import("vue").VNodeChild | {
|
@@ -3794,7 +3754,7 @@ export declare const VSelect: {
|
|
3794
3754
|
}, any, {}, {}, {}, {
|
3795
3755
|
flat: boolean;
|
3796
3756
|
reverse: boolean;
|
3797
|
-
variant: "filled" | "
|
3757
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3798
3758
|
type: string;
|
3799
3759
|
error: boolean;
|
3800
3760
|
active: boolean;
|
@@ -3816,10 +3776,11 @@ export declare const VSelect: {
|
|
3816
3776
|
focused: boolean;
|
3817
3777
|
errorMessages: string | readonly string[] | null;
|
3818
3778
|
maxErrors: string | number;
|
3819
|
-
rules: readonly import("../../
|
3779
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3780
|
+
density: import("../../composables/density.js").Density;
|
3820
3781
|
rounded: string | number | boolean;
|
3821
3782
|
tile: boolean;
|
3822
|
-
|
3783
|
+
closeText: string;
|
3823
3784
|
clearIcon: IconValue;
|
3824
3785
|
centerAffix: boolean;
|
3825
3786
|
hideSpinButtons: boolean;
|
@@ -3832,7 +3793,6 @@ export declare const VSelect: {
|
|
3832
3793
|
persistentCounter: boolean;
|
3833
3794
|
chips: boolean;
|
3834
3795
|
closableChips: boolean;
|
3835
|
-
closeText: string;
|
3836
3796
|
openText: string;
|
3837
3797
|
hideNoData: boolean;
|
3838
3798
|
hideSelected: boolean;
|
@@ -3845,7 +3805,7 @@ export declare const VSelect: {
|
|
3845
3805
|
} & import("vue").ComponentOptionsBase<{
|
3846
3806
|
flat: boolean;
|
3847
3807
|
reverse: boolean;
|
3848
|
-
variant: "filled" | "
|
3808
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3849
3809
|
type: string;
|
3850
3810
|
error: boolean;
|
3851
3811
|
active: boolean;
|
@@ -3867,9 +3827,10 @@ export declare const VSelect: {
|
|
3867
3827
|
focused: boolean;
|
3868
3828
|
errorMessages: string | readonly string[] | null;
|
3869
3829
|
maxErrors: string | number;
|
3870
|
-
rules: readonly import("../../
|
3871
|
-
tile: boolean;
|
3830
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3872
3831
|
density: import("../../composables/density.js").Density;
|
3832
|
+
tile: boolean;
|
3833
|
+
closeText: string;
|
3873
3834
|
clearIcon: IconValue;
|
3874
3835
|
hideSpinButtons: boolean;
|
3875
3836
|
persistentHint: boolean;
|
@@ -3881,7 +3842,6 @@ export declare const VSelect: {
|
|
3881
3842
|
persistentCounter: boolean;
|
3882
3843
|
chips: boolean;
|
3883
3844
|
closableChips: boolean;
|
3884
|
-
closeText: string;
|
3885
3845
|
openText: string;
|
3886
3846
|
hideNoData: boolean;
|
3887
3847
|
hideSelected: boolean;
|
@@ -3903,12 +3863,12 @@ export declare const VSelect: {
|
|
3903
3863
|
counter?: string | number | boolean | undefined;
|
3904
3864
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3905
3865
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
3866
|
+
valueComparator?: typeof deepEqual | undefined;
|
3906
3867
|
rounded?: string | number | boolean | undefined;
|
3907
3868
|
baseColor?: string | undefined;
|
3908
3869
|
bgColor?: string | undefined;
|
3909
3870
|
prependIcon?: IconValue | undefined;
|
3910
3871
|
appendIcon?: IconValue | undefined;
|
3911
|
-
valueComparator?: typeof deepEqual | undefined;
|
3912
3872
|
prependInnerIcon?: IconValue | undefined;
|
3913
3873
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3914
3874
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3929,15 +3889,15 @@ export declare const VSelect: {
|
|
3929
3889
|
tag: string | import("../../util/index.js").JSXComponent;
|
3930
3890
|
lines: false | "one" | "two" | "three";
|
3931
3891
|
mandatory: boolean;
|
3892
|
+
returnObject: boolean;
|
3893
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3894
|
+
density: import("../../composables/density.js").Density;
|
3932
3895
|
rounded: string | number | boolean;
|
3933
3896
|
tile: boolean;
|
3934
|
-
density: import("../../composables/density.js").Density;
|
3935
3897
|
slim: boolean;
|
3936
3898
|
activatable: boolean;
|
3937
3899
|
selectable: boolean;
|
3938
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3939
3900
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
3940
|
-
returnObject: boolean;
|
3941
3901
|
itemType: string;
|
3942
3902
|
}> & Omit<{
|
3943
3903
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -3947,14 +3907,14 @@ export declare const VSelect: {
|
|
3947
3907
|
tag: string | import("../../util/index.js").JSXComponent;
|
3948
3908
|
lines: false | "one" | "two" | "three";
|
3949
3909
|
mandatory: boolean;
|
3950
|
-
|
3910
|
+
returnObject: boolean;
|
3911
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3951
3912
|
density: import("../../composables/density.js").Density;
|
3913
|
+
tile: boolean;
|
3952
3914
|
slim: boolean;
|
3953
3915
|
activatable: boolean;
|
3954
3916
|
selectable: boolean;
|
3955
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
3956
3917
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
3957
|
-
returnObject: boolean;
|
3958
3918
|
itemType: string;
|
3959
3919
|
height?: string | number | undefined;
|
3960
3920
|
width?: string | number | undefined;
|
@@ -3968,11 +3928,11 @@ export declare const VSelect: {
|
|
3968
3928
|
class?: any;
|
3969
3929
|
theme?: string | undefined;
|
3970
3930
|
elevation?: string | number | undefined;
|
3931
|
+
valueComparator?: typeof deepEqual | undefined;
|
3971
3932
|
rounded?: string | number | boolean | undefined;
|
3972
3933
|
baseColor?: string | undefined;
|
3973
3934
|
bgColor?: string | undefined;
|
3974
3935
|
activeColor?: string | undefined;
|
3975
|
-
valueComparator?: typeof deepEqual | undefined;
|
3976
3936
|
activeClass?: string | undefined;
|
3977
3937
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
3978
3938
|
collapseIcon?: IconValue | undefined;
|
@@ -3983,7 +3943,7 @@ export declare const VSelect: {
|
|
3983
3943
|
value: boolean;
|
3984
3944
|
path: unknown[];
|
3985
3945
|
}) => any) | undefined;
|
3986
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
3946
|
+
} & 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"> & {
|
3987
3947
|
items?: readonly any[] | undefined;
|
3988
3948
|
itemTitle?: SelectItemKey<any>;
|
3989
3949
|
itemValue?: SelectItemKey<any>;
|
@@ -4099,10 +4059,8 @@ export declare const VSelect: {
|
|
4099
4059
|
disabled: boolean;
|
4100
4060
|
persistent: boolean;
|
4101
4061
|
modelValue: boolean;
|
4102
|
-
locationStrategy: "connected" | "static" |
|
4103
|
-
|
4104
|
-
});
|
4105
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
4062
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
4063
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
4106
4064
|
closeDelay: string | number;
|
4107
4065
|
openDelay: string | number;
|
4108
4066
|
activatorProps: Record<string, any>;
|
@@ -4129,10 +4087,8 @@ export declare const VSelect: {
|
|
4129
4087
|
disabled: boolean;
|
4130
4088
|
persistent: boolean;
|
4131
4089
|
modelValue: boolean;
|
4132
|
-
locationStrategy: "connected" | "static" |
|
4133
|
-
|
4134
|
-
});
|
4135
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
4090
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
4091
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
4136
4092
|
closeDelay: string | number;
|
4137
4093
|
openDelay: string | number;
|
4138
4094
|
activatorProps: Record<string, any>;
|
@@ -4155,10 +4111,10 @@ export declare const VSelect: {
|
|
4155
4111
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
4156
4112
|
class?: any;
|
4157
4113
|
theme?: string | undefined;
|
4158
|
-
contentClass?: any;
|
4159
4114
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
4160
4115
|
openOnClick?: boolean | undefined;
|
4161
4116
|
openOnFocus?: boolean | undefined;
|
4117
|
+
contentClass?: any;
|
4162
4118
|
contentProps?: any;
|
4163
4119
|
attach?: string | boolean | Element | undefined;
|
4164
4120
|
$children?: import("vue").VNodeChild | {
|
@@ -4201,10 +4157,10 @@ export declare const VSelect: {
|
|
4201
4157
|
'update:focused': (focused: boolean) => true;
|
4202
4158
|
'update:modelValue': (value: any) => true;
|
4203
4159
|
'update:menu': (ue: boolean) => true;
|
4204
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "
|
4160
|
+
}, "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, {
|
4205
4161
|
flat: boolean;
|
4206
4162
|
reverse: boolean;
|
4207
|
-
variant: "filled" | "
|
4163
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4208
4164
|
type: string;
|
4209
4165
|
error: boolean;
|
4210
4166
|
active: boolean;
|
@@ -4226,10 +4182,11 @@ export declare const VSelect: {
|
|
4226
4182
|
focused: boolean;
|
4227
4183
|
errorMessages: string | readonly string[] | null;
|
4228
4184
|
maxErrors: string | number;
|
4229
|
-
rules: readonly import("../../
|
4185
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4186
|
+
density: import("../../composables/density.js").Density;
|
4230
4187
|
rounded: string | number | boolean;
|
4231
4188
|
tile: boolean;
|
4232
|
-
|
4189
|
+
closeText: string;
|
4233
4190
|
clearIcon: IconValue;
|
4234
4191
|
centerAffix: boolean;
|
4235
4192
|
hideSpinButtons: boolean;
|
@@ -4242,7 +4199,6 @@ export declare const VSelect: {
|
|
4242
4199
|
persistentCounter: boolean;
|
4243
4200
|
chips: boolean;
|
4244
4201
|
closableChips: boolean;
|
4245
|
-
closeText: string;
|
4246
4202
|
openText: string;
|
4247
4203
|
hideNoData: boolean;
|
4248
4204
|
hideSelected: boolean;
|
@@ -4329,7 +4285,7 @@ export declare const VSelect: {
|
|
4329
4285
|
flat: BooleanConstructor;
|
4330
4286
|
reverse: BooleanConstructor;
|
4331
4287
|
variant: {
|
4332
|
-
type: PropType<"filled" | "
|
4288
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
4333
4289
|
default: string;
|
4334
4290
|
validator: (v: any) => boolean;
|
4335
4291
|
};
|
@@ -4389,7 +4345,7 @@ export declare const VSelect: {
|
|
4389
4345
|
default: number;
|
4390
4346
|
};
|
4391
4347
|
rules: {
|
4392
|
-
type: PropType<readonly import("../../
|
4348
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
4393
4349
|
default: () => never[];
|
4394
4350
|
};
|
4395
4351
|
modelValue: {
|
@@ -4397,16 +4353,16 @@ export declare const VSelect: {
|
|
4397
4353
|
default: any;
|
4398
4354
|
};
|
4399
4355
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
4400
|
-
rounded: {
|
4401
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4402
|
-
default: undefined;
|
4403
|
-
};
|
4404
|
-
tile: BooleanConstructor;
|
4405
4356
|
density: {
|
4406
4357
|
type: PropType<import("../../composables/density.js").Density>;
|
4407
4358
|
default: string;
|
4408
4359
|
validator: (v: any) => boolean;
|
4409
4360
|
};
|
4361
|
+
rounded: {
|
4362
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4363
|
+
default: undefined;
|
4364
|
+
};
|
4365
|
+
tile: BooleanConstructor;
|
4410
4366
|
baseColor: StringConstructor;
|
4411
4367
|
bgColor: StringConstructor;
|
4412
4368
|
prependIcon: PropType<IconValue>;
|
@@ -4515,7 +4471,7 @@ export declare const VSelect: {
|
|
4515
4471
|
flat: BooleanConstructor;
|
4516
4472
|
reverse: BooleanConstructor;
|
4517
4473
|
variant: {
|
4518
|
-
type: PropType<"filled" | "
|
4474
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
4519
4475
|
default: string;
|
4520
4476
|
validator: (v: any) => boolean;
|
4521
4477
|
};
|
@@ -4575,7 +4531,7 @@ export declare const VSelect: {
|
|
4575
4531
|
default: number;
|
4576
4532
|
};
|
4577
4533
|
rules: {
|
4578
|
-
type: PropType<readonly import("../../
|
4534
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
4579
4535
|
default: () => never[];
|
4580
4536
|
};
|
4581
4537
|
modelValue: {
|
@@ -4583,16 +4539,16 @@ export declare const VSelect: {
|
|
4583
4539
|
default: any;
|
4584
4540
|
};
|
4585
4541
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
4586
|
-
rounded: {
|
4587
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4588
|
-
default: undefined;
|
4589
|
-
};
|
4590
|
-
tile: BooleanConstructor;
|
4591
4542
|
density: {
|
4592
4543
|
type: PropType<import("../../composables/density.js").Density>;
|
4593
4544
|
default: string;
|
4594
4545
|
validator: (v: any) => boolean;
|
4595
4546
|
};
|
4547
|
+
rounded: {
|
4548
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4549
|
+
default: undefined;
|
4550
|
+
};
|
4551
|
+
tile: BooleanConstructor;
|
4596
4552
|
baseColor: StringConstructor;
|
4597
4553
|
bgColor: StringConstructor;
|
4598
4554
|
prependIcon: PropType<IconValue>;
|