@vuetify/nightly 3.7.4-master.2024-11-29 → 3.7.4-master.2024-12-02
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 +3102 -3102
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +174 -174
- package/dist/json/web-types.json +5542 -5542
- package/dist/vuetify-labs.css +3894 -3894
- 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 +1462 -1462
- package/dist/vuetify.d.ts +58 -58
- 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 +58 -58
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-
|
2
|
+
* Vuetify v3.7.4-master.2024-12-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2099,8 +2099,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
|
|
2099
2099
|
else{const{mount:a}=e
|
2100
2100
|
e.mount=function(){const l=a(...arguments)
|
2101
2101
|
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
|
2102
|
-
if(a&&e in a)return a[e]}sf.version="3.7.4-master.2024-
|
2103
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.4-master.2024-
|
2102
|
+
if(a&&e in a)return a[e]}sf.version="3.7.4-master.2024-12-02"
|
2103
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.4-master.2024-12-02"
|
2104
2104
|
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
|
2105
2105
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2106
2106
|
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.4-master.2024-
|
19
|
+
export const version = "3.7.4-master.2024-12-02";
|
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,49 +486,46 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
490
|
-
VApp: typeof import('vuetify/components')['VApp']
|
491
489
|
VAlert: typeof import('vuetify/components')['VAlert']
|
492
490
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
493
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
494
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
495
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
496
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
497
491
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
498
492
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
499
493
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
500
494
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
495
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
501
497
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
498
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
499
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
500
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
501
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
502
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
502
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
503
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
504
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
-
|
506
|
-
|
506
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
507
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
507
508
|
VCard: typeof import('vuetify/components')['VCard']
|
508
509
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
509
510
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
510
511
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
511
512
|
VCardText: typeof import('vuetify/components')['VCardText']
|
512
513
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
513
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
514
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
515
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
516
514
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
517
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
518
515
|
VChip: typeof import('vuetify/components')['VChip']
|
519
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
520
516
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
517
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
518
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
519
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
520
|
+
VCode: typeof import('vuetify/components')['VCode']
|
521
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
522
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
522
523
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
523
524
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
524
525
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
525
526
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
526
527
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
527
528
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
528
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
529
|
-
VCode: typeof import('vuetify/components')['VCode']
|
530
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
531
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
532
529
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
530
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
531
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,30 +533,29 @@ declare module 'vue' {
|
|
536
533
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
534
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
535
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
536
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
537
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
539
538
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
540
539
|
VFab: typeof import('vuetify/components')['VFab']
|
540
|
+
VField: typeof import('vuetify/components')['VField']
|
541
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
542
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
543
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
541
544
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
542
545
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
543
546
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
544
547
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
545
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
546
|
-
VField: typeof import('vuetify/components')['VField']
|
547
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
548
548
|
VImg: typeof import('vuetify/components')['VImg']
|
549
|
-
|
550
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
549
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
551
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
552
551
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
553
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
555
|
+
VInput: typeof import('vuetify/components')['VInput']
|
556
556
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
557
|
VItem: typeof import('vuetify/components')['VItem']
|
558
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
|
-
VInput: typeof import('vuetify/components')['VInput']
|
560
558
|
VLabel: typeof import('vuetify/components')['VLabel']
|
561
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
562
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
563
559
|
VList: typeof import('vuetify/components')['VList']
|
564
560
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
565
561
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -570,50 +566,54 @@ declare module 'vue' {
|
|
570
566
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
571
567
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
572
568
|
VMain: typeof import('vuetify/components')['VMain']
|
573
|
-
|
574
|
-
|
575
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
569
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
570
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
576
571
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
572
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
573
|
+
VApp: typeof import('vuetify/components')['VApp']
|
577
574
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
578
577
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
579
578
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
580
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
579
|
VSelect: typeof import('vuetify/components')['VSelect']
|
582
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
583
580
|
VRating: typeof import('vuetify/components')['VRating']
|
584
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
585
581
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
582
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
583
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
584
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
585
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
587
586
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
588
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
589
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
590
587
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
588
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
591
589
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
592
|
-
|
593
|
-
VStepper: typeof import('vuetify/components')['VStepper']
|
594
|
-
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
595
|
-
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
596
|
-
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
597
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
598
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
590
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
599
591
|
VTab: typeof import('vuetify/components')['VTab']
|
600
592
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
593
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
594
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
603
595
|
VTable: typeof import('vuetify/components')['VTable']
|
604
|
-
|
596
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
605
597
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
598
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
599
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
600
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
601
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
602
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
606
603
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
604
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
609
605
|
VWindow: typeof import('vuetify/components')['VWindow']
|
610
606
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
611
|
-
|
612
|
-
|
613
|
-
|
607
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
608
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
609
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
610
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
611
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
612
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
614
613
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
|
-
|
614
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
616
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
617
|
VForm: typeof import('vuetify/components')['VForm']
|
618
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
619
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -624,16 +624,14 @@ declare module 'vue' {
|
|
624
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
625
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
626
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
629
627
|
VRadio: typeof import('vuetify/components')['VRadio']
|
628
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
630
629
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
630
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
631
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
632
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
633
|
VValidation: typeof import('vuetify/components')['VValidation']
|
634
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
635
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
636
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
639
637
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -650,6 +648,8 @@ declare module 'vue' {
|
|
650
648
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
649
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
650
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
651
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
652
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
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']
|
@@ -658,18 +658,18 @@ declare module 'vue' {
|
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
659
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
660
660
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
662
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
663
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
661
664
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
663
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
664
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
665
665
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
666
666
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
667
667
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
668
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
672
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
673
672
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
673
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
674
674
|
}
|
675
675
|
}
|