@vuetify/nightly 3.7.16-master.2025-03-17 → 3.7.17-master.2025-03-18

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.16-master.2025-03-17
2
+ * Vuetify v3.7.17-master.2025-03-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2124,8 +2124,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
2124
2124
  else{const{mount:a}=e
2125
2125
  e.mount=function(){const l=a(...arguments)
2126
2126
  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:rf.call(this,kt),display:rf.call(this,hn),theme:rf.call(this,Va),icons:rf.call(this,Ot),locale:rf.call(this,ma),date:rf.call(this,fu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function rf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2127
- if(a&&e in a)return a[e]}nf.version="3.7.16-master.2025-03-17"
2128
- const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.16-master.2025-03-17"
2127
+ if(a&&e in a)return a[e]}nf.version="3.7.17-master.2025-03-18"
2128
+ const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.17-master.2025-03-18"
2129
2129
  sf.version=uf,e.blueprints=Zt,e.components=Xp,e.createVuetify=sf,e.directives=of,e.useDate=gu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2130
2130
  const{props:a,provideSubDefaults:l}=Ct(e,t)
2131
2131
  return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=uf}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.16-master.2025-03-17";
19
+ export const version = "3.7.17-master.2025-03-18";
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.16-master.2025-03-17";
100
+ export const version = "3.7.17-master.2025-03-18";
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,45 +486,49 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
- VAlert: typeof import('vuetify/components')['VAlert']
490
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
491
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
492
489
  VApp: typeof import('vuetify/components')['VApp']
493
- VAvatar: typeof import('vuetify/components')['VAvatar']
490
+ VAppBar: typeof import('vuetify/components')['VAppBar']
491
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
492
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
493
+ VBadge: typeof import('vuetify/components')['VBadge']
494
494
  VBanner: typeof import('vuetify/components')['VBanner']
495
495
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
496
496
  VBannerText: typeof import('vuetify/components')['VBannerText']
497
- VBadge: typeof import('vuetify/components')['VBadge']
498
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
497
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
499
498
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
500
499
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
501
500
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
502
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
501
+ VAvatar: typeof import('vuetify/components')['VAvatar']
503
502
  VBtn: typeof import('vuetify/components')['VBtn']
503
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
504
+ VAlert: typeof import('vuetify/components')['VAlert']
505
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
506
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
507
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
508
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
509
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
510
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
511
+ VCarousel: typeof import('vuetify/components')['VCarousel']
512
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
504
513
  VCard: typeof import('vuetify/components')['VCard']
505
514
  VCardActions: typeof import('vuetify/components')['VCardActions']
506
515
  VCardItem: typeof import('vuetify/components')['VCardItem']
507
516
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
508
517
  VCardText: typeof import('vuetify/components')['VCardText']
509
518
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
510
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
511
- VCarousel: typeof import('vuetify/components')['VCarousel']
512
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
513
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
514
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
519
+ VChip: typeof import('vuetify/components')['VChip']
515
520
  VCombobox: typeof import('vuetify/components')['VCombobox']
516
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
517
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
518
- VCode: typeof import('vuetify/components')['VCode']
521
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
519
523
  VCounter: typeof import('vuetify/components')['VCounter']
520
- VChip: typeof import('vuetify/components')['VChip']
524
+ VCode: typeof import('vuetify/components')['VCode']
525
+ VDialog: typeof import('vuetify/components')['VDialog']
521
526
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
522
527
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
523
528
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
524
529
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
525
530
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
526
531
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
527
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
528
532
  VDataTable: typeof import('vuetify/components')['VDataTable']
529
533
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
530
534
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -532,29 +536,25 @@ declare module 'vue' {
532
536
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
533
537
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
534
538
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
535
- VDialog: typeof import('vuetify/components')['VDialog']
539
+ VDivider: typeof import('vuetify/components')['VDivider']
536
540
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
537
541
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
538
542
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
539
543
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
540
544
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
541
- VField: typeof import('vuetify/components')['VField']
542
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
543
545
  VFab: typeof import('vuetify/components')['VFab']
544
- VDivider: typeof import('vuetify/components')['VDivider']
545
- VFileInput: typeof import('vuetify/components')['VFileInput']
546
- VFooter: typeof import('vuetify/components')['VFooter']
547
546
  VIcon: typeof import('vuetify/components')['VIcon']
548
547
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
549
548
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
550
549
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
551
550
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
552
- VImg: typeof import('vuetify/components')['VImg']
551
+ VFileInput: typeof import('vuetify/components')['VFileInput']
552
+ VFooter: typeof import('vuetify/components')['VFooter']
553
+ VKbd: typeof import('vuetify/components')['VKbd']
553
554
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
555
+ VInput: typeof import('vuetify/components')['VInput']
554
556
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
555
557
  VItem: typeof import('vuetify/components')['VItem']
556
- VKbd: typeof import('vuetify/components')['VKbd']
557
- VInput: typeof import('vuetify/components')['VInput']
558
558
  VList: typeof import('vuetify/components')['VList']
559
559
  VListGroup: typeof import('vuetify/components')['VListGroup']
560
560
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -564,29 +564,29 @@ declare module 'vue' {
564
564
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
565
565
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
566
566
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
567
- VMain: typeof import('vuetify/components')['VMain']
568
567
  VLabel: typeof import('vuetify/components')['VLabel']
568
+ VImg: typeof import('vuetify/components')['VImg']
569
+ VMain: typeof import('vuetify/components')['VMain']
570
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
569
571
  VMenu: typeof import('vuetify/components')['VMenu']
570
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
572
+ VField: typeof import('vuetify/components')['VField']
573
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
571
574
  VOverlay: typeof import('vuetify/components')['VOverlay']
572
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
573
- VPagination: typeof import('vuetify/components')['VPagination']
574
- VAppBar: typeof import('vuetify/components')['VAppBar']
575
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
576
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
577
575
  VMessages: typeof import('vuetify/components')['VMessages']
576
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
578
577
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
578
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
+ VPagination: typeof import('vuetify/components')['VPagination']
580
580
  VRating: typeof import('vuetify/components')['VRating']
581
581
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
582
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
583
583
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
584
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
585
- VSheet: typeof import('vuetify/components')['VSheet']
586
584
  VSelect: typeof import('vuetify/components')['VSelect']
587
- VSlider: typeof import('vuetify/components')['VSlider']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
588
586
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
589
587
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
588
+ VSlider: typeof import('vuetify/components')['VSlider']
589
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
590
590
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
591
591
  VStepper: typeof import('vuetify/components')['VStepper']
592
592
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -595,43 +595,45 @@ declare module 'vue' {
595
595
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
596
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
597
597
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
598
+ VSwitch: typeof import('vuetify/components')['VSwitch']
599
+ VTextField: typeof import('vuetify/components')['VTextField']
600
+ VTable: typeof import('vuetify/components')['VTable']
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
- VSwitch: typeof import('vuetify/components')['VSwitch']
603
- VTable: typeof import('vuetify/components')['VTable']
604
- VTextField: typeof import('vuetify/components')['VTextField']
605
- VTextarea: typeof import('vuetify/components')['VTextarea']
606
- VTooltip: typeof import('vuetify/components')['VTooltip']
607
- VTimeline: typeof import('vuetify/components')['VTimeline']
608
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
609
605
  VToolbar: typeof import('vuetify/components')['VToolbar']
610
606
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
611
607
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
608
+ VTooltip: typeof import('vuetify/components')['VTooltip']
609
+ VTextarea: typeof import('vuetify/components')['VTextarea']
610
+ VTimeline: typeof import('vuetify/components')['VTimeline']
611
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
612
612
  VWindow: typeof import('vuetify/components')['VWindow']
613
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
- VHover: typeof import('vuetify/components')['VHover']
618
617
  VForm: typeof import('vuetify/components')['VForm']
618
+ VHover: typeof import('vuetify/components')['VHover']
619
619
  VContainer: typeof import('vuetify/components')['VContainer']
620
620
  VCol: typeof import('vuetify/components')['VCol']
621
621
  VRow: typeof import('vuetify/components')['VRow']
622
622
  VSpacer: typeof import('vuetify/components')['VSpacer']
623
623
  VLazy: typeof import('vuetify/components')['VLazy']
624
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
625
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
626
- VRadio: typeof import('vuetify/components')['VRadio']
627
- VResponsive: typeof import('vuetify/components')['VResponsive']
628
624
  VLayout: typeof import('vuetify/components')['VLayout']
629
625
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
626
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
630
627
  VParallax: typeof import('vuetify/components')['VParallax']
631
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
628
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
629
+ VRadio: typeof import('vuetify/components')['VRadio']
630
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
631
+ VResponsive: typeof import('vuetify/components')['VResponsive']
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
633
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
634
635
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
636
+ VValidation: typeof import('vuetify/components')['VValidation']
635
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
636
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
637
639
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -648,18 +650,17 @@ declare module 'vue' {
648
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
649
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
650
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
651
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
652
- VValidation: typeof import('vuetify/components')['VValidation']
653
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
654
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
655
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
656
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
657
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
653
658
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
659
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
660
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
656
661
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
657
662
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
663
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
659
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
660
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
661
- VPicker: typeof import('vuetify/labs/components')['VPicker']
662
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
663
664
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
664
665
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
665
666
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
@@ -669,9 +670,8 @@ declare module 'vue' {
669
670
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
670
671
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
671
672
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
672
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
673
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
674
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
674
675
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
675
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
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.16-master.2025-03-17",
4
+ "version": "3.7.17-master.2025-03-18",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"