@vuetify/nightly 3.7.18-master.2025-03-20 → 3.7.18-master.2025-03-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/CHANGELOG.md +8 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +6533 -6533
- package/dist/vuetify-labs.css +3090 -3090
- 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 +6009 -6009
- 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.18-master.2025-03-
|
2
|
+
* Vuetify v3.7.18-master.2025-03-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2124,8 +2124,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2124
2124
|
else{const{mount:a}=e
|
2125
2125
|
e.mount=function(){const l=a(...arguments)
|
2126
2126
|
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:rf.call(this,kt),display:rf.call(this,hn),theme:rf.call(this,Va),icons:rf.call(this,Ot),locale:rf.call(this,ma),date:rf.call(this,fu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function rf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2127
|
-
if(a&&e in a)return a[e]}nf.version="3.7.18-master.2025-03-
|
2128
|
-
const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.18-master.2025-03-
|
2127
|
+
if(a&&e in a)return a[e]}nf.version="3.7.18-master.2025-03-21"
|
2128
|
+
const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.18-master.2025-03-21"
|
2129
2129
|
sf.version=uf,e.blueprints=Zt,e.components=Xp,e.createVuetify=sf,e.directives=of,e.useDate=gu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2130
2130
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2131
2131
|
return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=uf}))
|
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.18-master.2025-03-
|
19
|
+
export const version = "3.7.18-master.2025-03-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,24 +486,26 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VApp: typeof import('vuetify/components')['VApp']
|
490
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
489
491
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
492
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
493
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
-
VApp: typeof import('vuetify/components')['VApp']
|
493
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
495
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
496
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
497
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
498
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
499
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
500
494
|
VAlert: typeof import('vuetify/components')['VAlert']
|
501
495
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
502
|
-
|
503
|
-
|
496
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
497
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
498
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
504
499
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
500
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
501
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
502
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
503
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
504
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
505
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
506
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
507
509
|
VCard: typeof import('vuetify/components')['VCard']
|
508
510
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
509
511
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -511,15 +513,18 @@ declare module 'vue' {
|
|
511
513
|
VCardText: typeof import('vuetify/components')['VCardText']
|
512
514
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
513
515
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
514
|
-
|
515
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
516
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
516
517
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
517
|
-
VChip: typeof import('vuetify/components')['VChip']
|
518
518
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
519
|
+
VChip: typeof import('vuetify/components')['VChip']
|
520
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
521
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
522
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
523
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
524
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
525
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
519
526
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
527
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
522
|
-
VCode: typeof import('vuetify/components')['VCode']
|
523
528
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
524
529
|
VCounter: typeof import('vuetify/components')['VCounter']
|
525
530
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
@@ -529,24 +534,20 @@ declare module 'vue' {
|
|
529
534
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
530
535
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
531
536
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
532
|
-
|
533
|
-
|
534
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
535
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
536
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
537
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
+
VCode: typeof import('vuetify/components')['VCode']
|
538
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
538
539
|
VDivider: typeof import('vuetify/components')['VDivider']
|
539
540
|
VDialog: typeof import('vuetify/components')['VDialog']
|
540
541
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
541
542
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
542
543
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
543
544
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
544
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
545
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
546
545
|
VFab: typeof import('vuetify/components')['VFab']
|
547
546
|
VField: typeof import('vuetify/components')['VField']
|
548
547
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
|
-
|
548
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
549
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
550
|
+
VImg: typeof import('vuetify/components')['VImg']
|
550
551
|
VIcon: typeof import('vuetify/components')['VIcon']
|
551
552
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
552
553
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -555,9 +556,6 @@ declare module 'vue' {
|
|
555
556
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
556
557
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
558
|
VItem: typeof import('vuetify/components')['VItem']
|
558
|
-
VImg: typeof import('vuetify/components')['VImg']
|
559
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
560
|
-
VInput: typeof import('vuetify/components')['VInput']
|
561
559
|
VList: typeof import('vuetify/components')['VList']
|
562
560
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
561
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -567,53 +565,55 @@ declare module 'vue' {
|
|
567
565
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
568
566
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
567
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
568
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
569
|
+
VInput: typeof import('vuetify/components')['VInput']
|
570
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
570
571
|
VLabel: typeof import('vuetify/components')['VLabel']
|
571
|
-
|
572
|
+
VMain: typeof import('vuetify/components')['VMain']
|
572
573
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
574
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
573
575
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
574
|
-
VMain: typeof import('vuetify/components')['VMain']
|
575
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
577
576
|
VPagination: typeof import('vuetify/components')['VPagination']
|
578
|
-
|
579
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
580
578
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
581
|
-
|
579
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
580
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
582
581
|
VRating: typeof import('vuetify/components')['VRating']
|
583
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
585
582
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
583
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
584
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
586
585
|
VSlider: typeof import('vuetify/components')['VSlider']
|
587
|
-
|
586
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
588
587
|
VStepper: typeof import('vuetify/components')['VStepper']
|
589
588
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
590
589
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
591
590
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
592
591
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
593
592
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
594
|
-
|
595
|
-
|
596
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
593
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
595
|
VTab: typeof import('vuetify/components')['VTab']
|
598
596
|
VTabs: typeof import('vuetify/components')['VTabs']
|
599
597
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
598
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
599
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
602
600
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
603
|
-
|
604
|
-
|
601
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
602
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
605
603
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
|
-
|
607
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
608
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
604
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
609
605
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
606
|
+
VTable: typeof import('vuetify/components')['VTable']
|
610
607
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
608
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
609
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
610
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
611
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
612
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
615
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
616
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
617
617
|
VForm: typeof import('vuetify/components')['VForm']
|
618
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
619
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -626,12 +626,12 @@ declare module 'vue' {
|
|
626
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
630
629
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
630
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
631
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
632
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
633
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
634
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
635
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
636
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -650,28 +650,28 @@ 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
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
654
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
655
653
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
656
654
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
657
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
658
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
659
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
660
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
661
655
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
662
656
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
663
657
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
664
658
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
665
659
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
666
660
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
667
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
668
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
669
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
670
661
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
671
662
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
672
663
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
664
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
665
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
666
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
667
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
668
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
669
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
670
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
671
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
673
672
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
674
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
675
674
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
675
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
676
676
|
}
|
677
677
|
}
|
package/package.json
CHANGED