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