@vuetify/nightly 3.9.0-next.2025-07-09 → 3.9.0-next.2025-07-17
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 +3079 -3079
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +5276 -5276
- package/dist/vuetify-labs.cjs +13 -7
- package/dist/vuetify-labs.css +3970 -3970
- package/dist/vuetify-labs.d.ts +46 -46
- 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 +2340 -2340
- package/dist/vuetify.d.ts +46 -46
- 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 +46 -46
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2577,23 +2577,22 @@ declare module 'vue' {
|
|
2577
2577
|
$children?: VNodeChild
|
2578
2578
|
}
|
2579
2579
|
export interface GlobalComponents {
|
2580
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2580
2581
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2581
2582
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2582
2583
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2583
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2584
2584
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2585
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2586
2585
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2587
2586
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2587
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
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
|
-
|
2592
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2593
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2594
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2591
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2595
2592
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2593
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2596
2594
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2595
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2597
2596
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2598
2597
|
VCard: typeof import('vuetify/components')['VCard']
|
2599
2598
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -2601,17 +2600,19 @@ declare module 'vue' {
|
|
2601
2600
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2602
2601
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2603
2602
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2604
|
-
|
2605
|
-
|
2606
|
-
|
2603
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2604
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2605
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2607
2606
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2608
2607
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2609
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2610
2608
|
VChip: typeof import('vuetify/components')['VChip']
|
2609
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2610
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2611
2611
|
VCode: typeof import('vuetify/components')['VCode']
|
2612
2612
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2613
|
-
|
2614
|
-
|
2613
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2614
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2615
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2615
2616
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2616
2617
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2617
2618
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2619,37 +2620,41 @@ declare module 'vue' {
|
|
2619
2620
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2620
2621
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2621
2622
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2622
|
-
|
2623
|
-
|
2623
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2624
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2625
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2624
2626
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2625
2627
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2626
2628
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2627
2629
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2628
2630
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2629
2631
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2630
|
-
|
2631
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2632
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2632
2633
|
VField: typeof import('vuetify/components')['VField']
|
2633
2634
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2634
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2635
2635
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2636
2636
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2637
2637
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2638
2638
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2639
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2640
2639
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2641
|
-
|
2640
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2642
2641
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2643
2642
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2644
2643
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2645
2644
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2646
2645
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2646
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2647
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2647
2648
|
VImg: typeof import('vuetify/components')['VImg']
|
2648
2649
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2649
2650
|
VItem: typeof import('vuetify/components')['VItem']
|
2650
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2651
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2652
2651
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2652
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2653
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2654
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2655
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2656
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2657
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2653
2658
|
VList: typeof import('vuetify/components')['VList']
|
2654
2659
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2655
2660
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2659,66 +2664,63 @@ declare module 'vue' {
|
|
2659
2664
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2660
2665
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2661
2666
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2662
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2663
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2664
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2665
2667
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2666
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2667
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2668
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2669
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2670
2668
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2669
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2671
2670
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2672
|
-
|
2673
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2671
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2674
2672
|
VRating: typeof import('vuetify/components')['VRating']
|
2673
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2675
2674
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2676
2675
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2676
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2677
2677
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2678
2678
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2679
2679
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2680
2680
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2681
2681
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2682
2682
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2683
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2684
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2685
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2686
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2687
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2688
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2683
2689
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2684
2690
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2685
2691
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2686
2692
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2687
2693
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2688
2694
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2689
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2690
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2691
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2692
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2693
2695
|
VTable: typeof import('vuetify/components')['VTable']
|
2694
2696
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2695
2697
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2696
2698
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2697
2699
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2698
2700
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2699
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2700
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2701
2701
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2702
2702
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2703
2703
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2704
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2705
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2704
2706
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2705
2707
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2706
2708
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2709
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2707
2710
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2708
2711
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2709
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2710
2712
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2711
2713
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2712
2714
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2713
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2714
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2715
2715
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2716
2716
|
VCol: typeof import('vuetify/components')['VCol']
|
2717
2717
|
VRow: typeof import('vuetify/components')['VRow']
|
2718
2718
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2719
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2720
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2721
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2719
2722
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2720
2723
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2721
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2722
2724
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2723
2725
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2724
2726
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -2747,8 +2749,6 @@ declare module 'vue' {
|
|
2747
2749
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2748
2750
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2749
2751
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2750
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2751
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2752
2752
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2753
2753
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2754
2754
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
@@ -2756,18 +2756,18 @@ declare module 'vue' {
|
|
2756
2756
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2757
2757
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2758
2758
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2759
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2760
2759
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2761
2760
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2761
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2762
2762
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2763
2763
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2764
2764
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2765
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2766
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2767
2765
|
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2768
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2769
2766
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2767
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2770
2768
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2769
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2770
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2771
2771
|
}
|
2772
2772
|
export interface GlobalDirectives {
|
2773
2773
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED