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