@vuetify/nightly 3.7.3-master.2024-11-04 → 3.7.3-master.2024-11-05

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.3-master.2024-11-04
2
+ * Vuetify v3.7.3-master.2024-11-05
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.3-master.2024-11-04"
2103
- const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-11-04"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.3-master.2024-11-05"
2103
+ const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-11-05"
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.3-master.2024-11-04";
19
+ export const version = "3.7.3-master.2024-11-05";
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.3-master.2024-11-04";
100
+ export const version = "3.7.3-master.2024-11-05";
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,77 +486,87 @@ 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']
489
+ VApp: typeof import('vuetify/components')['VApp']
491
490
  VAppBar: typeof import('vuetify/components')['VAppBar']
492
491
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
493
492
  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']
494
496
  VAvatar: typeof import('vuetify/components')['VAvatar']
495
- VApp: typeof import('vuetify/components')['VApp']
496
497
  VBadge: typeof import('vuetify/components')['VBadge']
497
498
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
498
- VBtn: typeof import('vuetify/components')['VBtn']
499
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
500
499
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
500
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
501
501
  VBanner: typeof import('vuetify/components')['VBanner']
502
502
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
503
503
  VBannerText: typeof import('vuetify/components')['VBannerText']
504
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
505
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
506
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
507
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
508
504
  VCard: typeof import('vuetify/components')['VCard']
509
505
  VCardActions: typeof import('vuetify/components')['VCardActions']
510
506
  VCardItem: typeof import('vuetify/components')['VCardItem']
511
507
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
512
508
  VCardText: typeof import('vuetify/components')['VCardText']
513
509
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
514
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
515
- VChip: typeof import('vuetify/components')['VChip']
516
- VCode: typeof import('vuetify/components')['VCode']
517
- VCarousel: typeof import('vuetify/components')['VCarousel']
518
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
510
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
519
511
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
520
512
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
521
- VCombobox: typeof import('vuetify/components')['VCombobox']
513
+ VCarousel: typeof import('vuetify/components')['VCarousel']
514
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
515
+ VBtn: typeof import('vuetify/components')['VBtn']
516
+ VChip: typeof import('vuetify/components')['VChip']
522
517
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
523
- VCounter: typeof import('vuetify/components')['VCounter']
524
518
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
525
- VDataTable: typeof import('vuetify/components')['VDataTable']
526
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
527
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
528
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
529
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
530
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
531
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
519
+ VCounter: typeof import('vuetify/components')['VCounter']
532
520
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
521
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
522
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
523
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
524
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
525
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
538
- VDialog: typeof import('vuetify/components')['VDialog']
526
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
527
+ VDivider: typeof import('vuetify/components')['VDivider']
539
528
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
540
529
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
541
530
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
542
531
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
543
- VDivider: typeof import('vuetify/components')['VDivider']
544
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
532
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
533
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
534
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
545
535
  VFileInput: typeof import('vuetify/components')['VFileInput']
546
536
  VField: typeof import('vuetify/components')['VField']
547
537
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
548
- VFab: typeof import('vuetify/components')['VFab']
549
538
  VFooter: typeof import('vuetify/components')['VFooter']
539
+ VDataTable: typeof import('vuetify/components')['VDataTable']
540
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
541
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
542
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
543
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
544
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
545
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
546
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
547
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
548
+ VItem: typeof import('vuetify/components')['VItem']
549
+ VImg: typeof import('vuetify/components')['VImg']
550
+ VInput: typeof import('vuetify/components')['VInput']
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
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
556
- VImg: typeof import('vuetify/components')['VImg']
557
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
558
- VItem: typeof import('vuetify/components')['VItem']
559
- VInput: typeof import('vuetify/components')['VInput']
556
+ VKbd: typeof import('vuetify/components')['VKbd']
557
+ VCode: typeof import('vuetify/components')['VCode']
558
+ VMain: typeof import('vuetify/components')['VMain']
559
+ VFab: typeof import('vuetify/components')['VFab']
560
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
561
+ VMessages: typeof import('vuetify/components')['VMessages']
562
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
563
+ VPagination: typeof import('vuetify/components')['VPagination']
564
+ VOverlay: typeof import('vuetify/components')['VOverlay']
565
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
566
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
567
+ VCombobox: typeof import('vuetify/components')['VCombobox']
568
+ VMenu: typeof import('vuetify/components')['VMenu']
569
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
560
570
  VList: typeof import('vuetify/components')['VList']
561
571
  VListGroup: typeof import('vuetify/components')['VListGroup']
562
572
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -566,51 +576,40 @@ declare module 'vue' {
566
576
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
567
577
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
568
578
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
569
- VLabel: typeof import('vuetify/components')['VLabel']
570
- VMain: typeof import('vuetify/components')['VMain']
571
- VKbd: typeof import('vuetify/components')['VKbd']
572
- VMenu: typeof import('vuetify/components')['VMenu']
573
- VMessages: typeof import('vuetify/components')['VMessages']
574
- VPagination: typeof import('vuetify/components')['VPagination']
575
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
576
- VOverlay: typeof import('vuetify/components')['VOverlay']
577
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
580
579
  VRating: typeof import('vuetify/components')['VRating']
581
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
- VSelect: typeof import('vuetify/components')['VSelect']
583
580
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
581
+ VSelect: typeof import('vuetify/components')['VSelect']
584
582
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
583
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
585
584
  VSheet: typeof import('vuetify/components')['VSheet']
585
+ VSlider: typeof import('vuetify/components')['VSlider']
586
586
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
587
587
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
588
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
589
- VSlider: typeof import('vuetify/components')['VSlider']
590
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
588
+ VTab: typeof import('vuetify/components')['VTab']
589
+ VTabs: typeof import('vuetify/components')['VTabs']
590
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
591
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
591
592
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
592
- VSwitch: typeof import('vuetify/components')['VSwitch']
593
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
593
594
  VStepper: typeof import('vuetify/components')['VStepper']
594
595
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
595
596
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
596
597
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
597
598
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
598
599
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
599
- VTab: typeof import('vuetify/components')['VTab']
600
- VTabs: typeof import('vuetify/components')['VTabs']
601
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
602
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
603
- VTextarea: typeof import('vuetify/components')['VTextarea']
604
600
  VTable: typeof import('vuetify/components')['VTable']
605
- VTimeline: typeof import('vuetify/components')['VTimeline']
606
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
607
- VWindow: typeof import('vuetify/components')['VWindow']
608
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
609
601
  VTextField: typeof import('vuetify/components')['VTextField']
610
602
  VToolbar: typeof import('vuetify/components')['VToolbar']
611
603
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
612
604
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
605
+ VTextarea: typeof import('vuetify/components')['VTextarea']
606
+ VWindow: typeof import('vuetify/components')['VWindow']
607
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
608
+ VTimeline: typeof import('vuetify/components')['VTimeline']
609
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
610
+ VDialog: typeof import('vuetify/components')['VDialog']
613
611
  VTooltip: typeof import('vuetify/components')['VTooltip']
612
+ VSwitch: typeof import('vuetify/components')['VSwitch']
614
613
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
614
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
615
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -619,21 +618,20 @@ declare module 'vue' {
619
618
  VRow: typeof import('vuetify/components')['VRow']
620
619
  VSpacer: typeof import('vuetify/components')['VSpacer']
621
620
  VForm: typeof import('vuetify/components')['VForm']
622
- VHover: typeof import('vuetify/components')['VHover']
623
621
  VLayout: typeof import('vuetify/components')['VLayout']
624
622
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
623
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
626
624
  VLazy: typeof import('vuetify/components')['VLazy']
627
625
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
- VParallax: typeof import('vuetify/components')['VParallax']
626
+ VHover: typeof import('vuetify/components')['VHover']
629
627
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
- VRadio: typeof import('vuetify/components')['VRadio']
628
+ VParallax: typeof import('vuetify/components')['VParallax']
631
629
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
630
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
631
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
632
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
633
  VValidation: typeof import('vuetify/components')['VValidation']
636
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
634
+ VRadio: typeof import('vuetify/components')['VRadio']
637
635
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
638
636
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
639
637
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -650,6 +648,8 @@ declare module 'vue' {
650
648
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
651
649
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
652
650
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
651
+ VLabel: typeof import('vuetify/components')['VLabel']
652
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
653
653
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
654
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
655
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -657,19 +657,19 @@ declare module 'vue' {
657
657
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
658
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
659
659
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
660
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
661
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
660
662
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
661
663
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
662
664
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
663
- VPicker: typeof import('vuetify/labs/components')['VPicker']
664
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
665
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
666
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
667
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
668
665
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
666
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
667
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
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
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
671
672
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
673
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
674
674
  }
675
675
  }
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.3-master.2024-11-04",
4
+ "version": "3.7.3-master.2024-11-05",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"