@vuetify/nightly 3.6.3-master.2024-05-03 → 3.6.3-master.2024-05-05
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 +138 -138
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2191 -2191
- 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 +2153 -2153
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.3-master.2024-05-
|
2
|
+
* Vuetify v3.6.3-master.2024-05-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2074,9 +2074,9 @@ else{const{mount:a}=e
|
|
2074
2074
|
e.mount=function(){const l=a(...arguments)
|
2075
2075
|
return t.nextTick((()=>c.update())),e.mount=a,l}}Nt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:ef.call(this,ut),display:ef.call(this,cn),theme:ef.call(this,fa),icons:ef.call(this,Tt),locale:ef.call(this,ua),date:ef.call(this,uu)})}}})}
|
2076
2076
|
return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function ef(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2077
|
-
if(a&&e in a)return a[e]}Jp.version="3.6.3-master.2024-05-
|
2077
|
+
if(a&&e in a)return a[e]}Jp.version="3.6.3-master.2024-05-05"
|
2078
2078
|
const tf=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
2079
|
-
return Jp({components:Wp,directives:Qp,...e})},af="3.6.3-master.2024-05-
|
2079
|
+
return Jp({components:Wp,directives:Qp,...e})},af="3.6.3-master.2024-05-05"
|
2080
2080
|
tf.version=af,e.blueprints=Ut,e.components=Wp,e.createVuetify=tf,e.directives=Qp,e.useDate=vu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2081
2081
|
const{props:a,provideSubDefaults:l}=ft(e,t)
|
2082
2082
|
return l(),a},e.useDisplay=hn,e.useGoTo=kn,e.useLayout=Zt,e.useLocale=da,e.useRtl=pa,e.useTheme=ya,e.version=af}))
|
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.3-master.2024-05-
|
19
|
+
export const version = "3.6.3-master.2024-05-05";
|
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
@@ -497,44 +497,38 @@ declare module '@vue/runtime-core' {
|
|
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
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
501
500
|
VAlert: typeof import('vuetify/components')['VAlert']
|
502
501
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
503
502
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
|
-
|
505
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
506
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
507
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
503
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
508
504
|
VBanner: typeof import('vuetify/components')['VBanner']
|
509
505
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
510
506
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
511
|
-
|
507
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
512
508
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
513
|
-
|
514
|
-
|
515
|
-
|
509
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
510
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
511
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
512
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
516
513
|
VCard: typeof import('vuetify/components')['VCard']
|
517
514
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
518
515
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
519
516
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
520
517
|
VCardText: typeof import('vuetify/components')['VCardText']
|
521
518
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
522
|
-
|
519
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
520
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
523
521
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
524
522
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
525
523
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
526
|
-
VCode: typeof import('vuetify/components')['VCode']
|
527
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
528
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
529
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
530
524
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
531
525
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
526
|
+
VChip: typeof import('vuetify/components')['VChip']
|
527
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
|
+
VCode: typeof import('vuetify/components')['VCode']
|
529
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
530
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
538
532
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
539
533
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
540
534
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -542,29 +536,37 @@ declare module '@vue/runtime-core' {
|
|
542
536
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
543
537
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
544
538
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
545
|
-
|
539
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
542
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
546
545
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
546
|
VDialog: typeof import('vuetify/components')['VDialog']
|
547
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
548
|
+
VField: typeof import('vuetify/components')['VField']
|
549
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
|
+
VFab: typeof import('vuetify/components')['VFab']
|
548
551
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
549
552
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
550
553
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
551
554
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
552
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
553
|
-
VFab: typeof import('vuetify/components')['VFab']
|
554
|
-
VField: typeof import('vuetify/components')['VField']
|
555
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
556
555
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
556
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
557
557
|
VIcon: typeof import('vuetify/components')['VIcon']
|
558
558
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
559
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
560
560
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
561
561
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
562
562
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
563
|
-
VInput: typeof import('vuetify/components')['VInput']
|
564
563
|
VImg: typeof import('vuetify/components')['VImg']
|
564
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
565
565
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
566
566
|
VItem: typeof import('vuetify/components')['VItem']
|
567
|
+
VInput: typeof import('vuetify/components')['VInput']
|
567
568
|
VLabel: typeof import('vuetify/components')['VLabel']
|
569
|
+
VMain: typeof import('vuetify/components')['VMain']
|
568
570
|
VList: typeof import('vuetify/components')['VList']
|
569
571
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
570
572
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -574,28 +576,29 @@ declare module '@vue/runtime-core' {
|
|
574
576
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
575
577
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
576
578
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
577
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
578
|
-
VMain: typeof import('vuetify/components')['VMain']
|
579
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
580
579
|
VMenu: typeof import('vuetify/components')['VMenu']
|
580
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
581
581
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
582
582
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
583
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
584
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
585
583
|
VPagination: typeof import('vuetify/components')['VPagination']
|
586
|
-
|
587
|
-
VRating: typeof import('vuetify/components')['VRating']
|
584
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
588
585
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
587
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
589
588
|
VSelect: typeof import('vuetify/components')['VSelect']
|
589
|
+
VRating: typeof import('vuetify/components')['VRating']
|
590
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
593
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
594
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
592
595
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
593
596
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
594
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
595
597
|
VSlider: typeof import('vuetify/components')['VSlider']
|
596
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
597
598
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
|
-
|
599
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
600
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
601
|
+
VTable: typeof import('vuetify/components')['VTable']
|
599
602
|
VStepper: typeof import('vuetify/components')['VStepper']
|
600
603
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
601
604
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -606,27 +609,24 @@ declare module '@vue/runtime-core' {
|
|
606
609
|
VTabs: typeof import('vuetify/components')['VTabs']
|
607
610
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
608
611
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
609
|
-
VTable: typeof import('vuetify/components')['VTable']
|
610
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
611
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
612
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
612
|
VTextField: typeof import('vuetify/components')['VTextField']
|
615
613
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
616
614
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
617
615
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
618
616
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
617
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
618
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
619
619
|
VWindow: typeof import('vuetify/components')['VWindow']
|
620
620
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
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
|
+
VForm: typeof import('vuetify/components')['VForm']
|
624
625
|
VContainer: typeof import('vuetify/components')['VContainer']
|
625
626
|
VCol: typeof import('vuetify/components')['VCol']
|
626
627
|
VRow: typeof import('vuetify/components')['VRow']
|
627
628
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
629
|
VHover: typeof import('vuetify/components')['VHover']
|
629
|
-
VForm: typeof import('vuetify/components')['VForm']
|
630
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
632
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -640,6 +640,7 @@ declare module '@vue/runtime-core' {
|
|
640
640
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
643
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
643
644
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
644
645
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
645
646
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -656,7 +657,10 @@ declare module '@vue/runtime-core' {
|
|
656
657
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
657
658
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
658
659
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
659
|
-
|
660
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
661
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
662
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
663
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
660
664
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
661
665
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
662
666
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -665,13 +669,9 @@ declare module '@vue/runtime-core' {
|
|
665
669
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
666
670
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
671
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
669
672
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
670
673
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
671
674
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
672
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
673
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
674
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
675
675
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
676
676
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
677
677
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|