@vuetify/nightly 3.7.4-master.2024-11-12 → 3.7.4-master.2024-11-14
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 +3488 -3488
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +6126 -6126
- package/dist/vuetify-labs.css +3509 -3509
- 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 +2883 -2883
- package/dist/vuetify.d.ts +45 -45
- 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 +45 -45
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-14
|
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-11-
|
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-11-
|
2102
|
+
if(a&&e in a)return a[e]}sf.version="3.7.4-master.2024-11-14"
|
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-11-14"
|
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-11-
|
19
|
+
export const version = "3.7.4-master.2024-11-14";
|
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
@@ -489,25 +489,22 @@ declare module 'vue' {
|
|
489
489
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
490
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
491
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
+
VApp: typeof import('vuetify/components')['VApp']
|
492
493
|
VAlert: typeof import('vuetify/components')['VAlert']
|
493
494
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
494
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
495
495
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
-
VApp: typeof import('vuetify/components')['VApp']
|
497
496
|
VBadge: typeof import('vuetify/components')['VBadge']
|
497
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
498
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
499
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
498
500
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
499
501
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
500
502
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
501
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
502
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
503
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
504
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
505
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
506
503
|
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
-
|
504
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
505
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
509
506
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
510
|
-
|
507
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
511
508
|
VCard: typeof import('vuetify/components')['VCard']
|
512
509
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
513
510
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -515,12 +512,11 @@ declare module 'vue' {
|
|
515
512
|
VCardText: typeof import('vuetify/components')['VCardText']
|
516
513
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
517
514
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
518
|
-
VChip: typeof import('vuetify/components')['VChip']
|
519
515
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
516
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
|
-
|
517
|
+
VChip: typeof import('vuetify/components')['VChip']
|
522
518
|
VCode: typeof import('vuetify/components')['VCode']
|
523
|
-
|
519
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
520
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
525
521
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
526
522
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -528,24 +524,28 @@ declare module 'vue' {
|
|
528
524
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
529
525
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
530
526
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
527
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
529
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
530
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
531
531
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
532
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
533
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
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
|
-
|
537
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
538
538
|
VDialog: typeof import('vuetify/components')['VDialog']
|
539
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
539
540
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
540
|
-
VField: typeof import('vuetify/components')['VField']
|
541
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
542
541
|
VFab: typeof import('vuetify/components')['VFab']
|
543
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
544
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
545
542
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
546
543
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
547
544
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
548
545
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
546
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
547
|
+
VField: typeof import('vuetify/components')['VField']
|
548
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
549
|
VFooter: typeof import('vuetify/components')['VFooter']
|
550
550
|
VImg: typeof import('vuetify/components')['VImg']
|
551
551
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -553,9 +553,10 @@ declare module 'vue' {
|
|
553
553
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
554
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
555
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
556
|
-
VInput: typeof import('vuetify/components')['VInput']
|
557
556
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
558
557
|
VItem: typeof import('vuetify/components')['VItem']
|
558
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
|
+
VInput: typeof import('vuetify/components')['VInput']
|
559
560
|
VKbd: typeof import('vuetify/components')['VKbd']
|
560
561
|
VLabel: typeof import('vuetify/components')['VLabel']
|
561
562
|
VList: typeof import('vuetify/components')['VList']
|
@@ -567,72 +568,70 @@ 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
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
571
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
572
571
|
VMain: typeof import('vuetify/components')['VMain']
|
572
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
573
573
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
574
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
575
574
|
VMessages: typeof import('vuetify/components')['VMessages']
|
576
575
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
577
|
-
|
576
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
578
577
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
579
578
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
580
|
-
|
581
|
-
VRating: typeof import('vuetify/components')['VRating']
|
579
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
580
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
|
+
VRating: typeof import('vuetify/components')['VRating']
|
582
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
583
583
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
584
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
584
585
|
VSheet: typeof import('vuetify/components')['VSheet']
|
585
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
586
586
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
587
587
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
588
|
-
|
589
|
-
|
588
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
589
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
591
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
592
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
593
593
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
594
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
595
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
596
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
598
596
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
599
597
|
VTab: typeof import('vuetify/components')['VTab']
|
600
598
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
599
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
600
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
+
VTable: typeof import('vuetify/components')['VTable']
|
603
602
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
604
603
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
|
-
VTable: typeof import('vuetify/components')['VTable']
|
606
604
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
605
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
-
|
609
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
610
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
606
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
611
607
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
612
608
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
613
609
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
610
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
611
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
614
612
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
613
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
614
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
-
VForm: typeof import('vuetify/components')['VForm']
|
618
|
-
VHover: typeof import('vuetify/components')['VHover']
|
619
615
|
VContainer: typeof import('vuetify/components')['VContainer']
|
620
616
|
VCol: typeof import('vuetify/components')['VCol']
|
621
617
|
VRow: typeof import('vuetify/components')['VRow']
|
622
618
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
619
|
+
VHover: typeof import('vuetify/components')['VHover']
|
620
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
621
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
622
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
626
625
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
626
|
+
VForm: typeof import('vuetify/components')['VForm']
|
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
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
631
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
632
|
-
|
633
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
631
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
635
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
636
635
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
636
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
637
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -650,26 +649,27 @@ 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
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
660
659
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
661
660
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
662
|
-
|
663
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
664
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
661
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
665
662
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
666
663
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
667
664
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
665
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
666
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
667
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
668
668
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
669
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
670
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
671
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
672
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
672
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
673
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
674
674
|
}
|
675
675
|
}
|