@vuetify/nightly 3.6.6-master.2024-05-15 → 3.6.6-master.2024-05-16
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/CHANGELOG.md +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2396 -2396
- 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 +2874 -2874
- package/dist/vuetify.d.ts +45 -45
- 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 +45 -45
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2079,9 +2079,9 @@ else{const{mount:a}=e
|
|
2079
2079
|
e.mount=function(){const l=a(...arguments)
|
2080
2080
|
return t.nextTick((()=>c.update())),e.mount=a,l}}Ct.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:lf.call(this,ct),display:lf.call(this,dn),theme:lf.call(this,ma),icons:lf.call(this,Dt),locale:lf.call(this,ca),date:lf.call(this,cu)})}}})}
|
2081
2081
|
return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function lf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2082
|
-
if(a&&e in a)return a[e]}af.version="3.6.6-master.2024-05-
|
2082
|
+
if(a&&e in a)return a[e]}af.version="3.6.6-master.2024-05-16"
|
2083
2083
|
const of=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
2084
|
-
return af({components:Gp,directives:tf,...e})},nf="3.6.6-master.2024-05-
|
2084
|
+
return af({components:Gp,directives:tf,...e})},nf="3.6.6-master.2024-05-16"
|
2085
2085
|
of.version=nf,e.blueprints=Yt,e.components=Gp,e.createVuetify=of,e.directives=tf,e.useDate=pu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2086
2086
|
const{props:a,provideSubDefaults:l}=mt(e,t)
|
2087
2087
|
return l(),a},e.useDisplay=yn,e.useGoTo=xn,e.useLayout=Qt,e.useLocale=va,e.useRtl=fa,e.useTheme=ba,e.version=nf}))
|
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.6.6-master.2024-05-
|
19
|
+
export const version = "3.6.6-master.2024-05-16";
|
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
@@ -493,50 +493,42 @@ declare module '@vue/runtime-core' {
|
|
493
493
|
}
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
|
+
VApp: typeof import('vuetify/components')['VApp']
|
497
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
498
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
499
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
496
500
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
497
501
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
498
502
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
499
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
500
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
501
|
-
VApp: typeof import('vuetify/components')['VApp']
|
502
503
|
VBadge: typeof import('vuetify/components')['VBadge']
|
503
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
504
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
505
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
505
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
507
|
-
|
506
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
508
507
|
VBanner: typeof import('vuetify/components')['VBanner']
|
509
508
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
510
509
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
511
|
-
|
510
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
512
511
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
513
512
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
514
513
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
515
|
-
|
516
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
517
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
518
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
514
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
519
515
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
520
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
521
516
|
VCard: typeof import('vuetify/components')['VCard']
|
522
517
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
523
518
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
524
519
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
525
520
|
VCardText: typeof import('vuetify/components')['VCardText']
|
526
521
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
522
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
523
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
527
524
|
VChip: typeof import('vuetify/components')['VChip']
|
528
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
530
525
|
VCode: typeof import('vuetify/components')['VCode']
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
526
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
527
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
528
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
537
529
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
538
|
-
|
539
|
-
|
530
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
531
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
540
532
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
541
533
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
542
534
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -544,6 +536,15 @@ declare module '@vue/runtime-core' {
|
|
544
536
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
545
537
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
546
538
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
539
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
542
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
546
|
+
VFab: typeof import('vuetify/components')['VFab']
|
547
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
547
548
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
548
549
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
549
550
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
@@ -551,21 +552,19 @@ declare module '@vue/runtime-core' {
|
|
551
552
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
552
553
|
VField: typeof import('vuetify/components')['VField']
|
553
554
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
-
VFab: typeof import('vuetify/components')['VFab']
|
555
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
556
|
-
VImg: typeof import('vuetify/components')['VImg']
|
557
555
|
VFooter: typeof import('vuetify/components')['VFooter']
|
556
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
558
557
|
VIcon: typeof import('vuetify/components')['VIcon']
|
559
558
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
560
559
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
561
560
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
562
561
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
563
|
-
|
562
|
+
VImg: typeof import('vuetify/components')['VImg']
|
564
563
|
VInput: typeof import('vuetify/components')['VInput']
|
564
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
565
565
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
566
566
|
VItem: typeof import('vuetify/components')['VItem']
|
567
567
|
VKbd: typeof import('vuetify/components')['VKbd']
|
568
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
569
568
|
VList: typeof import('vuetify/components')['VList']
|
570
569
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
571
570
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -575,23 +574,23 @@ declare module '@vue/runtime-core' {
|
|
575
574
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
576
575
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
577
576
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
577
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
578
578
|
VMain: typeof import('vuetify/components')['VMain']
|
579
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
580
579
|
VMenu: typeof import('vuetify/components')['VMenu']
|
581
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
582
580
|
VMessages: typeof import('vuetify/components')['VMessages']
|
583
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
584
581
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
583
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
585
584
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
586
|
-
|
585
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
587
586
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
587
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
588
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
588
589
|
VRating: typeof import('vuetify/components')['VRating']
|
589
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
590
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
591
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
593
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
592
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
593
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
595
594
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
595
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
597
596
|
VSlider: typeof import('vuetify/components')['VSlider']
|
@@ -602,30 +601,31 @@ declare module '@vue/runtime-core' {
|
|
602
601
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
603
602
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
604
603
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
605
|
-
|
604
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
605
|
+
VTable: typeof import('vuetify/components')['VTable']
|
606
606
|
VTab: typeof import('vuetify/components')['VTab']
|
607
607
|
VTabs: typeof import('vuetify/components')['VTabs']
|
608
608
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
609
609
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
610
610
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
611
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
612
|
-
|
613
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
612
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
614
613
|
VTextField: typeof import('vuetify/components')['VTextField']
|
614
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
615
615
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
616
616
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
617
617
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
618
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
618
619
|
VWindow: typeof import('vuetify/components')['VWindow']
|
619
620
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
620
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
621
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
622
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
623
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
624
|
+
VForm: typeof import('vuetify/components')['VForm']
|
624
625
|
VContainer: typeof import('vuetify/components')['VContainer']
|
625
626
|
VCol: typeof import('vuetify/components')['VCol']
|
626
627
|
VRow: typeof import('vuetify/components')['VRow']
|
627
628
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
|
-
VForm: typeof import('vuetify/components')['VForm']
|
629
629
|
VHover: typeof import('vuetify/components')['VHover']
|
630
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -633,11 +633,11 @@ declare module '@vue/runtime-core' {
|
|
633
633
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
634
634
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
635
635
|
VParallax: typeof import('vuetify/components')['VParallax']
|
636
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
637
636
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
637
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
638
638
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
639
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
643
643
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -657,26 +657,26 @@ declare module '@vue/runtime-core' {
|
|
657
657
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
658
658
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
659
659
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
660
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
661
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
662
660
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
663
661
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
664
662
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
665
663
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
666
664
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
667
665
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
668
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
669
666
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
670
667
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
671
668
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
669
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
670
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
672
671
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
673
672
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
674
673
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
674
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
675
675
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
676
676
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
677
677
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
678
678
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
679
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
680
679
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
681
681
|
}
|
682
682
|
}
|