@vuetify/nightly 3.6.7-master.2024-05-23 → 3.6.7-master.2024-05-24
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 +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2641 -2641
- 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 +1606 -1606
- package/dist/vuetify.d.ts +43 -43
- 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 +43 -43
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2082,9 +2082,9 @@ else{const{mount:a}=e
|
|
2082
2082
|
e.mount=function(){const l=a(...arguments)
|
2083
2083
|
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)})}}})}
|
2084
2084
|
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
|
2085
|
-
if(a&&e in a)return a[e]}tf.version="3.6.7-master.2024-05-
|
2085
|
+
if(a&&e in a)return a[e]}tf.version="3.6.7-master.2024-05-24"
|
2086
2086
|
const lf=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
2087
|
-
return tf({components:Yp,directives:ef,...e})},of="3.6.7-master.2024-05-
|
2087
|
+
return tf({components:Yp,directives:ef,...e})},of="3.6.7-master.2024-05-24"
|
2088
2088
|
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
|
2089
2089
|
const{props:a,provideSubDefaults:l}=wt(e,t)
|
2090
2090
|
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.7-master.2024-05-
|
19
|
+
export const version = "3.6.7-master.2024-05-24";
|
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
@@ -493,42 +493,41 @@ declare module '@vue/runtime-core' {
|
|
493
493
|
}
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
|
-
|
496
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
497
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
498
498
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
499
499
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
500
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
501
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
500
|
VAlert: typeof import('vuetify/components')['VAlert']
|
503
501
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
502
|
+
VApp: typeof import('vuetify/components')['VApp']
|
504
503
|
VBadge: typeof import('vuetify/components')['VBadge']
|
504
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
505
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
506
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
507
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
508
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
|
-
|
509
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
507
510
|
VBanner: typeof import('vuetify/components')['VBanner']
|
508
511
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
509
512
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
510
|
-
|
511
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
512
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
513
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
513
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
514
514
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
515
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
516
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
517
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
518
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
515
519
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
520
|
+
VChip: typeof import('vuetify/components')['VChip']
|
516
521
|
VCard: typeof import('vuetify/components')['VCard']
|
517
522
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
518
523
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
519
524
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
520
525
|
VCardText: typeof import('vuetify/components')['VCardText']
|
521
526
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
522
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
523
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
524
|
-
VChip: typeof import('vuetify/components')['VChip']
|
525
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
526
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
527
|
-
VCode: typeof import('vuetify/components')['VCode']
|
528
527
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
529
528
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
|
+
VCode: typeof import('vuetify/components')['VCode']
|
530
530
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
532
531
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
532
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
533
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,6 +535,7 @@ declare module '@vue/runtime-core' {
|
|
536
535
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
536
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
537
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
539
539
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
540
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
541
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -543,30 +543,28 @@ declare module '@vue/runtime-core' {
|
|
543
543
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
544
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
545
|
VDialog: typeof import('vuetify/components')['VDialog']
|
546
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
|
-
VFab: typeof import('vuetify/components')['VFab']
|
548
546
|
VDivider: typeof import('vuetify/components')['VDivider']
|
549
547
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
550
548
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
551
549
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
552
550
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
553
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
554
551
|
VField: typeof import('vuetify/components')['VField']
|
555
552
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
556
553
|
VFooter: typeof import('vuetify/components')['VFooter']
|
554
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
555
|
+
VFab: typeof import('vuetify/components')['VFab']
|
556
|
+
VImg: typeof import('vuetify/components')['VImg']
|
557
|
+
VInput: typeof import('vuetify/components')['VInput']
|
557
558
|
VIcon: typeof import('vuetify/components')['VIcon']
|
558
559
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
560
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
560
561
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
561
562
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
562
|
-
VImg: typeof import('vuetify/components')['VImg']
|
563
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
564
563
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
565
564
|
VItem: typeof import('vuetify/components')['VItem']
|
566
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
567
565
|
VLabel: typeof import('vuetify/components')['VLabel']
|
568
|
-
|
569
|
-
|
566
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
567
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
570
568
|
VList: typeof import('vuetify/components')['VList']
|
571
569
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
572
570
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -576,57 +574,59 @@ declare module '@vue/runtime-core' {
|
|
576
574
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
577
575
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
578
576
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
579
|
-
|
577
|
+
VMain: typeof import('vuetify/components')['VMain']
|
580
578
|
VMenu: typeof import('vuetify/components')['VMenu']
|
579
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
580
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
581
581
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
582
582
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
583
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
584
583
|
VPagination: typeof import('vuetify/components')['VPagination']
|
585
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
584
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
587
585
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
586
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
588
587
|
VRating: typeof import('vuetify/components')['VRating']
|
589
588
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
590
589
|
VSelect: typeof import('vuetify/components')['VSelect']
|
591
590
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
593
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
594
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
595
591
|
VSheet: typeof import('vuetify/components')['VSheet']
|
592
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
596
593
|
VSlider: typeof import('vuetify/components')['VSlider']
|
597
594
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
595
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
597
|
+
VTab: typeof import('vuetify/components')['VTab']
|
598
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
599
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
598
601
|
VStepper: typeof import('vuetify/components')['VStepper']
|
599
602
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
600
603
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
601
604
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
602
605
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
603
606
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
604
|
-
VTab: typeof import('vuetify/components')['VTab']
|
605
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
606
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
607
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
608
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
609
607
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
610
|
-
|
608
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
611
609
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
610
|
+
VTable: typeof import('vuetify/components')['VTable']
|
611
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
612
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
612
613
|
VTextField: typeof import('vuetify/components')['VTextField']
|
613
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
614
614
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
615
615
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
616
616
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
617
|
-
|
618
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
617
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
619
618
|
VWindow: typeof import('vuetify/components')['VWindow']
|
620
619
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
620
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
621
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
622
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
623
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
624
624
|
VForm: typeof import('vuetify/components')['VForm']
|
625
|
-
VHover: typeof import('vuetify/components')['VHover']
|
626
625
|
VContainer: typeof import('vuetify/components')['VContainer']
|
627
626
|
VCol: typeof import('vuetify/components')['VCol']
|
628
627
|
VRow: typeof import('vuetify/components')['VRow']
|
629
628
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
629
|
+
VHover: typeof import('vuetify/components')['VHover']
|
630
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
632
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -636,8 +636,8 @@ declare module '@vue/runtime-core' {
|
|
636
636
|
VRadio: typeof import('vuetify/components')['VRadio']
|
637
637
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
638
638
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
639
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
643
643
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -664,11 +664,11 @@ declare module '@vue/runtime-core' {
|
|
664
664
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
665
665
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
666
666
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
667
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
668
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
667
669
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
668
670
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
669
671
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
670
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
671
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
672
672
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
673
673
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
674
674
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
@@ -676,7 +676,7 @@ declare module '@vue/runtime-core' {
|
|
676
676
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
677
677
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
678
678
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
679
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
679
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
680
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
681
681
|
}
|
682
682
|
}
|