@vuetify/nightly 3.7.10-next.2025-02-05 → 3.7.10-next.2025-02-06
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 -5
- package/dist/json/attributes.json +3552 -3552
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6465 -6465
- package/dist/vuetify-labs.css +3532 -3532
- package/dist/vuetify-labs.d.ts +55 -55
- 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 +2686 -2686
- package/dist/vuetify.d.ts +55 -55
- 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.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.10-next.2025-02-
|
2
|
+
* Vuetify v3.7.10-next.2025-02-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2115,8 +2115,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2115
2115
|
else{const{mount:e}=u
|
2116
2116
|
u.mount=function(){const a=e(...arguments)
|
2117
2117
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:nf.call(this,Vt),display:nf.call(this,pn),theme:nf.call(this,ha),icons:nf.call(this,Ft),locale:nf.call(this,va),date:nf.call(this,pu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function nf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2118
|
-
if(a&&e in a)return a[e]}of.version="3.7.10-next.2025-02-
|
2119
|
-
const rf=function(){return of({components:Kp,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.7.10-next.2025-02-
|
2118
|
+
if(a&&e in a)return a[e]}of.version="3.7.10-next.2025-02-06"
|
2119
|
+
const rf=function(){return of({components:Kp,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.7.10-next.2025-02-06"
|
2120
2120
|
rf.version=sf,e.blueprints=qt,e.components=Kp,e.createVuetify=rf,e.directives=lf,e.useDate=mu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2121
2121
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2122
2122
|
return l(),a},e.useDisplay=Vn,e.useGoTo=Nn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=wa,e.version=sf}))
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.10-next.2025-02-
|
19
|
+
export const version = "3.7.10-next.2025-02-06";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -490,46 +490,48 @@ declare module 'vue' {
|
|
490
490
|
$children?: VNodeChild
|
491
491
|
}
|
492
492
|
export interface GlobalComponents {
|
493
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
493
|
VApp: typeof import('vuetify/components')['VApp']
|
495
494
|
VAlert: typeof import('vuetify/components')['VAlert']
|
496
495
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
496
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
498
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
499
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
500
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
501
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
497
502
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
498
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
499
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
500
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
501
506
|
VBadge: typeof import('vuetify/components')['VBadge']
|
502
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
503
507
|
VBtn: typeof import('vuetify/components')['VBtn']
|
504
|
-
|
505
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
506
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
508
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
509
|
VCard: typeof import('vuetify/components')['VCard']
|
508
510
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
509
511
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
510
512
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
511
513
|
VCardText: typeof import('vuetify/components')['VCardText']
|
512
514
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
515
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
513
516
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
514
517
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
515
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
516
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
517
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
518
518
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
519
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
520
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
521
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
522
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
523
|
+
VCode: typeof import('vuetify/components')['VCode']
|
524
|
+
VChip: typeof import('vuetify/components')['VChip']
|
519
525
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
526
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
|
-
VChip: typeof import('vuetify/components')['VChip']
|
522
527
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
523
|
-
|
524
|
-
VCode: typeof import('vuetify/components')['VCode']
|
528
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
525
529
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
526
530
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
527
531
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
528
532
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
529
533
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
530
534
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
531
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
532
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
533
535
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
534
536
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
535
537
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -538,27 +540,32 @@ declare module 'vue' {
|
|
538
540
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
539
541
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
540
542
|
VDialog: typeof import('vuetify/components')['VDialog']
|
541
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
542
|
-
VFab: typeof import('vuetify/components')['VFab']
|
543
543
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
544
544
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
545
545
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
546
546
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
547
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
548
|
+
VField: typeof import('vuetify/components')['VField']
|
549
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
551
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
547
552
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
553
|
+
VFab: typeof import('vuetify/components')['VFab']
|
554
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
555
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
556
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
|
+
VItem: typeof import('vuetify/components')['VItem']
|
558
|
+
VImg: typeof import('vuetify/components')['VImg']
|
548
559
|
VIcon: typeof import('vuetify/components')['VIcon']
|
549
560
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
550
561
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
551
562
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
552
563
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
553
|
-
|
554
|
-
VField: typeof import('vuetify/components')['VField']
|
555
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
556
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
558
|
-
VItem: typeof import('vuetify/components')['VItem']
|
564
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
559
565
|
VInput: typeof import('vuetify/components')['VInput']
|
560
|
-
|
561
|
-
|
566
|
+
VMain: typeof import('vuetify/components')['VMain']
|
567
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
568
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
562
569
|
VList: typeof import('vuetify/components')['VList']
|
563
570
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
564
571
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -568,58 +575,54 @@ declare module 'vue' {
|
|
568
575
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
576
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
577
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
571
|
-
VMain: typeof import('vuetify/components')['VMain']
|
572
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
573
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
574
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
575
578
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
579
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
580
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
581
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
578
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
582
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
580
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
581
583
|
VPagination: typeof import('vuetify/components')['VPagination']
|
582
584
|
VRating: typeof import('vuetify/components')['VRating']
|
585
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
583
586
|
VSelect: typeof import('vuetify/components')['VSelect']
|
584
587
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
588
|
VSheet: typeof import('vuetify/components')['VSheet']
|
586
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
587
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
590
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
591
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
592
589
|
VStepper: typeof import('vuetify/components')['VStepper']
|
593
590
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
594
591
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
595
592
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
596
593
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
597
594
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
595
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
596
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
597
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
598
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
599
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
600
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
601
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
598
602
|
VTab: typeof import('vuetify/components')['VTab']
|
599
603
|
VTabs: typeof import('vuetify/components')['VTabs']
|
600
604
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
601
605
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
602
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
603
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
604
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
605
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
606
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
607
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
608
606
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
607
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
609
608
|
VTable: typeof import('vuetify/components')['VTable']
|
609
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
610
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
612
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
613
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
614
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
615
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
611
616
|
VWindow: typeof import('vuetify/components')['VWindow']
|
612
617
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
618
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
619
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
617
620
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
618
|
-
VForm: typeof import('vuetify/components')['VForm']
|
619
621
|
VContainer: typeof import('vuetify/components')['VContainer']
|
620
622
|
VCol: typeof import('vuetify/components')['VCol']
|
621
623
|
VRow: typeof import('vuetify/components')['VRow']
|
622
624
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
625
|
+
VForm: typeof import('vuetify/components')['VForm']
|
623
626
|
VHover: typeof import('vuetify/components')['VHover']
|
624
627
|
VLayout: typeof import('vuetify/components')['VLayout']
|
625
628
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -630,11 +633,11 @@ declare module 'vue' {
|
|
630
633
|
VRadio: typeof import('vuetify/components')['VRadio']
|
631
634
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
632
635
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
633
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
634
636
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
635
637
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
636
|
-
|
638
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
637
639
|
VValidation: typeof import('vuetify/components')['VValidation']
|
640
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
638
641
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
639
642
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
640
643
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -651,12 +654,6 @@ declare module 'vue' {
|
|
651
654
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
652
655
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
653
656
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
654
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
655
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
656
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
657
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
658
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
659
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
660
657
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
661
658
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
662
659
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -665,15 +662,18 @@ declare module 'vue' {
|
|
665
662
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
666
663
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
667
664
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
665
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
666
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
667
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
668
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
669
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
670
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
671
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
669
672
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
670
673
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
671
674
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
672
675
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
673
676
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
674
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
675
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
676
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
677
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
678
678
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
679
679
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/lib/framework.js
CHANGED