@vuetify/nightly 3.7.3-master.2024-10-25 → 3.7.3-master.2024-10-27

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.3-master.2024-10-25
2
+ * Vuetify v3.7.3-master.2024-10-27
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.3-master.2024-10-25"
2103
- const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-10-25"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.3-master.2024-10-27"
2103
+ const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-10-27"
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.3-master.2024-10-25";
19
+ export const version = "3.7.3-master.2024-10-27";
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.3-master.2024-10-25";
100
+ export const version = "3.7.3-master.2024-10-27";
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,50 +486,48 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
- VApp: typeof import('vuetify/components')['VApp']
490
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
491
489
  VAppBar: typeof import('vuetify/components')['VAppBar']
492
490
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
493
491
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
494
492
  VAlert: typeof import('vuetify/components')['VAlert']
495
493
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
496
- VBadge: typeof import('vuetify/components')['VBadge']
494
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
497
495
  VAvatar: typeof import('vuetify/components')['VAvatar']
496
+ VApp: typeof import('vuetify/components')['VApp']
497
+ VBadge: typeof import('vuetify/components')['VBadge']
498
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
498
499
  VBanner: typeof import('vuetify/components')['VBanner']
499
500
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
500
501
  VBannerText: typeof import('vuetify/components')['VBannerText']
501
- VBtn: typeof import('vuetify/components')['VBtn']
502
502
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
503
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
503
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
504
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
505
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
507
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
508
+ VCarousel: typeof import('vuetify/components')['VCarousel']
509
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
504
510
  VCard: typeof import('vuetify/components')['VCard']
505
511
  VCardActions: typeof import('vuetify/components')['VCardActions']
506
512
  VCardItem: typeof import('vuetify/components')['VCardItem']
507
513
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
508
514
  VCardText: typeof import('vuetify/components')['VCardText']
509
515
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
510
- VCarousel: typeof import('vuetify/components')['VCarousel']
511
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
512
516
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
513
517
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
514
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
515
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
516
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
517
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
518
+ VChip: typeof import('vuetify/components')['VChip']
518
519
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
519
520
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
521
+ VCombobox: typeof import('vuetify/components')['VCombobox']
520
522
  VCode: typeof import('vuetify/components')['VCode']
521
- VChip: typeof import('vuetify/components')['VChip']
522
523
  VCounter: typeof import('vuetify/components')['VCounter']
523
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
524
- VCombobox: typeof import('vuetify/components')['VCombobox']
525
- VDivider: typeof import('vuetify/components')['VDivider']
526
- VDialog: typeof import('vuetify/components')['VDialog']
527
524
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
528
525
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
529
526
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
530
527
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
531
528
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
532
529
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
530
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
533
531
  VDataTable: typeof import('vuetify/components')['VDataTable']
534
532
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
535
533
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -537,29 +535,29 @@ declare module 'vue' {
537
535
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
538
536
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
539
537
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
538
+ VDialog: typeof import('vuetify/components')['VDialog']
540
539
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
541
- VFileInput: typeof import('vuetify/components')['VFileInput']
540
+ VDivider: typeof import('vuetify/components')['VDivider']
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
  VField: typeof import('vuetify/components')['VField']
547
546
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
547
+ VFileInput: typeof import('vuetify/components')['VFileInput']
548
548
  VFab: typeof import('vuetify/components')['VFab']
549
+ VImg: typeof import('vuetify/components')['VImg']
550
+ VFooter: typeof import('vuetify/components')['VFooter']
551
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
549
552
  VIcon: typeof import('vuetify/components')['VIcon']
550
553
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
551
554
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
552
555
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
553
556
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
554
- VFooter: typeof import('vuetify/components')['VFooter']
555
557
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
556
558
  VItem: typeof import('vuetify/components')['VItem']
557
- VInput: typeof import('vuetify/components')['VInput']
558
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
559
- VImg: typeof import('vuetify/components')['VImg']
560
- VMenu: typeof import('vuetify/components')['VMenu']
561
- VKbd: typeof import('vuetify/components')['VKbd']
562
559
  VLabel: typeof import('vuetify/components')['VLabel']
560
+ VInput: typeof import('vuetify/components')['VInput']
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,65 +567,67 @@ 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
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
572
572
  VMain: typeof import('vuetify/components')['VMain']
573
573
  VMessages: typeof import('vuetify/components')['VMessages']
574
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
- VOverlay: typeof import('vuetify/components')['VOverlay']
574
+ VMenu: typeof import('vuetify/components')['VMenu']
576
575
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
577
- VPagination: typeof import('vuetify/components')['VPagination']
576
+ VOverlay: typeof import('vuetify/components')['VOverlay']
577
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
578
578
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
579
579
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
580
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
581
- VSelect: typeof import('vuetify/components')['VSelect']
580
+ VPagination: typeof import('vuetify/components')['VPagination']
582
581
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
583
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
584
582
  VRating: typeof import('vuetify/components')['VRating']
585
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
586
- VSheet: typeof import('vuetify/components')['VSheet']
583
+ VSelect: typeof import('vuetify/components')['VSelect']
584
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
587
585
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
588
586
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
589
587
  VSlider: typeof import('vuetify/components')['VSlider']
588
+ VSheet: typeof import('vuetify/components')['VSheet']
589
+ VSwitch: typeof import('vuetify/components')['VSwitch']
590
590
  VStepper: typeof import('vuetify/components')['VStepper']
591
591
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
592
592
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
593
593
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
594
594
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
595
595
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
596
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
597
+ VTextarea: typeof import('vuetify/components')['VTextarea']
598
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
596
599
  VTab: typeof import('vuetify/components')['VTab']
597
600
  VTabs: typeof import('vuetify/components')['VTabs']
598
601
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
599
602
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
600
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
601
- VSwitch: typeof import('vuetify/components')['VSwitch']
602
603
  VTable: typeof import('vuetify/components')['VTable']
603
604
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
604
- VTextarea: typeof import('vuetify/components')['VTextarea']
605
- VTooltip: typeof import('vuetify/components')['VTooltip']
606
- VTextField: typeof import('vuetify/components')['VTextField']
607
605
  VToolbar: typeof import('vuetify/components')['VToolbar']
608
606
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
609
607
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
610
608
  VTimeline: typeof import('vuetify/components')['VTimeline']
611
609
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
610
+ VTextField: typeof import('vuetify/components')['VTextField']
611
+ VTooltip: typeof import('vuetify/components')['VTooltip']
612
612
  VWindow: typeof import('vuetify/components')['VWindow']
613
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
616
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
+ VForm: typeof import('vuetify/components')['VForm']
618
+ VHover: typeof import('vuetify/components')['VHover']
617
619
  VContainer: typeof import('vuetify/components')['VContainer']
618
620
  VCol: typeof import('vuetify/components')['VCol']
619
621
  VRow: typeof import('vuetify/components')['VRow']
620
622
  VSpacer: typeof import('vuetify/components')['VSpacer']
621
- VForm: typeof import('vuetify/components')['VForm']
622
- VHover: typeof import('vuetify/components')['VHover']
623
- VLazy: typeof import('vuetify/components')['VLazy']
623
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
624
624
  VLayout: typeof import('vuetify/components')['VLayout']
625
625
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
626
- 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']
630
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']
@@ -650,6 +650,12 @@ 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
+ VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
+ VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
+ VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
656
+ VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
657
+ VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
+ VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
653
659
  VPicker: typeof import('vuetify/labs/components')['VPicker']
654
660
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
655
661
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
@@ -659,12 +665,6 @@ declare module 'vue' {
659
665
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
660
666
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
661
667
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
662
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
663
- VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
664
- VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
665
- VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
666
- VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
667
- VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
668
668
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
669
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
670
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
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.3-master.2024-10-25",
4
+ "version": "3.7.3-master.2024-10-27",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"