@vuetify/nightly 3.6.1-dev.2024-05-01 → 3.6.1-master.2024-05-01
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 +7 -2
- package/dist/json/attributes.json +88 -88
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +108 -108
- package/dist/json/web-types.json +175 -175
- package/dist/vuetify-labs.css +2555 -2555
- package/dist/vuetify-labs.esm.js +6 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +770 -770
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +6 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -0
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -500,35 +500,36 @@ declare module '@vue/runtime-core' {
|
|
500
500
|
VAlert: typeof import('vuetify/components')['VAlert']
|
501
501
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
502
502
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
503
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
504
503
|
VBanner: typeof import('vuetify/components')['VBanner']
|
505
504
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
506
505
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
507
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
508
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
509
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
510
506
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
511
507
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
512
508
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
513
509
|
VBadge: typeof import('vuetify/components')['VBadge']
|
514
|
-
|
515
|
-
|
510
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
511
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
512
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
513
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
514
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
516
515
|
VCard: typeof import('vuetify/components')['VCard']
|
517
516
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
518
517
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
519
518
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
520
519
|
VCardText: typeof import('vuetify/components')['VCardText']
|
521
520
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
522
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
523
521
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
522
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
523
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
524
|
+
VChip: typeof import('vuetify/components')['VChip']
|
525
|
+
VCode: typeof import('vuetify/components')['VCode']
|
524
526
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
525
527
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
526
528
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
527
529
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
528
|
-
VCode: typeof import('vuetify/components')['VCode']
|
529
|
-
VChip: typeof import('vuetify/components')['VChip']
|
530
530
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
531
|
VCounter: typeof import('vuetify/components')['VCounter']
|
532
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
532
533
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
534
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
535
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -542,29 +543,28 @@ declare module '@vue/runtime-core' {
|
|
542
543
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
544
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
545
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
|
-
|
546
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
546
548
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
547
549
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
548
550
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
549
551
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
550
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
551
552
|
VField: typeof import('vuetify/components')['VField']
|
552
553
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
553
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
554
|
-
VFab: typeof import('vuetify/components')['VFab']
|
555
554
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
556
|
-
|
557
|
-
VImg: typeof import('vuetify/components')['VImg']
|
555
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
558
556
|
VIcon: typeof import('vuetify/components')['VIcon']
|
559
557
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
560
558
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
561
559
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
562
560
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
561
|
+
VImg: typeof import('vuetify/components')['VImg']
|
562
|
+
VFab: typeof import('vuetify/components')['VFab']
|
563
563
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
564
|
-
VInput: typeof import('vuetify/components')['VInput']
|
565
564
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
566
565
|
VItem: typeof import('vuetify/components')['VItem']
|
567
|
-
|
566
|
+
VInput: typeof import('vuetify/components')['VInput']
|
567
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
568
568
|
VKbd: typeof import('vuetify/components')['VKbd']
|
569
569
|
VList: typeof import('vuetify/components')['VList']
|
570
570
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -575,34 +575,34 @@ declare module '@vue/runtime-core' {
|
|
575
575
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
576
576
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
577
577
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
578
|
-
|
579
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
580
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
578
|
+
VMain: typeof import('vuetify/components')['VMain']
|
581
579
|
VMessages: typeof import('vuetify/components')['VMessages']
|
580
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
581
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
582
582
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
583
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
584
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
583
585
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
586
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
584
587
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
585
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
586
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
587
|
-
VRating: typeof import('vuetify/components')['VRating']
|
588
588
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
589
|
-
|
589
|
+
VRating: typeof import('vuetify/components')['VRating']
|
590
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
592
593
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
593
594
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
594
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
595
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
596
595
|
VSheet: typeof import('vuetify/components')['VSheet']
|
597
|
-
|
596
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
597
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
598
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
599
|
VStepper: typeof import('vuetify/components')['VStepper']
|
599
600
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
600
601
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
601
602
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
602
603
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
603
604
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
604
|
-
|
605
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
605
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
606
606
|
VTab: typeof import('vuetify/components')['VTab']
|
607
607
|
VTabs: typeof import('vuetify/components')['VTabs']
|
608
608
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
@@ -613,20 +613,20 @@ declare module '@vue/runtime-core' {
|
|
613
613
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
614
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
615
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
616
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
617
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
618
616
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
619
617
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
620
618
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
621
|
-
|
619
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
620
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
622
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
623
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
624
624
|
VForm: typeof import('vuetify/components')['VForm']
|
625
|
-
VHover: typeof import('vuetify/components')['VHover']
|
626
625
|
VContainer: typeof import('vuetify/components')['VContainer']
|
627
626
|
VCol: typeof import('vuetify/components')['VCol']
|
628
627
|
VRow: typeof import('vuetify/components')['VRow']
|
629
628
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
629
|
+
VHover: typeof import('vuetify/components')['VHover']
|
630
630
|
VLazy: typeof import('vuetify/components')['VLazy']
|
631
631
|
VLayout: typeof import('vuetify/components')['VLayout']
|
632
632
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -639,8 +639,8 @@ declare module '@vue/runtime-core' {
|
|
639
639
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
640
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
643
642
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
643
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
644
644
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
645
645
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
646
646
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -658,6 +658,12 @@ declare module '@vue/runtime-core' {
|
|
658
658
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
659
659
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
660
660
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
661
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
662
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
663
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
664
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
665
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
666
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
661
667
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
662
668
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
663
669
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
@@ -666,12 +672,6 @@ declare module '@vue/runtime-core' {
|
|
666
672
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
667
673
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
668
674
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
669
|
-
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
670
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
671
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
672
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
673
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
674
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
675
675
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
676
676
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
677
677
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|