@vuetify/nightly 3.9.0-next.2025-07-09 → 3.9.0-next.2025-07-12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -3
- package/dist/json/attributes.json +3462 -3462
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6283 -6283
- package/dist/vuetify-labs.cjs +13 -7
- package/dist/vuetify-labs.css +4709 -4709
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +13 -19
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2769 -2769
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +13 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +5 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +5 -4
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2577,23 +2577,25 @@ declare module 'vue' {
|
|
2577
2577
|
$children?: VNodeChild
|
2578
2578
|
}
|
2579
2579
|
export interface GlobalComponents {
|
2580
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2581
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2580
2582
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2581
2583
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2582
2584
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2583
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2584
2585
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2585
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2586
2586
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2587
2587
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2588
2588
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2589
2589
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2590
2590
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2591
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2591
2592
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2593
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2592
2594
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2593
2595
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2594
2596
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2595
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2596
2597
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2598
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2597
2599
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2598
2600
|
VCard: typeof import('vuetify/components')['VCard']
|
2599
2601
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -2601,17 +2603,14 @@ declare module 'vue' {
|
|
2601
2603
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2602
2604
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2603
2605
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2604
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2605
2606
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2606
2607
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2608
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2609
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2607
2610
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2608
2611
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2609
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2610
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2611
2612
|
VCode: typeof import('vuetify/components')['VCode']
|
2612
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2613
2613
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2614
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2615
2614
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2616
2615
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2617
2616
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2619,7 +2618,6 @@ declare module 'vue' {
|
|
2619
2618
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2620
2619
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2621
2620
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2622
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2623
2621
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2624
2622
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2625
2623
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -2627,29 +2625,32 @@ declare module 'vue' {
|
|
2627
2625
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2628
2626
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2629
2627
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2630
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2631
2628
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2632
|
-
|
2633
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2629
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2634
2630
|
VFab: typeof import('vuetify/components')['VFab']
|
2635
2631
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2636
2632
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2637
2633
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2638
2634
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2635
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2636
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2637
|
+
VField: typeof import('vuetify/components')['VField']
|
2638
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2639
2639
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2640
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2641
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2642
2640
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2643
2641
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2644
2642
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2645
2643
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2646
2644
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2647
2645
|
VImg: typeof import('vuetify/components')['VImg']
|
2648
|
-
|
2649
|
-
|
2646
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2647
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2650
2648
|
VInput: typeof import('vuetify/components')['VInput']
|
2651
2649
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2652
2650
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2651
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2652
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2653
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2653
2654
|
VList: typeof import('vuetify/components')['VList']
|
2654
2655
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2655
2656
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2659,63 +2660,56 @@ declare module 'vue' {
|
|
2659
2660
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2660
2661
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2661
2662
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2662
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2663
2663
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2664
2664
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2665
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2666
2665
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2666
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2667
2667
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2668
2668
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2669
2669
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2670
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2671
2670
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2672
|
-
|
2673
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2671
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2674
2672
|
VRating: typeof import('vuetify/components')['VRating']
|
2673
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2675
2674
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2675
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2676
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2676
2677
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2678
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2677
2679
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2678
2680
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2679
2681
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2680
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2681
2682
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2682
|
-
|
2683
|
-
VStepper: typeof import('vuetify/components')['VStepper']
|
2684
|
-
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2685
|
-
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2686
|
-
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2687
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2688
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2683
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2689
2684
|
VTab: typeof import('vuetify/components')['VTab']
|
2690
2685
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2691
2686
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2692
2687
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2693
2688
|
VTable: typeof import('vuetify/components')['VTable']
|
2694
|
-
|
2689
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2695
2690
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2696
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2697
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2698
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2699
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2700
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2701
2691
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2702
2692
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2703
2693
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2694
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2695
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2696
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2704
2697
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2705
2698
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2706
2699
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2700
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2701
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2702
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2703
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2707
2704
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2708
2705
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2709
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2710
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2711
2706
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2712
2707
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2713
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2714
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2715
2708
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2716
2709
|
VCol: typeof import('vuetify/components')['VCol']
|
2717
2710
|
VRow: typeof import('vuetify/components')['VRow']
|
2718
2711
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2712
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2719
2713
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2720
2714
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2721
2715
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -2725,8 +2719,14 @@ declare module 'vue' {
|
|
2725
2719
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2726
2720
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2727
2721
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2728
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2729
2722
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2723
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
2724
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2725
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2726
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2727
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2728
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2729
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2730
2730
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2731
2731
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2732
2732
|
VValidation: typeof import('vuetify/components')['VValidation']
|
@@ -2747,27 +2747,27 @@ declare module 'vue' {
|
|
2747
2747
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2748
2748
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2749
2749
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2750
|
-
|
2751
|
-
|
2752
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2750
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2751
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2753
2752
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2754
2753
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2755
2754
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2756
2755
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2757
2756
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2758
2757
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2758
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2759
2759
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2760
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2761
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2760
2762
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2761
2763
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2762
2764
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2763
2765
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2764
2766
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2765
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2766
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2767
|
-
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2768
2767
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2769
|
-
|
2768
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2770
2769
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2770
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2771
2771
|
}
|
2772
2772
|
export interface GlobalDirectives {
|
2773
2773
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED