@vuetify/nightly 3.8.4-master.2025-05-09 → 3.8.4-master.2025-05-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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.4-master.2025-05-09
2
+ * Vuetify v3.8.4-master.2025-05-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2208,8 +2208,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(wt,e),u.pro
2208
2208
  else{const{mount:e}=u
2209
2209
  u.mount=function(){const a=e(...arguments)
2210
2210
  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
2211
- if(a&&e in a)return a[e]}yf.version="3.8.4-master.2025-05-09"
2212
- const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.4-master.2025-05-09"
2211
+ if(a&&e in a)return a[e]}yf.version="3.8.4-master.2025-05-10"
2212
+ const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.4-master.2025-05-10"
2213
2213
  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
2214
2214
  const{props:a,provideSubDefaults:l}=xt(e,t)
2215
2215
  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.4-master.2025-05-09";
19
+ export const version = "3.8.4-master.2025-05-10";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2537,41 +2537,29 @@ declare module 'vue' {
2537
2537
  $children?: VNodeChild
2538
2538
  }
2539
2539
  export interface GlobalComponents {
2540
- VApp: typeof import('vuetify/components')['VApp']
2541
- VAlert: typeof import('vuetify/components')['VAlert']
2542
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2543
2540
  VAppBar: typeof import('vuetify/components')['VAppBar']
2544
2541
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2545
2542
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2546
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2547
- VBanner: typeof import('vuetify/components')['VBanner']
2548
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2549
- VBannerText: typeof import('vuetify/components')['VBannerText']
2543
+ VApp: typeof import('vuetify/components')['VApp']
2544
+ VAlert: typeof import('vuetify/components')['VAlert']
2545
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2550
2546
  VAvatar: typeof import('vuetify/components')['VAvatar']
2551
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2552
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2553
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2554
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2555
2547
  VBadge: typeof import('vuetify/components')['VBadge']
2556
2548
  VBtn: typeof import('vuetify/components')['VBtn']
2557
2549
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2558
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2550
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2551
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2559
2552
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2560
2553
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2561
2554
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2562
- VCard: typeof import('vuetify/components')['VCard']
2563
- VCardActions: typeof import('vuetify/components')['VCardActions']
2564
- VCardItem: typeof import('vuetify/components')['VCardItem']
2565
- VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2566
- VCardText: typeof import('vuetify/components')['VCardText']
2567
- VCardTitle: typeof import('vuetify/components')['VCardTitle']
2555
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2568
2556
  VCarousel: typeof import('vuetify/components')['VCarousel']
2569
2557
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2570
2558
  VChip: typeof import('vuetify/components')['VChip']
2571
2559
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2572
- VCode: typeof import('vuetify/components')['VCode']
2560
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2573
2561
  VCounter: typeof import('vuetify/components')['VCounter']
2574
- VCombobox: typeof import('vuetify/components')['VCombobox']
2562
+ VCode: typeof import('vuetify/components')['VCode']
2575
2563
  VDataTable: typeof import('vuetify/components')['VDataTable']
2576
2564
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2577
2565
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2579,35 +2567,39 @@ declare module 'vue' {
2579
2567
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2580
2568
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2581
2569
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2582
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2570
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2571
+ VDialog: typeof import('vuetify/components')['VDialog']
2583
2572
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2584
2573
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2585
2574
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2586
2575
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2587
2576
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2588
2577
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2589
- VDialog: typeof import('vuetify/components')['VDialog']
2578
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2590
2579
  VDivider: typeof import('vuetify/components')['VDivider']
2580
+ VField: typeof import('vuetify/components')['VField']
2581
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2591
2582
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2592
2583
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2593
2584
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2594
2585
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2595
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2596
2586
  VFab: typeof import('vuetify/components')['VFab']
2597
- VField: typeof import('vuetify/components')['VField']
2598
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2587
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2588
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2589
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2590
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2599
2591
  VIcon: typeof import('vuetify/components')['VIcon']
2600
2592
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2601
2593
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2602
2594
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2603
2595
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2604
- VFileInput: typeof import('vuetify/components')['VFileInput']
2605
- VFooter: typeof import('vuetify/components')['VFooter']
2606
2596
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2607
2597
  VImg: typeof import('vuetify/components')['VImg']
2608
- VInput: typeof import('vuetify/components')['VInput']
2609
2598
  VLabel: typeof import('vuetify/components')['VLabel']
2610
- VKbd: typeof import('vuetify/components')['VKbd']
2599
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
2600
+ VItem: typeof import('vuetify/components')['VItem']
2601
+ VInput: typeof import('vuetify/components')['VInput']
2602
+ VMain: typeof import('vuetify/components')['VMain']
2611
2603
  VList: typeof import('vuetify/components')['VList']
2612
2604
  VListGroup: typeof import('vuetify/components')['VListGroup']
2613
2605
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2617,74 +2609,79 @@ declare module 'vue' {
2617
2609
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2618
2610
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2619
2611
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2620
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
2621
- VItem: typeof import('vuetify/components')['VItem']
2622
2612
  VMenu: typeof import('vuetify/components')['VMenu']
2623
- VMain: typeof import('vuetify/components')['VMain']
2624
- VMessages: typeof import('vuetify/components')['VMessages']
2625
2613
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2626
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2627
2614
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2628
- VPagination: typeof import('vuetify/components')['VPagination']
2615
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2629
2616
  VOverlay: typeof import('vuetify/components')['VOverlay']
2617
+ VMessages: typeof import('vuetify/components')['VMessages']
2618
+ VPagination: typeof import('vuetify/components')['VPagination']
2630
2619
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2631
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2632
2620
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2621
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2633
2622
  VRating: typeof import('vuetify/components')['VRating']
2623
+ VCard: typeof import('vuetify/components')['VCard']
2624
+ VCardActions: typeof import('vuetify/components')['VCardActions']
2625
+ VCardItem: typeof import('vuetify/components')['VCardItem']
2626
+ VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2627
+ VCardText: typeof import('vuetify/components')['VCardText']
2628
+ VCardTitle: typeof import('vuetify/components')['VCardTitle']
2634
2629
  VSelect: typeof import('vuetify/components')['VSelect']
2635
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2636
2630
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2637
- VSheet: typeof import('vuetify/components')['VSheet']
2638
- VSlider: typeof import('vuetify/components')['VSlider']
2639
2631
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2632
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2633
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2634
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2635
+ VSlider: typeof import('vuetify/components')['VSlider']
2636
+ VSheet: typeof import('vuetify/components')['VSheet']
2640
2637
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2638
+ VTab: typeof import('vuetify/components')['VTab']
2639
+ VTabs: typeof import('vuetify/components')['VTabs']
2640
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2641
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2641
2642
  VStepper: typeof import('vuetify/components')['VStepper']
2642
2643
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2643
2644
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2644
2645
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2645
2646
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2646
2647
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2647
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2648
- VSwitch: typeof import('vuetify/components')['VSwitch']
2649
- VTab: typeof import('vuetify/components')['VTab']
2650
- VTabs: typeof import('vuetify/components')['VTabs']
2651
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2652
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2653
2648
  VTextarea: typeof import('vuetify/components')['VTextarea']
2654
- VTextField: typeof import('vuetify/components')['VTextField']
2649
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2655
2650
  VTable: typeof import('vuetify/components')['VTable']
2651
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2656
2652
  VTimeline: typeof import('vuetify/components')['VTimeline']
2657
2653
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2658
- VTooltip: typeof import('vuetify/components')['VTooltip']
2659
- VWindow: typeof import('vuetify/components')['VWindow']
2660
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
2661
2654
  VToolbar: typeof import('vuetify/components')['VToolbar']
2662
2655
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2663
2656
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2664
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2657
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2658
+ VTextField: typeof import('vuetify/components')['VTextField']
2659
+ VWindow: typeof import('vuetify/components')['VWindow']
2660
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
2665
2661
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2666
2662
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2663
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2667
2664
  VForm: typeof import('vuetify/components')['VForm']
2665
+ VHover: typeof import('vuetify/components')['VHover']
2668
2666
  VContainer: typeof import('vuetify/components')['VContainer']
2669
2667
  VCol: typeof import('vuetify/components')['VCol']
2670
2668
  VRow: typeof import('vuetify/components')['VRow']
2671
2669
  VSpacer: typeof import('vuetify/components')['VSpacer']
2672
2670
  VLayout: typeof import('vuetify/components')['VLayout']
2673
2671
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2674
- VHover: typeof import('vuetify/components')['VHover']
2675
- VLazy: typeof import('vuetify/components')['VLazy']
2676
2672
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2673
+ VLazy: typeof import('vuetify/components')['VLazy']
2677
2674
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2678
2675
  VParallax: typeof import('vuetify/components')['VParallax']
2679
2676
  VRadio: typeof import('vuetify/components')['VRadio']
2680
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2681
2677
  VResponsive: typeof import('vuetify/components')['VResponsive']
2682
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2683
2678
  VSparkline: typeof import('vuetify/components')['VSparkline']
2684
2679
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2680
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2685
2681
  VValidation: typeof import('vuetify/components')['VValidation']
2686
2682
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2687
2683
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2684
+ VKbd: typeof import('vuetify/components')['VKbd']
2688
2685
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2689
2686
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2690
2687
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2701,29 +2698,32 @@ declare module 'vue' {
2701
2698
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2702
2699
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2703
2700
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2704
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2705
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2701
+ VBanner: typeof import('vuetify/components')['VBanner']
2702
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2703
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2704
+ VFooter: typeof import('vuetify/components')['VFooter']
2705
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2706
2706
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2707
2707
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2708
2708
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2709
2709
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2710
2710
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2711
2711
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2712
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2713
2712
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2714
2713
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2714
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2715
2715
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2716
2716
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2717
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2718
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2719
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2720
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2721
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2722
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2723
2717
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2724
2718
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2725
2719
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2726
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2720
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2721
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2722
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2723
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2724
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2725
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2727
2726
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2727
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2728
2728
  }
2729
2729
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.4-master.2025-05-09";
112
+ export const version = "3.8.4-master.2025-05-10";
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.4-master.2025-05-09",
4
+ "version": "3.8.4-master.2025-05-10",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"