@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-23
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 +2795 -2787
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +5231 -5210
- package/dist/vuetify-labs.cjs +72 -65
- package/dist/vuetify-labs.css +6015 -6015
- package/dist/vuetify-labs.d.ts +83 -55
- package/dist/vuetify-labs.esm.js +72 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +72 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +72 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5215 -5215
- package/dist/vuetify.d.ts +83 -55
- package/dist/vuetify.esm.js +72 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +72 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +355 -355
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +44 -0
- package/lib/components/VCard/VCardActions.js +11 -6
- package/lib/components/VCard/VCardActions.js.map +1 -1
- package/lib/components/VCard/VCardItem.d.ts +25 -0
- package/lib/components/VCard/VCardItem.js +64 -60
- package/lib/components/VCard/VCardItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
|
@@ -2648,49 +2648,40 @@ declare module 'vue' {
|
|
|
2648
2648
|
$children?: VNodeChild
|
|
2649
2649
|
}
|
|
2650
2650
|
export interface GlobalComponents {
|
|
2651
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2652
2651
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2653
2652
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2654
2653
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2655
|
-
|
|
2654
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2656
2655
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2657
2656
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2658
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2659
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2660
2657
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2658
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2661
2659
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2662
2660
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2663
2661
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2664
|
-
|
|
2662
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2663
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2665
2664
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2666
2665
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2667
2666
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2668
|
-
|
|
2669
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2670
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2671
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2672
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2667
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2673
2668
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2674
2669
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2675
2670
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2676
2671
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2677
2672
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2678
2673
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2679
|
-
|
|
2674
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2675
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2676
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2680
2677
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2681
2678
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2682
|
-
|
|
2683
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2679
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2684
2680
|
VChip: typeof import('vuetify/components')['VChip']
|
|
2685
|
-
|
|
2686
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2687
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2688
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2689
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2690
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2681
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2691
2682
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2692
2683
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2693
|
-
|
|
2684
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2694
2685
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2695
2686
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2696
2687
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
@@ -2700,27 +2691,35 @@ declare module 'vue' {
|
|
|
2700
2691
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2701
2692
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2702
2693
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2703
|
-
VField: typeof import('vuetify/components')['VField']
|
|
2704
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2705
2694
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2706
2695
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2707
2696
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2708
2697
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2709
|
-
|
|
2698
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2699
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2710
2700
|
VFab: typeof import('vuetify/components')['VFab']
|
|
2701
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2702
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2703
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2704
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2705
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2706
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2707
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2708
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2709
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2711
2710
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2712
2711
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2713
2712
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2714
2713
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2715
2714
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2716
2715
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2717
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2718
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
2719
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2720
2716
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2721
2717
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2722
2718
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2719
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2723
2720
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2721
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2722
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2724
2723
|
VList: typeof import('vuetify/components')['VList']
|
|
2725
2724
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2726
2725
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2730,25 +2729,25 @@ declare module 'vue' {
|
|
|
2730
2729
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2731
2730
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2732
2731
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2732
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2733
2733
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2734
|
-
|
|
2734
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2735
2735
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2736
|
-
|
|
2736
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2737
2737
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2738
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2739
2738
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2740
|
-
|
|
2741
|
-
|
|
2739
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2740
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2742
2741
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2743
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
2744
2742
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2743
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
2745
2744
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2746
2745
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2747
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2748
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2749
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2750
2746
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2751
2747
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2748
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2749
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2750
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2752
2751
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2753
2752
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2754
2753
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
@@ -2758,48 +2757,48 @@ declare module 'vue' {
|
|
|
2758
2757
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2759
2758
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2760
2759
|
VTable: typeof import('vuetify/components')['VTable']
|
|
2761
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
2762
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2763
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2764
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2765
2760
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2766
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2767
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2768
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2769
2761
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2770
2762
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2771
2763
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2772
|
-
|
|
2764
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2765
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2766
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2767
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
2768
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2769
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2770
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2773
2771
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2774
2772
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2775
2773
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2774
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2776
2775
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2777
2776
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2778
2777
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2779
2778
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2780
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2781
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2782
2779
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2783
2780
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2784
2781
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2785
2782
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2786
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
2787
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
2788
2783
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2789
2784
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2790
2785
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2791
2786
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2787
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
2788
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2789
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2790
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2792
2791
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2793
2792
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2794
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2795
2793
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2796
2794
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2797
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2798
2795
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2796
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2797
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2799
2798
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2800
2799
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2801
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2802
2800
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2801
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2803
2802
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2804
2803
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2805
2804
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
@@ -2819,30 +2818,31 @@ declare module 'vue' {
|
|
|
2819
2818
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2820
2819
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2821
2820
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2821
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2822
2822
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2823
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2823
2824
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2824
2825
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
2825
2826
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
2826
2827
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
2827
2828
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
2828
2829
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
2830
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2831
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2832
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2829
2833
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2830
2834
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2831
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2832
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2833
2835
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2834
2836
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2835
2837
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2836
2838
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2837
2839
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2838
2840
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2839
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2840
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2841
|
-
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2842
2841
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2843
2842
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2844
2843
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2845
2844
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2845
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2846
2846
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2847
2847
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2848
2848
|
}
|
package/lib/framework.js
CHANGED