@vuetify/nightly 3.6.3-dev.2024-05-14 → 3.6.3-dev.2024-05-30
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 +4 -2
- package/dist/json/attributes.json +32 -0
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +9 -1
- package/dist/json/web-types.json +75 -1
- package/dist/vuetify-labs.css +2273 -2264
- package/dist/vuetify-labs.d.ts +54 -0
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +325 -316
- package/dist/vuetify.d.ts +100 -46
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/index.d.mts +54 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -497,38 +497,44 @@ declare module '@vue/runtime-core' {
|
|
497
497
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
498
498
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
499
499
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
500
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
501
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
502
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
500
503
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
501
504
|
VAlert: typeof import('vuetify/components')['VAlert']
|
502
505
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
503
506
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
507
|
VBadge: typeof import('vuetify/components')['VBadge']
|
505
|
-
|
506
|
-
|
507
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
508
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
509
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
508
510
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
511
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
509
512
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
510
513
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
511
514
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
512
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
513
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
514
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
515
515
|
VCard: typeof import('vuetify/components')['VCard']
|
516
516
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
517
517
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
518
518
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
519
519
|
VCardText: typeof import('vuetify/components')['VCardText']
|
520
520
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
521
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
521
522
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
522
523
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
523
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
524
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
525
524
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
526
525
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
526
|
+
VCode: typeof import('vuetify/components')['VCode']
|
527
527
|
VChip: typeof import('vuetify/components')['VChip']
|
528
528
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
|
-
VCode: typeof import('vuetify/components')['VCode']
|
530
529
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
530
|
VCounter: typeof import('vuetify/components')['VCounter']
|
531
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
532
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
533
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
534
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
535
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
536
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
537
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
532
538
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
539
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
540
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,36 +542,31 @@ declare module '@vue/runtime-core' {
|
|
536
542
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
543
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
544
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
539
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
542
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
546
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
547
545
|
VDivider: typeof import('vuetify/components')['VDivider']
|
548
|
-
|
549
|
-
|
546
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
547
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
550
548
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
551
549
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
552
550
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
553
551
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
554
|
-
|
555
|
-
|
556
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
552
|
+
VField: typeof import('vuetify/components')['VField']
|
553
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
557
554
|
VIcon: typeof import('vuetify/components')['VIcon']
|
558
555
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
556
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
560
557
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
561
558
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
559
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
560
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
562
561
|
VImg: typeof import('vuetify/components')['VImg']
|
562
|
+
VFab: typeof import('vuetify/components')['VFab']
|
563
|
+
VInput: typeof import('vuetify/components')['VInput']
|
564
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
565
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
563
566
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
564
567
|
VItem: typeof import('vuetify/components')['VItem']
|
565
|
-
VInput: typeof import('vuetify/components')['VInput']
|
566
568
|
VLabel: typeof import('vuetify/components')['VLabel']
|
567
|
-
|
568
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
569
|
+
VMain: typeof import('vuetify/components')['VMain']
|
569
570
|
VList: typeof import('vuetify/components')['VList']
|
570
571
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
571
572
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -576,64 +577,63 @@ declare module '@vue/runtime-core' {
|
|
576
577
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
577
578
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
578
579
|
VMenu: typeof import('vuetify/components')['VMenu']
|
579
|
-
|
580
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
580
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
581
581
|
VMessages: typeof import('vuetify/components')['VMessages']
|
582
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
583
|
VPagination: typeof import('vuetify/components')['VPagination']
|
583
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
584
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
585
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
586
584
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
585
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
587
586
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
588
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
589
587
|
VRating: typeof import('vuetify/components')['VRating']
|
588
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
589
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
590
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
592
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
593
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
593
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
594
594
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
595
595
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
596
596
|
VSlider: typeof import('vuetify/components')['VSlider']
|
597
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
598
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
597
599
|
VStepper: typeof import('vuetify/components')['VStepper']
|
598
600
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
599
601
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
600
602
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
601
603
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
602
604
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
603
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
604
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
605
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
605
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
606
|
+
VTable: typeof import('vuetify/components')['VTable']
|
607
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
608
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
609
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
607
611
|
VTab: typeof import('vuetify/components')['VTab']
|
608
612
|
VTabs: typeof import('vuetify/components')['VTabs']
|
609
613
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
610
614
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
611
|
-
|
612
|
-
VTable: typeof import('vuetify/components')['VTable']
|
613
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
615
616
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
616
617
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
617
618
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
618
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
619
619
|
VWindow: typeof import('vuetify/components')['VWindow']
|
620
620
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
621
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
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']
|
625
626
|
VContainer: typeof import('vuetify/components')['VContainer']
|
626
627
|
VCol: typeof import('vuetify/components')['VCol']
|
627
628
|
VRow: typeof import('vuetify/components')['VRow']
|
628
629
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
629
|
-
|
630
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
630
631
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
632
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
633
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
633
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
634
634
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
635
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
636
635
|
VRadio: typeof import('vuetify/components')['VRadio']
|
636
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
637
637
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
638
638
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
639
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
@@ -657,6 +657,9 @@ declare module '@vue/runtime-core' {
|
|
657
657
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
658
658
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
659
659
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
660
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
661
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
662
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
660
663
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
661
664
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
662
665
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -666,9 +669,6 @@ declare module '@vue/runtime-core' {
|
|
666
669
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
667
670
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
668
671
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
669
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
670
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
671
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
672
672
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
673
673
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
674
674
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|