@vuetify/nightly 3.7.1-master.2024-09-10 → 3.7.1-master.2024-09-11

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