@vuetify/nightly 3.6.5-master.2024-05-11 → 3.6.5-master.2024-05-12
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 +7 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +116 -116
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2540 -2800
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +4355 -4615
- package/dist/vuetify.d.ts +37 -37
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +3 -3
- 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 +37 -37
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.5-master.2024-05-
|
2
|
+
* Vuetify v3.6.5-master.2024-05-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2078,9 +2078,9 @@ else{const{mount:a}=e
|
|
2078
2078
|
e.mount=function(){const l=a(...arguments)
|
2079
2079
|
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)})}}})}
|
2080
2080
|
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
|
2081
|
-
if(a&&e in a)return a[e]}af.version="3.6.5-master.2024-05-
|
2081
|
+
if(a&&e in a)return a[e]}af.version="3.6.5-master.2024-05-12"
|
2082
2082
|
const of=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
2083
|
-
return af({components:Gp,directives:tf,...e})},nf="3.6.5-master.2024-05-
|
2083
|
+
return af({components:Gp,directives:tf,...e})},nf="3.6.5-master.2024-05-12"
|
2084
2084
|
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
|
2085
2085
|
const{props:a,provideSubDefaults:l}=mt(e,t)
|
2086
2086
|
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.5-master.2024-05-
|
19
|
+
export const version = "3.6.5-master.2024-05-12";
|
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
@@ -494,40 +494,41 @@ declare module '@vue/runtime-core' {
|
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
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']
|
497
500
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
498
501
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
499
502
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
500
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
501
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
502
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
503
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
504
503
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
504
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
505
505
|
VBanner: typeof import('vuetify/components')['VBanner']
|
506
506
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
507
507
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
508
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
509
508
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
510
509
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
511
510
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
512
511
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
512
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
513
513
|
VBtn: typeof import('vuetify/components')['VBtn']
|
514
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
515
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
516
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
517
514
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
518
|
-
|
515
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
516
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
519
518
|
VCard: typeof import('vuetify/components')['VCard']
|
520
519
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
521
520
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
522
521
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
523
522
|
VCardText: typeof import('vuetify/components')['VCardText']
|
524
523
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
525
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
526
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
527
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
528
524
|
VCode: typeof import('vuetify/components')['VCode']
|
529
|
-
|
525
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
526
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
527
|
+
VChip: typeof import('vuetify/components')['VChip']
|
530
528
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
530
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
531
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
532
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
533
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
534
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -535,25 +536,24 @@ declare module '@vue/runtime-core' {
|
|
535
536
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
537
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
538
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
539
539
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
540
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
541
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
542
542
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
543
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
544
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
546
545
|
VDivider: typeof import('vuetify/components')['VDivider']
|
546
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
547
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
548
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
549
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
550
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
547
551
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
548
552
|
VField: typeof import('vuetify/components')['VField']
|
549
553
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
551
554
|
VFab: typeof import('vuetify/components')['VFab']
|
555
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
552
556
|
VFooter: typeof import('vuetify/components')['VFooter']
|
553
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
554
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
555
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
556
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
557
557
|
VIcon: typeof import('vuetify/components')['VIcon']
|
558
558
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
559
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -564,7 +564,6 @@ declare module '@vue/runtime-core' {
|
|
564
564
|
VImg: typeof import('vuetify/components')['VImg']
|
565
565
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
566
566
|
VItem: typeof import('vuetify/components')['VItem']
|
567
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
568
567
|
VKbd: typeof import('vuetify/components')['VKbd']
|
569
568
|
VList: typeof import('vuetify/components')['VList']
|
570
569
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -575,49 +574,50 @@ 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']
|
578
|
-
|
577
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
579
578
|
VMenu: typeof import('vuetify/components')['VMenu']
|
580
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
581
579
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
580
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
581
|
+
VMain: typeof import('vuetify/components')['VMain']
|
582
582
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
583
583
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
584
584
|
VPagination: typeof import('vuetify/components')['VPagination']
|
585
585
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
586
586
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
587
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
588
587
|
VRating: typeof import('vuetify/components')['VRating']
|
589
588
|
VSelect: typeof import('vuetify/components')['VSelect']
|
589
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
590
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
591
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
593
592
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
594
593
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
594
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
595
595
|
VSheet: typeof import('vuetify/components')['VSheet']
|
596
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
597
596
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
598
|
-
|
599
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
597
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
600
598
|
VStepper: typeof import('vuetify/components')['VStepper']
|
601
599
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
602
600
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
603
601
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
604
602
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
605
603
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
606
|
-
|
604
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
605
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
606
|
+
VTable: typeof import('vuetify/components')['VTable']
|
607
607
|
VTab: typeof import('vuetify/components')['VTab']
|
608
608
|
VTabs: typeof import('vuetify/components')['VTabs']
|
609
609
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
610
610
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
611
|
-
|
611
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
612
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
612
613
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
614
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
613
615
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
614
616
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
615
617
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
616
618
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
617
619
|
VWindow: typeof import('vuetify/components')['VWindow']
|
618
620
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
619
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
620
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
621
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
622
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
623
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -627,20 +627,20 @@ declare module '@vue/runtime-core' {
|
|
627
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
628
|
VForm: typeof import('vuetify/components')['VForm']
|
629
629
|
VHover: typeof import('vuetify/components')['VHover']
|
630
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
631
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
632
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
633
633
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
634
634
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
635
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
636
635
|
VRadio: typeof import('vuetify/components')['VRadio']
|
636
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
637
637
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
638
638
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
639
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
640
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
643
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
643
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
644
644
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
645
645
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
646
646
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -657,8 +657,6 @@ 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']
|
@@ -666,6 +664,8 @@ declare module '@vue/runtime-core' {
|
|
666
664
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
667
665
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
668
666
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
667
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
668
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
669
669
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
670
670
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
671
671
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|