@vuetify/nightly 3.8.8-master.2025-06-10 → 3.8.9-master.2025-06-11

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.8-master.2025-06-10
2
+ * Vuetify v3.8.9-master.2025-06-11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2238,8 +2238,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(wt,e),u.pro
2238
2238
  else{const{mount:e}=u
2239
2239
  u.mount=function(){const a=e(...arguments)
2240
2240
  return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:Sm.call(this,wt),display:Sm.call(this,Vn),theme:Sm.call(this,ya),icons:Sm.call(this,zt),locale:Sm.call(this,pa),date:Sm.call(this,Cu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function Sm(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2241
- if(a&&e in a)return a[e]}wm.version="3.8.8-master.2025-06-10"
2242
- const km=function(){return wm({components:vm,directives:Vm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},xm="3.8.8-master.2025-06-10"
2241
+ if(a&&e in a)return a[e]}wm.version="3.8.9-master.2025-06-11"
2242
+ const km=function(){return wm({components:vm,directives:Vm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},xm="3.8.9-master.2025-06-11"
2243
2243
  km.version=xm,e.blueprints=Kt,e.components=vm,e.createVuetify=km,e.directives=Vm,e.useDate=Eu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2244
2244
  const{props:a,provideSubDefaults:l}=xt(e,t)
2245
2245
  return l(),a},e.useDisplay=En,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=fa,e.useRtl=ha,e.useTheme=Ea,e.version=xm}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.8.8-master.2025-06-10";
19
+ export const version = "3.8.9-master.2025-06-11";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2545,24 +2545,23 @@ declare module 'vue' {
2545
2545
  $children?: VNodeChild
2546
2546
  }
2547
2547
  export interface GlobalComponents {
2548
+ VApp: typeof import('vuetify/components')['VApp']
2548
2549
  VAppBar: typeof import('vuetify/components')['VAppBar']
2549
2550
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2550
2551
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2551
- VApp: typeof import('vuetify/components')['VApp']
2552
- VAlert: typeof import('vuetify/components')['VAlert']
2553
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2552
+ VBadge: typeof import('vuetify/components')['VBadge']
2553
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2554
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2554
2555
  VBanner: typeof import('vuetify/components')['VBanner']
2555
2556
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2556
2557
  VBannerText: typeof import('vuetify/components')['VBannerText']
2557
- VAvatar: typeof import('vuetify/components')['VAvatar']
2558
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2558
+ VAlert: typeof import('vuetify/components')['VAlert']
2559
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2559
2560
  VBtn: typeof import('vuetify/components')['VBtn']
2560
- VBadge: typeof import('vuetify/components')['VBadge']
2561
2561
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2562
2562
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2563
2563
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2564
2564
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2565
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2566
2565
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2567
2566
  VCard: typeof import('vuetify/components')['VCard']
2568
2567
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -2570,15 +2569,14 @@ declare module 'vue' {
2570
2569
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2571
2570
  VCardText: typeof import('vuetify/components')['VCardText']
2572
2571
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2572
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2573
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2574
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2573
2575
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2574
2576
  VCarousel: typeof import('vuetify/components')['VCarousel']
2575
2577
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2576
2578
  VChip: typeof import('vuetify/components')['VChip']
2577
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2578
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2579
- VCombobox: typeof import('vuetify/components')['VCombobox']
2580
2579
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2581
- VCode: typeof import('vuetify/components')['VCode']
2582
2580
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2583
2581
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2584
2582
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
@@ -2586,17 +2584,10 @@ declare module 'vue' {
2586
2584
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2587
2585
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2588
2586
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2589
- VCounter: typeof import('vuetify/components')['VCounter']
2590
- VDialog: typeof import('vuetify/components')['VDialog']
2591
- VDataTable: typeof import('vuetify/components')['VDataTable']
2592
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2593
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
2594
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
2595
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2596
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2597
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2587
+ VCode: typeof import('vuetify/components')['VCode']
2588
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2598
2589
  VDivider: typeof import('vuetify/components')['VDivider']
2599
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2590
+ VCounter: typeof import('vuetify/components')['VCounter']
2600
2591
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2601
2592
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2602
2593
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
@@ -2604,16 +2595,20 @@ declare module 'vue' {
2604
2595
  VFab: typeof import('vuetify/components')['VFab']
2605
2596
  VField: typeof import('vuetify/components')['VField']
2606
2597
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2598
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2599
+ VFooter: typeof import('vuetify/components')['VFooter']
2607
2600
  VFileInput: typeof import('vuetify/components')['VFileInput']
2608
2601
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2609
- VFooter: typeof import('vuetify/components')['VFooter']
2602
+ VInput: typeof import('vuetify/components')['VInput']
2610
2603
  VIcon: typeof import('vuetify/components')['VIcon']
2611
2604
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2612
2605
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2613
2606
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2614
2607
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2615
2608
  VImg: typeof import('vuetify/components')['VImg']
2616
- VInput: typeof import('vuetify/components')['VInput']
2609
+ VKbd: typeof import('vuetify/components')['VKbd']
2610
+ VDialog: typeof import('vuetify/components')['VDialog']
2611
+ VMenu: typeof import('vuetify/components')['VMenu']
2617
2612
  VLabel: typeof import('vuetify/components')['VLabel']
2618
2613
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2619
2614
  VItem: typeof import('vuetify/components')['VItem']
@@ -2626,28 +2621,26 @@ declare module 'vue' {
2626
2621
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2627
2622
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2628
2623
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2629
- VKbd: typeof import('vuetify/components')['VKbd']
2630
- VMenu: typeof import('vuetify/components')['VMenu']
2631
- VMain: typeof import('vuetify/components')['VMain']
2632
2624
  VMessages: typeof import('vuetify/components')['VMessages']
2633
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2634
- VPagination: typeof import('vuetify/components')['VPagination']
2625
+ VMain: typeof import('vuetify/components')['VMain']
2635
2626
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2636
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2637
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2638
2627
  VOverlay: typeof import('vuetify/components')['VOverlay']
2628
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2639
2629
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2640
- VSelect: typeof import('vuetify/components')['VSelect']
2630
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2631
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2641
2632
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2642
2633
  VRating: typeof import('vuetify/components')['VRating']
2643
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2644
2634
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2645
- VSheet: typeof import('vuetify/components')['VSheet']
2646
- VSlider: typeof import('vuetify/components')['VSlider']
2647
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2648
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2635
+ VPagination: typeof import('vuetify/components')['VPagination']
2636
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2637
+ VSelect: typeof import('vuetify/components')['VSelect']
2649
2638
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2650
2639
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2640
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2641
+ VSheet: typeof import('vuetify/components')['VSheet']
2642
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2643
+ VSlider: typeof import('vuetify/components')['VSlider']
2651
2644
  VStepper: typeof import('vuetify/components')['VStepper']
2652
2645
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2653
2646
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -2655,46 +2648,41 @@ declare module 'vue' {
2655
2648
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2656
2649
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2657
2650
  VSwitch: typeof import('vuetify/components')['VSwitch']
2658
- VTextField: typeof import('vuetify/components')['VTextField']
2659
2651
  VTab: typeof import('vuetify/components')['VTab']
2660
2652
  VTabs: typeof import('vuetify/components')['VTabs']
2661
2653
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2662
2654
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2663
- VTable: typeof import('vuetify/components')['VTable']
2664
2655
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2665
2656
  VTimeline: typeof import('vuetify/components')['VTimeline']
2666
2657
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2658
+ VTextField: typeof import('vuetify/components')['VTextField']
2659
+ VTable: typeof import('vuetify/components')['VTable']
2660
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2667
2661
  VTextarea: typeof import('vuetify/components')['VTextarea']
2668
2662
  VToolbar: typeof import('vuetify/components')['VToolbar']
2669
2663
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2670
2664
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2671
2665
  VWindow: typeof import('vuetify/components')['VWindow']
2672
2666
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2673
- VTooltip: typeof import('vuetify/components')['VTooltip']
2674
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
2675
2667
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2676
2668
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2677
- VContainer: typeof import('vuetify/components')['VContainer']
2678
- VCol: typeof import('vuetify/components')['VCol']
2679
- VRow: typeof import('vuetify/components')['VRow']
2680
- VSpacer: typeof import('vuetify/components')['VSpacer']
2681
- VHover: typeof import('vuetify/components')['VHover']
2669
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
2682
2670
  VForm: typeof import('vuetify/components')['VForm']
2671
+ VHover: typeof import('vuetify/components')['VHover']
2672
+ VLazy: typeof import('vuetify/components')['VLazy']
2683
2673
  VLayout: typeof import('vuetify/components')['VLayout']
2684
2674
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2685
- VLazy: typeof import('vuetify/components')['VLazy']
2686
2675
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2687
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
2688
2676
  VParallax: typeof import('vuetify/components')['VParallax']
2689
- VRadio: typeof import('vuetify/components')['VRadio']
2690
- VResponsive: typeof import('vuetify/components')['VResponsive']
2691
2677
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2678
+ VResponsive: typeof import('vuetify/components')['VResponsive']
2692
2679
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2693
2680
  VSparkline: typeof import('vuetify/components')['VSparkline']
2694
2681
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2695
2682
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2696
- VValidation: typeof import('vuetify/components')['VValidation']
2697
2683
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2684
+ VRadio: typeof import('vuetify/components')['VRadio']
2685
+ VValidation: typeof import('vuetify/components')['VValidation']
2698
2686
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2699
2687
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2700
2688
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2711,28 +2699,40 @@ declare module 'vue' {
2711
2699
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2712
2700
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2713
2701
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2714
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2715
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2716
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2702
+ VContainer: typeof import('vuetify/components')['VContainer']
2703
+ VCol: typeof import('vuetify/components')['VCol']
2704
+ VRow: typeof import('vuetify/components')['VRow']
2705
+ VSpacer: typeof import('vuetify/components')['VSpacer']
2706
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
2707
+ VDataTable: typeof import('vuetify/components')['VDataTable']
2708
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2709
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
2710
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
2711
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2712
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2713
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2717
2714
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2718
2715
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2719
2716
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2720
2717
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2721
2718
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2722
2719
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2720
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2721
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2722
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2723
2723
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2724
2724
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2725
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2726
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2727
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2728
2725
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2729
2726
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2730
2727
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2731
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2732
2728
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2733
2729
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2734
2730
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2735
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2731
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2732
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2733
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2734
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2736
2735
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2736
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2737
2737
  }
2738
2738
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.8-master.2025-06-10";
112
+ export const version = "3.8.9-master.2025-06-11";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.8.8-master.2025-06-10",
4
+ "version": "3.8.9-master.2025-06-11",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"