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