@vuetify/nightly 3.7.16-master.2025-03-14 → 3.7.16-master.2025-03-15
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 +5 -3
- package/dist/json/attributes.json +2845 -2845
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +5024 -5024
- package/dist/vuetify-labs.css +3669 -3669
- 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 +1991 -1991
- 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.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-15
|
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.16-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.16-master.2025-03-
|
2127
|
+
if(a&&e in a)return a[e]}nf.version="3.7.16-master.2025-03-15"
|
2128
|
+
const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.16-master.2025-03-15"
|
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.16-master.2025-03-
|
19
|
+
export const version = "3.7.16-master.2025-03-15";
|
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
@@ -489,37 +489,37 @@ declare module 'vue' {
|
|
489
489
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
490
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
491
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
492
493
|
VApp: typeof import('vuetify/components')['VApp']
|
493
494
|
VAlert: typeof import('vuetify/components')['VAlert']
|
494
495
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
495
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
496
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
497
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
498
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
499
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
500
496
|
VBadge: typeof import('vuetify/components')['VBadge']
|
497
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
501
498
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
502
|
-
|
499
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
503
500
|
VBanner: typeof import('vuetify/components')['VBanner']
|
504
501
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
505
502
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
506
|
-
|
507
|
-
|
503
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
504
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
505
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
508
506
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
509
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
510
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
511
507
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
512
508
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
513
|
-
|
514
|
-
|
515
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
516
|
-
VCode: typeof import('vuetify/components')['VCode']
|
509
|
+
VChip: typeof import('vuetify/components')['VChip']
|
510
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
517
511
|
VCard: typeof import('vuetify/components')['VCard']
|
518
512
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
519
513
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
520
514
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
521
515
|
VCardText: typeof import('vuetify/components')['VCardText']
|
522
516
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
517
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
518
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
519
|
+
VCode: typeof import('vuetify/components')['VCode']
|
520
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
521
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
522
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
523
523
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
524
524
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
525
525
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -528,40 +528,36 @@ declare module 'vue' {
|
|
528
528
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
529
529
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
530
530
|
VCounter: typeof import('vuetify/components')['VCounter']
|
531
|
-
|
531
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
532
532
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
533
533
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
534
534
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
535
535
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
536
536
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
537
537
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
538
|
+
VField: typeof import('vuetify/components')['VField']
|
539
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
538
540
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
539
541
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
540
542
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
541
543
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
542
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
543
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
544
|
-
VField: typeof import('vuetify/components')['VField']
|
545
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
546
|
-
VFab: typeof import('vuetify/components')['VFab']
|
547
544
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
548
|
-
|
545
|
+
VFab: typeof import('vuetify/components')['VFab']
|
546
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
549
547
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
550
548
|
VIcon: typeof import('vuetify/components')['VIcon']
|
551
549
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
552
550
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
553
551
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
554
552
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
553
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
555
554
|
VImg: typeof import('vuetify/components')['VImg']
|
556
|
-
VInput: typeof import('vuetify/components')['VInput']
|
557
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
558
555
|
VLabel: typeof import('vuetify/components')['VLabel']
|
556
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
557
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
558
|
VItem: typeof import('vuetify/components')['VItem']
|
561
559
|
VMain: typeof import('vuetify/components')['VMain']
|
562
560
|
VKbd: typeof import('vuetify/components')['VKbd']
|
563
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
564
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
565
561
|
VList: typeof import('vuetify/components')['VList']
|
566
562
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
567
563
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -573,67 +569,71 @@ declare module 'vue' {
|
|
573
569
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
574
570
|
VMenu: typeof import('vuetify/components')['VMenu']
|
575
571
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
572
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
573
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
576
574
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
575
|
+
VInput: typeof import('vuetify/components')['VInput']
|
577
576
|
VPagination: typeof import('vuetify/components')['VPagination']
|
577
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
|
+
VRating: typeof import('vuetify/components')['VRating']
|
578
579
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
580
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
580
581
|
VSelect: typeof import('vuetify/components')['VSelect']
|
581
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
582
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
583
582
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
584
|
-
VRating: typeof import('vuetify/components')['VRating']
|
585
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
586
583
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
584
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
585
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
586
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
587
587
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
588
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
-
|
589
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
591
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
590
592
|
VStepper: typeof import('vuetify/components')['VStepper']
|
591
593
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
592
594
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
593
595
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
594
596
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
595
597
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
596
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
597
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
599
|
-
VTable: typeof import('vuetify/components')['VTable']
|
600
598
|
VTab: typeof import('vuetify/components')['VTab']
|
601
599
|
VTabs: typeof import('vuetify/components')['VTabs']
|
602
600
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
603
601
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
604
|
-
|
602
|
+
VTable: typeof import('vuetify/components')['VTable']
|
603
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
604
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
605
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
605
607
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
606
608
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
607
609
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
608
|
-
|
609
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
610
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
611
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
610
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
612
611
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
612
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
|
-
|
613
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
615
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
+
VHover: typeof import('vuetify/components')['VHover']
|
617
618
|
VForm: typeof import('vuetify/components')['VForm']
|
618
619
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
620
|
VCol: typeof import('vuetify/components')['VCol']
|
620
621
|
VRow: typeof import('vuetify/components')['VRow']
|
621
622
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
|
-
VHover: typeof import('vuetify/components')['VHover']
|
623
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
626
625
|
VLazy: typeof import('vuetify/components')['VLazy']
|
627
|
-
|
626
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
628
627
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
|
-
|
628
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
630
629
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
630
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
631
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
633
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
639
639
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -650,26 +650,26 @@ 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
|
-
|
654
|
-
|
655
|
-
|
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
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
657
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
656
658
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
657
659
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
658
660
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
661
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
662
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
663
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
659
664
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
660
665
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
661
666
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
662
667
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
663
668
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
664
669
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
670
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
671
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
672
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
670
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
671
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
672
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
673
673
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
674
674
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
675
675
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/package.json
CHANGED