@vuetify/nightly 3.8.2-dev.2025-04-17 → 3.8.2-dev.2025-04-28
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 +317 -309
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +701 -681
- package/dist/vuetify-labs.cjs +11 -5
- package/dist/vuetify-labs.css +3486 -3463
- package/dist/vuetify-labs.d.ts +95 -67
- package/dist/vuetify-labs.esm.js +11 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3131 -3108
- package/dist/vuetify.d.ts +95 -67
- package/dist/vuetify.esm.js +11 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VInput/VInput.d.ts +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 +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2577,36 +2577,35 @@ declare module 'vue' {
|
|
2577
2577
|
export interface GlobalComponents {
|
2578
2578
|
VApp: typeof import('vuetify/components')['VApp']
|
2579
2579
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2580
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2581
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2582
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2583
2580
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2584
2581
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2585
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2586
2582
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2587
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2588
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2589
2583
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2590
2584
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2591
2585
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2586
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2592
2587
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2593
2588
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2594
2589
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2590
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2591
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2592
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2593
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2594
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2595
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2595
2596
|
VCard: typeof import('vuetify/components')['VCard']
|
2596
2597
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2597
2598
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2598
2599
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2599
2600
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2600
2601
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2601
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2602
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2603
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2604
2602
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2605
2603
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2606
|
-
|
2604
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2607
2605
|
VChip: typeof import('vuetify/components')['VChip']
|
2608
2606
|
VCode: typeof import('vuetify/components')['VCode']
|
2609
2607
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2608
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2610
2609
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2611
2610
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2612
2611
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -2615,36 +2614,33 @@ declare module 'vue' {
|
|
2615
2614
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2616
2615
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2617
2616
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2617
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2618
2618
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2619
2619
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2620
2620
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2621
2621
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2622
2622
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2623
2623
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2624
|
-
|
2625
|
-
|
2626
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2627
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2628
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2629
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2630
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2624
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2625
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2631
2626
|
VField: typeof import('vuetify/components')['VField']
|
2632
2627
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2633
2628
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2634
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2635
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2636
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2637
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2638
2629
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2639
2630
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2640
2631
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2641
2632
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2642
2633
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2643
|
-
|
2634
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2644
2635
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2645
2636
|
VInput: typeof import('vuetify/components')['VInput']
|
2646
2637
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2638
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2647
2639
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2640
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2641
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2642
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2643
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2648
2644
|
VList: typeof import('vuetify/components')['VList']
|
2649
2645
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2650
2646
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2654,77 +2650,79 @@ declare module 'vue' {
|
|
2654
2650
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2655
2651
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2656
2652
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2657
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2658
2653
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2659
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2660
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2661
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2662
2654
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2663
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2664
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2665
2655
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2656
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2666
2657
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2667
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2668
2658
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2659
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2660
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2669
2661
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2662
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2670
2663
|
VRating: typeof import('vuetify/components')['VRating']
|
2671
|
-
|
2664
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2672
2665
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2673
2666
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2674
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2675
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2676
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2677
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2678
2667
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2679
2668
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2680
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2681
2669
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2670
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2671
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2672
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2673
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2674
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2675
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2682
2676
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2683
2677
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2684
2678
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2685
2679
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2686
2680
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2687
2681
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2688
|
-
|
2689
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2690
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2691
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2692
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2693
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2682
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2694
2683
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2695
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2696
2684
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2685
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2697
2686
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2698
2687
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2688
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2699
2689
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2700
2690
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2701
2691
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2702
2692
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2703
2693
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2694
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2695
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2696
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2704
2697
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2705
|
-
|
2698
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2699
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2700
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2701
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2702
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2706
2703
|
VForm: typeof import('vuetify/components')['VForm']
|
2704
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2705
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2706
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2707
2707
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2708
2708
|
VCol: typeof import('vuetify/components')['VCol']
|
2709
2709
|
VRow: typeof import('vuetify/components')['VRow']
|
2710
2710
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2711
|
-
|
2711
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2712
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2712
2713
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2713
2714
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2714
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2715
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2716
2715
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2717
2716
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2718
2717
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2719
2718
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2720
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2721
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2722
2719
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2720
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2723
2721
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2722
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2723
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2724
2724
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2725
2725
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2726
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2727
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2728
2726
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2729
2727
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2730
2728
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2741,6 +2739,8 @@ declare module 'vue' {
|
|
2741
2739
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2742
2740
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2743
2741
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2742
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2743
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2744
2744
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2745
2745
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2746
2746
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -2749,18 +2749,18 @@ declare module 'vue' {
|
|
2749
2749
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2750
2750
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2751
2751
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2752
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2753
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2754
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2755
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2752
2756
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2753
2757
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2754
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2755
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2756
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2757
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2758
2758
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2759
2759
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2760
2760
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2761
|
-
|
2762
|
-
|
2763
|
-
|
2761
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2762
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2763
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2764
2764
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2765
2765
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2766
2766
|
}
|
package/lib/framework.js
CHANGED