@vuetify/nightly 3.6.11-master.2024-07-03 → 3.6.11-master.2024-07-06
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 +120 -120
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2317 -2317
- 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 +467 -467
- package/dist/vuetify.d.ts +40 -40
- 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 +40 -40
- 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-06
|
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-06"
|
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-06"
|
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-06";
|
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
@@ -492,28 +492,30 @@ declare module '@vue/runtime-core' {
|
|
492
492
|
}
|
493
493
|
|
494
494
|
export interface GlobalComponents {
|
495
|
-
|
496
|
-
|
495
|
+
VApp: typeof import('vuetify/components')['VApp']
|
496
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
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
|
-
VApp: typeof import('vuetify/components')['VApp']
|
501
500
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
502
|
-
|
501
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
502
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
503
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
504
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
503
505
|
VBanner: typeof import('vuetify/components')['VBanner']
|
504
506
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
505
507
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
506
|
-
|
507
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
508
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
508
509
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
509
510
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
510
511
|
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
512
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
513
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
514
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
515
515
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
516
516
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
517
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
518
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
517
519
|
VCard: typeof import('vuetify/components')['VCard']
|
518
520
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
519
521
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -521,14 +523,16 @@ declare module '@vue/runtime-core' {
|
|
521
523
|
VCardText: typeof import('vuetify/components')['VCardText']
|
522
524
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
523
525
|
VChip: typeof import('vuetify/components')['VChip']
|
524
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
525
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
526
526
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
527
527
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
529
|
-
VCode: typeof import('vuetify/components')['VCode']
|
530
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
531
528
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
529
|
+
VCode: typeof import('vuetify/components')['VCode']
|
530
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
531
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
532
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
533
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
534
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
535
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
532
536
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
537
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
538
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,35 +540,30 @@ declare module '@vue/runtime-core' {
|
|
536
540
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
541
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
542
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
539
|
-
|
540
|
-
|
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']
|
545
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
543
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
544
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
546
545
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
546
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
547
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
547
548
|
VFab: typeof import('vuetify/components')['VFab']
|
548
549
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
549
550
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
550
551
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
551
552
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
553
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
552
554
|
VField: typeof import('vuetify/components')['VField']
|
553
555
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
555
556
|
VIcon: typeof import('vuetify/components')['VIcon']
|
556
557
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
557
558
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
558
559
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
559
560
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
560
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
561
561
|
VImg: typeof import('vuetify/components')['VImg']
|
562
|
-
VInput: typeof import('vuetify/components')['VInput']
|
563
562
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
564
563
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
565
564
|
VItem: typeof import('vuetify/components')['VItem']
|
565
|
+
VInput: typeof import('vuetify/components')['VInput']
|
566
566
|
VLabel: typeof import('vuetify/components')['VLabel']
|
567
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
568
567
|
VList: typeof import('vuetify/components')['VList']
|
569
568
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
570
569
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -574,47 +573,48 @@ declare module '@vue/runtime-core' {
|
|
574
573
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
575
574
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
576
575
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
576
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
577
577
|
VMain: typeof import('vuetify/components')['VMain']
|
578
578
|
VMenu: typeof import('vuetify/components')['VMenu']
|
579
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
580
579
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
580
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
581
581
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
583
582
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
583
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
584
584
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
585
585
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
586
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
587
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
588
587
|
VRating: typeof import('vuetify/components')['VRating']
|
588
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
589
589
|
VSheet: typeof import('vuetify/components')['VSheet']
|
590
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
590
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
591
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
592
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
593
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
595
593
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
594
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
595
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
596
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
597
|
VStepper: typeof import('vuetify/components')['VStepper']
|
598
598
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
599
599
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
600
600
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
601
601
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
602
602
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
603
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
604
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
605
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
606
603
|
VTab: typeof import('vuetify/components')['VTab']
|
607
604
|
VTabs: typeof import('vuetify/components')['VTabs']
|
608
605
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
609
606
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
607
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
608
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
610
609
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
611
610
|
VTable: typeof import('vuetify/components')['VTable']
|
611
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
612
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
612
613
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
614
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
615
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
615
616
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
616
617
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
617
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
618
618
|
VWindow: typeof import('vuetify/components')['VWindow']
|
619
619
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
620
620
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -638,6 +638,7 @@ declare module '@vue/runtime-core' {
|
|
638
638
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
639
639
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
640
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
641
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
641
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
642
643
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
643
644
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -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']
|
@@ -668,14 +668,14 @@ declare module '@vue/runtime-core' {
|
|
668
668
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
669
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
670
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
672
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
673
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
674
671
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
675
672
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
676
673
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
674
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
675
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
676
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
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