@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.7.0-beta.1-pr-20092.92a3215
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 +12 -12
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2314 -2314
- package/dist/vuetify-labs.esm.js +4 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3049 -3049
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +4 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +0 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.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 +35 -35
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -464,24 +464,24 @@ declare global {
|
|
464
464
|
}
|
465
465
|
}
|
466
466
|
interface _GlobalComponents {
|
467
|
+
VApp: typeof import('vuetify/components')['VApp']
|
468
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
467
469
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
468
470
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
469
471
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
470
|
-
|
472
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
471
473
|
VAlert: typeof import('vuetify/components')['VAlert']
|
472
474
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
473
475
|
VBanner: typeof import('vuetify/components')['VBanner']
|
474
476
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
475
477
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
476
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
477
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
478
478
|
VBadge: typeof import('vuetify/components')['VBadge']
|
479
|
-
|
479
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
480
480
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
481
481
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
482
482
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
483
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
483
484
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
484
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
485
485
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
486
486
|
VCard: typeof import('vuetify/components')['VCard']
|
487
487
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -489,16 +489,15 @@ interface _GlobalComponents {
|
|
489
489
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
490
490
|
VCardText: typeof import('vuetify/components')['VCardText']
|
491
491
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
492
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
493
492
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
494
493
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
494
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
495
495
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
496
496
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
497
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
498
497
|
VCode: typeof import('vuetify/components')['VCode']
|
499
|
-
|
500
|
-
VChip: typeof import('vuetify/components')['VChip']
|
498
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
501
499
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
500
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
502
501
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
503
502
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
504
503
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -506,7 +505,9 @@ interface _GlobalComponents {
|
|
506
505
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
507
506
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
508
507
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
509
|
-
|
508
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
509
|
+
VChip: typeof import('vuetify/components')['VChip']
|
510
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
510
511
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
511
512
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
512
513
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -515,27 +516,27 @@ interface _GlobalComponents {
|
|
515
516
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
516
517
|
VDivider: typeof import('vuetify/components')['VDivider']
|
517
518
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
518
|
-
VFab: typeof import('vuetify/components')['VFab']
|
519
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
520
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
521
519
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
522
520
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
523
521
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
524
522
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
523
|
+
VFab: typeof import('vuetify/components')['VFab']
|
524
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
525
525
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
526
526
|
VField: typeof import('vuetify/components')['VField']
|
527
527
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
528
|
-
VImg: typeof import('vuetify/components')['VImg']
|
529
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
530
528
|
VIcon: typeof import('vuetify/components')['VIcon']
|
531
529
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
532
530
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
533
531
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
534
532
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
533
|
+
VImg: typeof import('vuetify/components')['VImg']
|
534
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
535
|
+
VInput: typeof import('vuetify/components')['VInput']
|
536
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
535
537
|
VLabel: typeof import('vuetify/components')['VLabel']
|
536
538
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
537
539
|
VItem: typeof import('vuetify/components')['VItem']
|
538
|
-
VInput: typeof import('vuetify/components')['VInput']
|
539
540
|
VList: typeof import('vuetify/components')['VList']
|
540
541
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
541
542
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -545,48 +546,47 @@ interface _GlobalComponents {
|
|
545
546
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
546
547
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
547
548
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
548
|
-
|
549
|
+
VMain: typeof import('vuetify/components')['VMain']
|
549
550
|
VMenu: typeof import('vuetify/components')['VMenu']
|
550
551
|
VMessages: typeof import('vuetify/components')['VMessages']
|
551
|
-
VMain: typeof import('vuetify/components')['VMain']
|
552
552
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
553
553
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
554
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
555
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
556
554
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
555
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
557
556
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
558
|
-
|
557
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
559
558
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
559
|
+
VRating: typeof import('vuetify/components')['VRating']
|
560
560
|
VSelect: typeof import('vuetify/components')['VSelect']
|
561
561
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
562
562
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
563
563
|
VSheet: typeof import('vuetify/components')['VSheet']
|
564
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
565
564
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
565
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
566
566
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
567
567
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
568
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
569
|
+
VTab: typeof import('vuetify/components')['VTab']
|
570
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
571
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
572
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
573
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
568
574
|
VStepper: typeof import('vuetify/components')['VStepper']
|
569
575
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
570
576
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
571
577
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
572
578
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
573
579
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
574
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
575
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
576
580
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
577
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
578
|
-
VTab: typeof import('vuetify/components')['VTab']
|
579
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
580
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
581
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
582
581
|
VTable: typeof import('vuetify/components')['VTable']
|
582
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
583
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
583
584
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
584
585
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
585
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
586
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
587
586
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
588
587
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
589
588
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
589
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
590
590
|
VWindow: typeof import('vuetify/components')['VWindow']
|
591
591
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
592
592
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -598,9 +598,9 @@ interface _GlobalComponents {
|
|
598
598
|
VRow: typeof import('vuetify/components')['VRow']
|
599
599
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
600
600
|
VHover: typeof import('vuetify/components')['VHover']
|
601
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
602
601
|
VLayout: typeof import('vuetify/components')['VLayout']
|
603
602
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
603
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
604
604
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
605
605
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
606
606
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -628,21 +628,21 @@ interface _GlobalComponents {
|
|
628
628
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
629
629
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
630
630
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
631
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
632
631
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
633
632
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
634
633
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
635
634
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
636
635
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
637
636
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
637
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
638
638
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
639
639
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
640
640
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
641
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
642
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
641
643
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
642
644
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
643
645
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
644
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
645
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
646
646
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
647
647
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
648
648
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/package.json
CHANGED