@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
@@ -200,16 +200,16 @@ export declare const makeVFileInputProps: <Defaults extends {
|
|
200
200
|
default: unknown extends Defaults["singleLine"] ? boolean : boolean | Defaults["singleLine"];
|
201
201
|
};
|
202
202
|
variant: unknown extends Defaults["variant"] ? {
|
203
|
-
type: PropType<"filled" | "
|
203
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
204
204
|
default: string;
|
205
205
|
validator: (v: any) => boolean;
|
206
206
|
} : Omit<{
|
207
|
-
type: PropType<"filled" | "
|
207
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
208
208
|
default: string;
|
209
209
|
validator: (v: any) => boolean;
|
210
210
|
}, "type" | "default"> & {
|
211
|
-
type: PropType<unknown extends Defaults["variant"] ? "filled" | "
|
212
|
-
default: unknown extends Defaults["variant"] ? "filled" | "
|
211
|
+
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"]>;
|
212
|
+
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"];
|
213
213
|
};
|
214
214
|
'onClick:clear': unknown extends Defaults["onClick:clear"] ? PropType<(args_0: MouseEvent) => void> : {
|
215
215
|
type: PropType<unknown extends Defaults["onClick:clear"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:clear"]>;
|
@@ -278,14 +278,14 @@ export declare const makeVFileInputProps: <Defaults extends {
|
|
278
278
|
default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
|
279
279
|
};
|
280
280
|
rules: unknown extends Defaults["rules"] ? {
|
281
|
-
type: PropType<readonly import("../../
|
281
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
282
282
|
default: () => never[];
|
283
283
|
} : Omit<{
|
284
|
-
type: PropType<readonly import("../../
|
284
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
285
285
|
default: () => never[];
|
286
286
|
}, "type" | "default"> & {
|
287
|
-
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
288
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
287
|
+
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
288
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
289
289
|
};
|
290
290
|
validateOn: unknown extends Defaults["validateOn"] ? PropType<("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> : {
|
291
291
|
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>;
|
@@ -436,7 +436,7 @@ export declare const VFileInput: {
|
|
436
436
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
437
437
|
flat: boolean;
|
438
438
|
reverse: boolean;
|
439
|
-
variant: "filled" | "
|
439
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
440
440
|
error: boolean;
|
441
441
|
active: boolean;
|
442
442
|
direction: "horizontal" | "vertical";
|
@@ -449,10 +449,10 @@ export declare const VFileInput: {
|
|
449
449
|
focused: boolean;
|
450
450
|
errorMessages: string | readonly string[] | null;
|
451
451
|
maxErrors: string | number;
|
452
|
-
rules: readonly import("../../
|
452
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
453
453
|
modelValue: File | File[] | null;
|
454
|
-
tile: boolean;
|
455
454
|
density: import("../../composables/density.js").Density;
|
455
|
+
tile: boolean;
|
456
456
|
prependIcon: import("../../composables/icons.js").IconValue;
|
457
457
|
clearIcon: import("../../composables/icons.js").IconValue;
|
458
458
|
hideSpinButtons: boolean;
|
@@ -581,7 +581,7 @@ export declare const VFileInput: {
|
|
581
581
|
focused: boolean;
|
582
582
|
errorMessages: string | readonly string[] | null;
|
583
583
|
maxErrors: string | number;
|
584
|
-
rules: readonly import("../../
|
584
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
585
585
|
density: import("../../composables/density.js").Density;
|
586
586
|
centerAffix: boolean;
|
587
587
|
hideSpinButtons: boolean;
|
@@ -596,7 +596,7 @@ export declare const VFileInput: {
|
|
596
596
|
focused: boolean;
|
597
597
|
errorMessages: string | readonly string[] | null;
|
598
598
|
maxErrors: string | number;
|
599
|
-
rules: readonly import("../../
|
599
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
600
600
|
density: import("../../composables/density.js").Density;
|
601
601
|
centerAffix: boolean;
|
602
602
|
hideSpinButtons: boolean;
|
@@ -647,7 +647,7 @@ export declare const VFileInput: {
|
|
647
647
|
focused: boolean;
|
648
648
|
errorMessages: string | readonly string[] | null;
|
649
649
|
maxErrors: string | number;
|
650
|
-
rules: readonly import("../../
|
650
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
651
651
|
density: import("../../composables/density.js").Density;
|
652
652
|
centerAffix: boolean;
|
653
653
|
hideSpinButtons: boolean;
|
@@ -678,7 +678,7 @@ export declare const VFileInput: {
|
|
678
678
|
errorMessages: import("vue").ComputedRef<string[]>;
|
679
679
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
680
680
|
'update:modelValue': (value: any) => true;
|
681
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
681
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
682
682
|
error: boolean;
|
683
683
|
direction: "horizontal" | "vertical";
|
684
684
|
style: import("vue").StyleValue;
|
@@ -688,7 +688,7 @@ export declare const VFileInput: {
|
|
688
688
|
focused: boolean;
|
689
689
|
errorMessages: string | readonly string[] | null;
|
690
690
|
maxErrors: string | number;
|
691
|
-
rules: readonly import("../../
|
691
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
692
692
|
density: import("../../composables/density.js").Density;
|
693
693
|
centerAffix: boolean;
|
694
694
|
hideSpinButtons: boolean;
|
@@ -729,7 +729,7 @@ export declare const VFileInput: {
|
|
729
729
|
focused: boolean;
|
730
730
|
errorMessages: string | readonly string[] | null;
|
731
731
|
maxErrors: string | number;
|
732
|
-
rules: readonly import("../../
|
732
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
733
733
|
density: import("../../composables/density.js").Density;
|
734
734
|
centerAffix: boolean;
|
735
735
|
hideSpinButtons: boolean;
|
@@ -744,7 +744,7 @@ export declare const VFileInput: {
|
|
744
744
|
focused: boolean;
|
745
745
|
errorMessages: string | readonly string[] | null;
|
746
746
|
maxErrors: string | number;
|
747
|
-
rules: readonly import("../../
|
747
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
748
748
|
density: import("../../composables/density.js").Density;
|
749
749
|
centerAffix: boolean;
|
750
750
|
hideSpinButtons: boolean;
|
@@ -776,7 +776,7 @@ export declare const VFileInput: {
|
|
776
776
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
777
777
|
modelValue?: unknown;
|
778
778
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
779
|
-
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
779
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
780
780
|
_allExposed: {
|
781
781
|
reset: () => Promise<void>;
|
782
782
|
resetValidation: () => Promise<void>;
|
@@ -792,7 +792,7 @@ export declare const VFileInput: {
|
|
792
792
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
793
793
|
flat: boolean;
|
794
794
|
reverse: boolean;
|
795
|
-
variant: "filled" | "
|
795
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
796
796
|
error: boolean;
|
797
797
|
active: boolean;
|
798
798
|
direction: "horizontal" | "vertical";
|
@@ -805,11 +805,11 @@ export declare const VFileInput: {
|
|
805
805
|
focused: boolean;
|
806
806
|
errorMessages: string | readonly string[] | null;
|
807
807
|
maxErrors: string | number;
|
808
|
-
rules: readonly import("../../
|
808
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
809
809
|
modelValue: File | File[] | null;
|
810
|
+
density: import("../../composables/density.js").Density;
|
810
811
|
rounded: string | number | boolean;
|
811
812
|
tile: boolean;
|
812
|
-
density: import("../../composables/density.js").Density;
|
813
813
|
prependIcon: import("../../composables/icons.js").IconValue;
|
814
814
|
clearIcon: import("../../composables/icons.js").IconValue;
|
815
815
|
centerAffix: boolean;
|
@@ -856,7 +856,7 @@ export declare const VFileInput: {
|
|
856
856
|
}, {
|
857
857
|
flat: boolean;
|
858
858
|
reverse: boolean;
|
859
|
-
variant: "filled" | "
|
859
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
860
860
|
error: boolean;
|
861
861
|
active: boolean;
|
862
862
|
direction: "horizontal" | "vertical";
|
@@ -869,10 +869,10 @@ export declare const VFileInput: {
|
|
869
869
|
focused: boolean;
|
870
870
|
errorMessages: string | readonly string[] | null;
|
871
871
|
maxErrors: string | number;
|
872
|
-
rules: readonly import("../../
|
872
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
873
873
|
modelValue: File | File[] | null;
|
874
|
-
tile: boolean;
|
875
874
|
density: import("../../composables/density.js").Density;
|
875
|
+
tile: boolean;
|
876
876
|
prependIcon: import("../../composables/icons.js").IconValue;
|
877
877
|
clearIcon: import("../../composables/icons.js").IconValue;
|
878
878
|
hideSpinButtons: boolean;
|
@@ -1001,7 +1001,7 @@ export declare const VFileInput: {
|
|
1001
1001
|
focused: boolean;
|
1002
1002
|
errorMessages: string | readonly string[] | null;
|
1003
1003
|
maxErrors: string | number;
|
1004
|
-
rules: readonly import("../../
|
1004
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1005
1005
|
density: import("../../composables/density.js").Density;
|
1006
1006
|
centerAffix: boolean;
|
1007
1007
|
hideSpinButtons: boolean;
|
@@ -1016,7 +1016,7 @@ export declare const VFileInput: {
|
|
1016
1016
|
focused: boolean;
|
1017
1017
|
errorMessages: string | readonly string[] | null;
|
1018
1018
|
maxErrors: string | number;
|
1019
|
-
rules: readonly import("../../
|
1019
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1020
1020
|
density: import("../../composables/density.js").Density;
|
1021
1021
|
centerAffix: boolean;
|
1022
1022
|
hideSpinButtons: boolean;
|
@@ -1067,7 +1067,7 @@ export declare const VFileInput: {
|
|
1067
1067
|
focused: boolean;
|
1068
1068
|
errorMessages: string | readonly string[] | null;
|
1069
1069
|
maxErrors: string | number;
|
1070
|
-
rules: readonly import("../../
|
1070
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1071
1071
|
density: import("../../composables/density.js").Density;
|
1072
1072
|
centerAffix: boolean;
|
1073
1073
|
hideSpinButtons: boolean;
|
@@ -1098,7 +1098,7 @@ export declare const VFileInput: {
|
|
1098
1098
|
errorMessages: import("vue").ComputedRef<string[]>;
|
1099
1099
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1100
1100
|
'update:modelValue': (value: any) => true;
|
1101
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
1101
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1102
1102
|
error: boolean;
|
1103
1103
|
direction: "horizontal" | "vertical";
|
1104
1104
|
style: import("vue").StyleValue;
|
@@ -1108,7 +1108,7 @@ export declare const VFileInput: {
|
|
1108
1108
|
focused: boolean;
|
1109
1109
|
errorMessages: string | readonly string[] | null;
|
1110
1110
|
maxErrors: string | number;
|
1111
|
-
rules: readonly import("../../
|
1111
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1112
1112
|
density: import("../../composables/density.js").Density;
|
1113
1113
|
centerAffix: boolean;
|
1114
1114
|
hideSpinButtons: boolean;
|
@@ -1149,7 +1149,7 @@ export declare const VFileInput: {
|
|
1149
1149
|
focused: boolean;
|
1150
1150
|
errorMessages: string | readonly string[] | null;
|
1151
1151
|
maxErrors: string | number;
|
1152
|
-
rules: readonly import("../../
|
1152
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1153
1153
|
density: import("../../composables/density.js").Density;
|
1154
1154
|
centerAffix: boolean;
|
1155
1155
|
hideSpinButtons: boolean;
|
@@ -1164,7 +1164,7 @@ export declare const VFileInput: {
|
|
1164
1164
|
focused: boolean;
|
1165
1165
|
errorMessages: string | readonly string[] | null;
|
1166
1166
|
maxErrors: string | number;
|
1167
|
-
rules: readonly import("../../
|
1167
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1168
1168
|
density: import("../../composables/density.js").Density;
|
1169
1169
|
centerAffix: boolean;
|
1170
1170
|
hideSpinButtons: boolean;
|
@@ -1196,7 +1196,7 @@ export declare const VFileInput: {
|
|
1196
1196
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1197
1197
|
modelValue?: unknown;
|
1198
1198
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1199
|
-
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
1199
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
1200
1200
|
_allExposed: {
|
1201
1201
|
reset: () => Promise<void>;
|
1202
1202
|
resetValidation: () => Promise<void>;
|
@@ -1207,7 +1207,7 @@ export declare const VFileInput: {
|
|
1207
1207
|
}, {}, {}, {}, {
|
1208
1208
|
flat: boolean;
|
1209
1209
|
reverse: boolean;
|
1210
|
-
variant: "filled" | "
|
1210
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1211
1211
|
error: boolean;
|
1212
1212
|
active: boolean;
|
1213
1213
|
direction: "horizontal" | "vertical";
|
@@ -1220,11 +1220,11 @@ export declare const VFileInput: {
|
|
1220
1220
|
focused: boolean;
|
1221
1221
|
errorMessages: string | readonly string[] | null;
|
1222
1222
|
maxErrors: string | number;
|
1223
|
-
rules: readonly import("../../
|
1223
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1224
1224
|
modelValue: File | File[] | null;
|
1225
|
+
density: import("../../composables/density.js").Density;
|
1225
1226
|
rounded: string | number | boolean;
|
1226
1227
|
tile: boolean;
|
1227
|
-
density: import("../../composables/density.js").Density;
|
1228
1228
|
prependIcon: import("../../composables/icons.js").IconValue;
|
1229
1229
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1230
1230
|
centerAffix: boolean;
|
@@ -1246,7 +1246,7 @@ export declare const VFileInput: {
|
|
1246
1246
|
} & import("vue").ComponentOptionsBase<{
|
1247
1247
|
flat: boolean;
|
1248
1248
|
reverse: boolean;
|
1249
|
-
variant: "filled" | "
|
1249
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1250
1250
|
error: boolean;
|
1251
1251
|
active: boolean;
|
1252
1252
|
direction: "horizontal" | "vertical";
|
@@ -1259,10 +1259,10 @@ export declare const VFileInput: {
|
|
1259
1259
|
focused: boolean;
|
1260
1260
|
errorMessages: string | readonly string[] | null;
|
1261
1261
|
maxErrors: string | number;
|
1262
|
-
rules: readonly import("../../
|
1262
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1263
1263
|
modelValue: File | File[] | null;
|
1264
|
-
tile: boolean;
|
1265
1264
|
density: import("../../composables/density.js").Density;
|
1265
|
+
tile: boolean;
|
1266
1266
|
prependIcon: import("../../composables/icons.js").IconValue;
|
1267
1267
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1268
1268
|
hideSpinButtons: boolean;
|
@@ -1391,7 +1391,7 @@ export declare const VFileInput: {
|
|
1391
1391
|
focused: boolean;
|
1392
1392
|
errorMessages: string | readonly string[] | null;
|
1393
1393
|
maxErrors: string | number;
|
1394
|
-
rules: readonly import("../../
|
1394
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1395
1395
|
density: import("../../composables/density.js").Density;
|
1396
1396
|
centerAffix: boolean;
|
1397
1397
|
hideSpinButtons: boolean;
|
@@ -1406,7 +1406,7 @@ export declare const VFileInput: {
|
|
1406
1406
|
focused: boolean;
|
1407
1407
|
errorMessages: string | readonly string[] | null;
|
1408
1408
|
maxErrors: string | number;
|
1409
|
-
rules: readonly import("../../
|
1409
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1410
1410
|
density: import("../../composables/density.js").Density;
|
1411
1411
|
centerAffix: boolean;
|
1412
1412
|
hideSpinButtons: boolean;
|
@@ -1457,7 +1457,7 @@ export declare const VFileInput: {
|
|
1457
1457
|
focused: boolean;
|
1458
1458
|
errorMessages: string | readonly string[] | null;
|
1459
1459
|
maxErrors: string | number;
|
1460
|
-
rules: readonly import("../../
|
1460
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1461
1461
|
density: import("../../composables/density.js").Density;
|
1462
1462
|
centerAffix: boolean;
|
1463
1463
|
hideSpinButtons: boolean;
|
@@ -1488,7 +1488,7 @@ export declare const VFileInput: {
|
|
1488
1488
|
errorMessages: import("vue").ComputedRef<string[]>;
|
1489
1489
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1490
1490
|
'update:modelValue': (value: any) => true;
|
1491
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
1491
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1492
1492
|
error: boolean;
|
1493
1493
|
direction: "horizontal" | "vertical";
|
1494
1494
|
style: import("vue").StyleValue;
|
@@ -1498,7 +1498,7 @@ export declare const VFileInput: {
|
|
1498
1498
|
focused: boolean;
|
1499
1499
|
errorMessages: string | readonly string[] | null;
|
1500
1500
|
maxErrors: string | number;
|
1501
|
-
rules: readonly import("../../
|
1501
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1502
1502
|
density: import("../../composables/density.js").Density;
|
1503
1503
|
centerAffix: boolean;
|
1504
1504
|
hideSpinButtons: boolean;
|
@@ -1539,7 +1539,7 @@ export declare const VFileInput: {
|
|
1539
1539
|
focused: boolean;
|
1540
1540
|
errorMessages: string | readonly string[] | null;
|
1541
1541
|
maxErrors: string | number;
|
1542
|
-
rules: readonly import("../../
|
1542
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1543
1543
|
density: import("../../composables/density.js").Density;
|
1544
1544
|
centerAffix: boolean;
|
1545
1545
|
hideSpinButtons: boolean;
|
@@ -1554,7 +1554,7 @@ export declare const VFileInput: {
|
|
1554
1554
|
focused: boolean;
|
1555
1555
|
errorMessages: string | readonly string[] | null;
|
1556
1556
|
maxErrors: string | number;
|
1557
|
-
rules: readonly import("../../
|
1557
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1558
1558
|
density: import("../../composables/density.js").Density;
|
1559
1559
|
centerAffix: boolean;
|
1560
1560
|
hideSpinButtons: boolean;
|
@@ -1586,7 +1586,7 @@ export declare const VFileInput: {
|
|
1586
1586
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1587
1587
|
modelValue?: unknown;
|
1588
1588
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1589
|
-
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
1589
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
1590
1590
|
_allExposed: {
|
1591
1591
|
reset: () => Promise<void>;
|
1592
1592
|
resetValidation: () => Promise<void>;
|
@@ -1602,7 +1602,7 @@ export declare const VFileInput: {
|
|
1602
1602
|
}, string, {
|
1603
1603
|
flat: boolean;
|
1604
1604
|
reverse: boolean;
|
1605
|
-
variant: "filled" | "
|
1605
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1606
1606
|
error: boolean;
|
1607
1607
|
active: boolean;
|
1608
1608
|
direction: "horizontal" | "vertical";
|
@@ -1615,11 +1615,11 @@ export declare const VFileInput: {
|
|
1615
1615
|
focused: boolean;
|
1616
1616
|
errorMessages: string | readonly string[] | null;
|
1617
1617
|
maxErrors: string | number;
|
1618
|
-
rules: readonly import("../../
|
1618
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1619
1619
|
modelValue: File | File[] | null;
|
1620
|
+
density: import("../../composables/density.js").Density;
|
1620
1621
|
rounded: string | number | boolean;
|
1621
1622
|
tile: boolean;
|
1622
|
-
density: import("../../composables/density.js").Density;
|
1623
1623
|
prependIcon: import("../../composables/icons.js").IconValue;
|
1624
1624
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1625
1625
|
centerAffix: boolean;
|
@@ -1699,7 +1699,7 @@ export declare const VFileInput: {
|
|
1699
1699
|
reverse: BooleanConstructor;
|
1700
1700
|
singleLine: BooleanConstructor;
|
1701
1701
|
variant: {
|
1702
|
-
type: PropType<"filled" | "
|
1702
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
1703
1703
|
default: string;
|
1704
1704
|
validator: (v: any) => boolean;
|
1705
1705
|
};
|
@@ -1727,7 +1727,7 @@ export declare const VFileInput: {
|
|
1727
1727
|
default: null;
|
1728
1728
|
};
|
1729
1729
|
rules: {
|
1730
|
-
type: PropType<readonly import("../../
|
1730
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
1731
1731
|
default: () => never[];
|
1732
1732
|
};
|
1733
1733
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -1821,7 +1821,7 @@ export declare const VFileInput: {
|
|
1821
1821
|
reverse: BooleanConstructor;
|
1822
1822
|
singleLine: BooleanConstructor;
|
1823
1823
|
variant: {
|
1824
|
-
type: PropType<"filled" | "
|
1824
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
1825
1825
|
default: string;
|
1826
1826
|
validator: (v: any) => boolean;
|
1827
1827
|
};
|
@@ -1849,7 +1849,7 @@ export declare const VFileInput: {
|
|
1849
1849
|
default: null;
|
1850
1850
|
};
|
1851
1851
|
rules: {
|
1852
|
-
type: PropType<readonly import("../../
|
1852
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
1853
1853
|
default: () => never[];
|
1854
1854
|
};
|
1855
1855
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -291,7 +291,7 @@ export declare const VInput: {
|
|
291
291
|
errorMessages: ComputedRef<string[]>;
|
292
292
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
293
293
|
'update:modelValue': (value: any) => true;
|
294
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
294
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
295
295
|
error: boolean;
|
296
296
|
direction: "horizontal" | "vertical";
|
297
297
|
style: import("vue").StyleValue;
|
@@ -418,7 +418,7 @@ export declare const VInput: {
|
|
418
418
|
errorMessages: ComputedRef<string[]>;
|
419
419
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
420
420
|
'update:modelValue': (value: any) => true;
|
421
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
421
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
422
422
|
error: boolean;
|
423
423
|
direction: "horizontal" | "vertical";
|
424
424
|
style: import("vue").StyleValue;
|
@@ -399,14 +399,14 @@ export declare const VList: {
|
|
399
399
|
tag: string | import("../../util/index.js").JSXComponent;
|
400
400
|
lines: false | "one" | "two" | "three";
|
401
401
|
mandatory: boolean;
|
402
|
-
|
402
|
+
returnObject: boolean;
|
403
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
403
404
|
density: import("../../composables/density.js").Density;
|
405
|
+
tile: boolean;
|
404
406
|
slim: boolean;
|
405
407
|
activatable: boolean;
|
406
408
|
selectable: boolean;
|
407
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
408
409
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
409
|
-
returnObject: boolean;
|
410
410
|
itemType: string;
|
411
411
|
} & {
|
412
412
|
height?: string | number | undefined;
|
@@ -421,11 +421,11 @@ export declare const VList: {
|
|
421
421
|
class?: any;
|
422
422
|
theme?: string | undefined;
|
423
423
|
elevation?: string | number | undefined;
|
424
|
+
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
424
425
|
rounded?: string | number | boolean | undefined;
|
425
426
|
baseColor?: string | undefined;
|
426
427
|
bgColor?: string | undefined;
|
427
428
|
activeColor?: string | undefined;
|
428
|
-
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
429
429
|
activeClass?: string | undefined;
|
430
430
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
431
431
|
collapseIcon?: IconValue | undefined;
|
@@ -463,7 +463,7 @@ export declare const VList: {
|
|
463
463
|
value: boolean;
|
464
464
|
path: unknown[];
|
465
465
|
}) => true;
|
466
|
-
}, "$children" | "selected" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "
|
466
|
+
}, "$children" | "selected" | "v-slots" | "v-slot:default" | "opened" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
467
467
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
468
468
|
nav: boolean;
|
469
469
|
style: import("vue").StyleValue;
|
@@ -471,15 +471,15 @@ export declare const VList: {
|
|
471
471
|
tag: string | import("../../util/index.js").JSXComponent;
|
472
472
|
lines: false | "one" | "two" | "three";
|
473
473
|
mandatory: boolean;
|
474
|
+
returnObject: boolean;
|
475
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
476
|
+
density: import("../../composables/density.js").Density;
|
474
477
|
rounded: string | number | boolean;
|
475
478
|
tile: boolean;
|
476
|
-
density: import("../../composables/density.js").Density;
|
477
479
|
slim: boolean;
|
478
480
|
activatable: boolean;
|
479
481
|
selectable: boolean;
|
480
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
481
482
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
482
|
-
returnObject: boolean;
|
483
483
|
itemType: string;
|
484
484
|
}, true, {}, import("vue").SlotsType<Partial<{
|
485
485
|
title: (arg: import("./VListItem.js").ListItemTitleSlot & {
|
@@ -522,14 +522,14 @@ export declare const VList: {
|
|
522
522
|
tag: string | import("../../util/index.js").JSXComponent;
|
523
523
|
lines: false | "one" | "two" | "three";
|
524
524
|
mandatory: boolean;
|
525
|
-
|
525
|
+
returnObject: boolean;
|
526
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
526
527
|
density: import("../../composables/density.js").Density;
|
528
|
+
tile: boolean;
|
527
529
|
slim: boolean;
|
528
530
|
activatable: boolean;
|
529
531
|
selectable: boolean;
|
530
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
531
532
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
532
|
-
returnObject: boolean;
|
533
533
|
itemType: string;
|
534
534
|
} & {
|
535
535
|
height?: string | number | undefined;
|
@@ -544,11 +544,11 @@ export declare const VList: {
|
|
544
544
|
class?: any;
|
545
545
|
theme?: string | undefined;
|
546
546
|
elevation?: string | number | undefined;
|
547
|
+
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
547
548
|
rounded?: string | number | boolean | undefined;
|
548
549
|
baseColor?: string | undefined;
|
549
550
|
bgColor?: string | undefined;
|
550
551
|
activeColor?: string | undefined;
|
551
|
-
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
552
552
|
activeClass?: string | undefined;
|
553
553
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
554
554
|
collapseIcon?: IconValue | undefined;
|
@@ -575,15 +575,15 @@ export declare const VList: {
|
|
575
575
|
tag: string | import("../../util/index.js").JSXComponent;
|
576
576
|
lines: false | "one" | "two" | "three";
|
577
577
|
mandatory: boolean;
|
578
|
+
returnObject: boolean;
|
579
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
580
|
+
density: import("../../composables/density.js").Density;
|
578
581
|
rounded: string | number | boolean;
|
579
582
|
tile: boolean;
|
580
|
-
density: import("../../composables/density.js").Density;
|
581
583
|
slim: boolean;
|
582
584
|
activatable: boolean;
|
583
585
|
selectable: boolean;
|
584
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
585
586
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
586
|
-
returnObject: boolean;
|
587
587
|
itemType: string;
|
588
588
|
}>;
|
589
589
|
__isFragment?: never;
|
@@ -597,14 +597,14 @@ export declare const VList: {
|
|
597
597
|
tag: string | import("../../util/index.js").JSXComponent;
|
598
598
|
lines: false | "one" | "two" | "three";
|
599
599
|
mandatory: boolean;
|
600
|
-
|
600
|
+
returnObject: boolean;
|
601
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
601
602
|
density: import("../../composables/density.js").Density;
|
603
|
+
tile: boolean;
|
602
604
|
slim: boolean;
|
603
605
|
activatable: boolean;
|
604
606
|
selectable: boolean;
|
605
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
606
607
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
607
|
-
returnObject: boolean;
|
608
608
|
itemType: string;
|
609
609
|
} & {
|
610
610
|
height?: string | number | undefined;
|
@@ -619,11 +619,11 @@ export declare const VList: {
|
|
619
619
|
class?: any;
|
620
620
|
theme?: string | undefined;
|
621
621
|
elevation?: string | number | undefined;
|
622
|
+
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
622
623
|
rounded?: string | number | boolean | undefined;
|
623
624
|
baseColor?: string | undefined;
|
624
625
|
bgColor?: string | undefined;
|
625
626
|
activeColor?: string | undefined;
|
626
|
-
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
627
627
|
activeClass?: string | undefined;
|
628
628
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
629
629
|
collapseIcon?: IconValue | undefined;
|
@@ -661,7 +661,7 @@ export declare const VList: {
|
|
661
661
|
value: boolean;
|
662
662
|
path: unknown[];
|
663
663
|
}) => true;
|
664
|
-
}, "$children" | "selected" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "
|
664
|
+
}, "$children" | "selected" | "v-slots" | "v-slot:default" | "opened" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, string, {
|
665
665
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
666
666
|
nav: boolean;
|
667
667
|
style: import("vue").StyleValue;
|
@@ -669,15 +669,15 @@ export declare const VList: {
|
|
669
669
|
tag: string | import("../../util/index.js").JSXComponent;
|
670
670
|
lines: false | "one" | "two" | "three";
|
671
671
|
mandatory: boolean;
|
672
|
+
returnObject: boolean;
|
673
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
674
|
+
density: import("../../composables/density.js").Density;
|
672
675
|
rounded: string | number | boolean;
|
673
676
|
tile: boolean;
|
674
|
-
density: import("../../composables/density.js").Density;
|
675
677
|
slim: boolean;
|
676
678
|
activatable: boolean;
|
677
679
|
selectable: boolean;
|
678
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
679
680
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
680
|
-
returnObject: boolean;
|
681
681
|
itemType: string;
|
682
682
|
}, {}, string, import("vue").SlotsType<Partial<{
|
683
683
|
title: (arg: import("./VListItem.js").ListItemTitleSlot & {
|