@vuetify/nightly 3.9.0-beta.0-dev.2025-06-24 → 3.9.0-beta.1-dev.2025-06-26
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 +3 -87
- package/dist/json/attributes.json +795 -795
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +1361 -1361
- package/dist/vuetify-labs.cjs +15 -14
- package/dist/vuetify-labs.css +3056 -3056
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +15 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -14
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3279 -3279
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +15 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.js +3 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/nested/nested.js +8 -8
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2553,75 +2553,74 @@ declare module 'vue' {
|
|
2553
2553
|
$children?: VNodeChild
|
2554
2554
|
}
|
2555
2555
|
export interface GlobalComponents {
|
2556
|
-
|
2556
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2557
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2558
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2557
2559
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2558
2560
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2559
|
-
|
2560
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2561
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2561
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2562
2562
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2563
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2564
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2565
2563
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2566
|
-
|
2564
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2567
2565
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2568
2566
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2569
2567
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2568
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
2569
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2570
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2570
2571
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2572
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2571
2573
|
VCard: typeof import('vuetify/components')['VCard']
|
2572
2574
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2573
2575
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2574
2576
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2575
2577
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2576
2578
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2577
|
-
|
2579
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2578
2580
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2579
|
-
|
2580
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2581
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2581
2582
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2582
2583
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2583
|
-
|
2584
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2585
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2584
2586
|
VCode: typeof import('vuetify/components')['VCode']
|
2585
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2586
2587
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2587
|
-
|
2588
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2589
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2590
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2591
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2592
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2593
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2594
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2588
2595
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2589
2596
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2590
2597
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2591
2598
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2592
2599
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2593
2600
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2601
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2602
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2594
2603
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2595
2604
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2596
|
-
|
2597
|
-
|
2598
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2599
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2600
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2601
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2602
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2605
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2606
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2603
2607
|
VField: typeof import('vuetify/components')['VField']
|
2604
2608
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2605
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2606
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2607
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2608
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2609
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2610
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2611
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2612
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2613
2609
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2610
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2614
2611
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2615
2612
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2616
2613
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2617
2614
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2618
2615
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2619
|
-
|
2616
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2617
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2618
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2619
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2620
2620
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2621
|
-
|
2621
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2622
2622
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2623
2623
|
VItem: typeof import('vuetify/components')['VItem']
|
2624
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2625
2624
|
VList: typeof import('vuetify/components')['VList']
|
2626
2625
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2627
2626
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2631,25 +2630,29 @@ declare module 'vue' {
|
|
2631
2630
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2632
2631
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2633
2632
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2634
|
-
|
2633
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2634
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2635
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2635
2636
|
VMain: typeof import('vuetify/components')['VMain']
|
2636
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2637
2637
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2638
|
-
|
2639
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2640
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2638
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2641
2639
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2640
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2641
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2642
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2642
2643
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2644
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2643
2645
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2644
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2645
2646
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2647
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2648
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2646
2649
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2650
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2647
2651
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2648
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2649
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2650
2652
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2651
2653
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2652
|
-
|
2654
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2655
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2653
2656
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2654
2657
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2655
2658
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -2665,48 +2668,47 @@ declare module 'vue' {
|
|
2665
2668
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2666
2669
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2667
2670
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2668
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2669
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2670
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2671
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2672
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2673
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2674
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2675
2671
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2676
2672
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2677
|
-
|
2673
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2678
2674
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2679
2675
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2680
2676
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2681
|
-
|
2682
|
-
|
2683
|
-
|
2677
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2678
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2679
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2680
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2681
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2682
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2683
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2684
2684
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2685
2685
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2686
|
-
|
2686
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2687
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2687
2688
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2688
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2689
2689
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2690
2690
|
VForm: typeof import('vuetify/components')['VForm']
|
2691
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2691
2692
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2692
2693
|
VCol: typeof import('vuetify/components')['VCol']
|
2693
2694
|
VRow: typeof import('vuetify/components')['VRow']
|
2694
2695
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2695
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2696
2696
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2697
2697
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2698
2698
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2699
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2699
2700
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2700
2701
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2701
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2702
2702
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2703
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2704
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2703
2705
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2704
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2705
2706
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2706
|
-
|
2707
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2707
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2708
2708
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2709
2709
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2710
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2711
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2710
2712
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2711
2713
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2712
2714
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2723,25 +2725,23 @@ declare module 'vue' {
|
|
2723
2725
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2724
2726
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2725
2727
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2726
|
-
|
2727
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2728
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2729
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2728
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2730
2729
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2731
2730
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2732
2731
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2733
2732
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2734
2733
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2735
2734
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2736
|
-
|
2735
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2736
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2737
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2737
2738
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2738
2739
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2739
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2740
2740
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2741
2741
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2742
2742
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2743
|
-
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2744
2743
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2744
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2745
2745
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2746
2746
|
}
|
2747
2747
|
export interface GlobalDirectives {
|
package/lib/framework.js
CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
|
|
109
109
|
};
|
110
110
|
});
|
111
111
|
}
|
112
|
-
export const version = "3.9.0-beta.
|
112
|
+
export const version = "3.9.0-beta.1-dev.2025-06-26";
|
113
113
|
createVuetify.version = version;
|
114
114
|
|
115
115
|
// Vue's inject() can only be used in setup
|
package/package.json
CHANGED