@vuetify/nightly 3.7.1-master.2024-09-12 → 3.7.1-master.2024-09-17

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-12
2
+ * Vuetify v3.7.1-master.2024-09-17
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-12"
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-12"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.1-master.2024-09-17"
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-17"
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-12";
19
+ export const version = "3.7.1-master.2024-09-17";
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-12";
100
+ export const version = "3.7.1-master.2024-09-17";
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,44 +489,38 @@ 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
- VBadge: typeof import('vuetify/components')['VBadge']
492
+ VApp: typeof import('vuetify/components')['VApp']
493
493
  VAlert: typeof import('vuetify/components')['VAlert']
494
494
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
- VApp: typeof import('vuetify/components')['VApp']
496
495
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
496
+ VBadge: typeof import('vuetify/components')['VBadge']
497
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
497
498
  VBanner: typeof import('vuetify/components')['VBanner']
498
499
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
499
500
  VBannerText: typeof import('vuetify/components')['VBannerText']
500
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
501
- VAvatar: typeof import('vuetify/components')['VAvatar']
502
- VBtn: typeof import('vuetify/components')['VBtn']
503
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
504
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
505
- VChip: typeof import('vuetify/components')['VChip']
506
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
507
501
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
508
502
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
509
503
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
504
+ VAvatar: typeof import('vuetify/components')['VAvatar']
505
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
507
+ VCarousel: typeof import('vuetify/components')['VCarousel']
508
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
509
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
510
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
511
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
512
+ VChip: typeof import('vuetify/components')['VChip']
510
513
  VCard: typeof import('vuetify/components')['VCard']
511
514
  VCardActions: typeof import('vuetify/components')['VCardActions']
512
515
  VCardItem: typeof import('vuetify/components')['VCardItem']
513
516
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
514
517
  VCardText: typeof import('vuetify/components')['VCardText']
515
518
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
519
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
520
+ VCode: typeof import('vuetify/components')['VCode']
516
521
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
517
522
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
518
- VCode: typeof import('vuetify/components')['VCode']
519
- VCarousel: typeof import('vuetify/components')['VCarousel']
520
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
521
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
523
  VCombobox: typeof import('vuetify/components')['VCombobox']
523
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
524
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
525
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
526
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
527
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
528
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
529
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
530
524
  VDataTable: typeof import('vuetify/components')['VDataTable']
531
525
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
532
526
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -535,31 +529,35 @@ declare module 'vue' {
535
529
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
536
530
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
537
531
  VCounter: typeof import('vuetify/components')['VCounter']
532
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
538
538
  VDivider: typeof import('vuetify/components')['VDivider']
539
- VDialog: typeof import('vuetify/components')['VDialog']
540
539
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
541
540
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
542
541
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
543
542
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
543
+ VDialog: typeof import('vuetify/components')['VDialog']
544
544
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
545
+ VFileInput: typeof import('vuetify/components')['VFileInput']
546
+ VFooter: typeof import('vuetify/components')['VFooter']
545
547
  VField: typeof import('vuetify/components')['VField']
546
548
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
547
- VFooter: typeof import('vuetify/components')['VFooter']
548
- VFileInput: typeof import('vuetify/components')['VFileInput']
549
+ VImg: typeof import('vuetify/components')['VImg']
549
550
  VIcon: typeof import('vuetify/components')['VIcon']
550
551
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
551
552
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
552
553
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
553
554
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
555
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
554
556
  VFab: typeof import('vuetify/components')['VFab']
557
+ VInput: typeof import('vuetify/components')['VInput']
555
558
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
556
559
  VItem: typeof import('vuetify/components')['VItem']
557
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
558
- VInput: typeof import('vuetify/components')['VInput']
559
560
  VLabel: typeof import('vuetify/components')['VLabel']
560
- VKbd: typeof import('vuetify/components')['VKbd']
561
- VImg: typeof import('vuetify/components')['VImg']
562
- VMessages: typeof import('vuetify/components')['VMessages']
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,26 +567,28 @@ 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']
570
+ VKbd: typeof import('vuetify/components')['VKbd']
571
+ VMenu: typeof import('vuetify/components')['VMenu']
572
572
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
573
573
  VMain: typeof import('vuetify/components')['VMain']
574
- VMenu: typeof import('vuetify/components')['VMenu']
575
- VOverlay: typeof import('vuetify/components')['VOverlay']
576
- VPagination: typeof import('vuetify/components')['VPagination']
577
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
574
+ VMessages: typeof import('vuetify/components')['VMessages']
578
575
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
576
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
577
+ VPagination: typeof import('vuetify/components')['VPagination']
578
+ VOverlay: typeof import('vuetify/components')['VOverlay']
579
579
  VRating: typeof import('vuetify/components')['VRating']
580
580
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
581
581
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
+ VSelect: typeof import('vuetify/components')['VSelect']
582
583
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
583
584
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
584
585
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
585
586
  VSheet: typeof import('vuetify/components')['VSheet']
586
- VSelect: typeof import('vuetify/components')['VSelect']
587
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
588
- VSlider: typeof import('vuetify/components')['VSlider']
589
587
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
590
588
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
591
- VSwitch: typeof import('vuetify/components')['VSwitch']
589
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
590
+ VSlider: typeof import('vuetify/components')['VSlider']
591
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
592
592
  VStepper: typeof import('vuetify/components')['VStepper']
593
593
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
594
594
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -596,23 +596,23 @@ declare module 'vue' {
596
596
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
597
597
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
598
598
  VTextarea: typeof import('vuetify/components')['VTextarea']
599
+ VSwitch: typeof import('vuetify/components')['VSwitch']
600
+ VTable: typeof import('vuetify/components')['VTable']
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']
603
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
605
+ VTextField: typeof import('vuetify/components')['VTextField']
606
+ VTooltip: typeof import('vuetify/components')['VTooltip']
604
607
  VTimeline: typeof import('vuetify/components')['VTimeline']
605
608
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
606
- VTable: typeof import('vuetify/components')['VTable']
607
- VTextField: typeof import('vuetify/components')['VTextField']
608
609
  VToolbar: typeof import('vuetify/components')['VToolbar']
609
610
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
610
611
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
611
- VTooltip: typeof import('vuetify/components')['VTooltip']
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
617
  VForm: typeof import('vuetify/components')['VForm']
618
618
  VContainer: typeof import('vuetify/components')['VContainer']
@@ -620,19 +620,19 @@ 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']
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
- VParallax: typeof import('vuetify/components')['VParallax']
628
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
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
632
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
633
633
  VSparkline: typeof import('vuetify/components')['VSparkline']
634
- VValidation: typeof import('vuetify/components')['VValidation']
635
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
+ VValidation: typeof import('vuetify/components')['VValidation']
636
636
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
637
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
638
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -650,12 +650,10 @@ declare module 'vue' {
650
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
651
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
652
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
653
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
654
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
655
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
656
653
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
657
654
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
658
655
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
656
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
659
657
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
660
658
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
661
659
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -664,10 +662,12 @@ declare module 'vue' {
664
662
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
665
663
  VPicker: typeof import('vuetify/labs/components')['VPicker']
666
664
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
665
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
666
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
667
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
667
668
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
668
669
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
669
670
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
670
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
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-12",
4
+ "version": "3.7.1-master.2024-09-17",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"