@vuetify/nightly 3.6.11-master.2024-07-03 → 3.6.11-master.2024-07-07
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 +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2045 -2045
- 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 +1330 -1330
- package/dist/vuetify.d.ts +42 -42
- 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 +42 -42
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2091,9 +2091,9 @@ else{const{mount:a}=e
|
|
2091
2091
|
e.mount=function(){const l=a(...arguments)
|
2092
2092
|
return t.nextTick((()=>c.update())),e.mount=a,l}}ft.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:af.call(this,gt),display:af.call(this,dn),theme:af.call(this,ma),icons:af.call(this,Dt),locale:af.call(this,ca),date:af.call(this,cu)})}}})}
|
2093
2093
|
return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function af(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2094
|
-
if(a&&e in a)return a[e]}tf.version="3.6.11-master.2024-07-
|
2094
|
+
if(a&&e in a)return a[e]}tf.version="3.6.11-master.2024-07-07"
|
2095
2095
|
const lf=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
2096
|
-
return tf({components:Yp,directives:ef,...e})},of="3.6.11-master.2024-07-
|
2096
|
+
return tf({components:Yp,directives:ef,...e})},of="3.6.11-master.2024-07-07"
|
2097
2097
|
lf.version=of,e.blueprints=Yt,e.components=Yp,e.createVuetify=lf,e.directives=ef,e.useDate=pu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2098
2098
|
const{props:a,provideSubDefaults:l}=wt(e,t)
|
2099
2099
|
return l(),a},e.useDisplay=yn,e.useGoTo=xn,e.useLayout=Qt,e.useLocale=va,e.useRtl=fa,e.useTheme=ba,e.version=of}))
|
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.6.11-master.2024-07-
|
19
|
+
export const version = "3.6.11-master.2024-07-07";
|
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
@@ -494,24 +494,23 @@ declare module '@vue/runtime-core' {
|
|
494
494
|
export interface GlobalComponents {
|
495
495
|
VAlert: typeof import('vuetify/components')['VAlert']
|
496
496
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
497
|
+
VApp: typeof import('vuetify/components')['VApp']
|
497
498
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
498
499
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
499
500
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
500
|
-
VApp: typeof import('vuetify/components')['VApp']
|
501
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
502
501
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
503
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
505
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
503
507
|
VBanner: typeof import('vuetify/components')['VBanner']
|
504
508
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
505
509
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
506
|
-
|
507
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
510
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
511
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
509
512
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
510
513
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
511
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
512
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
513
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
514
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
515
514
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
516
515
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
517
516
|
VCard: typeof import('vuetify/components')['VCard']
|
@@ -520,15 +519,14 @@ declare module '@vue/runtime-core' {
|
|
520
519
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
521
520
|
VCardText: typeof import('vuetify/components')['VCardText']
|
522
521
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
523
|
-
|
522
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
524
523
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
525
524
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
525
|
+
VChip: typeof import('vuetify/components')['VChip']
|
526
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
527
|
+
VCode: typeof import('vuetify/components')['VCode']
|
526
528
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
527
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
529
|
VCounter: typeof import('vuetify/components')['VCounter']
|
529
|
-
VCode: typeof import('vuetify/components')['VCode']
|
530
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
531
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
532
530
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
531
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
532
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,35 +534,37 @@ declare module '@vue/runtime-core' {
|
|
536
534
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
535
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
536
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
537
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
539
538
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
539
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
540
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
542
541
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
542
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
543
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
544
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
545
545
|
VDivider: typeof import('vuetify/components')['VDivider']
|
546
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
546
|
VFab: typeof import('vuetify/components')['VFab']
|
548
547
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
549
548
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
550
549
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
551
550
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
551
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
552
552
|
VField: typeof import('vuetify/components')['VField']
|
553
553
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
554
555
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
556
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
555
557
|
VIcon: typeof import('vuetify/components')['VIcon']
|
556
558
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
557
559
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
558
560
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
559
561
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
560
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
561
562
|
VImg: typeof import('vuetify/components')['VImg']
|
562
|
-
|
563
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
563
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
564
564
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
565
565
|
VItem: typeof import('vuetify/components')['VItem']
|
566
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
567
566
|
VKbd: typeof import('vuetify/components')['VKbd']
|
567
|
+
VInput: typeof import('vuetify/components')['VInput']
|
568
568
|
VList: typeof import('vuetify/components')['VList']
|
569
569
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
570
570
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -576,44 +576,44 @@ declare module '@vue/runtime-core' {
|
|
576
576
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
577
577
|
VMain: typeof import('vuetify/components')['VMain']
|
578
578
|
VMenu: typeof import('vuetify/components')['VMenu']
|
579
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
580
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
581
579
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
|
-
|
583
|
-
|
580
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
581
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
584
582
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
585
|
-
|
583
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
584
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
586
585
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
587
|
-
|
586
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
588
587
|
VRating: typeof import('vuetify/components')['VRating']
|
589
|
-
|
590
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
588
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
589
|
VSelect: typeof import('vuetify/components')['VSelect']
|
592
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
593
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
595
590
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
591
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
592
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
593
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
594
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
595
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
596
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
597
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
597
598
|
VStepper: typeof import('vuetify/components')['VStepper']
|
598
599
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
599
600
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
600
601
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
601
602
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
602
603
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
603
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
604
604
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
605
|
-
|
605
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
606
|
VTab: typeof import('vuetify/components')['VTab']
|
607
607
|
VTabs: typeof import('vuetify/components')['VTabs']
|
608
608
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
609
609
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
610
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
611
|
-
VTable: typeof import('vuetify/components')['VTable']
|
612
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
610
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
615
611
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
616
612
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
613
|
+
VTable: typeof import('vuetify/components')['VTable']
|
614
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
615
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
616
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
617
617
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
618
618
|
VWindow: typeof import('vuetify/components')['VWindow']
|
619
619
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
@@ -626,19 +626,20 @@ declare module '@vue/runtime-core' {
|
|
626
626
|
VRow: typeof import('vuetify/components')['VRow']
|
627
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
628
|
VHover: typeof import('vuetify/components')['VHover']
|
629
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
629
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
630
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
631
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
632
632
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
633
633
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
634
634
|
VParallax: typeof import('vuetify/components')['VParallax']
|
635
635
|
VRadio: typeof import('vuetify/components')['VRadio']
|
636
636
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
637
637
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
638
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
639
638
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
639
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
640
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
641
641
|
VValidation: typeof import('vuetify/components')['VValidation']
|
642
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
642
643
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
643
644
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
644
645
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -655,7 +656,6 @@ declare module '@vue/runtime-core' {
|
|
655
656
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
656
657
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
657
658
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
658
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
659
659
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
660
660
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
661
661
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -665,17 +665,17 @@ declare module '@vue/runtime-core' {
|
|
665
665
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
666
666
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
667
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
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
668
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
672
669
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
673
670
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
671
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
672
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
673
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
674
674
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
675
675
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
676
676
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
677
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
678
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
679
678
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
679
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
680
|
}
|
681
681
|
}
|
package/package.json
CHANGED