@vuetify/nightly 3.7.15-master.2025-03-05 → 3.7.15-master.2025-03-06

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.7.15-master.2025-03-05
2
+ * Vuetify v3.7.15-master.2025-03-06
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2123,8 +2123,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
2123
2123
  else{const{mount:a}=e
2124
2124
  e.mount=function(){const l=a(...arguments)
2125
2125
  return t.nextTick((()=>c.update())),e.mount=a,l}}St.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:sf.call(this,kt),display:sf.call(this,hn),theme:sf.call(this,Va),icons:sf.call(this,Ot),locale:sf.call(this,ma),date:sf.call(this,mu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function sf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2126
- if(a&&e in a)return a[e]}rf.version="3.7.15-master.2025-03-05"
2127
- const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.15-master.2025-03-05"
2126
+ if(a&&e in a)return a[e]}rf.version="3.7.15-master.2025-03-06"
2127
+ const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.15-master.2025-03-06"
2128
2128
  uf.version=cf,e.blueprints=Zt,e.components=Zp,e.createVuetify=uf,e.directives=nf,e.useDate=hu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2129
2129
  const{props:a,provideSubDefaults:l}=Ct(e,t)
2130
2130
  return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.15-master.2025-03-05";
19
+ export const version = "3.7.15-master.2025-03-06";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.7.15-master.2025-03-05";
100
+ export const version = "3.7.15-master.2025-03-06";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -486,38 +486,51 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
+ VApp: typeof import('vuetify/components')['VApp']
489
490
  VAlert: typeof import('vuetify/components')['VAlert']
490
491
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
491
492
  VAppBar: typeof import('vuetify/components')['VAppBar']
492
493
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
493
494
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
494
- VApp: typeof import('vuetify/components')['VApp']
495
495
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
496
- VAvatar: typeof import('vuetify/components')['VAvatar']
497
496
  VBadge: typeof import('vuetify/components')['VBadge']
498
- VCard: typeof import('vuetify/components')['VCard']
499
- VCardActions: typeof import('vuetify/components')['VCardActions']
500
- VCardItem: typeof import('vuetify/components')['VCardItem']
501
- VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
502
- VCardText: typeof import('vuetify/components')['VCardText']
503
- VCardTitle: typeof import('vuetify/components')['VCardTitle']
504
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
505
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
497
  VBanner: typeof import('vuetify/components')['VBanner']
507
498
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
508
499
  VBannerText: typeof import('vuetify/components')['VBannerText']
500
+ VBtn: typeof import('vuetify/components')['VBtn']
501
+ VAvatar: typeof import('vuetify/components')['VAvatar']
502
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
503
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
504
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
509
505
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
510
506
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
511
507
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
512
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
513
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
514
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
515
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
508
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
516
509
  VCarousel: typeof import('vuetify/components')['VCarousel']
517
510
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
518
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
511
+ VChip: typeof import('vuetify/components')['VChip']
512
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
513
+ VCard: typeof import('vuetify/components')['VCard']
514
+ VCardActions: typeof import('vuetify/components')['VCardActions']
515
+ VCardItem: typeof import('vuetify/components')['VCardItem']
516
+ VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
517
+ VCardText: typeof import('vuetify/components')['VCardText']
518
+ VCardTitle: typeof import('vuetify/components')['VCardTitle']
519
519
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
520
+ VCode: typeof import('vuetify/components')['VCode']
521
+ VCombobox: typeof import('vuetify/components')['VCombobox']
522
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
523
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
524
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
525
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
526
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
527
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
520
528
  VCounter: typeof import('vuetify/components')['VCounter']
529
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
530
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
531
+ VDialog: typeof import('vuetify/components')['VDialog']
532
+ VFab: typeof import('vuetify/components')['VFab']
533
+ VDivider: typeof import('vuetify/components')['VDivider']
521
534
  VDataTable: typeof import('vuetify/components')['VDataTable']
522
535
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
523
536
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -525,25 +538,12 @@ declare module 'vue' {
525
538
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
526
539
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
527
540
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
528
- VCode: typeof import('vuetify/components')['VCode']
529
- VDialog: typeof import('vuetify/components')['VDialog']
530
- VCombobox: typeof import('vuetify/components')['VCombobox']
531
- VChip: typeof import('vuetify/components')['VChip']
532
541
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
533
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
534
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
535
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
536
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
537
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
538
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
539
- VBtn: typeof import('vuetify/components')['VBtn']
540
542
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
541
543
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
542
544
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
543
545
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
544
- VDivider: typeof import('vuetify/components')['VDivider']
545
546
  VFooter: typeof import('vuetify/components')['VFooter']
546
- VFab: typeof import('vuetify/components')['VFab']
547
547
  VField: typeof import('vuetify/components')['VField']
548
548
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
549
549
  VFileInput: typeof import('vuetify/components')['VFileInput']
@@ -552,13 +552,14 @@ declare module 'vue' {
552
552
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
553
553
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
554
554
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
555
- VImg: typeof import('vuetify/components')['VImg']
555
+ VLabel: typeof import('vuetify/components')['VLabel']
556
556
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
557
557
  VItem: typeof import('vuetify/components')['VItem']
558
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
559
558
  VInput: typeof import('vuetify/components')['VInput']
560
- VLabel: typeof import('vuetify/components')['VLabel']
559
+ VImg: typeof import('vuetify/components')['VImg']
560
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
561
561
  VKbd: typeof import('vuetify/components')['VKbd']
562
+ VMain: typeof import('vuetify/components')['VMain']
562
563
  VList: typeof import('vuetify/components')['VList']
563
564
  VListGroup: typeof import('vuetify/components')['VListGroup']
564
565
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -568,25 +569,27 @@ declare module 'vue' {
568
569
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
569
570
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
570
571
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
- VMenu: typeof import('vuetify/components')['VMenu']
572
- VMain: typeof import('vuetify/components')['VMain']
573
572
  VMessages: typeof import('vuetify/components')['VMessages']
574
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
- VPagination: typeof import('vuetify/components')['VPagination']
573
+ VMenu: typeof import('vuetify/components')['VMenu']
576
574
  VOverlay: typeof import('vuetify/components')['VOverlay']
575
+ VPagination: typeof import('vuetify/components')['VPagination']
576
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
577
577
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
578
578
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
580
579
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
- VSelect: typeof import('vuetify/components')['VSelect']
582
580
  VRating: typeof import('vuetify/components')['VRating']
581
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
582
+ VSelect: typeof import('vuetify/components')['VSelect']
583
583
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
584
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
585
584
  VSheet: typeof import('vuetify/components')['VSheet']
586
585
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
587
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
586
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
588
587
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
589
588
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
589
+ VSwitch: typeof import('vuetify/components')['VSwitch']
590
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
591
+ VTable: typeof import('vuetify/components')['VTable']
592
+ VTextarea: typeof import('vuetify/components')['VTextarea']
590
593
  VSlider: typeof import('vuetify/components')['VSlider']
591
594
  VStepper: typeof import('vuetify/components')['VStepper']
592
595
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -594,43 +597,40 @@ declare module 'vue' {
594
597
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
595
598
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
596
599
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
597
- VSwitch: typeof import('vuetify/components')['VSwitch']
600
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
598
601
  VTab: typeof import('vuetify/components')['VTab']
599
602
  VTabs: typeof import('vuetify/components')['VTabs']
600
603
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
601
604
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
602
- VTextField: typeof import('vuetify/components')['VTextField']
603
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
604
- VTextarea: typeof import('vuetify/components')['VTextarea']
605
- VTable: typeof import('vuetify/components')['VTable']
606
605
  VTimeline: typeof import('vuetify/components')['VTimeline']
607
606
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
607
+ VTextField: typeof import('vuetify/components')['VTextField']
608
608
  VToolbar: typeof import('vuetify/components')['VToolbar']
609
609
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
610
610
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
611
+ VTooltip: typeof import('vuetify/components')['VTooltip']
611
612
  VWindow: typeof import('vuetify/components')['VWindow']
612
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
613
- VTooltip: typeof import('vuetify/components')['VTooltip']
614
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
614
615
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
616
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
- VHover: typeof import('vuetify/components')['VHover']
618
- VForm: typeof import('vuetify/components')['VForm']
619
617
  VContainer: typeof import('vuetify/components')['VContainer']
620
618
  VCol: typeof import('vuetify/components')['VCol']
621
619
  VRow: typeof import('vuetify/components')['VRow']
622
620
  VSpacer: typeof import('vuetify/components')['VSpacer']
623
- VLayout: typeof import('vuetify/components')['VLayout']
624
- VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
621
+ VForm: typeof import('vuetify/components')['VForm']
622
+ VHover: typeof import('vuetify/components')['VHover']
625
623
  VLazy: typeof import('vuetify/components')['VLazy']
626
624
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
625
+ VLayout: typeof import('vuetify/components')['VLayout']
626
+ VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
627
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
628
  VParallax: typeof import('vuetify/components')['VParallax']
629
- VRadio: typeof import('vuetify/components')['VRadio']
630
629
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
+ VRadio: typeof import('vuetify/components')['VRadio']
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
- VSparkline: typeof import('vuetify/components')['VSparkline']
633
632
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
633
+ VSparkline: typeof import('vuetify/components')['VSparkline']
634
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
635
  VValidation: typeof import('vuetify/components')['VValidation']
636
636
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
@@ -664,14 +664,14 @@ declare module 'vue' {
664
664
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
665
665
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
666
666
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
667
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
668
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
669
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
670
667
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
671
668
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
672
669
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
670
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
671
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
672
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
673
673
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
674
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
675
674
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
675
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
676
676
  }
677
677
  }
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.7.15-master.2025-03-05",
4
+ "version": "3.7.15-master.2025-03-06",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"