@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-dev.2025-06-10
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 +5 -3
- package/dist/json/attributes.json +3640 -3616
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +7 -1
- package/dist/json/web-types.json +6660 -6606
- package/dist/vuetify-labs.cjs +38 -5
- package/dist/vuetify-labs.css +4973 -4973
- package/dist/vuetify-labs.d.ts +96 -60
- package/dist/vuetify-labs.esm.js +38 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3676 -3676
- package/dist/vuetify.d.ts +96 -60
- package/dist/vuetify.esm.js +38 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +173 -172
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.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 +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2548,50 +2548,41 @@ declare module 'vue' {
|
|
2548
2548
|
$children?: VNodeChild
|
2549
2549
|
}
|
2550
2550
|
export interface GlobalComponents {
|
2551
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2552
2551
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2553
2552
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2554
2553
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2554
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2555
2555
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2556
2556
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2557
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2558
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2559
2557
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2558
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2560
2559
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2561
2560
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2562
2561
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2562
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2563
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2564
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2565
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2563
2566
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2564
2567
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2565
2568
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2569
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2566
2570
|
VCard: typeof import('vuetify/components')['VCard']
|
2567
2571
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2568
2572
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2569
2573
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2570
2574
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2571
2575
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2572
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2573
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2574
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2575
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2576
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2577
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2578
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2579
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2580
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2581
2576
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2582
2577
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2583
|
-
|
2584
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2578
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2585
2579
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2580
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2581
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2582
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2583
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2584
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2586
2585
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2587
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2588
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2589
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2590
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2591
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2592
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2593
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2594
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2595
2586
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2596
2587
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2597
2588
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2599,29 +2590,33 @@ declare module 'vue' {
|
|
2599
2590
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2600
2591
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2601
2592
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2602
|
-
|
2603
|
-
|
2604
|
-
|
2605
|
-
|
2593
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2594
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2595
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2596
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2597
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2598
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2599
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2606
2600
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2601
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2602
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2607
2603
|
VFab: typeof import('vuetify/components')['VFab']
|
2604
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2605
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2608
2606
|
VField: typeof import('vuetify/components')['VField']
|
2609
2607
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2610
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2611
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2612
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2613
2608
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2614
2609
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2615
2610
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2616
2611
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2617
2612
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2618
|
-
|
2613
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2619
2614
|
VImg: typeof import('vuetify/components')['VImg']
|
2620
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2621
2615
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2622
2616
|
VItem: typeof import('vuetify/components')['VItem']
|
2623
|
-
|
2617
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2624
2618
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2619
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2625
2620
|
VList: typeof import('vuetify/components')['VList']
|
2626
2621
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2627
2622
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2631,48 +2626,50 @@ declare module 'vue' {
|
|
2631
2626
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2632
2627
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2633
2628
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2634
|
-
|
2629
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2635
2630
|
VMain: typeof import('vuetify/components')['VMain']
|
2636
|
-
|
2631
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2632
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2637
2633
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2638
2634
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2635
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2639
2636
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2640
|
-
|
2637
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2641
2638
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2642
2639
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2643
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2644
2640
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2645
2641
|
VRating: typeof import('vuetify/components')['VRating']
|
2646
2642
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2647
|
-
|
2643
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2644
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2648
2645
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2646
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2649
2647
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2650
2648
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2651
2649
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2652
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2653
2650
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2654
2651
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2655
2652
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2656
2653
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2657
2654
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2658
2655
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2656
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2657
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2658
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2659
2659
|
VTab: typeof import('vuetify/components')['VTab']
|
2660
2660
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2661
2661
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2662
2662
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2663
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2664
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2665
2663
|
VTable: typeof import('vuetify/components')['VTable']
|
2666
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2667
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2668
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2669
2664
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2670
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
2671
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2672
2665
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2666
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2667
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2673
2668
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2674
2669
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2675
2670
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2671
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2672
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2676
2673
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2677
2674
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2678
2675
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -2682,22 +2679,21 @@ declare module 'vue' {
|
|
2682
2679
|
VRow: typeof import('vuetify/components')['VRow']
|
2683
2680
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2684
2681
|
VHover: typeof import('vuetify/components')['VHover']
|
2682
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2685
2683
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2686
2684
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2687
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2688
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2689
2685
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2686
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2690
2687
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2691
2688
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2692
2689
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2693
2690
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2694
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2695
2691
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2696
2692
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2693
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2697
2694
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2698
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2699
2695
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2700
|
-
|
2696
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2701
2697
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2702
2698
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2703
2699
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2714,29 +2710,33 @@ declare module 'vue' {
|
|
2714
2710
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2715
2711
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2716
2712
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2713
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2714
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2715
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2716
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2717
2717
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2718
2718
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2719
2719
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2720
2720
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2721
2721
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2722
2722
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2723
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2723
2724
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2724
2725
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2725
2726
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2726
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2727
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2728
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2729
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2730
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2731
2727
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2732
2728
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2733
2729
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2734
|
-
|
2730
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2731
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2732
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2733
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2734
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2735
2735
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2736
2736
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2737
2737
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2738
2738
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2739
|
-
|
2739
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2740
2740
|
}
|
2741
2741
|
export interface GlobalDirectives {
|
2742
2742
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED