@vuetify/nightly 3.7.2-master.2024-10-04 → 3.7.2-master.2024-10-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/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +188 -188
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +5038 -5038
- 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 +4797 -4797
- package/dist/vuetify.d.ts +64 -64
- 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 +64 -64
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.2-master.2024-10-
|
2
|
+
* Vuetify v3.7.2-master.2024-10-05
|
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-10-
|
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-
|
2102
|
+
if(a&&e in a)return a[e]}sf.version="3.7.2-master.2024-10-05"
|
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-05"
|
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-10-
|
19
|
+
export const version = "3.7.2-master.2024-10-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
@@ -486,78 +486,77 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
489
|
VApp: typeof import('vuetify/components')['VApp']
|
493
490
|
VAlert: typeof import('vuetify/components')['VAlert']
|
494
491
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
495
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
492
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
498
493
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
494
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
495
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
496
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
497
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
499
498
|
VBanner: typeof import('vuetify/components')['VBanner']
|
500
499
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
501
500
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
501
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
502
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
503
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
504
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
506
|
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
507
509
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
|
-
VChip: typeof import('vuetify/components')['VChip']
|
509
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
510
510
|
VCard: typeof import('vuetify/components')['VCard']
|
511
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
512
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
513
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
514
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
515
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
516
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
518
516
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
519
|
-
|
517
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
518
|
+
VChip: typeof import('vuetify/components')['VChip']
|
519
|
+
VCode: typeof import('vuetify/components')['VCode']
|
520
520
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
521
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
522
|
-
|
522
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
523
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
524
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
525
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
526
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
527
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
528
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
529
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
530
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
523
531
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
524
532
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
525
533
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
526
534
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
527
535
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
528
536
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
538
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
539
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
540
|
+
VField: typeof import('vuetify/components')['VField']
|
541
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
529
542
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
530
543
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
531
544
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
532
545
|
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']
|
537
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
538
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
539
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
540
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
541
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
542
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
543
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
544
546
|
VFab: typeof import('vuetify/components')['VFab']
|
547
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
548
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
545
549
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
546
|
-
|
550
|
+
VImg: typeof import('vuetify/components')['VImg']
|
551
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
552
|
+
VItem: typeof import('vuetify/components')['VItem']
|
547
553
|
VIcon: typeof import('vuetify/components')['VIcon']
|
548
554
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
549
555
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
550
556
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
551
557
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
552
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
553
|
-
VField: typeof import('vuetify/components')['VField']
|
554
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
555
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
556
|
-
VItem: typeof import('vuetify/components')['VItem']
|
557
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
558
|
-
VMain: typeof import('vuetify/components')['VMain']
|
559
558
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
560
|
-
|
559
|
+
VInput: typeof import('vuetify/components')['VInput']
|
561
560
|
VLabel: typeof import('vuetify/components')['VLabel']
|
562
561
|
VList: typeof import('vuetify/components')['VList']
|
563
562
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -568,47 +567,50 @@ declare module 'vue' {
|
|
568
567
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
568
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
569
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
571
|
-
|
570
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
571
|
+
VMain: typeof import('vuetify/components')['VMain']
|
572
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
572
573
|
VMessages: typeof import('vuetify/components')['VMessages']
|
573
574
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
574
|
-
|
575
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
576
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
-
|
577
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
578
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
578
|
-
|
579
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
580
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
579
581
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
580
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
581
582
|
VSelect: typeof import('vuetify/components')['VSelect']
|
583
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
584
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
582
585
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
583
586
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
584
|
-
|
585
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
587
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
586
588
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
587
589
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
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']
|
593
590
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
591
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
594
592
|
VStepper: typeof import('vuetify/components')['VStepper']
|
595
593
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
596
594
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
597
595
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
598
596
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
599
597
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
598
|
+
VTab: typeof import('vuetify/components')['VTab']
|
599
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
600
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
601
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
600
602
|
VTable: typeof import('vuetify/components')['VTable']
|
601
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
602
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
603
603
|
VTextField: typeof import('vuetify/components')['VTextField']
|
604
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
605
604
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
606
605
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
607
606
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
608
|
-
|
609
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
607
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
610
608
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
609
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
611
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
612
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
+
VRating: typeof import('vuetify/components')['VRating']
|
612
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
613
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
614
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -618,20 +620,18 @@ declare module 'vue' {
|
|
618
620
|
VRow: typeof import('vuetify/components')['VRow']
|
619
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
620
622
|
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
621
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
622
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
623
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
624
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
625
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
626
626
|
VParallax: typeof import('vuetify/components')['VParallax']
|
627
627
|
VRadio: typeof import('vuetify/components')['VRadio']
|
628
|
-
|
628
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
629
629
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
630
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
631
630
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
632
|
-
|
631
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
633
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
634
|
-
|
634
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
635
635
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
636
636
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
637
637
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -648,26 +648,26 @@ declare module 'vue' {
|
|
648
648
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
649
649
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
650
650
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
651
|
-
|
652
|
-
|
651
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
652
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
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']
|
660
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
661
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
662
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
663
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
664
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
665
659
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
666
660
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
667
661
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
662
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
663
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
664
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
669
665
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
670
666
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
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
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']
|