@vuetify/nightly 3.7.12-master.2025-02-14 → 3.7.12-master.2025-02-15

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.12-master.2025-02-14
2
+ * Vuetify v3.7.12-master.2025-02-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2120,8 +2120,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
2120
2120
  else{const{mount:a}=e
2121
2121
  e.mount=function(){const l=a(...arguments)
2122
2122
  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
2123
- if(a&&e in a)return a[e]}sf.version="3.7.12-master.2025-02-14"
2124
- 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-14"
2123
+ if(a&&e in a)return a[e]}sf.version="3.7.12-master.2025-02-15"
2124
+ 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-15"
2125
2125
  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
2126
2126
  const{props:a,provideSubDefaults:l}=_t(e,t)
2127
2127
  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.12-master.2025-02-14";
19
+ export const version = "3.7.12-master.2025-02-15";
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.12-master.2025-02-14";
100
+ export const version = "3.7.12-master.2025-02-15";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -490,21 +490,22 @@ declare module 'vue' {
490
490
  VAppBar: typeof import('vuetify/components')['VAppBar']
491
491
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
492
492
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
493
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
493
494
  VAlert: typeof import('vuetify/components')['VAlert']
494
495
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
- VBadge: typeof import('vuetify/components')['VBadge']
496
496
  VAvatar: typeof import('vuetify/components')['VAvatar']
497
+ VBtn: typeof import('vuetify/components')['VBtn']
497
498
  VBanner: typeof import('vuetify/components')['VBanner']
498
499
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
499
500
  VBannerText: typeof import('vuetify/components')['VBannerText']
501
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
502
+ VBadge: typeof import('vuetify/components')['VBadge']
500
503
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
501
504
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
502
505
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
503
- VBtn: typeof import('vuetify/components')['VBtn']
504
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
505
506
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
506
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
507
507
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
508
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
508
509
  VCarousel: typeof import('vuetify/components')['VCarousel']
509
510
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
510
511
  VChip: typeof import('vuetify/components')['VChip']
@@ -514,36 +515,37 @@ declare module 'vue' {
514
515
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
515
516
  VCardText: typeof import('vuetify/components')['VCardText']
516
517
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
518
+ VCode: typeof import('vuetify/components')['VCode']
517
519
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
518
520
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
519
521
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
520
522
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
521
- VCode: typeof import('vuetify/components')['VCode']
522
- VDataTable: typeof import('vuetify/components')['VDataTable']
523
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
524
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
525
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
526
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
527
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
528
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
529
523
  VCombobox: typeof import('vuetify/components')['VCombobox']
530
- VCounter: typeof import('vuetify/components')['VCounter']
531
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
532
524
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
525
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
526
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
527
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
528
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
529
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
538
- VDialog: typeof import('vuetify/components')['VDialog']
530
+ VCounter: typeof import('vuetify/components')['VCounter']
531
+ VDataTable: typeof import('vuetify/components')['VDataTable']
532
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
533
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
534
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
535
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
536
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
537
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
539
538
  VDivider: typeof import('vuetify/components')['VDivider']
539
+ VDialog: typeof import('vuetify/components')['VDialog']
540
540
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
541
541
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
542
542
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
543
543
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
544
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
545
+ VFooter: typeof import('vuetify/components')['VFooter']
544
546
  VFab: typeof import('vuetify/components')['VFab']
545
547
  VFileInput: typeof import('vuetify/components')['VFileInput']
546
- VFooter: typeof import('vuetify/components')['VFooter']
548
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
547
549
  VField: typeof import('vuetify/components')['VField']
548
550
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
549
551
  VIcon: typeof import('vuetify/components')['VIcon']
@@ -551,12 +553,14 @@ declare module 'vue' {
551
553
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
552
554
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
553
555
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
556
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
557
+ VItem: typeof import('vuetify/components')['VItem']
554
558
  VInput: typeof import('vuetify/components')['VInput']
555
559
  VImg: typeof import('vuetify/components')['VImg']
560
+ VLabel: typeof import('vuetify/components')['VLabel']
556
561
  VKbd: typeof import('vuetify/components')['VKbd']
557
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
558
- VItem: typeof import('vuetify/components')['VItem']
559
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
562
+ VMessages: typeof import('vuetify/components')['VMessages']
563
+ VMenu: typeof import('vuetify/components')['VMenu']
560
564
  VList: typeof import('vuetify/components')['VList']
561
565
  VListGroup: typeof import('vuetify/components')['VListGroup']
562
566
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -566,72 +570,70 @@ declare module 'vue' {
566
570
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
567
571
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
568
572
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
569
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
570
- VMenu: typeof import('vuetify/components')['VMenu']
571
- VLabel: typeof import('vuetify/components')['VLabel']
572
- VMain: typeof import('vuetify/components')['VMain']
573
- VMessages: typeof import('vuetify/components')['VMessages']
574
573
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
574
+ VMain: typeof import('vuetify/components')['VMain']
575
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
576
  VOverlay: typeof import('vuetify/components')['VOverlay']
576
577
  VPagination: typeof import('vuetify/components')['VPagination']
577
578
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
580
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
578
581
  VRating: typeof import('vuetify/components')['VRating']
582
+ VSelect: typeof import('vuetify/components')['VSelect']
579
583
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
580
- VSheet: typeof import('vuetify/components')['VSheet']
581
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
582
- VSlider: typeof import('vuetify/components')['VSlider']
584
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
585
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
586
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
583
587
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
584
- VSelect: typeof import('vuetify/components')['VSelect']
585
588
  VStepper: typeof import('vuetify/components')['VStepper']
586
589
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
587
590
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
588
591
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
589
592
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
590
593
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
591
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
592
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
594
+ VSlider: typeof import('vuetify/components')['VSlider']
593
595
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
594
- VSwitch: typeof import('vuetify/components')['VSwitch']
595
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
596
+ VSheet: typeof import('vuetify/components')['VSheet']
596
597
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
598
+ VTextarea: typeof import('vuetify/components')['VTextarea']
599
+ VSwitch: typeof import('vuetify/components')['VSwitch']
597
600
  VTab: typeof import('vuetify/components')['VTab']
598
601
  VTabs: typeof import('vuetify/components')['VTabs']
599
602
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
600
603
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
601
- VTable: typeof import('vuetify/components')['VTable']
602
604
  VTextField: typeof import('vuetify/components')['VTextField']
603
- VTextarea: typeof import('vuetify/components')['VTextarea']
604
- VTimeline: typeof import('vuetify/components')['VTimeline']
605
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
605
+ VTable: typeof import('vuetify/components')['VTable']
606
606
  VTooltip: typeof import('vuetify/components')['VTooltip']
607
607
  VToolbar: typeof import('vuetify/components')['VToolbar']
608
608
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
609
609
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
610
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
611
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
610
+ VWindow: typeof import('vuetify/components')['VWindow']
611
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
612
+ VTimeline: typeof import('vuetify/components')['VTimeline']
613
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
612
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
613
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
614
615
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
616
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
615
617
  VContainer: typeof import('vuetify/components')['VContainer']
616
618
  VCol: typeof import('vuetify/components')['VCol']
617
619
  VRow: typeof import('vuetify/components')['VRow']
618
620
  VSpacer: typeof import('vuetify/components')['VSpacer']
619
621
  VForm: typeof import('vuetify/components')['VForm']
620
622
  VHover: typeof import('vuetify/components')['VHover']
621
- VLazy: typeof import('vuetify/components')['VLazy']
622
623
  VLayout: typeof import('vuetify/components')['VLayout']
623
624
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
+ VLazy: typeof import('vuetify/components')['VLazy']
624
626
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
625
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
626
628
  VParallax: typeof import('vuetify/components')['VParallax']
627
629
  VRadio: typeof import('vuetify/components')['VRadio']
628
- VResponsive: typeof import('vuetify/components')['VResponsive']
629
630
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
631
+ VResponsive: typeof import('vuetify/components')['VResponsive']
630
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
631
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
632
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
633
- VValidation: typeof import('vuetify/components')['VValidation']
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,25 +650,23 @@ 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
- VWindow: typeof import('vuetify/components')['VWindow']
652
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
653
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
654
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
653
655
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
656
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
657
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
656
658
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
657
659
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
660
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
661
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
662
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
659
663
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
660
664
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
661
665
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
662
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
663
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
664
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
665
666
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
666
667
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
667
668
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
668
- VPicker: typeof import('vuetify/labs/components')['VPicker']
669
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
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.12-master.2025-02-14",
4
+ "version": "3.7.12-master.2025-02-15",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"