@vuetify/nightly 3.7.6-master.2025-01-16 → 3.7.6-master.2025-01-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.6-master.2025-01-16
2
+ * Vuetify v3.7.6-master.2025-01-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2106,8 +2106,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
2106
2106
  else{const{mount:a}=e
2107
2107
  e.mount=function(){const l=a(...arguments)
2108
2108
  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
2109
- if(a&&e in a)return a[e]}rf.version="3.7.6-master.2025-01-16"
2110
- const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.6-master.2025-01-16"
2109
+ if(a&&e in a)return a[e]}rf.version="3.7.6-master.2025-01-18"
2110
+ const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.6-master.2025-01-18"
2111
2111
  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
2112
2112
  const{props:a,provideSubDefaults:l}=Ct(e,t)
2113
2113
  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.6-master.2025-01-16";
19
+ export const version = "3.7.6-master.2025-01-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.6-master.2025-01-16";
100
+ export const version = "3.7.6-master.2025-01-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
@@ -489,21 +489,21 @@ declare module 'vue' {
489
489
  VAppBar: typeof import('vuetify/components')['VAppBar']
490
490
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
491
491
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
492
- VApp: typeof import('vuetify/components')['VApp']
493
- VAvatar: typeof import('vuetify/components')['VAvatar']
494
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
495
- VBadge: typeof import('vuetify/components')['VBadge']
496
492
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
493
+ VAlert: typeof import('vuetify/components')['VAlert']
494
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
+ VApp: typeof import('vuetify/components')['VApp']
497
496
  VBanner: typeof import('vuetify/components')['VBanner']
498
497
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
499
498
  VBannerText: typeof import('vuetify/components')['VBannerText']
500
- VAlert: typeof import('vuetify/components')['VAlert']
501
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
499
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
500
+ VAvatar: typeof import('vuetify/components')['VAvatar']
501
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
502
+ VBadge: typeof import('vuetify/components')['VBadge']
502
503
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
503
504
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
504
505
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
505
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
507
507
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
508
508
  VCard: typeof import('vuetify/components')['VCard']
509
509
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -511,17 +511,25 @@ declare module 'vue' {
511
511
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
512
512
  VCardText: typeof import('vuetify/components')['VCardText']
513
513
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
514
- VCarousel: typeof import('vuetify/components')['VCarousel']
515
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
516
- VBtn: typeof import('vuetify/components')['VBtn']
517
- VChip: typeof import('vuetify/components')['VChip']
518
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
514
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
519
515
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
520
516
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
521
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
- VCounter: typeof import('vuetify/components')['VCounter']
517
+ VChip: typeof import('vuetify/components')['VChip']
518
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
523
519
  VCode: typeof import('vuetify/components')['VCode']
520
+ VCarousel: typeof import('vuetify/components')['VCarousel']
521
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
522
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
524
523
  VCombobox: typeof import('vuetify/components')['VCombobox']
524
+ VCounter: typeof import('vuetify/components')['VCounter']
525
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
526
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
527
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
528
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
529
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
530
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
531
+ VDivider: typeof import('vuetify/components')['VDivider']
532
+ VDialog: typeof import('vuetify/components')['VDialog']
525
533
  VDataTable: typeof import('vuetify/components')['VDataTable']
526
534
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
527
535
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -529,35 +537,27 @@ declare module 'vue' {
529
537
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
530
538
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
531
539
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
532
- VDialog: typeof import('vuetify/components')['VDialog']
533
540
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
541
+ VFab: typeof import('vuetify/components')['VFab']
534
542
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
535
543
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
536
544
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
537
545
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
538
- VDivider: typeof import('vuetify/components')['VDivider']
539
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
540
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
541
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
542
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
543
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
544
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
545
- VFab: typeof import('vuetify/components')['VFab']
546
- VField: typeof import('vuetify/components')['VField']
547
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
548
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
549
546
  VFileInput: typeof import('vuetify/components')['VFileInput']
550
547
  VFooter: typeof import('vuetify/components')['VFooter']
551
- VImg: typeof import('vuetify/components')['VImg']
552
- VInput: typeof import('vuetify/components')['VInput']
548
+ VField: typeof import('vuetify/components')['VField']
549
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
553
550
  VIcon: typeof import('vuetify/components')['VIcon']
554
551
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
555
552
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
556
553
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
557
554
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
555
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
556
+ VKbd: typeof import('vuetify/components')['VKbd']
557
+ VImg: typeof import('vuetify/components')['VImg']
558
558
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
559
559
  VItem: typeof import('vuetify/components')['VItem']
560
- VKbd: typeof import('vuetify/components')['VKbd']
560
+ VInput: typeof import('vuetify/components')['VInput']
561
561
  VLabel: typeof import('vuetify/components')['VLabel']
562
562
  VList: typeof import('vuetify/components')['VList']
563
563
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -568,71 +568,71 @@ declare module 'vue' {
568
568
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
569
569
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
570
570
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
572
571
  VMenu: typeof import('vuetify/components')['VMenu']
573
- VPagination: typeof import('vuetify/components')['VPagination']
574
- VOverlay: typeof import('vuetify/components')['VOverlay']
575
- VMain: typeof import('vuetify/components')['VMain']
576
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
577
572
  VMessages: typeof import('vuetify/components')['VMessages']
573
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
574
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
575
+ VMain: typeof import('vuetify/components')['VMain']
578
576
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
577
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
580
578
  VRating: typeof import('vuetify/components')['VRating']
581
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
579
+ VOverlay: typeof import('vuetify/components')['VOverlay']
580
+ VPagination: typeof import('vuetify/components')['VPagination']
582
581
  VSelect: typeof import('vuetify/components')['VSelect']
583
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
584
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
585
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
586
- VSheet: typeof import('vuetify/components')['VSheet']
587
- VSlider: typeof import('vuetify/components')['VSlider']
588
582
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
589
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
590
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
591
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
592
- VTable: typeof import('vuetify/components')['VTable']
593
- VSwitch: typeof import('vuetify/components')['VSwitch']
594
- VTimeline: typeof import('vuetify/components')['VTimeline']
595
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
596
- VTextField: typeof import('vuetify/components')['VTextField']
583
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
584
+ VSlider: typeof import('vuetify/components')['VSlider']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
586
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
587
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
588
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
597
589
  VStepper: typeof import('vuetify/components')['VStepper']
598
590
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
599
591
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
600
592
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
601
593
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
602
594
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
603
- VTextarea: typeof import('vuetify/components')['VTextarea']
595
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
596
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
597
+ VSwitch: typeof import('vuetify/components')['VSwitch']
598
+ VTable: typeof import('vuetify/components')['VTable']
604
599
  VTab: typeof import('vuetify/components')['VTab']
605
600
  VTabs: typeof import('vuetify/components')['VTabs']
606
601
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
607
602
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
608
- VToolbar: typeof import('vuetify/components')['VToolbar']
609
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
610
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
603
+ VTextarea: typeof import('vuetify/components')['VTextarea']
604
+ VTimeline: typeof import('vuetify/components')['VTimeline']
605
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
611
606
  VTooltip: typeof import('vuetify/components')['VTooltip']
612
607
  VWindow: typeof import('vuetify/components')['VWindow']
613
608
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
609
+ VTextField: typeof import('vuetify/components')['VTextField']
610
+ VToolbar: typeof import('vuetify/components')['VToolbar']
611
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
612
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
613
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
614
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
614
615
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
616
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
617
617
  VForm: typeof import('vuetify/components')['VForm']
618
- VHover: typeof import('vuetify/components')['VHover']
619
618
  VContainer: typeof import('vuetify/components')['VContainer']
620
619
  VCol: typeof import('vuetify/components')['VCol']
621
620
  VRow: typeof import('vuetify/components')['VRow']
622
621
  VSpacer: typeof import('vuetify/components')['VSpacer']
622
+ VHover: typeof import('vuetify/components')['VHover']
623
623
  VLayout: typeof import('vuetify/components')['VLayout']
624
624
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
626
625
  VLazy: typeof import('vuetify/components')['VLazy']
627
- VParallax: typeof import('vuetify/components')['VParallax']
626
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
628
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
629
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
628
+ VParallax: typeof import('vuetify/components')['VParallax']
630
629
  VRadio: typeof import('vuetify/components')['VRadio']
630
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
- VValidation: typeof import('vuetify/components')['VValidation']
635
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
+ VValidation: typeof import('vuetify/components')['VValidation']
636
636
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
637
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
638
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -650,26 +650,26 @@ declare module 'vue' {
650
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
651
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
652
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
653
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
654
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
655
653
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
656
654
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
657
655
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
658
656
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
659
657
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
660
658
  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']
661
663
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
662
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
663
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
664
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
665
664
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
666
665
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
667
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']
668
670
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
671
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
672
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
671
- VPicker: typeof import('vuetify/labs/components')['VPicker']
672
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
673
673
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
674
674
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
675
675
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
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.6-master.2025-01-16",
4
+ "version": "3.7.6-master.2025-01-18",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"