@vuetify/nightly 3.7.2-master.2024-09-19 → 3.7.2-master.2024-09-20

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-19
2
+ * Vuetify v3.7.2-master.2024-09-20
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-19"
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-19"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-09-20"
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-20"
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-19";
19
+ export const version = "3.7.2-master.2024-09-20";
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-19";
100
+ export const version = "3.7.2-master.2024-09-20";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -490,74 +490,75 @@ declare module 'vue' {
490
490
  VAppBar: typeof import('vuetify/components')['VAppBar']
491
491
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
492
492
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
493
- VAlert: typeof import('vuetify/components')['VAlert']
494
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
- VApp: typeof import('vuetify/components')['VApp']
496
493
  VBadge: typeof import('vuetify/components')['VBadge']
497
494
  VAvatar: typeof import('vuetify/components')['VAvatar']
495
+ VApp: typeof import('vuetify/components')['VApp']
496
+ VAlert: typeof import('vuetify/components')['VAlert']
497
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
498
498
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
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']
504
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
505
502
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
506
503
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
507
504
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
508
- VChip: typeof import('vuetify/components')['VChip']
505
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
507
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
508
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
509
509
  VCarousel: typeof import('vuetify/components')['VCarousel']
510
510
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
511
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
512
511
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
513
512
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
514
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
515
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
516
- VDataTable: typeof import('vuetify/components')['VDataTable']
517
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
518
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
519
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
520
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
521
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
522
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
523
513
  VCard: typeof import('vuetify/components')['VCard']
524
514
  VCardActions: typeof import('vuetify/components')['VCardActions']
525
515
  VCardItem: typeof import('vuetify/components')['VCardItem']
526
516
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
527
517
  VCardText: typeof import('vuetify/components')['VCardText']
528
518
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
529
- VCombobox: typeof import('vuetify/components')['VCombobox']
530
- VCode: typeof import('vuetify/components')['VCode']
531
- VCounter: typeof import('vuetify/components')['VCounter']
519
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
520
+ VChip: typeof import('vuetify/components')['VChip']
532
521
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
522
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
523
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
524
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
525
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
526
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
527
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
528
+ VCode: typeof import('vuetify/components')['VCode']
529
+ VCombobox: typeof import('vuetify/components')['VCombobox']
530
+ VCounter: typeof import('vuetify/components')['VCounter']
538
531
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
532
+ VDataTable: typeof import('vuetify/components')['VDataTable']
533
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
534
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
535
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
536
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
537
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
538
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
539
539
  VDialog: typeof import('vuetify/components')['VDialog']
540
+ VDivider: typeof import('vuetify/components')['VDivider']
541
+ VFab: typeof import('vuetify/components')['VFab']
540
542
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
541
543
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
542
544
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
543
545
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
544
- VDivider: typeof import('vuetify/components')['VDivider']
545
- VField: typeof import('vuetify/components')['VField']
546
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
547
- VFab: typeof import('vuetify/components')['VFab']
548
546
  VFileInput: typeof import('vuetify/components')['VFileInput']
549
547
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
550
- VFooter: typeof import('vuetify/components')['VFooter']
551
- VImg: typeof import('vuetify/components')['VImg']
548
+ VField: typeof import('vuetify/components')['VField']
549
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
552
550
  VIcon: typeof import('vuetify/components')['VIcon']
553
551
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
554
552
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
555
553
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
556
554
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
557
- VLabel: typeof import('vuetify/components')['VLabel']
558
- VInput: typeof import('vuetify/components')['VInput']
555
+ VFooter: typeof import('vuetify/components')['VFooter']
559
556
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
560
557
  VItem: typeof import('vuetify/components')['VItem']
558
+ VImg: typeof import('vuetify/components')['VImg']
559
+ VLabel: typeof import('vuetify/components')['VLabel']
560
+ VKbd: typeof import('vuetify/components')['VKbd']
561
+ VInput: typeof import('vuetify/components')['VInput']
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,67 +568,66 @@ 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
- VMessages: typeof import('vuetify/components')['VMessages']
572
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
573
- VMenu: typeof import('vuetify/components')['VMenu']
574
571
  VMain: typeof import('vuetify/components')['VMain']
575
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
572
+ VMessages: typeof import('vuetify/components')['VMessages']
573
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
576
574
  VOverlay: typeof import('vuetify/components')['VOverlay']
575
+ VMenu: typeof import('vuetify/components')['VMenu']
577
576
  VPagination: typeof import('vuetify/components')['VPagination']
578
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
577
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
579
578
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
580
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
581
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
579
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
580
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
+ VSheet: typeof import('vuetify/components')['VSheet']
582
582
  VSelect: typeof import('vuetify/components')['VSelect']
583
583
  VRating: typeof import('vuetify/components')['VRating']
584
584
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
585
585
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
586
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
587
- VSlider: typeof import('vuetify/components')['VSlider']
588
586
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
589
- VSheet: typeof import('vuetify/components')['VSheet']
590
- VSwitch: typeof import('vuetify/components')['VSwitch']
587
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
588
+ VSlider: typeof import('vuetify/components')['VSlider']
591
589
  VStepper: typeof import('vuetify/components')['VStepper']
592
590
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
593
591
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
594
592
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
595
593
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
596
594
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
597
- VTextField: typeof import('vuetify/components')['VTextField']
598
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
595
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
599
596
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
597
+ VSwitch: typeof import('vuetify/components')['VSwitch']
598
+ VTable: typeof import('vuetify/components')['VTable']
599
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
600
+ VToolbar: typeof import('vuetify/components')['VToolbar']
601
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
602
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
600
603
  VTextarea: typeof import('vuetify/components')['VTextarea']
601
604
  VTab: typeof import('vuetify/components')['VTab']
602
605
  VTabs: typeof import('vuetify/components')['VTabs']
603
606
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
604
607
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
605
- VTable: typeof import('vuetify/components')['VTable']
606
- VTimeline: typeof import('vuetify/components')['VTimeline']
607
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
608
- VToolbar: typeof import('vuetify/components')['VToolbar']
609
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
610
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
608
+ VTooltip: typeof import('vuetify/components')['VTooltip']
611
609
  VWindow: typeof import('vuetify/components')['VWindow']
612
610
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
613
- VTooltip: typeof import('vuetify/components')['VTooltip']
611
+ VTextField: typeof import('vuetify/components')['VTextField']
612
+ VTimeline: typeof import('vuetify/components')['VTimeline']
613
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
616
  VContainer: typeof import('vuetify/components')['VContainer']
618
617
  VCol: typeof import('vuetify/components')['VCol']
619
618
  VRow: typeof import('vuetify/components')['VRow']
620
619
  VSpacer: typeof import('vuetify/components')['VSpacer']
621
- VHover: typeof import('vuetify/components')['VHover']
620
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
622
621
  VForm: typeof import('vuetify/components')['VForm']
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
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
629
- VRadio: typeof import('vuetify/components')['VRadio']
630
628
  VParallax: typeof import('vuetify/components')['VParallax']
629
+ VRadio: typeof import('vuetify/components')['VRadio']
630
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
@@ -656,8 +656,6 @@ declare module 'vue' {
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
- VPicker: typeof import('vuetify/labs/components')['VPicker']
660
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
661
659
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
662
660
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
663
661
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
@@ -665,6 +663,8 @@ declare module 'vue' {
665
663
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
666
664
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
667
665
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
666
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
667
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
668
668
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
669
669
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
670
670
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
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-19",
4
+ "version": "3.7.2-master.2024-09-20",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"