@vuetify/nightly 3.7.2-master.2024-09-27 → 3.7.2-master.2024-10-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.2-master.2024-09-27
2
+ * Vuetify v3.7.2-master.2024-10-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.2-master.2024-09-27"
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-09-27"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-10-05"
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-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.2-master.2024-09-27";
19
+ export const version = "3.7.2-master.2024-10-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.2-master.2024-09-27";
100
+ export const version = "3.7.2-master.2024-10-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,48 +486,41 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
+ VApp: typeof import('vuetify/components')['VApp']
489
490
  VAlert: typeof import('vuetify/components')['VAlert']
490
491
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
491
- VApp: typeof import('vuetify/components')['VApp']
492
492
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
493
- VAvatar: typeof import('vuetify/components')['VAvatar']
493
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
494
+ VBadge: typeof import('vuetify/components')['VBadge']
494
495
  VAppBar: typeof import('vuetify/components')['VAppBar']
495
496
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
496
497
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
497
- VBadge: typeof import('vuetify/components')['VBadge']
498
- VBtn: typeof import('vuetify/components')['VBtn']
498
+ VBanner: typeof import('vuetify/components')['VBanner']
499
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
500
+ VBannerText: typeof import('vuetify/components')['VBannerText']
499
501
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
500
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
502
+ VAvatar: typeof import('vuetify/components')['VAvatar']
501
503
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
502
504
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
503
505
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
504
- VBanner: typeof import('vuetify/components')['VBanner']
505
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
506
- VBannerText: typeof import('vuetify/components')['VBannerText']
507
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
508
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
509
507
  VCarousel: typeof import('vuetify/components')['VCarousel']
510
508
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
511
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
512
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
509
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
513
510
  VCard: typeof import('vuetify/components')['VCard']
514
511
  VCardActions: typeof import('vuetify/components')['VCardActions']
515
512
  VCardItem: typeof import('vuetify/components')['VCardItem']
516
513
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
517
514
  VCardText: typeof import('vuetify/components')['VCardText']
518
515
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
516
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
517
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
519
518
  VChip: typeof import('vuetify/components')['VChip']
519
+ VCode: typeof import('vuetify/components')['VCode']
520
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
521
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
520
522
  VCombobox: typeof import('vuetify/components')['VCombobox']
521
523
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
523
- VCode: typeof import('vuetify/components')['VCode']
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
524
  VDataTable: typeof import('vuetify/components')['VDataTable']
532
525
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
533
526
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -535,9 +528,14 @@ declare module 'vue' {
535
528
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
536
529
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
537
530
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
538
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
531
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
532
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
533
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
534
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
535
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
536
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
537
+ VCounter: typeof import('vuetify/components')['VCounter']
539
538
  VDivider: typeof import('vuetify/components')['VDivider']
540
- VFab: typeof import('vuetify/components')['VFab']
541
539
  VDialog: typeof import('vuetify/components')['VDialog']
542
540
  VField: typeof import('vuetify/components')['VField']
543
541
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
@@ -545,9 +543,13 @@ declare module 'vue' {
545
543
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
546
544
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
547
545
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
546
+ VFab: typeof import('vuetify/components')['VFab']
547
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
548
548
  VFooter: typeof import('vuetify/components')['VFooter']
549
549
  VFileInput: typeof import('vuetify/components')['VFileInput']
550
550
  VImg: typeof import('vuetify/components')['VImg']
551
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
552
+ VItem: typeof import('vuetify/components')['VItem']
551
553
  VIcon: typeof import('vuetify/components')['VIcon']
552
554
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
553
555
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
@@ -555,10 +557,7 @@ declare module 'vue' {
555
557
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
556
558
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
559
  VInput: typeof import('vuetify/components')['VInput']
558
- VKbd: typeof import('vuetify/components')['VKbd']
559
560
  VLabel: typeof import('vuetify/components')['VLabel']
560
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
561
- VItem: typeof import('vuetify/components')['VItem']
562
561
  VList: typeof import('vuetify/components')['VList']
563
562
  VListGroup: typeof import('vuetify/components')['VListGroup']
564
563
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -568,49 +567,50 @@ declare module 'vue' {
568
567
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
569
568
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
570
569
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
- VMenu: typeof import('vuetify/components')['VMenu']
570
+ VKbd: typeof import('vuetify/components')['VKbd']
572
571
  VMain: typeof import('vuetify/components')['VMain']
572
+ VMenu: typeof import('vuetify/components')['VMenu']
573
+ VMessages: typeof import('vuetify/components')['VMessages']
573
574
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
574
575
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
575
- VMessages: typeof import('vuetify/components')['VMessages']
576
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
577
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
576
  VOverlay: typeof import('vuetify/components')['VOverlay']
577
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
579
  VPagination: typeof import('vuetify/components')['VPagination']
580
- VSelect: typeof import('vuetify/components')['VSelect']
581
580
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
- VRating: typeof import('vuetify/components')['VRating']
583
581
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
582
+ VSelect: typeof import('vuetify/components')['VSelect']
584
583
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
585
584
  VSheet: typeof import('vuetify/components')['VSheet']
586
585
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
587
586
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
588
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
589
587
  VSlider: typeof import('vuetify/components')['VSlider']
590
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
591
588
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
589
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
590
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
591
+ VSwitch: typeof import('vuetify/components')['VSwitch']
592
592
  VStepper: typeof import('vuetify/components')['VStepper']
593
593
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
594
594
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
595
595
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
596
596
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
597
597
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
598
- VSwitch: typeof import('vuetify/components')['VSwitch']
599
- VTable: typeof import('vuetify/components')['VTable']
600
598
  VTab: typeof import('vuetify/components')['VTab']
601
599
  VTabs: typeof import('vuetify/components')['VTabs']
602
600
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
603
601
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
604
- VTextarea: typeof import('vuetify/components')['VTextarea']
602
+ VTable: typeof import('vuetify/components')['VTable']
605
603
  VTextField: typeof import('vuetify/components')['VTextField']
606
- VTooltip: typeof import('vuetify/components')['VTooltip']
607
- VTimeline: typeof import('vuetify/components')['VTimeline']
608
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
609
604
  VToolbar: typeof import('vuetify/components')['VToolbar']
610
605
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
611
606
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
607
+ VTextarea: typeof import('vuetify/components')['VTextarea']
608
+ VTimeline: typeof import('vuetify/components')['VTimeline']
609
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
610
+ VTooltip: typeof import('vuetify/components')['VTooltip']
612
611
  VWindow: typeof import('vuetify/components')['VWindow']
613
612
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
613
+ VRating: typeof import('vuetify/components')['VRating']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -620,20 +620,18 @@ declare module 'vue' {
620
620
  VRow: typeof import('vuetify/components')['VRow']
621
621
  VSpacer: typeof import('vuetify/components')['VSpacer']
622
622
  VHover: typeof import('vuetify/components')['VHover']
623
+ VLazy: typeof import('vuetify/components')['VLazy']
623
624
  VLayout: typeof import('vuetify/components')['VLayout']
624
625
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
- VLazy: typeof import('vuetify/components')['VLazy']
626
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
626
  VParallax: typeof import('vuetify/components')['VParallax']
629
627
  VRadio: typeof import('vuetify/components')['VRadio']
628
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
630
629
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
633
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
634
  VValidation: typeof import('vuetify/components')['VValidation']
636
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
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,24 +648,26 @@ 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
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
652
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
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']
656
656
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
657
657
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
658
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
659
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
660
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
661
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
659
662
  VPicker: typeof import('vuetify/labs/components')['VPicker']
660
663
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
664
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
665
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
666
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
661
667
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
662
668
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
663
669
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
664
670
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
665
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
666
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
667
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
668
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
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-09-27",
4
+ "version": "3.7.2-master.2024-10-05",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"