@vuetify/nightly 3.7.2-master.2024-09-27 → 3.7.2-master.2024-10-04
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/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +5777 -5777
- 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 +5365 -5365
- package/dist/vuetify.d.ts +56 -56
- 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 +56 -56
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.2-master.2024-
|
2
|
+
* Vuetify v3.7.2-master.2024-10-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2099,8 +2099,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
|
|
2099
2099
|
else{const{mount:a}=e
|
2100
2100
|
e.mount=function(){const l=a(...arguments)
|
2101
2101
|
return t.nextTick((()=>c.update())),e.mount=a,l}}kt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:uf.call(this,xt),display:uf.call(this,yn),theme:uf.call(this,wa),icons:uf.call(this,Lt),locale:uf.call(this,ga),date:uf.call(this,gu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function uf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2102
|
-
if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-
|
2103
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.2-master.2024-
|
2102
|
+
if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-10-04"
|
2103
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.2-master.2024-10-04"
|
2104
2104
|
cf.version=df,e.blueprints=Qt,e.components=Qp,e.createVuetify=cf,e.directives=rf,e.useDate=yu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2105
2105
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2106
2106
|
return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=oa,e.useLocale=ya,e.useRtl=Va,e.useTheme=Na,e.version=df}))
|
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.7.2-master.2024-
|
19
|
+
export const version = "3.7.2-master.2024-10-04";
|
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
@@ -486,41 +486,39 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
490
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
491
|
-
VApp: typeof import('vuetify/components')['VApp']
|
492
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
493
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
494
489
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
495
490
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
496
491
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
+
VApp: typeof import('vuetify/components')['VApp']
|
493
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
494
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
495
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
497
|
VBadge: typeof import('vuetify/components')['VBadge']
|
498
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
499
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
500
498
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
502
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
503
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
504
499
|
VBanner: typeof import('vuetify/components')['VBanner']
|
505
500
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
506
501
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
502
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
503
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
504
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
507
507
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
|
+
VChip: typeof import('vuetify/components')['VChip']
|
508
509
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
509
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
510
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
511
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
512
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
513
510
|
VCard: typeof import('vuetify/components')['VCard']
|
514
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
515
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
516
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
517
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
518
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
519
|
-
|
520
|
-
|
521
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
516
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
522
518
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
523
|
-
|
519
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
520
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
524
522
|
VCounter: typeof import('vuetify/components')['VCounter']
|
525
523
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
526
524
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -528,6 +526,14 @@ declare module 'vue' {
|
|
528
526
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
529
527
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
530
528
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
529
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
530
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
531
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
532
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
533
|
+
VCode: typeof import('vuetify/components')['VCode']
|
534
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
535
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
536
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
531
537
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
538
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
539
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -535,30 +541,24 @@ declare module 'vue' {
|
|
535
541
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
542
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
543
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
539
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
540
544
|
VFab: typeof import('vuetify/components')['VFab']
|
541
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
542
|
-
VField: typeof import('vuetify/components')['VField']
|
543
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
544
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
545
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
546
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
547
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
548
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
549
545
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
550
|
-
|
546
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
551
547
|
VIcon: typeof import('vuetify/components')['VIcon']
|
552
548
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
553
549
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
554
550
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
555
551
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
552
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
553
|
+
VField: typeof import('vuetify/components')['VField']
|
554
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
560
555
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
561
556
|
VItem: typeof import('vuetify/components')['VItem']
|
557
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
558
|
+
VMain: typeof import('vuetify/components')['VMain']
|
559
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
560
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
561
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
562
562
|
VList: typeof import('vuetify/components')['VList']
|
563
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
564
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -568,49 +568,47 @@ declare module 'vue' {
|
|
568
568
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
571
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
572
|
-
VMain: typeof import('vuetify/components')['VMain']
|
573
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
574
571
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
572
|
VMessages: typeof import('vuetify/components')['VMessages']
|
576
|
-
|
577
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
573
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
579
574
|
VPagination: typeof import('vuetify/components')['VPagination']
|
580
|
-
|
575
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
581
576
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
577
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
578
|
VRating: typeof import('vuetify/components')['VRating']
|
583
579
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
584
|
-
|
585
|
-
|
580
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
581
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
586
582
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
587
583
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
584
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
585
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
588
587
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
589
588
|
VSlider: typeof import('vuetify/components')['VSlider']
|
589
|
+
VTab: typeof import('vuetify/components')['VTab']
|
590
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
591
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
592
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
590
593
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
591
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
592
594
|
VStepper: typeof import('vuetify/components')['VStepper']
|
593
595
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
594
596
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
595
597
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
596
598
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
597
599
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
598
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
599
600
|
VTable: typeof import('vuetify/components')['VTable']
|
600
|
-
|
601
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
602
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
603
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
604
602
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
603
|
VTextField: typeof import('vuetify/components')['VTextField']
|
606
604
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
607
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
608
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
609
605
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
610
606
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
611
607
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
612
608
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
609
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
610
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
612
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
613
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
614
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -627,12 +625,12 @@ declare module 'vue' {
|
|
627
625
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
626
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
627
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
628
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
629
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
632
630
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
631
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
632
|
VValidation: typeof import('vuetify/components')['VValidation']
|
633
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
636
634
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
635
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
636
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -650,24 +648,26 @@ declare module 'vue' {
|
|
650
648
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
649
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
650
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
651
|
+
VImg: typeof import('vuetify/components')['VImg']
|
652
|
+
VInput: typeof import('vuetify/components')['VInput']
|
653
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
659
660
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
660
661
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
662
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
663
663
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
664
664
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
665
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
666
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
667
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
668
665
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
666
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
667
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
668
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
669
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
670
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
671
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
672
672
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
673
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|