@vuetify/nightly 3.8.0-master.2025-04-06 → 3.8.1-master.2025-04-07
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 -18
- package/dist/json/attributes.json +375 -375
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +820 -820
- package/dist/vuetify-labs.cjs +107 -85
- package/dist/vuetify-labs.css +5452 -5452
- package/dist/vuetify-labs.d.ts +57 -57
- package/dist/vuetify-labs.esm.js +107 -85
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -85
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +107 -85
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3868 -3868
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +107 -85
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -85
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +791 -790
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js +105 -83
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +2 -2
package/lib/framework.d.ts
CHANGED
@@ -2568,41 +2568,38 @@ declare module 'vue' {
|
|
2568
2568
|
}
|
2569
2569
|
export interface GlobalComponents {
|
2570
2570
|
VApp: typeof import('vuetify/components')['VApp']
|
2571
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2572
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2573
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2574
2571
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2575
2572
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2576
2573
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2574
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2575
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2577
2576
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2577
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2578
2578
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2579
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2580
2579
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2581
2580
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2582
2581
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2583
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2584
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2585
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2586
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2587
2582
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2588
2583
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2589
2584
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2585
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2586
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2587
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2588
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2589
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2590
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2591
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2592
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2593
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2594
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2595
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2590
2596
|
VCard: typeof import('vuetify/components')['VCard']
|
2591
2597
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2592
2598
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2593
2599
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2594
2600
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2595
2601
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2596
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2597
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2598
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2599
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2600
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2601
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2602
2602
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2603
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2604
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2605
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2606
2603
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2607
2604
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2608
2605
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2610,35 +2607,37 @@ declare module 'vue' {
|
|
2610
2607
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2611
2608
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2612
2609
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2610
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2611
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2612
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2613
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2613
2614
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2614
2615
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2615
2616
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2616
2617
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2617
2618
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2618
2619
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2619
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2620
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2621
2620
|
VFab: typeof import('vuetify/components')['VFab']
|
2621
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2622
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2623
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2622
2624
|
VField: typeof import('vuetify/components')['VField']
|
2623
2625
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2624
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2625
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2626
2626
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2627
2627
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2628
2628
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2629
2629
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2630
|
-
|
2630
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2631
2631
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2632
2632
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2633
2633
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2634
2634
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2635
2635
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2636
2636
|
VImg: typeof import('vuetify/components')['VImg']
|
2637
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2637
2638
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2638
2639
|
VItem: typeof import('vuetify/components')['VItem']
|
2639
2640
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2640
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2641
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2642
2641
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2643
2642
|
VList: typeof import('vuetify/components')['VList']
|
2644
2643
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -2649,73 +2648,75 @@ declare module 'vue' {
|
|
2649
2648
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2650
2649
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2651
2650
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2651
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2652
2652
|
VMain: typeof import('vuetify/components')['VMain']
|
2653
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2654
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2655
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2656
2653
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2654
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2655
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2657
2656
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2658
|
-
|
2659
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2657
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2660
2658
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2661
|
-
|
2659
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2662
2660
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2663
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2664
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2665
2661
|
VRating: typeof import('vuetify/components')['VRating']
|
2666
|
-
|
2667
|
-
|
2662
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2663
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2668
2664
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2665
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2666
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2667
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2669
2668
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2670
2669
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2671
|
-
|
2672
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2673
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2674
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2670
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2675
2671
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2676
2672
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2677
2673
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2678
2674
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2679
2675
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2680
2676
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2681
|
-
|
2677
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2678
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2679
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2682
2680
|
VTab: typeof import('vuetify/components')['VTab']
|
2683
2681
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2684
2682
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2685
2683
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2684
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2686
2685
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2686
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2687
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2688
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2689
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2687
2690
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2688
2691
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2689
2692
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2690
2693
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2691
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2692
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2693
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2694
2694
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2695
2695
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2696
2696
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2697
2697
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2698
2698
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2699
2699
|
VForm: typeof import('vuetify/components')['VForm']
|
2700
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2701
2700
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2702
2701
|
VCol: typeof import('vuetify/components')['VCol']
|
2703
2702
|
VRow: typeof import('vuetify/components')['VRow']
|
2704
2703
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2705
|
-
|
2704
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2706
2705
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2707
2706
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2708
|
-
|
2707
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2709
2708
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2709
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2710
2710
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2711
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2712
2711
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2712
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2713
2713
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2714
2714
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2715
2715
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2716
2716
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2717
2717
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2718
2718
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2719
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2719
2720
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2720
2721
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2721
2722
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2732,27 +2733,26 @@ declare module 'vue' {
|
|
2732
2733
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2733
2734
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2734
2735
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2735
|
-
|
2736
|
-
|
2737
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2738
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2736
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2737
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2739
2738
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2740
2739
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2741
2740
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2742
2741
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2743
2742
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2744
2743
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2745
|
-
|
2746
|
-
|
2744
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2745
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2746
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2747
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2748
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2749
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2750
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2751
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2747
2752
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2748
2753
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2749
2754
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2750
2755
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2751
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2752
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2753
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2754
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2755
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2756
2756
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2757
2757
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2758
2758
|
}
|
package/lib/framework.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.8.
|
4
|
+
"version": "3.8.1-master.2025-04-07",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -149,7 +149,7 @@
|
|
149
149
|
"@vitejs/plugin-vue": "^5.2.1",
|
150
150
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
151
151
|
"@vitest/browser": "^3.0.5",
|
152
|
-
"@vitest/coverage-
|
152
|
+
"@vitest/coverage-istanbul": "^3.0.5",
|
153
153
|
"@vitest/ui": "^3.0.5",
|
154
154
|
"@vue/babel-plugin-jsx": "^1.2.5",
|
155
155
|
"@vue/reactivity": "^3.5.13",
|