@vuetify/nightly 3.7.15-master.2025-03-11 → 3.7.16-master.2025-03-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 +9 -50
- package/dist/json/attributes.json +3085 -3085
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5856 -5856
- package/dist/vuetify-labs.css +2573 -2572
- 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 +6195 -6194
- package/dist/vuetify.d.ts +59 -59
- 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/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.16-master.2025-03-12
|
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.
|
2129
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.
|
2128
|
+
if(a&&e in a)return a[e]}rf.version="3.7.16-master.2025-03-12"
|
2129
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.16-master.2025-03-12"
|
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.
|
19
|
+
export const version = "3.7.16-master.2025-03-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
@@ -486,48 +486,42 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VApp: typeof import('vuetify/components')['VApp']
|
489
490
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
491
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
492
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
-
|
493
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
494
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
493
495
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
496
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
497
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
494
498
|
VBanner: typeof import('vuetify/components')['VBanner']
|
495
499
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
496
500
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
497
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
498
501
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
499
|
-
|
500
|
-
|
501
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
502
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
503
|
+
VChip: typeof import('vuetify/components')['VChip']
|
502
504
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
503
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
504
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
505
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
506
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
507
505
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
506
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
509
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
510
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
508
511
|
VCard: typeof import('vuetify/components')['VCard']
|
509
512
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
510
513
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
511
514
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
512
515
|
VCardText: typeof import('vuetify/components')['VCardText']
|
513
516
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
-
VChip: typeof import('vuetify/components')['VChip']
|
515
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
516
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
517
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
518
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
519
517
|
VCode: typeof import('vuetify/components')['VCode']
|
520
|
-
|
521
|
-
|
522
|
-
|
518
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
519
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
520
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
521
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
523
522
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
-
|
525
|
-
|
526
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
527
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
528
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
529
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
530
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
523
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
524
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
531
525
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
526
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
527
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -535,31 +529,34 @@ declare module 'vue' {
|
|
535
529
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
530
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
531
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
|
539
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
532
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
540
533
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
541
534
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
542
535
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
543
536
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
544
|
-
VFab: typeof import('vuetify/components')['VFab']
|
545
537
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
546
|
-
|
538
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
539
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
540
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
541
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
542
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
543
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
544
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
545
|
+
VFab: typeof import('vuetify/components')['VFab']
|
547
546
|
VFooter: typeof import('vuetify/components')['VFooter']
|
548
|
-
|
549
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
|
-
VImg: typeof import('vuetify/components')['VImg']
|
551
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
547
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
552
548
|
VIcon: typeof import('vuetify/components')['VIcon']
|
553
549
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
554
550
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
555
551
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
556
552
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
553
|
+
VImg: typeof import('vuetify/components')['VImg']
|
554
|
+
VField: typeof import('vuetify/components')['VField']
|
555
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
556
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
557
|
VInput: typeof import('vuetify/components')['VInput']
|
558
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
559
558
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
559
|
VItem: typeof import('vuetify/components')['VItem']
|
561
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
562
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
563
560
|
VList: typeof import('vuetify/components')['VList']
|
564
561
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
565
562
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -569,46 +566,51 @@ declare module 'vue' {
|
|
569
566
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
570
567
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
571
568
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
572
|
-
|
573
|
-
|
569
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
570
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
571
|
+
VMain: typeof import('vuetify/components')['VMain']
|
574
572
|
VMessages: typeof import('vuetify/components')['VMessages']
|
573
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
575
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
576
|
VPagination: typeof import('vuetify/components')['VPagination']
|
578
|
-
|
577
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
578
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
579
579
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
580
|
-
|
581
|
-
VRating: typeof import('vuetify/components')['VRating']
|
580
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
581
|
VSelect: typeof import('vuetify/components')['VSelect']
|
583
|
-
|
584
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
582
|
+
VRating: typeof import('vuetify/components')['VRating']
|
585
583
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
587
|
-
VMain: typeof import('vuetify/components')['VMain']
|
588
584
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
589
585
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
590
|
-
|
586
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
587
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
588
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
589
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
591
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
594
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
599
|
+
VTable: typeof import('vuetify/components')['VTable']
|
600
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
597
601
|
VTab: typeof import('vuetify/components')['VTab']
|
598
602
|
VTabs: typeof import('vuetify/components')['VTabs']
|
599
603
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
604
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
-
|
605
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
602
606
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
603
607
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
604
609
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
605
610
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
606
611
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
607
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
608
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
609
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
610
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
611
|
-
VTable: typeof import('vuetify/components')['VTable']
|
612
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
613
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
614
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -620,17 +622,18 @@ 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']
|
625
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
624
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
625
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
626
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
627
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
628
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
629
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
630
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
631
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
632
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
633
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
635
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
636
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
634
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
635
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
636
639
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -647,10 +650,6 @@ declare module 'vue' {
|
|
647
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
648
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
649
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
650
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
651
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
652
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
653
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
654
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
655
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
656
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -659,11 +658,12 @@ declare module 'vue' {
|
|
659
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
660
659
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
661
660
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
662
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
663
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
664
661
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
665
662
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
666
663
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
664
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
665
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
666
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
667
667
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
668
668
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
669
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/package.json
CHANGED