@vuetify/nightly 3.7.2-master.2024-10-11 → 3.7.2-master.2024-10-15

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-10-11
2
+ * Vuetify v3.7.2-master.2024-10-15
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-10-11"
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-11"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-10-15"
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-15"
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-10-11";
19
+ export const version = "3.7.2-master.2024-10-15";
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-10-11";
100
+ export const version = "3.7.2-master.2024-10-15";
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,42 +486,47 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
+ VApp: typeof import('vuetify/components')['VApp']
489
490
  VAppBar: typeof import('vuetify/components')['VAppBar']
490
491
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
491
492
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
492
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
493
- VApp: typeof import('vuetify/components')['VApp']
494
493
  VAlert: typeof import('vuetify/components')['VAlert']
495
494
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
496
+ VAvatar: typeof import('vuetify/components')['VAvatar']
497
+ VBadge: typeof import('vuetify/components')['VBadge']
498
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
499
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
496
500
  VBanner: typeof import('vuetify/components')['VBanner']
497
501
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
498
502
  VBannerText: typeof import('vuetify/components')['VBannerText']
499
- VAvatar: typeof import('vuetify/components')['VAvatar']
503
+ VBtn: typeof import('vuetify/components')['VBtn']
504
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
500
505
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
501
506
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
502
507
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
503
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
504
- VBadge: typeof import('vuetify/components')['VBadge']
505
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
506
- VBtn: typeof import('vuetify/components')['VBtn']
507
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
508
508
  VCard: typeof import('vuetify/components')['VCard']
509
509
  VCardActions: typeof import('vuetify/components')['VCardActions']
510
510
  VCardItem: typeof import('vuetify/components')['VCardItem']
511
511
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
512
512
  VCardText: typeof import('vuetify/components')['VCardText']
513
513
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
514
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
515
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
516
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
517
514
  VCarousel: typeof import('vuetify/components')['VCarousel']
518
515
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
519
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
520
- VCode: typeof import('vuetify/components')['VCode']
516
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
521
517
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
522
518
  VChip: typeof import('vuetify/components')['VChip']
523
- VCounter: typeof import('vuetify/components')['VCounter']
519
+ VCode: typeof import('vuetify/components')['VCode']
520
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
521
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
522
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
524
523
  VCombobox: typeof import('vuetify/components')['VCombobox']
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']
525
530
  VDataTable: typeof import('vuetify/components')['VDataTable']
526
531
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
527
532
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -529,33 +534,32 @@ declare module 'vue' {
529
534
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
530
535
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
531
536
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
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
537
  VDivider: typeof import('vuetify/components')['VDivider']
538
+ VCounter: typeof import('vuetify/components')['VCounter']
539
539
  VDialog: typeof import('vuetify/components')['VDialog']
540
- VField: typeof import('vuetify/components')['VField']
541
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
540
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
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']
546
545
  VFileInput: typeof import('vuetify/components')['VFileInput']
547
546
  VFab: typeof import('vuetify/components')['VFab']
548
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
549
- VFooter: typeof import('vuetify/components')['VFooter']
547
+ VImg: typeof import('vuetify/components')['VImg']
548
+ VField: typeof import('vuetify/components')['VField']
549
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
550
+ VInput: typeof import('vuetify/components')['VInput']
550
551
  VIcon: typeof import('vuetify/components')['VIcon']
551
552
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
552
553
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
553
554
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
554
555
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
556
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
557
+ VItem: typeof import('vuetify/components')['VItem']
558
+ VFooter: typeof import('vuetify/components')['VFooter']
555
559
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
556
- VImg: typeof import('vuetify/components')['VImg']
557
560
  VLabel: typeof import('vuetify/components')['VLabel']
558
- VInput: typeof import('vuetify/components')['VInput']
561
+ VKbd: typeof import('vuetify/components')['VKbd']
562
+ VMessages: typeof import('vuetify/components')['VMessages']
559
563
  VList: typeof import('vuetify/components')['VList']
560
564
  VListGroup: typeof import('vuetify/components')['VListGroup']
561
565
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -565,27 +569,25 @@ declare module 'vue' {
565
569
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
566
570
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
567
571
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
568
- VMessages: typeof import('vuetify/components')['VMessages']
569
- VKbd: typeof import('vuetify/components')['VKbd']
570
- VMenu: typeof import('vuetify/components')['VMenu']
571
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
572
- VItem: typeof import('vuetify/components')['VItem']
573
572
  VMain: typeof import('vuetify/components')['VMain']
574
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
573
+ VMenu: typeof import('vuetify/components')['VMenu']
575
574
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
576
575
  VOverlay: typeof import('vuetify/components')['VOverlay']
577
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
578
576
  VPagination: typeof import('vuetify/components')['VPagination']
579
- VRating: typeof import('vuetify/components')['VRating']
580
577
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
581
580
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
583
581
  VSelect: typeof import('vuetify/components')['VSelect']
584
- VSheet: typeof import('vuetify/components')['VSheet']
585
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
586
582
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
583
+ VRating: typeof import('vuetify/components')['VRating']
584
+ VSheet: typeof import('vuetify/components')['VSheet']
585
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
587
586
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
588
587
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
588
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
589
+ VSlider: typeof import('vuetify/components')['VSlider']
590
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
589
591
  VStepper: typeof import('vuetify/components')['VStepper']
590
592
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
591
593
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -593,8 +595,6 @@ declare module 'vue' {
593
595
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
594
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
595
597
  VSwitch: typeof import('vuetify/components')['VSwitch']
596
- VSlider: typeof import('vuetify/components')['VSlider']
597
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
598
598
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
599
599
  VTab: typeof import('vuetify/components')['VTab']
600
600
  VTabs: typeof import('vuetify/components')['VTabs']
@@ -602,15 +602,15 @@ declare module 'vue' {
602
602
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
603
603
  VTextarea: typeof import('vuetify/components')['VTextarea']
604
604
  VTable: typeof import('vuetify/components')['VTable']
605
+ VTimeline: typeof import('vuetify/components')['VTimeline']
606
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
605
607
  VTextField: typeof import('vuetify/components')['VTextField']
606
- VTooltip: typeof import('vuetify/components')['VTooltip']
607
608
  VWindow: typeof import('vuetify/components')['VWindow']
608
609
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
609
610
  VToolbar: typeof import('vuetify/components')['VToolbar']
610
611
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
611
612
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
612
- VTimeline: typeof import('vuetify/components')['VTimeline']
613
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
613
+ VTooltip: typeof import('vuetify/components')['VTooltip']
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,12 +620,12 @@ 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
626
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
627
  VParallax: typeof import('vuetify/components')['VParallax']
628
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
629
629
  VRadio: typeof import('vuetify/components')['VRadio']
630
630
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -650,6 +650,8 @@ 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
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
654
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
653
655
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
656
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
657
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -666,10 +668,8 @@ declare module 'vue' {
666
668
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
667
669
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
668
670
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
669
- VPicker: typeof import('vuetify/labs/components')['VPicker']
670
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
671
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
671
672
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
672
673
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
673
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
674
674
  }
675
675
  }
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-10-11",
4
+ "version": "3.7.2-master.2024-10-15",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"