@vuetify/nightly 3.8.1-master.2025-04-08 → 3.8.1-master.2025-04-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.1-master.2025-04-08
2
+ * Vuetify v3.8.1-master.2025-04-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2190,8 +2190,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
2190
2190
  else{const{mount:e}=u
2191
2191
  u.mount=function(){const a=e(...arguments)
2192
2192
  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:hf.call(this,Vt),display:hf.call(this,hn),theme:hf.call(this,ha),icons:hf.call(this,Ft),locale:hf.call(this,va),date:hf.call(this,wu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function hf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2193
- if(a&&e in a)return a[e]}gf.version="3.8.1-master.2025-04-08"
2194
- const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-master.2025-04-08"
2193
+ if(a&&e in a)return a[e]}gf.version="3.8.1-master.2025-04-10"
2194
+ const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-master.2025-04-10"
2195
2195
  yf.version=bf,e.blueprints=qt,e.components=rf,e.createVuetify=yf,e.directives=mf,e.useDate=ku,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2196
2196
  const{props:a,provideSubDefaults:l}=kt(e,t)
2197
2197
  return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=Ca,e.version=bf}))
@@ -6,4 +6,7 @@
6
6
  font-size: 0.9em;
7
7
  font-weight: normal;
8
8
  padding: 0.2em 0.4em;
9
+ }
10
+ .v-code:has(> pre) {
11
+ display: inline-block;
9
12
  }
@@ -10,3 +10,6 @@
10
10
  font-size: $code-font-size
11
11
  font-weight: $code-font-weight
12
12
  padding: $code-padding
13
+
14
+ &:has(> pre)
15
+ display: inline-block
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.8.1-master.2025-04-08";
19
+ export const version = "3.8.1-master.2025-04-10";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2569,50 +2569,48 @@ declare module 'vue' {
2569
2569
  $children?: VNodeChild
2570
2570
  }
2571
2571
  export interface GlobalComponents {
2572
- VApp: typeof import('vuetify/components')['VApp']
2572
+ VAlert: typeof import('vuetify/components')['VAlert']
2573
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2573
2574
  VAppBar: typeof import('vuetify/components')['VAppBar']
2574
2575
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2575
2576
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2576
- VBadge: typeof import('vuetify/components')['VBadge']
2577
- VAlert: typeof import('vuetify/components')['VAlert']
2578
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2577
+ VApp: typeof import('vuetify/components')['VApp']
2579
2578
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2580
2579
  VAvatar: typeof import('vuetify/components')['VAvatar']
2581
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2582
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2583
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2584
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2585
- VBtn: typeof import('vuetify/components')['VBtn']
2586
2580
  VBanner: typeof import('vuetify/components')['VBanner']
2587
2581
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2588
2582
  VBannerText: typeof import('vuetify/components')['VBannerText']
2583
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2589
2584
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2590
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2585
+ VBadge: typeof import('vuetify/components')['VBadge']
2591
2586
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2592
- VCarousel: typeof import('vuetify/components')['VCarousel']
2593
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2587
+ VChip: typeof import('vuetify/components')['VChip']
2588
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2594
2589
  VCard: typeof import('vuetify/components')['VCard']
2595
2590
  VCardActions: typeof import('vuetify/components')['VCardActions']
2596
2591
  VCardItem: typeof import('vuetify/components')['VCardItem']
2597
2592
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2598
2593
  VCardText: typeof import('vuetify/components')['VCardText']
2599
2594
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2600
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2595
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2596
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2597
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2598
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2599
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2600
+ VCode: typeof import('vuetify/components')['VCode']
2601
2601
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2602
2602
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2603
- VChip: typeof import('vuetify/components')['VChip']
2603
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2604
2604
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2605
- VCode: typeof import('vuetify/components')['VCode']
2606
- VCounter: typeof import('vuetify/components')['VCounter']
2607
2605
  VCombobox: typeof import('vuetify/components')['VCombobox']
2608
- VDialog: typeof import('vuetify/components')['VDialog']
2606
+ VBtn: typeof import('vuetify/components')['VBtn']
2607
+ VCounter: typeof import('vuetify/components')['VCounter']
2609
2608
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2610
2609
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2611
2610
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2612
2611
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2613
2612
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2614
2613
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2615
- VDivider: typeof import('vuetify/components')['VDivider']
2616
2614
  VDataTable: typeof import('vuetify/components')['VDataTable']
2617
2615
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2618
2616
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2620,28 +2618,30 @@ declare module 'vue' {
2620
2618
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2621
2619
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2622
2620
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2623
- VFab: typeof import('vuetify/components')['VFab']
2624
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2625
- VField: typeof import('vuetify/components')['VField']
2626
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2627
- VFileInput: typeof import('vuetify/components')['VFileInput']
2621
+ VDialog: typeof import('vuetify/components')['VDialog']
2628
2622
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2629
2623
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2630
2624
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2631
2625
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2626
+ VDivider: typeof import('vuetify/components')['VDivider']
2627
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2628
+ VFab: typeof import('vuetify/components')['VFab']
2629
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2632
2630
  VFooter: typeof import('vuetify/components')['VFooter']
2631
+ VField: typeof import('vuetify/components')['VField']
2632
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2633
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2633
2634
  VImg: typeof import('vuetify/components')['VImg']
2635
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
2636
+ VItem: typeof import('vuetify/components')['VItem']
2634
2637
  VIcon: typeof import('vuetify/components')['VIcon']
2635
2638
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2636
2639
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2637
2640
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2638
2641
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2639
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2640
- VKbd: typeof import('vuetify/components')['VKbd']
2641
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
2642
- VItem: typeof import('vuetify/components')['VItem']
2643
2642
  VInput: typeof import('vuetify/components')['VInput']
2644
- VMain: typeof import('vuetify/components')['VMain']
2643
+ VKbd: typeof import('vuetify/components')['VKbd']
2644
+ VLabel: typeof import('vuetify/components')['VLabel']
2645
2645
  VList: typeof import('vuetify/components')['VList']
2646
2646
  VListGroup: typeof import('vuetify/components')['VListGroup']
2647
2647
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2651,25 +2651,25 @@ declare module 'vue' {
2651
2651
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2652
2652
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2653
2653
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2654
- VLabel: typeof import('vuetify/components')['VLabel']
2654
+ VMain: typeof import('vuetify/components')['VMain']
2655
2655
  VMenu: typeof import('vuetify/components')['VMenu']
2656
+ VMessages: typeof import('vuetify/components')['VMessages']
2656
2657
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2657
2658
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2658
- VMessages: typeof import('vuetify/components')['VMessages']
2659
- VOverlay: typeof import('vuetify/components')['VOverlay']
2660
2659
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2661
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2662
2660
  VPagination: typeof import('vuetify/components')['VPagination']
2663
2661
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2664
2662
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2665
- VRating: typeof import('vuetify/components')['VRating']
2663
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2664
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2666
2665
  VSelect: typeof import('vuetify/components')['VSelect']
2666
+ VRating: typeof import('vuetify/components')['VRating']
2667
2667
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2668
2668
  VSheet: typeof import('vuetify/components')['VSheet']
2669
2669
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2670
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2670
2671
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2671
2672
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2672
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2673
2673
  VSlider: typeof import('vuetify/components')['VSlider']
2674
2674
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2675
2675
  VStepper: typeof import('vuetify/components')['VStepper']
@@ -2678,21 +2678,21 @@ declare module 'vue' {
2678
2678
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2679
2679
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2680
2680
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2681
+ VTable: typeof import('vuetify/components')['VTable']
2682
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2681
2683
  VTab: typeof import('vuetify/components')['VTab']
2682
2684
  VTabs: typeof import('vuetify/components')['VTabs']
2683
2685
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2684
2686
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2685
- VSwitch: typeof import('vuetify/components')['VSwitch']
2686
- VTable: typeof import('vuetify/components')['VTable']
2687
2687
  VTextField: typeof import('vuetify/components')['VTextField']
2688
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2689
2688
  VTextarea: typeof import('vuetify/components')['VTextarea']
2690
- VTooltip: typeof import('vuetify/components')['VTooltip']
2691
2689
  VTimeline: typeof import('vuetify/components')['VTimeline']
2692
2690
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2691
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2693
2692
  VToolbar: typeof import('vuetify/components')['VToolbar']
2694
2693
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2695
2694
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2695
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2696
2696
  VWindow: typeof import('vuetify/components')['VWindow']
2697
2697
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2698
2698
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
@@ -2704,21 +2704,21 @@ declare module 'vue' {
2704
2704
  VRow: typeof import('vuetify/components')['VRow']
2705
2705
  VSpacer: typeof import('vuetify/components')['VSpacer']
2706
2706
  VHover: typeof import('vuetify/components')['VHover']
2707
- VLazy: typeof import('vuetify/components')['VLazy']
2708
2707
  VLayout: typeof import('vuetify/components')['VLayout']
2709
2708
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2709
+ VLazy: typeof import('vuetify/components')['VLazy']
2710
2710
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2711
2711
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2712
2712
  VParallax: typeof import('vuetify/components')['VParallax']
2713
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2714
2713
  VRadio: typeof import('vuetify/components')['VRadio']
2715
- VResponsive: typeof import('vuetify/components')['VResponsive']
2716
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2714
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2717
2715
  VSparkline: typeof import('vuetify/components')['VSparkline']
2716
+ VResponsive: typeof import('vuetify/components')['VResponsive']
2718
2717
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2718
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2719
2719
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2720
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2721
2720
  VValidation: typeof import('vuetify/components')['VValidation']
2721
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2722
2722
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2723
2723
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2724
2724
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2735,11 +2735,17 @@ declare module 'vue' {
2735
2735
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2736
2736
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2737
2737
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2738
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2739
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2738
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2739
+ VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2740
+ VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2741
+ VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2742
+ VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2743
+ VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2744
+ VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2740
2745
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2741
2746
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2742
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2747
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2748
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2743
2749
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2744
2750
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2745
2751
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
@@ -2749,13 +2755,7 @@ declare module 'vue' {
2749
2755
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2750
2756
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2751
2757
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2752
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2753
- VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2754
- VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2755
- VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2756
- VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2757
- VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2758
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2759
2758
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2759
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2760
2760
  }
2761
2761
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.1-master.2025-04-08";
112
+ export const version = "3.8.1-master.2025-04-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.1-master.2025-04-08",
4
+ "version": "3.8.1-master.2025-04-10",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"