@vuetify/nightly 3.7.14-master.2025-02-26 → 3.7.14-master.2025-02-27
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 +6 -3
- package/dist/json/attributes.json +1054 -1054
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +2097 -2097
- package/dist/vuetify-labs.css +4121 -4121
- 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 +4337 -4337
- 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/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.14-master.2025-02-
|
2
|
+
* Vuetify v3.7.14-master.2025-02-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2123,8 +2123,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2123
2123
|
else{const{mount:a}=e
|
2124
2124
|
e.mount=function(){const l=a(...arguments)
|
2125
2125
|
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
|
2126
|
-
if(a&&e in a)return a[e]}rf.version="3.7.14-master.2025-02-
|
2127
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.14-master.2025-02-
|
2126
|
+
if(a&&e in a)return a[e]}rf.version="3.7.14-master.2025-02-27"
|
2127
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.14-master.2025-02-27"
|
2128
2128
|
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
|
2129
2129
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2130
2130
|
return l(),a},e.useDisplay=xn,e.useGoTo=Pn,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.14-master.2025-02-
|
19
|
+
export const version = "3.7.14-master.2025-02-27";
|
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,79 +486,76 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VApp: typeof import('vuetify/components')['VApp']
|
490
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
491
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
492
489
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
493
490
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
494
491
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
+
VApp: typeof import('vuetify/components')['VApp']
|
493
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
494
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
495
495
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
498
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
499
496
|
VBanner: typeof import('vuetify/components')['VBanner']
|
500
497
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
501
498
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
499
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
502
500
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
503
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
504
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
505
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
506
501
|
VBtn: typeof import('vuetify/components')['VBtn']
|
507
502
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
508
503
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
509
504
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
510
|
-
|
511
|
-
|
505
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
506
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
508
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
509
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
512
510
|
VCard: typeof import('vuetify/components')['VCard']
|
513
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
514
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
515
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
516
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
517
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
518
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
519
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
520
516
|
VChip: typeof import('vuetify/components')['VChip']
|
517
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
518
|
+
VCode: typeof import('vuetify/components')['VCode']
|
521
519
|
VCounter: typeof import('vuetify/components')['VCounter']
|
522
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
523
520
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
524
521
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
525
522
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
526
523
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
527
524
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
528
525
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
529
|
-
VCode: typeof import('vuetify/components')['VCode']
|
530
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
534
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
535
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
539
526
|
VDialog: typeof import('vuetify/components')['VDialog']
|
540
527
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
541
|
-
|
542
|
-
|
543
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
528
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
529
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
544
530
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
545
531
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
546
532
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
547
533
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
534
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
548
535
|
VFooter: typeof import('vuetify/components')['VFooter']
|
536
|
+
VField: typeof import('vuetify/components')['VField']
|
537
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
538
|
+
VFab: typeof import('vuetify/components')['VFab']
|
549
539
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
550
|
-
|
540
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
551
541
|
VIcon: typeof import('vuetify/components')['VIcon']
|
552
542
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
553
543
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
544
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
545
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
546
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
547
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
548
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
549
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
550
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
551
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
552
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
553
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
554
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
555
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
556
556
|
VImg: typeof import('vuetify/components')['VImg']
|
557
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
558
557
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
559
558
|
VItem: typeof import('vuetify/components')['VItem']
|
560
|
-
VInput: typeof import('vuetify/components')['VInput']
|
561
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
562
559
|
VList: typeof import('vuetify/components')['VList']
|
563
560
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
564
561
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -568,68 +565,71 @@ declare module 'vue' {
|
|
568
565
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
566
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
567
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
568
|
+
VInput: typeof import('vuetify/components')['VInput']
|
571
569
|
VMain: typeof import('vuetify/components')['VMain']
|
572
|
-
|
570
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
571
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
573
572
|
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
-
|
575
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
573
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
576
574
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
577
|
-
|
578
|
-
|
579
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
575
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
580
577
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
581
|
-
|
578
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
579
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
580
|
VRating: typeof import('vuetify/components')['VRating']
|
581
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
583
582
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
584
|
-
|
583
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
584
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
585
585
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
586
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
587
587
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
588
|
-
|
588
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
589
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
589
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
590
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
591
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
592
593
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
593
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
594
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
595
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
596
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
596
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
|
-
|
597
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
598
|
VTab: typeof import('vuetify/components')['VTab']
|
600
599
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
600
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
601
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
602
|
+
VTable: typeof import('vuetify/components')['VTable']
|
603
603
|
VTextField: typeof import('vuetify/components')['VTextField']
|
604
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
606
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
604
607
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
605
608
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
606
609
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
607
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
608
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
609
610
|
VWindow: typeof import('vuetify/components')['VWindow']
|
610
611
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
611
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
612
612
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
613
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
+
VForm: typeof import('vuetify/components')['VForm']
|
618
|
+
VHover: typeof import('vuetify/components')['VHover']
|
617
619
|
VContainer: typeof import('vuetify/components')['VContainer']
|
618
620
|
VCol: typeof import('vuetify/components')['VCol']
|
619
621
|
VRow: typeof import('vuetify/components')['VRow']
|
620
622
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
621
|
-
|
622
|
-
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
626
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
627
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
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
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
630
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
631
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
633
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
@@ -650,6 +650,7 @@ 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
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
653
654
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
654
655
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
655
656
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
@@ -658,18 +659,17 @@ declare module 'vue' {
|
|
658
659
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
659
660
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
660
661
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
661
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
662
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
663
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
664
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
665
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
666
662
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
667
663
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
668
664
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
669
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
670
665
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
671
666
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
672
667
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
668
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
672
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
673
673
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
674
674
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
675
675
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/package.json
CHANGED