@vuetify/nightly 3.7.11-master.2025-02-11 → 3.7.12-master.2025-02-12

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.11-master.2025-02-11
2
+ * Vuetify v3.7.12-master.2025-02-12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2118,8 +2118,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
2118
2118
  else{const{mount:a}=e
2119
2119
  e.mount=function(){const l=a(...arguments)
2120
2120
  return t.nextTick((()=>c.update())),e.mount=a,l}}kt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:uf.call(this,xt),display:uf.call(this,yn),theme:uf.call(this,wa),icons:uf.call(this,Lt),locale:uf.call(this,ga),date:uf.call(this,gu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function uf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2121
- if(a&&e in a)return a[e]}sf.version="3.7.11-master.2025-02-11"
2122
- const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.11-master.2025-02-11"
2121
+ if(a&&e in a)return a[e]}sf.version="3.7.12-master.2025-02-12"
2122
+ const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.12-master.2025-02-12"
2123
2123
  cf.version=df,e.blueprints=Qt,e.components=Qp,e.createVuetify=cf,e.directives=rf,e.useDate=yu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2124
2124
  const{props:a,provideSubDefaults:l}=_t(e,t)
2125
2125
  return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=oa,e.useLocale=ya,e.useRtl=Va,e.useTheme=Na,e.version=df}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.11-master.2025-02-11";
19
+ export const version = "3.7.12-master.2025-02-12";
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.11-master.2025-02-11";
100
+ export const version = "3.7.12-master.2025-02-12";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -491,35 +491,35 @@ declare module 'vue' {
491
491
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
492
492
  VAlert: typeof import('vuetify/components')['VAlert']
493
493
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
494
- VBadge: typeof import('vuetify/components')['VBadge']
495
- VAvatar: typeof import('vuetify/components')['VAvatar']
496
494
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
497
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
495
+ VApp: typeof import('vuetify/components')['VApp']
498
496
  VBanner: typeof import('vuetify/components')['VBanner']
499
497
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
500
498
  VBannerText: typeof import('vuetify/components')['VBannerText']
501
- VApp: typeof import('vuetify/components')['VApp']
499
+ VBadge: typeof import('vuetify/components')['VBadge']
500
+ VAvatar: typeof import('vuetify/components')['VAvatar']
501
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
502
502
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
503
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
504
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
503
505
  VBtn: typeof import('vuetify/components')['VBtn']
506
+ VCarousel: typeof import('vuetify/components')['VCarousel']
507
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
504
508
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
505
509
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
506
510
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
511
+ VChip: typeof import('vuetify/components')['VChip']
512
+ VCode: typeof import('vuetify/components')['VCode']
507
513
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
508
514
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
509
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
510
- VChip: typeof import('vuetify/components')['VChip']
511
- VCarousel: typeof import('vuetify/components')['VCarousel']
512
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
515
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
516
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
513
517
  VCard: typeof import('vuetify/components')['VCard']
514
518
  VCardActions: typeof import('vuetify/components')['VCardActions']
515
519
  VCardItem: typeof import('vuetify/components')['VCardItem']
516
520
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
517
521
  VCardText: typeof import('vuetify/components')['VCardText']
518
522
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
519
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
520
- VCode: typeof import('vuetify/components')['VCode']
521
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
- VCounter: typeof import('vuetify/components')['VCounter']
523
523
  VDataTable: typeof import('vuetify/components')['VDataTable']
524
524
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
525
525
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -527,34 +527,36 @@ declare module 'vue' {
527
527
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
528
528
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
529
529
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
530
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
531
- VDialog: typeof import('vuetify/components')['VDialog']
532
530
  VCombobox: typeof import('vuetify/components')['VCombobox']
533
531
  VDivider: typeof import('vuetify/components')['VDivider']
532
+ VDialog: typeof import('vuetify/components')['VDialog']
533
+ VCounter: typeof import('vuetify/components')['VCounter']
534
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
534
535
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
535
536
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
536
537
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
537
538
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
538
539
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
539
540
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
540
- VFileInput: typeof import('vuetify/components')['VFileInput']
541
541
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
542
542
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
543
543
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
544
544
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
545
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
546
- VImg: typeof import('vuetify/components')['VImg']
545
+ VFileInput: typeof import('vuetify/components')['VFileInput']
547
546
  VField: typeof import('vuetify/components')['VField']
548
547
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
549
- VFooter: typeof import('vuetify/components')['VFooter']
550
548
  VFab: typeof import('vuetify/components')['VFab']
549
+ VInput: typeof import('vuetify/components')['VInput']
550
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
551
+ VFooter: typeof import('vuetify/components')['VFooter']
551
552
  VIcon: typeof import('vuetify/components')['VIcon']
552
553
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
553
554
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
554
555
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
555
556
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
556
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
557
  VKbd: typeof import('vuetify/components')['VKbd']
558
+ VLabel: typeof import('vuetify/components')['VLabel']
559
+ VImg: typeof import('vuetify/components')['VImg']
558
560
  VList: typeof import('vuetify/components')['VList']
559
561
  VListGroup: typeof import('vuetify/components')['VListGroup']
560
562
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -564,73 +566,71 @@ declare module 'vue' {
564
566
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
565
567
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
566
568
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
567
- VInput: typeof import('vuetify/components')['VInput']
568
- VLabel: typeof import('vuetify/components')['VLabel']
569
569
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
570
570
  VItem: typeof import('vuetify/components')['VItem']
571
- VMessages: typeof import('vuetify/components')['VMessages']
572
571
  VMenu: typeof import('vuetify/components')['VMenu']
573
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
574
572
  VMain: typeof import('vuetify/components')['VMain']
573
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
575
574
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
576
575
  VOverlay: typeof import('vuetify/components')['VOverlay']
577
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
578
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
576
+ VMessages: typeof import('vuetify/components')['VMessages']
580
577
  VPagination: typeof import('vuetify/components')['VPagination']
578
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
581
579
  VRating: typeof import('vuetify/components')['VRating']
582
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
580
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
583
582
  VSelect: typeof import('vuetify/components')['VSelect']
583
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
584
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
584
586
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
585
587
  VSlider: typeof import('vuetify/components')['VSlider']
586
- VSheet: typeof import('vuetify/components')['VSheet']
587
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
588
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
589
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
590
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
588
591
  VStepper: typeof import('vuetify/components')['VStepper']
589
592
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
590
593
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
591
594
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
592
595
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
593
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
594
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
595
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
596
- VTable: typeof import('vuetify/components')['VTable']
597
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
598
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
597
+ VSwitch: typeof import('vuetify/components')['VSwitch']
599
598
  VTab: typeof import('vuetify/components')['VTab']
600
599
  VTabs: typeof import('vuetify/components')['VTabs']
601
600
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
602
601
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
602
+ VTable: typeof import('vuetify/components')['VTable']
603
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
604
+ VTextarea: typeof import('vuetify/components')['VTextarea']
605
+ VTextField: typeof import('vuetify/components')['VTextField']
603
606
  VTimeline: typeof import('vuetify/components')['VTimeline']
604
607
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
605
- VTextField: typeof import('vuetify/components')['VTextField']
606
- VTextarea: typeof import('vuetify/components')['VTextarea']
607
- VSwitch: typeof import('vuetify/components')['VSwitch']
608
- VTooltip: typeof import('vuetify/components')['VTooltip']
609
608
  VToolbar: typeof import('vuetify/components')['VToolbar']
610
609
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
611
610
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
611
+ VTooltip: typeof import('vuetify/components')['VTooltip']
612
612
  VWindow: typeof import('vuetify/components')['VWindow']
613
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
614
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
615
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
616
- VForm: typeof import('vuetify/components')['VForm']
615
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
617
  VContainer: typeof import('vuetify/components')['VContainer']
618
618
  VCol: typeof import('vuetify/components')['VCol']
619
619
  VRow: typeof import('vuetify/components')['VRow']
620
620
  VSpacer: typeof import('vuetify/components')['VSpacer']
621
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
621
+ VForm: typeof import('vuetify/components')['VForm']
622
622
  VHover: typeof import('vuetify/components')['VHover']
623
623
  VLazy: typeof import('vuetify/components')['VLazy']
624
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
625
624
  VLayout: typeof import('vuetify/components')['VLayout']
626
625
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
626
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
628
  VParallax: typeof import('vuetify/components')['VParallax']
629
629
  VRadio: typeof import('vuetify/components')['VRadio']
630
630
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
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']
@@ -650,23 +650,23 @@ 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
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
653
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
654
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
654
655
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
655
656
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
656
657
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
657
658
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
658
659
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
659
660
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
660
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
661
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
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
661
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
666
662
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
667
663
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
668
664
  VPicker: typeof import('vuetify/labs/components')['VPicker']
669
665
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
666
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
667
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
668
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
669
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
670
670
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
671
671
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
672
672
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
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.11-master.2025-02-11",
4
+ "version": "3.7.12-master.2025-02-12",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"