@vuetify/nightly 3.7.0-master.2024-08-17 → 3.7.0-master.2024-08-21
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.
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4234 -4234
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +884 -884
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2098,8 +2098,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2098
2098
|
else{const{mount:a}=e
|
2099
2099
|
e.mount=function(){const l=a(...arguments)
|
2100
2100
|
return t.nextTick((()=>c.update())),e.mount=a,l}}St.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:sf.call(this,kt),display:sf.call(this,hn),theme:sf.call(this,Va),icons:sf.call(this,Ot),locale:sf.call(this,ma),date:sf.call(this,mu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function sf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2101
|
-
if(a&&e in a)return a[e]}rf.version="3.7.0-master.2024-08-
|
2102
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.0-master.2024-08-
|
2101
|
+
if(a&&e in a)return a[e]}rf.version="3.7.0-master.2024-08-21"
|
2102
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.0-master.2024-08-21"
|
2103
2103
|
uf.version=cf,e.blueprints=Zt,e.components=Zp,e.createVuetify=uf,e.directives=nf,e.useDate=hu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2104
2104
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2105
2105
|
return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.0-master.2024-08-
|
19
|
+
export const version = "3.7.0-master.2024-08-21";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -486,49 +486,48 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
|
489
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
490
492
|
VAlert: typeof import('vuetify/components')['VAlert']
|
491
493
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
492
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
493
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
494
|
VBanner: typeof import('vuetify/components')['VBanner']
|
495
495
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
496
496
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
497
|
-
|
497
|
+
VApp: typeof import('vuetify/components')['VApp']
|
498
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
499
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
500
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
498
501
|
VBadge: typeof import('vuetify/components')['VBadge']
|
499
502
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
500
503
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
501
504
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
502
506
|
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
509
|
+
VChip: typeof import('vuetify/components')['VChip']
|
503
510
|
VCard: typeof import('vuetify/components')['VCard']
|
504
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
505
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
506
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
507
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
508
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
509
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
510
|
-
VCode: typeof import('vuetify/components')['VCode']
|
511
|
-
VChip: typeof import('vuetify/components')['VChip']
|
512
516
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
513
517
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
514
|
-
|
518
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
515
519
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
516
520
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
|
+
VCode: typeof import('vuetify/components')['VCode']
|
517
522
|
VCounter: typeof import('vuetify/components')['VCounter']
|
518
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
519
523
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
520
|
-
|
524
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
521
525
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
522
526
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
523
527
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
524
528
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
525
529
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
526
530
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
527
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
528
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
529
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
530
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
531
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
532
531
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
532
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
533
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,27 +535,28 @@ declare module 'vue' {
|
|
536
535
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
536
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
537
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
539
|
-
VFab: typeof import('vuetify/components')['VFab']
|
540
538
|
VDivider: typeof import('vuetify/components')['VDivider']
|
539
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
540
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
541
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
542
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
543
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
544
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
541
545
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
542
546
|
VField: typeof import('vuetify/components')['VField']
|
543
547
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
544
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
545
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
546
|
-
VItem: typeof import('vuetify/components')['VItem']
|
547
|
-
VInput: typeof import('vuetify/components')['VInput']
|
548
548
|
VIcon: typeof import('vuetify/components')['VIcon']
|
549
549
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
550
550
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
551
551
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
552
552
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
553
|
-
|
553
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
554
|
+
VFab: typeof import('vuetify/components')['VFab']
|
554
555
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
556
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
|
+
VItem: typeof import('vuetify/components')['VItem']
|
558
|
+
VInput: typeof import('vuetify/components')['VInput']
|
559
|
+
VImg: typeof import('vuetify/components')['VImg']
|
560
560
|
VList: typeof import('vuetify/components')['VList']
|
561
561
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
562
562
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -566,24 +566,28 @@ declare module 'vue' {
|
|
566
566
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
567
567
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
568
568
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
569
|
+
VMain: typeof import('vuetify/components')['VMain']
|
570
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
571
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
569
572
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
570
|
-
|
573
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
571
574
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
572
|
-
|
575
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
573
576
|
VPagination: typeof import('vuetify/components')['VPagination']
|
574
|
-
|
577
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
575
578
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
580
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
576
581
|
VRating: typeof import('vuetify/components')['VRating']
|
577
582
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
578
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
579
583
|
VSelect: typeof import('vuetify/components')['VSelect']
|
580
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
581
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
582
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
583
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
584
584
|
VSheet: typeof import('vuetify/components')['VSheet']
|
585
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
586
585
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
587
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
588
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
589
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
590
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
587
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
588
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
589
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -591,44 +595,45 @@ declare module 'vue' {
|
|
591
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
592
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
593
597
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
594
|
-
|
595
|
-
|
598
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
599
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
600
|
+
VTable: typeof import('vuetify/components')['VTable']
|
601
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
596
602
|
VTab: typeof import('vuetify/components')['VTab']
|
597
603
|
VTabs: typeof import('vuetify/components')['VTabs']
|
598
604
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
599
605
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
600
|
-
VTable: typeof import('vuetify/components')['VTable']
|
601
606
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
602
607
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
603
608
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
604
609
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
605
|
-
|
610
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
606
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
607
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
608
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
609
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
610
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
611
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
612
617
|
VForm: typeof import('vuetify/components')['VForm']
|
613
|
-
VHover: typeof import('vuetify/components')['VHover']
|
614
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
615
619
|
VCol: typeof import('vuetify/components')['VCol']
|
616
620
|
VRow: typeof import('vuetify/components')['VRow']
|
617
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
|
+
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
618
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
619
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
620
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
621
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
622
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
623
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
624
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
625
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
626
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
627
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
628
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
629
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
630
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
631
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
632
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
633
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
634
639
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -645,23 +650,18 @@ declare module 'vue' {
|
|
645
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
646
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
647
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
648
|
-
|
649
|
-
|
650
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
651
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
652
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
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
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
653
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
654
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
657
655
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
658
656
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
659
657
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
660
658
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
661
659
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
662
660
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
663
|
-
|
664
|
-
|
661
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
663
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
664
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
665
665
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
666
666
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
667
667
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|