@vuetify/nightly 3.7.6-master.2024-12-18 → 3.7.6-master.2024-12-26
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/dist/json/attributes.json +3256 -3256
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +5807 -5807
- package/dist/vuetify-labs.css +3317 -3317
- 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 +3280 -3280
- package/dist/vuetify.d.ts +51 -51
- 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 +51 -51
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.6-master.2024-12-
|
2
|
+
* Vuetify v3.7.6-master.2024-12-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2100,8 +2100,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
|
|
2100
2100
|
else{const{mount:a}=e
|
2101
2101
|
e.mount=function(){const l=a(...arguments)
|
2102
2102
|
return t.nextTick((()=>c.update())),e.mount=a,l}}kt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:uf.call(this,xt),display:uf.call(this,yn),theme:uf.call(this,wa),icons:uf.call(this,Lt),locale:uf.call(this,ga),date:uf.call(this,gu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function uf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2103
|
-
if(a&&e in a)return a[e]}sf.version="3.7.6-master.2024-12-
|
2104
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.6-master.2024-12-
|
2103
|
+
if(a&&e in a)return a[e]}sf.version="3.7.6-master.2024-12-26"
|
2104
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.6-master.2024-12-26"
|
2105
2105
|
cf.version=df,e.blueprints=Qt,e.components=Qp,e.createVuetify=cf,e.directives=rf,e.useDate=yu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2106
2106
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2107
2107
|
return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=oa,e.useLocale=ya,e.useRtl=Va,e.useTheme=Na,e.version=df}))
|
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.6-master.2024-12-
|
19
|
+
export const version = "3.7.6-master.2024-12-26";
|
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,41 +486,41 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
489
|
VAlert: typeof import('vuetify/components')['VAlert']
|
493
490
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
494
|
-
|
495
|
-
|
496
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
491
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
492
|
+
VApp: typeof import('vuetify/components')['VApp']
|
497
493
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
498
494
|
VBadge: typeof import('vuetify/components')['VBadge']
|
499
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
500
495
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
501
|
-
|
496
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
497
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
498
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
502
499
|
VBtn: typeof import('vuetify/components')['VBtn']
|
500
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
502
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
503
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
503
504
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
504
505
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
505
506
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
507
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
506
509
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
510
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
511
|
VCard: typeof import('vuetify/components')['VCard']
|
508
512
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
509
513
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
510
514
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
511
515
|
VCardText: typeof import('vuetify/components')['VCardText']
|
512
516
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
513
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
514
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
515
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
516
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
517
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
518
|
-
VApp: typeof import('vuetify/components')['VApp']
|
519
|
-
VCode: typeof import('vuetify/components')['VCode']
|
520
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
521
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
522
517
|
VChip: typeof import('vuetify/components')['VChip']
|
518
|
+
VCode: typeof import('vuetify/components')['VCode']
|
519
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
523
521
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
523
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
524
524
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
525
525
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
526
526
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -534,30 +534,31 @@ declare module 'vue' {
|
|
534
534
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
535
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
536
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
538
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
539
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
540
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
541
|
-
VFab: typeof import('vuetify/components')['VFab']
|
542
|
-
VField: typeof import('vuetify/components')['VField']
|
543
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
544
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
545
537
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
546
538
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
547
539
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
548
540
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
541
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
542
|
+
VField: typeof import('vuetify/components')['VField']
|
543
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
544
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
549
545
|
VFooter: typeof import('vuetify/components')['VFooter']
|
550
|
-
|
546
|
+
VFab: typeof import('vuetify/components')['VFab']
|
547
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
551
548
|
VIcon: typeof import('vuetify/components')['VIcon']
|
552
549
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
553
550
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
551
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
552
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
556
|
-
|
557
|
-
|
553
|
+
VImg: typeof import('vuetify/components')['VImg']
|
554
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
558
555
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
556
|
VInput: typeof import('vuetify/components')['VInput']
|
560
|
-
|
557
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
558
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
559
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
|
+
VItem: typeof import('vuetify/components')['VItem']
|
561
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
561
562
|
VList: typeof import('vuetify/components')['VList']
|
562
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -567,27 +568,26 @@ declare module 'vue' {
|
|
567
568
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
568
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
570
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
571
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
572
571
|
VMain: typeof import('vuetify/components')['VMain']
|
573
572
|
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
573
|
VMessages: typeof import('vuetify/components')['VMessages']
|
574
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
575
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
577
577
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
578
|
VPagination: typeof import('vuetify/components')['VPagination']
|
579
579
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
580
580
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
582
581
|
VRating: typeof import('vuetify/components')['VRating']
|
583
582
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
583
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
584
584
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
586
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
587
585
|
VSheet: typeof import('vuetify/components')['VSheet']
|
588
|
-
|
586
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
589
587
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
590
588
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
590
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
591
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -595,45 +595,44 @@ declare module 'vue' {
|
|
595
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
597
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
599
598
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
600
|
-
VTable: typeof import('vuetify/components')['VTable']
|
601
599
|
VTab: typeof import('vuetify/components')['VTab']
|
602
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
603
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
604
602
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
605
|
-
|
603
|
+
VTable: typeof import('vuetify/components')['VTable']
|
604
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
605
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
606
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
607
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
608
609
|
VWindow: typeof import('vuetify/components')['VWindow']
|
609
610
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
610
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
611
611
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
612
612
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
613
613
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
614
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
615
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
-
VForm: typeof import('vuetify/components')['VForm']
|
618
617
|
VHover: typeof import('vuetify/components')['VHover']
|
619
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
620
619
|
VCol: typeof import('vuetify/components')['VCol']
|
621
620
|
VRow: typeof import('vuetify/components')['VRow']
|
622
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
623
|
-
|
624
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
622
|
+
VForm: typeof import('vuetify/components')['VForm']
|
625
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
626
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
626
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
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
635
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
637
636
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
637
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
639
638
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -650,23 +649,24 @@ declare module 'vue' {
|
|
650
649
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
650
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
651
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
652
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
653
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
660
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
663
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
664
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
665
659
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
666
660
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
667
661
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
668
662
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
669
663
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
664
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
665
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
666
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
667
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
668
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
670
670
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
671
671
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
672
672
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|