@vuetify/nightly 3.7.15-master.2025-03-08 → 3.7.15-master.2025-03-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.
- package/CHANGELOG.md +12 -3
- package/dist/json/attributes.json +3249 -3249
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +6133 -6133
- package/dist/vuetify-labs.css +3816 -3816
- 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 +4684 -4684
- package/dist/vuetify.d.ts +42 -42
- 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 +42 -42
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2125,8 +2125,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2125
2125
|
else{const{mount:a}=e
|
2126
2126
|
e.mount=function(){const l=a(...arguments)
|
2127
2127
|
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
|
2128
|
-
if(a&&e in a)return a[e]}rf.version="3.7.15-master.2025-03-
|
2129
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.15-master.2025-03-
|
2128
|
+
if(a&&e in a)return a[e]}rf.version="3.7.15-master.2025-03-10"
|
2129
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.15-master.2025-03-10"
|
2130
2130
|
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
|
2131
2131
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2132
2132
|
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.15-master.2025-03-
|
19
|
+
export const version = "3.7.15-master.2025-03-10";
|
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,39 +486,41 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
490
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
489
491
|
VApp: typeof import('vuetify/components')['VApp']
|
490
492
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
491
493
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
492
494
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
495
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
493
496
|
VBadge: typeof import('vuetify/components')['VBadge']
|
494
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
495
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
496
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
497
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
498
497
|
VBanner: typeof import('vuetify/components')['VBanner']
|
499
498
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
500
499
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
501
|
-
|
502
|
-
|
503
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
504
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
505
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
500
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
506
502
|
VBtn: typeof import('vuetify/components')['VBtn']
|
503
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
507
504
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
505
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
506
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
507
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
508
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
509
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
510
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
509
511
|
VCard: typeof import('vuetify/components')['VCard']
|
510
512
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
511
513
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
512
514
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
513
515
|
VCardText: typeof import('vuetify/components')['VCardText']
|
514
516
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
515
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
516
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
517
517
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
518
|
-
VCode: typeof import('vuetify/components')['VCode']
|
519
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
520
518
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
519
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
520
|
+
VChip: typeof import('vuetify/components')['VChip']
|
521
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
523
|
+
VCode: typeof import('vuetify/components')['VCode']
|
522
524
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
523
525
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
524
526
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -526,23 +528,21 @@ declare module 'vue' {
|
|
526
528
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
527
529
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
528
530
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
529
|
-
VChip: typeof import('vuetify/components')['VChip']
|
530
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
531
531
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
532
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
533
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
534
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
535
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
536
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
-
|
538
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
537
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
539
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
542
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
542
543
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
543
544
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
544
545
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
545
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
546
546
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
547
547
|
VField: typeof import('vuetify/components')['VField']
|
548
548
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
@@ -554,9 +554,11 @@ declare module 'vue' {
|
|
554
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
555
555
|
VImg: typeof import('vuetify/components')['VImg']
|
556
556
|
VInput: typeof import('vuetify/components')['VInput']
|
557
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
558
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
558
559
|
VItem: typeof import('vuetify/components')['VItem']
|
559
|
-
|
560
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
561
|
+
VMain: typeof import('vuetify/components')['VMain']
|
560
562
|
VList: typeof import('vuetify/components')['VList']
|
561
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
562
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -566,51 +568,51 @@ declare module 'vue' {
|
|
566
568
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
567
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
568
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
569
|
-
|
570
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
571
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
571
572
|
VMessages: typeof import('vuetify/components')['VMessages']
|
573
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
574
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
575
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
576
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
572
577
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
573
578
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
574
|
-
VMain: typeof import('vuetify/components')['VMain']
|
575
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
579
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
577
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
578
|
-
VRating: typeof import('vuetify/components')['VRating']
|
579
580
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
580
|
-
|
581
|
+
VRating: typeof import('vuetify/components')['VRating']
|
582
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
581
583
|
VSelect: typeof import('vuetify/components')['VSelect']
|
582
584
|
VSheet: typeof import('vuetify/components')['VSheet']
|
583
|
-
|
585
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
586
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
587
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
588
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
585
589
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
586
590
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
587
|
-
|
588
|
-
|
591
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
592
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
589
593
|
VStepper: typeof import('vuetify/components')['VStepper']
|
590
594
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
591
595
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
592
596
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
593
597
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
594
598
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
595
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
596
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
597
599
|
VTab: typeof import('vuetify/components')['VTab']
|
598
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
599
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
602
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
-
VTable: typeof import('vuetify/components')['VTable']
|
602
603
|
VTextField: typeof import('vuetify/components')['VTextField']
|
604
|
+
VTable: typeof import('vuetify/components')['VTable']
|
605
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
603
607
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
604
608
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
609
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
610
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
605
611
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
606
612
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
607
613
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
608
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
609
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
610
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
611
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
612
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
613
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
614
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
615
617
|
VForm: typeof import('vuetify/components')['VForm']
|
616
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -620,8 +622,8 @@ declare module 'vue' {
|
|
620
622
|
VHover: typeof import('vuetify/components')['VHover']
|
621
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
622
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
623
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
624
625
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
626
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
625
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
626
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
627
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
@@ -648,8 +650,6 @@ declare module 'vue' {
|
|
648
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
649
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
650
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
651
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
652
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
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']
|
@@ -658,11 +658,11 @@ declare module 'vue' {
|
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
659
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
660
660
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
661
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
662
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
663
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
662
664
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
663
665
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
664
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
665
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
666
666
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
667
667
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
668
668
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/package.json
CHANGED