@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
@@ -391,8 +391,8 @@ export declare const VDatePicker: {
|
|
391
391
|
disabled: boolean;
|
392
392
|
tag: string | import("../../util/index.js").JSXComponent;
|
393
393
|
landscape: boolean;
|
394
|
-
divided: boolean;
|
395
394
|
tile: boolean;
|
395
|
+
divided: boolean;
|
396
396
|
nextIcon: import("../../composables/icons.js").IconValue;
|
397
397
|
prevIcon: import("../../composables/icons.js").IconValue;
|
398
398
|
reverseTransition: string;
|
@@ -425,9 +425,9 @@ export declare const VDatePicker: {
|
|
425
425
|
theme?: string | undefined;
|
426
426
|
elevation?: string | number | undefined;
|
427
427
|
rounded?: string | number | boolean | undefined;
|
428
|
+
bgColor?: string | undefined;
|
428
429
|
controlHeight?: string | number | undefined;
|
429
430
|
headerColor?: string | undefined;
|
430
|
-
bgColor?: string | undefined;
|
431
431
|
firstDayOfWeek?: string | number | undefined;
|
432
432
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
433
433
|
} & {
|
@@ -439,7 +439,7 @@ export declare const VDatePicker: {
|
|
439
439
|
'update:month': (date: any) => true;
|
440
440
|
'update:year': (date: any) => true;
|
441
441
|
'update:viewMode': (date: any) => true;
|
442
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
442
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:title" | "v-slot:header">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
443
443
|
active: string | string[];
|
444
444
|
transition: string;
|
445
445
|
header: string;
|
@@ -449,8 +449,8 @@ export declare const VDatePicker: {
|
|
449
449
|
tag: string | import("../../util/index.js").JSXComponent;
|
450
450
|
landscape: boolean;
|
451
451
|
rounded: string | number | boolean;
|
452
|
-
divided: boolean;
|
453
452
|
tile: boolean;
|
453
|
+
divided: boolean;
|
454
454
|
nextIcon: import("../../composables/icons.js").IconValue;
|
455
455
|
prevIcon: import("../../composables/icons.js").IconValue;
|
456
456
|
reverseTransition: string;
|
@@ -485,8 +485,8 @@ export declare const VDatePicker: {
|
|
485
485
|
disabled: boolean;
|
486
486
|
tag: string | import("../../util/index.js").JSXComponent;
|
487
487
|
landscape: boolean;
|
488
|
-
divided: boolean;
|
489
488
|
tile: boolean;
|
489
|
+
divided: boolean;
|
490
490
|
nextIcon: import("../../composables/icons.js").IconValue;
|
491
491
|
prevIcon: import("../../composables/icons.js").IconValue;
|
492
492
|
reverseTransition: string;
|
@@ -519,9 +519,9 @@ export declare const VDatePicker: {
|
|
519
519
|
theme?: string | undefined;
|
520
520
|
elevation?: string | number | undefined;
|
521
521
|
rounded?: string | number | boolean | undefined;
|
522
|
+
bgColor?: string | undefined;
|
522
523
|
controlHeight?: string | number | undefined;
|
523
524
|
headerColor?: string | undefined;
|
524
|
-
bgColor?: string | undefined;
|
525
525
|
firstDayOfWeek?: string | number | undefined;
|
526
526
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
527
527
|
} & {
|
@@ -538,8 +538,8 @@ export declare const VDatePicker: {
|
|
538
538
|
tag: string | import("../../util/index.js").JSXComponent;
|
539
539
|
landscape: boolean;
|
540
540
|
rounded: string | number | boolean;
|
541
|
-
divided: boolean;
|
542
541
|
tile: boolean;
|
542
|
+
divided: boolean;
|
543
543
|
nextIcon: import("../../composables/icons.js").IconValue;
|
544
544
|
prevIcon: import("../../composables/icons.js").IconValue;
|
545
545
|
reverseTransition: string;
|
@@ -563,8 +563,8 @@ export declare const VDatePicker: {
|
|
563
563
|
disabled: boolean;
|
564
564
|
tag: string | import("../../util/index.js").JSXComponent;
|
565
565
|
landscape: boolean;
|
566
|
-
divided: boolean;
|
567
566
|
tile: boolean;
|
567
|
+
divided: boolean;
|
568
568
|
nextIcon: import("../../composables/icons.js").IconValue;
|
569
569
|
prevIcon: import("../../composables/icons.js").IconValue;
|
570
570
|
reverseTransition: string;
|
@@ -597,9 +597,9 @@ export declare const VDatePicker: {
|
|
597
597
|
theme?: string | undefined;
|
598
598
|
elevation?: string | number | undefined;
|
599
599
|
rounded?: string | number | boolean | undefined;
|
600
|
+
bgColor?: string | undefined;
|
600
601
|
controlHeight?: string | number | undefined;
|
601
602
|
headerColor?: string | undefined;
|
602
|
-
bgColor?: string | undefined;
|
603
603
|
firstDayOfWeek?: string | number | undefined;
|
604
604
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
605
605
|
} & {
|
@@ -611,7 +611,7 @@ export declare const VDatePicker: {
|
|
611
611
|
'update:month': (date: any) => true;
|
612
612
|
'update:year': (date: any) => true;
|
613
613
|
'update:viewMode': (date: any) => true;
|
614
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
614
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:title" | "v-slot:header">, string, {
|
615
615
|
active: string | string[];
|
616
616
|
transition: string;
|
617
617
|
header: string;
|
@@ -621,8 +621,8 @@ export declare const VDatePicker: {
|
|
621
621
|
tag: string | import("../../util/index.js").JSXComponent;
|
622
622
|
landscape: boolean;
|
623
623
|
rounded: string | number | boolean;
|
624
|
-
divided: boolean;
|
625
624
|
tile: boolean;
|
625
|
+
divided: boolean;
|
626
626
|
nextIcon: import("../../composables/icons.js").IconValue;
|
627
627
|
prevIcon: import("../../composables/icons.js").IconValue;
|
628
628
|
reverseTransition: string;
|