@vuetify/nightly 3.7.2-master.2024-10-09 → 3.7.2-master.2024-10-10

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.2-master.2024-10-09
2
+ * Vuetify v3.7.2-master.2024-10-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2099,8 +2099,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
2099
2099
  else{const{mount:a}=e
2100
2100
  e.mount=function(){const l=a(...arguments)
2101
2101
  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
2102
- if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-10-09"
2103
- const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.2-master.2024-10-09"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-10-10"
2103
+ const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.2-master.2024-10-10"
2104
2104
  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
2105
2105
  const{props:a,provideSubDefaults:l}=_t(e,t)
2106
2106
  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.2-master.2024-10-09";
19
+ export const version = "3.7.2-master.2024-10-10";
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.2-master.2024-10-09";
100
+ export const version = "3.7.2-master.2024-10-10";
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,48 +486,48 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
490
+ VAlert: typeof import('vuetify/components')['VAlert']
491
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
489
492
  VApp: typeof import('vuetify/components')['VApp']
490
493
  VAppBar: typeof import('vuetify/components')['VAppBar']
491
494
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
492
495
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
493
- VAlert: typeof import('vuetify/components')['VAlert']
494
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
496
- VBadge: typeof import('vuetify/components')['VBadge']
497
496
  VAvatar: typeof import('vuetify/components')['VAvatar']
498
497
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
498
+ VBadge: typeof import('vuetify/components')['VBadge']
499
499
  VBanner: typeof import('vuetify/components')['VBanner']
500
500
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
501
501
  VBannerText: typeof import('vuetify/components')['VBannerText']
502
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
503
+ VBtn: typeof import('vuetify/components')['VBtn']
502
504
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
503
505
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
504
506
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
505
507
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
506
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
508
+ VCarousel: typeof import('vuetify/components')['VCarousel']
509
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
510
+ VChip: typeof import('vuetify/components')['VChip']
511
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
512
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
513
+ VCode: typeof import('vuetify/components')['VCode']
507
514
  VCard: typeof import('vuetify/components')['VCard']
508
515
  VCardActions: typeof import('vuetify/components')['VCardActions']
509
516
  VCardItem: typeof import('vuetify/components')['VCardItem']
510
517
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
511
518
  VCardText: typeof import('vuetify/components')['VCardText']
512
519
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
513
- VBtn: typeof import('vuetify/components')['VBtn']
514
- VCarousel: typeof import('vuetify/components')['VCarousel']
515
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
516
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
517
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
518
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
519
520
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
520
- VCode: typeof import('vuetify/components')['VCode']
521
- VCounter: typeof import('vuetify/components')['VCounter']
522
- VChip: typeof import('vuetify/components')['VChip']
521
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
523
522
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
523
+ VCounter: typeof import('vuetify/components')['VCounter']
524
524
  VCombobox: typeof import('vuetify/components')['VCombobox']
525
- VDialog: typeof import('vuetify/components')['VDialog']
526
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
527
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
528
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
529
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
530
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
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
531
  VDataTable: typeof import('vuetify/components')['VDataTable']
532
532
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
533
533
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -535,31 +535,29 @@ declare module 'vue' {
535
535
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
536
536
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
537
537
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
538
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
539
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
540
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
541
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
542
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
543
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
544
- VDivider: typeof import('vuetify/components')['VDivider']
538
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
539
+ VDialog: typeof import('vuetify/components')['VDialog']
545
540
  VFab: typeof import('vuetify/components')['VFab']
546
- VFooter: typeof import('vuetify/components')['VFooter']
541
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
542
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
543
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
544
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
547
545
  VField: typeof import('vuetify/components')['VField']
548
546
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
547
+ VDivider: typeof import('vuetify/components')['VDivider']
548
+ VFooter: typeof import('vuetify/components')['VFooter']
549
549
  VFileInput: typeof import('vuetify/components')['VFileInput']
550
+ VImg: typeof import('vuetify/components')['VImg']
550
551
  VIcon: typeof import('vuetify/components')['VIcon']
551
552
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
552
553
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
553
554
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
554
555
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
555
- VImg: typeof import('vuetify/components')['VImg']
556
556
  VInput: typeof import('vuetify/components')['VInput']
557
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
+ VKbd: typeof import('vuetify/components')['VKbd']
558
558
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
559
559
  VItem: typeof import('vuetify/components')['VItem']
560
- VLabel: typeof import('vuetify/components')['VLabel']
561
- VKbd: typeof import('vuetify/components')['VKbd']
562
- VMain: typeof import('vuetify/components')['VMain']
560
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
563
561
  VList: typeof import('vuetify/components')['VList']
564
562
  VListGroup: typeof import('vuetify/components')['VListGroup']
565
563
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -569,22 +567,22 @@ declare module 'vue' {
569
567
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
570
568
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
571
569
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
572
- VMenu: typeof import('vuetify/components')['VMenu']
570
+ VLabel: typeof import('vuetify/components')['VLabel']
573
571
  VMessages: typeof import('vuetify/components')['VMessages']
574
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
575
- VOverlay: typeof import('vuetify/components')['VOverlay']
572
+ VMenu: typeof import('vuetify/components')['VMenu']
576
573
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
574
+ VMain: typeof import('vuetify/components')['VMain']
577
575
  VPagination: typeof import('vuetify/components')['VPagination']
576
+ VOverlay: typeof import('vuetify/components')['VOverlay']
577
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
578
578
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
580
579
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
581
- VSelect: typeof import('vuetify/components')['VSelect']
580
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
581
  VRating: typeof import('vuetify/components')['VRating']
583
582
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
584
- VSheet: typeof import('vuetify/components')['VSheet']
583
+ VSelect: typeof import('vuetify/components')['VSelect']
585
584
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
586
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
587
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
588
586
  VSlider: typeof import('vuetify/components')['VSlider']
589
587
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
590
588
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
@@ -594,45 +592,48 @@ declare module 'vue' {
594
592
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
595
593
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
596
594
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
595
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
596
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
597
597
  VTab: typeof import('vuetify/components')['VTab']
598
598
  VTabs: typeof import('vuetify/components')['VTabs']
599
599
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
600
600
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
601
- VTable: typeof import('vuetify/components')['VTable']
602
- VTextField: typeof import('vuetify/components')['VTextField']
603
- VSwitch: typeof import('vuetify/components')['VSwitch']
604
601
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
605
602
  VTextarea: typeof import('vuetify/components')['VTextarea']
603
+ VSwitch: typeof import('vuetify/components')['VSwitch']
604
+ VTable: typeof import('vuetify/components')['VTable']
605
+ VTextField: typeof import('vuetify/components')['VTextField']
606
+ VTimeline: typeof import('vuetify/components')['VTimeline']
607
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
606
608
  VToolbar: typeof import('vuetify/components')['VToolbar']
607
609
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
608
610
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
609
611
  VTooltip: typeof import('vuetify/components')['VTooltip']
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
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']
623
- VLazy: typeof import('vuetify/components')['VLazy']
622
+ VHover: typeof import('vuetify/components')['VHover']
624
623
  VLayout: typeof import('vuetify/components')['VLayout']
625
624
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
+ VLazy: typeof import('vuetify/components')['VLazy']
626
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
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
636
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
637
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
638
639
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -649,25 +650,24 @@ declare module 'vue' {
649
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
650
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
651
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
652
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
653
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
654
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
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']
659
- VPicker: typeof import('vuetify/labs/components')['VPicker']
660
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
661
661
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
662
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
663
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
664
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
665
662
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
666
663
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
667
664
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
668
665
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
669
666
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
670
667
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
668
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
669
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
670
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
671
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
672
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
673
  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.2-master.2024-10-09",
4
+ "version": "3.7.2-master.2024-10-10",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"