@vuetify/nightly 3.7.4-master.2024-11-06 → 3.7.4-master.2024-11-10

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.4-master.2024-11-06
2
+ * Vuetify v3.7.4-master.2024-11-10
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.4-master.2024-11-06"
2103
- const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.4-master.2024-11-06"
2102
+ if(a&&e in a)return a[e]}sf.version="3.7.4-master.2024-11-10"
2103
+ const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.4-master.2024-11-10"
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.4-master.2024-11-06";
19
+ export const version = "3.7.4-master.2024-11-10";
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.4-master.2024-11-06";
100
+ export const version = "3.7.4-master.2024-11-10";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -489,25 +489,23 @@ declare module 'vue' {
489
489
  VApp: typeof import('vuetify/components')['VApp']
490
490
  VAlert: typeof import('vuetify/components')['VAlert']
491
491
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
492
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
493
+ VBadge: typeof import('vuetify/components')['VBadge']
494
+ VAvatar: typeof import('vuetify/components')['VAvatar']
492
495
  VAppBar: typeof import('vuetify/components')['VAppBar']
493
496
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
494
497
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
495
- VAvatar: typeof import('vuetify/components')['VAvatar']
496
- VBadge: typeof import('vuetify/components')['VBadge']
497
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
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']
502
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
503
+ VBtn: typeof import('vuetify/components')['VBtn']
504
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
501
505
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
502
506
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
503
507
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
504
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
505
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
508
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
507
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
508
- VBtn: typeof import('vuetify/components')['VBtn']
509
- VCarousel: typeof import('vuetify/components')['VCarousel']
510
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
511
509
  VCard: typeof import('vuetify/components')['VCard']
512
510
  VCardActions: typeof import('vuetify/components')['VCardActions']
513
511
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -516,9 +514,13 @@ declare module 'vue' {
516
514
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
517
515
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
518
516
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
517
+ VCarousel: typeof import('vuetify/components')['VCarousel']
518
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
519
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
520
+ VCombobox: typeof import('vuetify/components')['VCombobox']
519
521
  VChip: typeof import('vuetify/components')['VChip']
520
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
521
522
  VCode: typeof import('vuetify/components')['VCode']
523
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
524
  VCounter: typeof import('vuetify/components')['VCounter']
523
525
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
524
526
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
@@ -526,6 +528,8 @@ declare module 'vue' {
526
528
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
527
529
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
528
530
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
531
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
532
+ VDivider: typeof import('vuetify/components')['VDivider']
529
533
  VDataTable: typeof import('vuetify/components')['VDataTable']
530
534
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
531
535
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -533,30 +537,30 @@ declare module 'vue' {
533
537
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
534
538
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
535
539
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
536
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
537
- VCombobox: typeof import('vuetify/components')['VCombobox']
538
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
539
- VDialog: typeof import('vuetify/components')['VDialog']
540
540
  VFab: typeof import('vuetify/components')['VFab']
541
- VDivider: typeof import('vuetify/components')['VDivider']
541
+ VDialog: typeof import('vuetify/components')['VDialog']
542
542
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
543
543
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
544
544
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
545
545
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
546
+ VFileInput: typeof import('vuetify/components')['VFileInput']
546
547
  VField: typeof import('vuetify/components')['VField']
547
548
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
549
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
548
550
  VFooter: typeof import('vuetify/components')['VFooter']
549
- VImg: typeof import('vuetify/components')['VImg']
550
- VFileInput: typeof import('vuetify/components')['VFileInput']
551
551
  VIcon: typeof import('vuetify/components')['VIcon']
552
552
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
553
553
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
554
554
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
555
555
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
556
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
- VLabel: typeof import('vuetify/components')['VLabel']
556
+ VImg: typeof import('vuetify/components')['VImg']
558
557
  VInput: typeof import('vuetify/components')['VInput']
558
+ VLabel: typeof import('vuetify/components')['VLabel']
559
559
  VKbd: typeof import('vuetify/components')['VKbd']
560
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
561
+ VItem: typeof import('vuetify/components')['VItem']
562
+ VMain: typeof import('vuetify/components')['VMain']
563
+ VMessages: typeof import('vuetify/components')['VMessages']
560
564
  VList: typeof import('vuetify/components')['VList']
561
565
  VListGroup: typeof import('vuetify/components')['VListGroup']
562
566
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -566,51 +570,47 @@ declare module 'vue' {
566
570
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
567
571
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
568
572
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
569
- VMessages: typeof import('vuetify/components')['VMessages']
570
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
571
- VItem: typeof import('vuetify/components')['VItem']
572
- VMain: typeof import('vuetify/components')['VMain']
573
573
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
574
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
574
  VMenu: typeof import('vuetify/components')['VMenu']
575
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
576
576
  VPagination: typeof import('vuetify/components')['VPagination']
577
577
  VOverlay: typeof import('vuetify/components')['VOverlay']
578
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
578
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
580
580
  VRating: typeof import('vuetify/components')['VRating']
581
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
583
- VSelect: typeof import('vuetify/components')['VSelect']
584
581
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
585
- VSheet: typeof import('vuetify/components')['VSheet']
586
- VSlider: typeof import('vuetify/components')['VSlider']
587
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
588
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
582
+ VSelect: typeof import('vuetify/components')['VSelect']
583
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
589
584
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
590
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
591
586
  VTab: typeof import('vuetify/components')['VTab']
592
587
  VTabs: typeof import('vuetify/components')['VTabs']
593
588
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
594
589
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
595
- VTextarea: typeof import('vuetify/components')['VTextarea']
596
- VSwitch: typeof import('vuetify/components')['VSwitch']
590
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
591
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
592
+ VSlider: typeof import('vuetify/components')['VSlider']
593
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
594
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
597
595
  VStepper: typeof import('vuetify/components')['VStepper']
598
596
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
599
597
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
600
598
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
601
599
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
602
600
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
601
+ VSwitch: typeof import('vuetify/components')['VSwitch']
602
+ VTextarea: typeof import('vuetify/components')['VTextarea']
603
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
603
604
  VTable: typeof import('vuetify/components')['VTable']
605
+ VTextField: typeof import('vuetify/components')['VTextField']
606
+ VTimeline: typeof import('vuetify/components')['VTimeline']
607
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
604
608
  VTooltip: typeof import('vuetify/components')['VTooltip']
605
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
609
+ VWindow: typeof import('vuetify/components')['VWindow']
610
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
606
611
  VToolbar: typeof import('vuetify/components')['VToolbar']
607
612
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
608
613
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
609
- VTextField: typeof import('vuetify/components')['VTextField']
610
- VWindow: typeof import('vuetify/components')['VWindow']
611
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
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
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -619,18 +619,18 @@ declare module 'vue' {
619
619
  VCol: typeof import('vuetify/components')['VCol']
620
620
  VRow: typeof import('vuetify/components')['VRow']
621
621
  VSpacer: typeof import('vuetify/components')['VSpacer']
622
- VHover: typeof import('vuetify/components')['VHover']
623
622
  VLayout: typeof import('vuetify/components')['VLayout']
624
623
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
624
+ VHover: typeof import('vuetify/components')['VHover']
625
625
  VLazy: typeof import('vuetify/components')['VLazy']
626
626
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
- VParallax: typeof import('vuetify/components')['VParallax']
629
628
  VRadio: typeof import('vuetify/components')['VRadio']
630
629
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
+ VParallax: typeof import('vuetify/components')['VParallax']
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
- VSparkline: typeof import('vuetify/components')['VSparkline']
633
632
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
633
+ VSparkline: typeof import('vuetify/components')['VSparkline']
634
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
635
  VValidation: typeof import('vuetify/components')['VValidation']
636
636
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
@@ -650,24 +650,24 @@ 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
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
654
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
655
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
656
653
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
657
654
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
658
655
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
659
656
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
660
657
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
661
658
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
662
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
663
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
664
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
665
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
659
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
660
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
661
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
666
662
  VPicker: typeof import('vuetify/labs/components')['VPicker']
667
663
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
664
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
668
665
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
666
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
667
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
668
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
669
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
670
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
671
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
672
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
673
673
  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.7.4-master.2024-11-06",
4
+ "version": "3.7.4-master.2024-11-10",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"