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