@vuetify/nightly 3.6.11-master.2024-07-06 → 3.6.11-master.2024-07-07

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.6.11-master.2024-07-06
2
+ * Vuetify v3.6.11-master.2024-07-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2091,9 +2091,9 @@ else{const{mount:a}=e
2091
2091
  e.mount=function(){const l=a(...arguments)
2092
2092
  return t.nextTick((()=>c.update())),e.mount=a,l}}ft.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:af.call(this,gt),display:af.call(this,dn),theme:af.call(this,ma),icons:af.call(this,Dt),locale:af.call(this,ca),date:af.call(this,cu)})}}})}
2093
2093
  return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function af(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2094
- if(a&&e in a)return a[e]}tf.version="3.6.11-master.2024-07-06"
2094
+ if(a&&e in a)return a[e]}tf.version="3.6.11-master.2024-07-07"
2095
2095
  const lf=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
2096
- return tf({components:Yp,directives:ef,...e})},of="3.6.11-master.2024-07-06"
2096
+ return tf({components:Yp,directives:ef,...e})},of="3.6.11-master.2024-07-07"
2097
2097
  lf.version=of,e.blueprints=Yt,e.components=Yp,e.createVuetify=lf,e.directives=ef,e.useDate=pu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2098
2098
  const{props:a,provideSubDefaults:l}=wt(e,t)
2099
2099
  return l(),a},e.useDisplay=yn,e.useGoTo=xn,e.useLayout=Qt,e.useLocale=va,e.useRtl=fa,e.useTheme=ba,e.version=of}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.6.11-master.2024-07-06";
19
+ export const version = "3.6.11-master.2024-07-07";
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.6.11-master.2024-07-06";
100
+ export const version = "3.6.11-master.2024-07-07";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -492,47 +492,41 @@ declare module '@vue/runtime-core' {
492
492
  }
493
493
 
494
494
  export interface GlobalComponents {
495
+ VAlert: typeof import('vuetify/components')['VAlert']
496
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
497
  VApp: typeof import('vuetify/components')['VApp']
496
- VAvatar: typeof import('vuetify/components')['VAvatar']
497
498
  VAppBar: typeof import('vuetify/components')['VAppBar']
498
499
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
499
500
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
500
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
501
- VAlert: typeof import('vuetify/components')['VAlert']
502
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
501
+ VAvatar: typeof import('vuetify/components')['VAvatar']
503
502
  VBadge: typeof import('vuetify/components')['VBadge']
503
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
504
504
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
505
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
505
507
  VBanner: typeof import('vuetify/components')['VBanner']
506
508
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
507
509
  VBannerText: typeof import('vuetify/components')['VBannerText']
508
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
510
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
509
511
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
510
512
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
511
513
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
512
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
513
- VBtn: typeof import('vuetify/components')['VBtn']
514
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
515
514
  VCarousel: typeof import('vuetify/components')['VCarousel']
516
515
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
517
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
518
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
519
516
  VCard: typeof import('vuetify/components')['VCard']
520
517
  VCardActions: typeof import('vuetify/components')['VCardActions']
521
518
  VCardItem: typeof import('vuetify/components')['VCardItem']
522
519
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
523
520
  VCardText: typeof import('vuetify/components')['VCardText']
524
521
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
522
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
523
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
524
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
525
525
  VChip: typeof import('vuetify/components')['VChip']
526
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
527
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
528
526
  VCombobox: typeof import('vuetify/components')['VCombobox']
529
527
  VCode: typeof import('vuetify/components')['VCode']
530
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
531
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
532
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
533
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
534
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
535
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
528
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
529
+ VCounter: typeof import('vuetify/components')['VCounter']
536
530
  VDataTable: typeof import('vuetify/components')['VDataTable']
537
531
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
538
532
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -540,30 +534,37 @@ declare module '@vue/runtime-core' {
540
534
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
541
535
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
542
536
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
537
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
538
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
539
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
540
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
541
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
542
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
543
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
543
544
  VDialog: typeof import('vuetify/components')['VDialog']
544
- VCounter: typeof import('vuetify/components')['VCounter']
545
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
546
- VFooter: typeof import('vuetify/components')['VFooter']
547
- VFileInput: typeof import('vuetify/components')['VFileInput']
545
+ VDivider: typeof import('vuetify/components')['VDivider']
548
546
  VFab: typeof import('vuetify/components')['VFab']
549
547
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
550
548
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
551
549
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
552
550
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
553
- VDivider: typeof import('vuetify/components')['VDivider']
551
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
554
552
  VField: typeof import('vuetify/components')['VField']
555
553
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
554
+ VFooter: typeof import('vuetify/components')['VFooter']
555
+ VFileInput: typeof import('vuetify/components')['VFileInput']
556
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
556
557
  VIcon: typeof import('vuetify/components')['VIcon']
557
558
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
558
559
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
559
560
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
560
561
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
561
562
  VImg: typeof import('vuetify/components')['VImg']
562
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
563
+ VLabel: typeof import('vuetify/components')['VLabel']
563
564
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
564
565
  VItem: typeof import('vuetify/components')['VItem']
566
+ VKbd: typeof import('vuetify/components')['VKbd']
565
567
  VInput: typeof import('vuetify/components')['VInput']
566
- VLabel: typeof import('vuetify/components')['VLabel']
567
568
  VList: typeof import('vuetify/components')['VList']
568
569
  VListGroup: typeof import('vuetify/components')['VListGroup']
569
570
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -573,48 +574,47 @@ declare module '@vue/runtime-core' {
573
574
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
574
575
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
575
576
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
576
- VKbd: typeof import('vuetify/components')['VKbd']
577
577
  VMain: typeof import('vuetify/components')['VMain']
578
578
  VMenu: typeof import('vuetify/components')['VMenu']
579
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
579
580
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
580
581
  VMessages: typeof import('vuetify/components')['VMessages']
581
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
582
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
582
583
  VOverlay: typeof import('vuetify/components')['VOverlay']
583
584
  VPagination: typeof import('vuetify/components')['VPagination']
584
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
585
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
586
585
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
586
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
587
587
  VRating: typeof import('vuetify/components')['VRating']
588
- VSelect: typeof import('vuetify/components')['VSelect']
589
- VSheet: typeof import('vuetify/components')['VSheet']
590
588
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
591
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
592
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
589
+ VSelect: typeof import('vuetify/components')['VSelect']
593
590
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
594
591
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
595
- VSlider: typeof import('vuetify/components')['VSlider']
592
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
593
+ VSheet: typeof import('vuetify/components')['VSheet']
594
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
596
595
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
596
+ VSlider: typeof import('vuetify/components')['VSlider']
597
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
597
598
  VStepper: typeof import('vuetify/components')['VStepper']
598
599
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
599
600
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
600
601
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
601
602
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
602
603
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
604
+ VSwitch: typeof import('vuetify/components')['VSwitch']
605
+ VTextarea: typeof import('vuetify/components')['VTextarea']
603
606
  VTab: typeof import('vuetify/components')['VTab']
604
607
  VTabs: typeof import('vuetify/components')['VTabs']
605
608
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
606
609
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
607
- VSwitch: typeof import('vuetify/components')['VSwitch']
608
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
609
- VTextarea: typeof import('vuetify/components')['VTextarea']
610
+ VToolbar: typeof import('vuetify/components')['VToolbar']
611
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
612
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
610
613
  VTable: typeof import('vuetify/components')['VTable']
611
614
  VTextField: typeof import('vuetify/components')['VTextField']
612
- VTooltip: typeof import('vuetify/components')['VTooltip']
613
615
  VTimeline: typeof import('vuetify/components')['VTimeline']
614
616
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
615
- VToolbar: typeof import('vuetify/components')['VToolbar']
616
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
617
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
617
+ VTooltip: typeof import('vuetify/components')['VTooltip']
618
618
  VWindow: typeof import('vuetify/components')['VWindow']
619
619
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
620
620
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
@@ -626,20 +626,20 @@ declare module '@vue/runtime-core' {
626
626
  VRow: typeof import('vuetify/components')['VRow']
627
627
  VSpacer: typeof import('vuetify/components')['VSpacer']
628
628
  VHover: typeof import('vuetify/components')['VHover']
629
+ VLazy: typeof import('vuetify/components')['VLazy']
629
630
  VLayout: typeof import('vuetify/components')['VLayout']
630
631
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
631
- VLazy: typeof import('vuetify/components')['VLazy']
632
632
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
633
633
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
634
634
  VParallax: typeof import('vuetify/components')['VParallax']
635
635
  VRadio: typeof import('vuetify/components')['VRadio']
636
636
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
637
637
  VResponsive: typeof import('vuetify/components')['VResponsive']
638
- VSparkline: typeof import('vuetify/components')['VSparkline']
639
638
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
639
+ VSparkline: typeof import('vuetify/components')['VSparkline']
640
640
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
641
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
642
641
  VValidation: typeof import('vuetify/components')['VValidation']
642
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
643
643
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
644
644
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
645
645
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -665,15 +665,15 @@ declare module '@vue/runtime-core' {
665
665
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
666
666
  VPicker: typeof import('vuetify/labs/components')['VPicker']
667
667
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
668
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
669
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
670
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
668
671
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
669
672
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
670
673
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
671
674
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
672
675
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
673
676
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
674
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
675
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
676
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
677
677
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
678
678
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
679
679
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
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.6.11-master.2024-07-06",
4
+ "version": "3.6.11-master.2024-07-07",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"