@vuetify/nightly 3.7.3-master.2024-10-30 → 3.7.3-master.2024-10-31

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-30
2
+ * Vuetify v3.7.3-master.2024-10-31
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-30"
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-30"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.3-master.2024-10-31"
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-31"
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-30";
19
+ export const version = "3.7.3-master.2024-10-31";
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-30";
100
+ export const version = "3.7.3-master.2024-10-31";
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,38 +490,38 @@ 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
- VAvatar: typeof import('vuetify/components')['VAvatar']
496
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
497
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
498
493
  VBanner: typeof import('vuetify/components')['VBanner']
499
494
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
500
495
  VBannerText: typeof import('vuetify/components')['VBannerText']
496
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
497
+ VAlert: typeof import('vuetify/components')['VAlert']
498
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
501
499
  VBadge: typeof import('vuetify/components')['VBadge']
502
500
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
503
- VBtn: typeof import('vuetify/components')['VBtn']
501
+ VAvatar: typeof import('vuetify/components')['VAvatar']
504
502
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
505
503
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
506
504
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
507
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
505
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
508
506
  VCard: typeof import('vuetify/components')['VCard']
509
507
  VCardActions: typeof import('vuetify/components')['VCardActions']
510
508
  VCardItem: typeof import('vuetify/components')['VCardItem']
511
509
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
512
510
  VCardText: typeof import('vuetify/components')['VCardText']
513
511
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
514
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
515
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
516
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
517
- VChip: typeof import('vuetify/components')['VChip']
512
+ VBtn: typeof import('vuetify/components')['VBtn']
513
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
518
514
  VCarousel: typeof import('vuetify/components')['VCarousel']
519
515
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
516
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
517
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
518
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
520
519
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
521
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
520
+ VChip: typeof import('vuetify/components')['VChip']
522
521
  VCode: typeof import('vuetify/components')['VCode']
523
- VCombobox: typeof import('vuetify/components')['VCombobox']
522
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
524
523
  VCounter: typeof import('vuetify/components')['VCounter']
524
+ VCombobox: typeof import('vuetify/components')['VCombobox']
525
525
  VDataTable: typeof import('vuetify/components')['VDataTable']
526
526
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
527
527
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -529,29 +529,36 @@ declare module 'vue' {
529
529
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
530
530
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
531
531
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
532
- VDialog: typeof import('vuetify/components')['VDialog']
533
532
  VDivider: typeof import('vuetify/components')['VDivider']
534
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
533
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
534
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
535
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
536
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
537
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
538
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
539
+ VDialog: typeof import('vuetify/components')['VDialog']
535
540
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
536
541
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
537
542
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
538
543
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
539
544
  VFab: typeof import('vuetify/components')['VFab']
540
- VField: typeof import('vuetify/components')['VField']
541
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
545
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
542
546
  VFileInput: typeof import('vuetify/components')['VFileInput']
543
- VFooter: typeof import('vuetify/components')['VFooter']
544
- VImg: typeof import('vuetify/components')['VImg']
545
547
  VIcon: typeof import('vuetify/components')['VIcon']
546
548
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
547
549
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
548
550
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
549
551
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
552
+ VFooter: typeof import('vuetify/components')['VFooter']
553
+ VField: typeof import('vuetify/components')['VField']
554
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
555
+ VImg: typeof import('vuetify/components')['VImg']
550
556
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
551
557
  VInput: typeof import('vuetify/components')['VInput']
552
- VLabel: typeof import('vuetify/components')['VLabel']
558
+ VKbd: typeof import('vuetify/components')['VKbd']
553
559
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
554
560
  VItem: typeof import('vuetify/components')['VItem']
561
+ VLabel: typeof import('vuetify/components')['VLabel']
555
562
  VList: typeof import('vuetify/components')['VList']
556
563
  VListGroup: typeof import('vuetify/components')['VListGroup']
557
564
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -561,73 +568,67 @@ declare module 'vue' {
561
568
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
562
569
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
563
570
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
+ VMain: typeof import('vuetify/components')['VMain']
564
572
  VMenu: typeof import('vuetify/components')['VMenu']
565
573
  VMessages: typeof import('vuetify/components')['VMessages']
566
- VMain: typeof import('vuetify/components')['VMain']
574
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
567
575
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
568
- VPagination: typeof import('vuetify/components')['VPagination']
569
576
  VOverlay: typeof import('vuetify/components')['VOverlay']
570
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
577
+ VPagination: typeof import('vuetify/components')['VPagination']
571
578
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
+ VRating: typeof import('vuetify/components')['VRating']
572
580
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
573
581
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
574
- VRating: typeof import('vuetify/components')['VRating']
575
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
576
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
577
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
578
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
579
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
580
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
581
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
582
- VSelect: typeof import('vuetify/components')['VSelect']
583
582
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
584
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
583
+ VSelect: typeof import('vuetify/components')['VSelect']
585
584
  VSheet: typeof import('vuetify/components')['VSheet']
586
585
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
587
586
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
587
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
588
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
588
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']
592
594
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
593
595
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
594
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
595
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
596
- VSwitch: typeof import('vuetify/components')['VSwitch']
597
+ VTable: typeof import('vuetify/components')['VTable']
597
598
  VTab: typeof import('vuetify/components')['VTab']
598
599
  VTabs: typeof import('vuetify/components')['VTabs']
599
600
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
600
601
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
602
+ VSwitch: typeof import('vuetify/components')['VSwitch']
601
603
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
602
- VTextField: typeof import('vuetify/components')['VTextField']
603
604
  VTextarea: typeof import('vuetify/components')['VTextarea']
605
+ VWindow: typeof import('vuetify/components')['VWindow']
606
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
607
+ VTextField: typeof import('vuetify/components')['VTextField']
608
+ VTooltip: typeof import('vuetify/components')['VTooltip']
604
609
  VTimeline: typeof import('vuetify/components')['VTimeline']
605
610
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
606
- VTable: typeof import('vuetify/components')['VTable']
607
611
  VToolbar: typeof import('vuetify/components')['VToolbar']
608
612
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
609
613
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
610
- VTooltip: typeof import('vuetify/components')['VTooltip']
611
- VWindow: typeof import('vuetify/components')['VWindow']
612
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
613
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
614
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
615
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
616
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
- VKbd: typeof import('vuetify/components')['VKbd']
622
- VHover: typeof import('vuetify/components')['VHover']
623
623
  VLazy: typeof import('vuetify/components')['VLazy']
624
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
624
625
  VLayout: typeof import('vuetify/components')['VLayout']
625
626
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
626
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
- VRadio: typeof import('vuetify/components')['VRadio']
629
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
628
  VParallax: typeof import('vuetify/components')['VParallax']
629
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
+ VResponsive: typeof import('vuetify/components')['VResponsive']
631
+ VRadio: typeof import('vuetify/components')['VRadio']
631
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
632
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
633
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
@@ -649,27 +650,26 @@ declare module 'vue' {
649
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
650
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
651
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
652
- VResponsive: typeof import('vuetify/components')['VResponsive']
653
653
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
654
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
655
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
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
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
659
660
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
660
661
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
661
662
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
662
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
663
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
664
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
663
665
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
664
666
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
665
667
  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']
671
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
673
672
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
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.3-master.2024-10-30",
4
+ "version": "3.7.3-master.2024-10-31",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"