@vuetify/nightly 3.8.2-master.2025-04-28 → 3.8.3-master.2025-04-29

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.2-master.2025-04-28
2
+ * Vuetify v3.8.3-master.2025-04-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2205,8 +2205,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(wt,e),u.pro
2205
2205
  else{const{mount:e}=u
2206
2206
  u.mount=function(){const a=e(...arguments)
2207
2207
  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:bf.call(this,wt),display:bf.call(this,bn),theme:bf.call(this,ya),icons:bf.call(this,$t),locale:bf.call(this,pa),date:bf.call(this,ku)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function bf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2208
- if(a&&e in a)return a[e]}yf.version="3.8.2-master.2025-04-28"
2209
- const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.2-master.2025-04-28"
2208
+ if(a&&e in a)return a[e]}yf.version="3.8.3-master.2025-04-29"
2209
+ const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.3-master.2025-04-29"
2210
2210
  Vf.version=wf,e.blueprints=Kt,e.components=uf,e.createVuetify=Vf,e.directives=hf,e.useDate=Nu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2211
2211
  const{props:a,provideSubDefaults:l}=xt(e,t)
2212
2212
  return l(),a},e.useDisplay=Cn,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=ma,e.useRtl=ha,e.useTheme=Ia,e.version=wf}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.8.2-master.2025-04-28";
19
+ export const version = "3.8.3-master.2025-04-29";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2576,49 +2576,41 @@ declare module 'vue' {
2576
2576
  $children?: VNodeChild
2577
2577
  }
2578
2578
  export interface GlobalComponents {
2579
- VApp: typeof import('vuetify/components')['VApp']
2580
- VAlert: typeof import('vuetify/components')['VAlert']
2581
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2582
- VAvatar: typeof import('vuetify/components')['VAvatar']
2583
2579
  VAppBar: typeof import('vuetify/components')['VAppBar']
2584
2580
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2585
2581
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2586
2582
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2583
+ VApp: typeof import('vuetify/components')['VApp']
2584
+ VAlert: typeof import('vuetify/components')['VAlert']
2585
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2587
2586
  VBadge: typeof import('vuetify/components')['VBadge']
2588
2587
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2588
+ VBanner: typeof import('vuetify/components')['VBanner']
2589
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2590
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2589
2591
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2590
2592
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2591
2593
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2592
2594
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2593
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2594
2595
  VCard: typeof import('vuetify/components')['VCard']
2595
2596
  VCardActions: typeof import('vuetify/components')['VCardActions']
2596
2597
  VCardItem: typeof import('vuetify/components')['VCardItem']
2597
2598
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2598
2599
  VCardText: typeof import('vuetify/components')['VCardText']
2599
2600
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2601
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2602
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2600
2603
  VBtn: typeof import('vuetify/components')['VBtn']
2601
- VBanner: typeof import('vuetify/components')['VBanner']
2602
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2603
- VBannerText: typeof import('vuetify/components')['VBannerText']
2604
2604
  VCarousel: typeof import('vuetify/components')['VCarousel']
2605
2605
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2606
2606
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2607
2607
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2608
- VCode: typeof import('vuetify/components')['VCode']
2609
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2610
2608
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2609
+ VChip: typeof import('vuetify/components')['VChip']
2611
2610
  VCombobox: typeof import('vuetify/components')['VCombobox']
2612
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2611
+ VCode: typeof import('vuetify/components')['VCode']
2613
2612
  VCounter: typeof import('vuetify/components')['VCounter']
2614
- VDialog: typeof import('vuetify/components')['VDialog']
2615
- VChip: typeof import('vuetify/components')['VChip']
2616
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
2617
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2618
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2619
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2620
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2621
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2613
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2622
2614
  VDataTable: typeof import('vuetify/components')['VDataTable']
2623
2615
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2624
2616
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2627,8 +2619,14 @@ declare module 'vue' {
2627
2619
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2628
2620
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2629
2621
  VDivider: typeof import('vuetify/components')['VDivider']
2622
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
2623
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2624
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2625
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2626
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2627
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2628
+ VDialog: typeof import('vuetify/components')['VDialog']
2630
2629
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
2631
- VFileInput: typeof import('vuetify/components')['VFileInput']
2632
2630
  VFab: typeof import('vuetify/components')['VFab']
2633
2631
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2634
2632
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
@@ -2637,14 +2635,14 @@ declare module 'vue' {
2637
2635
  VFooter: typeof import('vuetify/components')['VFooter']
2638
2636
  VField: typeof import('vuetify/components')['VField']
2639
2637
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2640
- VImg: typeof import('vuetify/components')['VImg']
2641
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
2642
- VItem: typeof import('vuetify/components')['VItem']
2638
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2643
2639
  VIcon: typeof import('vuetify/components')['VIcon']
2644
2640
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2645
2641
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2646
2642
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2647
2643
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2644
+ VImg: typeof import('vuetify/components')['VImg']
2645
+ VInput: typeof import('vuetify/components')['VInput']
2648
2646
  VKbd: typeof import('vuetify/components')['VKbd']
2649
2647
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2650
2648
  VList: typeof import('vuetify/components')['VList']
@@ -2656,29 +2654,30 @@ declare module 'vue' {
2656
2654
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2657
2655
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2658
2656
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2657
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
2658
+ VItem: typeof import('vuetify/components')['VItem']
2659
2659
  VLabel: typeof import('vuetify/components')['VLabel']
2660
- VInput: typeof import('vuetify/components')['VInput']
2661
2660
  VMenu: typeof import('vuetify/components')['VMenu']
2661
+ VMessages: typeof import('vuetify/components')['VMessages']
2662
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2662
2663
  VMain: typeof import('vuetify/components')['VMain']
2664
+ VPagination: typeof import('vuetify/components')['VPagination']
2663
2665
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2664
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2665
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2666
2666
  VOverlay: typeof import('vuetify/components')['VOverlay']
2667
2667
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2668
- VRating: typeof import('vuetify/components')['VRating']
2669
2668
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2670
- VPagination: typeof import('vuetify/components')['VPagination']
2669
+ VRating: typeof import('vuetify/components')['VRating']
2671
2670
  VSelect: typeof import('vuetify/components')['VSelect']
2672
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2673
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2674
- VSheet: typeof import('vuetify/components')['VSheet']
2675
2671
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2676
2672
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2677
- VSlider: typeof import('vuetify/components')['VSlider']
2678
2673
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2679
2674
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2680
- VMessages: typeof import('vuetify/components')['VMessages']
2675
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2676
+ VSheet: typeof import('vuetify/components')['VSheet']
2677
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2681
2678
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2679
+ VSlider: typeof import('vuetify/components')['VSlider']
2680
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2682
2681
  VSwitch: typeof import('vuetify/components')['VSwitch']
2683
2682
  VStepper: typeof import('vuetify/components')['VStepper']
2684
2683
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -2686,15 +2685,14 @@ declare module 'vue' {
2686
2685
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2687
2686
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2688
2687
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2688
+ VTable: typeof import('vuetify/components')['VTable']
2689
2689
  VTab: typeof import('vuetify/components')['VTab']
2690
2690
  VTabs: typeof import('vuetify/components')['VTabs']
2691
2691
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2692
2692
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2693
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2694
2693
  VTextarea: typeof import('vuetify/components')['VTextarea']
2695
- VTextField: typeof import('vuetify/components')['VTextField']
2696
- VTable: typeof import('vuetify/components')['VTable']
2697
2694
  VTooltip: typeof import('vuetify/components')['VTooltip']
2695
+ VTextField: typeof import('vuetify/components')['VTextField']
2698
2696
  VToolbar: typeof import('vuetify/components')['VToolbar']
2699
2697
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2700
2698
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
@@ -2702,26 +2700,32 @@ declare module 'vue' {
2702
2700
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2703
2701
  VWindow: typeof import('vuetify/components')['VWindow']
2704
2702
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2705
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2703
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2704
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2706
2705
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2706
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2707
2707
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2708
2708
  VForm: typeof import('vuetify/components')['VForm']
2709
+ VContainer: typeof import('vuetify/components')['VContainer']
2710
+ VCol: typeof import('vuetify/components')['VCol']
2711
+ VRow: typeof import('vuetify/components')['VRow']
2712
+ VSpacer: typeof import('vuetify/components')['VSpacer']
2709
2713
  VHover: typeof import('vuetify/components')['VHover']
2710
2714
  VLayout: typeof import('vuetify/components')['VLayout']
2711
2715
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2712
2716
  VLazy: typeof import('vuetify/components')['VLazy']
2713
2717
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2718
+ VParallax: typeof import('vuetify/components')['VParallax']
2714
2719
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2715
2720
  VRadio: typeof import('vuetify/components')['VRadio']
2716
- VParallax: typeof import('vuetify/components')['VParallax']
2717
2721
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2718
2722
  VResponsive: typeof import('vuetify/components')['VResponsive']
2719
- VSparkline: typeof import('vuetify/components')['VSparkline']
2720
2723
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2724
+ VSparkline: typeof import('vuetify/components')['VSparkline']
2721
2725
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2722
2726
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2723
- VValidation: typeof import('vuetify/components')['VValidation']
2724
2727
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2728
+ VValidation: typeof import('vuetify/components')['VValidation']
2725
2729
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2726
2730
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2727
2731
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2738,31 +2742,27 @@ declare module 'vue' {
2738
2742
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2739
2743
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2740
2744
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2741
- VContainer: typeof import('vuetify/components')['VContainer']
2742
- VCol: typeof import('vuetify/components')['VCol']
2743
- VRow: typeof import('vuetify/components')['VRow']
2744
- VSpacer: typeof import('vuetify/components')['VSpacer']
2745
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2746
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2745
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2747
2746
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2748
2747
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2749
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2750
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2751
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2752
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2748
+ VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2749
+ VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2750
+ VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2751
+ VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2752
+ VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2753
+ VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2754
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2755
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2753
2756
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2754
2757
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2755
2758
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2759
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2760
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2761
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2756
2762
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2757
2763
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2758
2764
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2759
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2760
2765
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2761
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2762
- VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2763
- VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2764
- VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2765
- VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2766
- VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2766
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2767
2767
  }
2768
2768
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.2-master.2025-04-28";
112
+ export const version = "3.8.3-master.2025-04-29";
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.2-master.2025-04-28",
4
+ "version": "3.8.3-master.2025-04-29",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"