@vuetify/nightly 3.5.9-dev.2024-03-26 → 3.5.9-dev.2024-03-29
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 +3 -2
- package/dist/json/attributes.json +27 -7
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +108 -108
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +60 -13
- package/dist/vuetify-labs.css +1939 -1939
- package/dist/vuetify-labs.d.ts +70 -19
- package/dist/vuetify-labs.esm.js +100 -97
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +100 -97
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +442 -442
- package/dist/vuetify.d.ts +107 -56
- package/dist/vuetify.esm.js +100 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +182 -182
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +12 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +70 -19
- package/lib/components/index.d.mts +70 -19
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +37 -37
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -527,40 +527,40 @@ declare module '@vue/runtime-core' {
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
export interface GlobalComponents {
|
|
530
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
531
530
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
532
531
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
533
532
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
534
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
535
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
536
533
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
537
534
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
535
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
536
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
538
537
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
539
|
-
|
|
540
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
541
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
538
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
542
539
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
543
540
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
544
541
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
545
542
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
546
|
-
|
|
543
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
544
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
545
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
547
546
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
548
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
549
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
550
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
551
547
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
552
|
-
|
|
553
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
548
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
554
549
|
VCard: typeof import('vuetify/components')['VCard']
|
|
555
550
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
556
551
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
557
552
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
558
553
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
559
554
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
555
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
556
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
560
557
|
VChip: typeof import('vuetify/components')['VChip']
|
|
561
558
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
562
559
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
560
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
561
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
563
562
|
VCode: typeof import('vuetify/components')['VCode']
|
|
563
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
564
564
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
565
565
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
566
566
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -569,7 +569,6 @@ declare module '@vue/runtime-core' {
|
|
|
569
569
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
570
570
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
571
571
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
572
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
573
572
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
574
573
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
575
574
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -584,21 +583,20 @@ declare module '@vue/runtime-core' {
|
|
|
584
583
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
585
584
|
VField: typeof import('vuetify/components')['VField']
|
|
586
585
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
586
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
587
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
588
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
589
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
587
590
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
588
591
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
589
592
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
590
593
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
591
594
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
592
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
593
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
594
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
595
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
596
595
|
VInput: typeof import('vuetify/components')['VInput']
|
|
596
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
597
597
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
598
598
|
VItem: typeof import('vuetify/components')['VItem']
|
|
599
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
600
599
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
601
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
602
600
|
VList: typeof import('vuetify/components')['VList']
|
|
603
601
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
604
602
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -608,60 +606,62 @@ declare module '@vue/runtime-core' {
|
|
|
608
606
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
609
607
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
610
608
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
609
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
610
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
611
611
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
612
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
613
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
614
612
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
615
|
-
|
|
613
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
614
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
616
615
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
616
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
617
617
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
618
618
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
619
619
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
620
620
|
VRating: typeof import('vuetify/components')['VRating']
|
|
621
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
622
621
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
622
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
623
623
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
624
624
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
625
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
626
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
627
625
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
628
626
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
629
627
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
628
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
629
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
630
630
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
631
631
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
632
632
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
633
633
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
634
634
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
635
635
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
636
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
636
637
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
637
638
|
VTab: typeof import('vuetify/components')['VTab']
|
|
638
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
639
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
640
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
641
639
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
640
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
641
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
642
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
642
643
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
643
644
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
644
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
645
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
646
645
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
647
646
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
648
647
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
648
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
649
649
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
650
650
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
651
651
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
652
652
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
653
653
|
VForm: typeof import('vuetify/components')['VForm']
|
|
654
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
654
655
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
655
656
|
VCol: typeof import('vuetify/components')['VCol']
|
|
656
657
|
VRow: typeof import('vuetify/components')['VRow']
|
|
657
658
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
658
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
659
659
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
660
660
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
661
661
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
662
662
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
663
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
664
663
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
664
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
665
665
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
666
666
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
667
667
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
@@ -684,19 +684,19 @@ declare module '@vue/runtime-core' {
|
|
|
684
684
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
685
685
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
686
686
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
687
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
688
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
689
|
+
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
690
|
+
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
687
691
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
688
692
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
689
693
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
690
694
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
691
695
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
692
696
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
693
|
-
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
694
|
-
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
695
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
696
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
697
697
|
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
698
|
-
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
699
698
|
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
699
|
+
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
700
700
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
701
701
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
702
702
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|