@vuetify/nightly 3.7.18-master.2025-03-19 → 3.7.18-master.2025-03-20
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 -3
- package/dist/json/attributes.json +2998 -2998
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +5843 -5843
- package/dist/vuetify-labs.css +2628 -2628
- package/dist/vuetify-labs.d.ts +35 -32
- package/dist/vuetify-labs.esm.js +21 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4484 -4484
- package/dist/vuetify.d.ts +94 -91
- package/dist/vuetify.esm.js +21 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +18 -3
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +91 -88
- package/lib/components/index.d.mts +35 -32
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -486,36 +486,42 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VApp: typeof import('vuetify/components')['VApp']
|
490
489
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
491
490
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
492
491
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
|
+
VApp: typeof import('vuetify/components')['VApp']
|
493
493
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
494
|
VBadge: typeof import('vuetify/components')['VBadge']
|
495
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
496
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
497
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
498
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
499
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
500
495
|
VBanner: typeof import('vuetify/components')['VBanner']
|
501
496
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
502
497
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
498
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
499
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
500
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
501
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
502
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
503
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
503
504
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
504
505
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
505
506
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
506
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
508
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
509
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
510
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
511
507
|
VCard: typeof import('vuetify/components')['VCard']
|
512
508
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
513
509
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
514
510
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
515
511
|
VCardText: typeof import('vuetify/components')['VCardText']
|
516
512
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
517
|
-
|
513
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
514
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
515
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
516
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
518
517
|
VChip: typeof import('vuetify/components')['VChip']
|
518
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
519
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
522
|
+
VCode: typeof import('vuetify/components')['VCode']
|
523
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
524
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
519
525
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
520
526
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
521
527
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -523,42 +529,35 @@ declare module 'vue' {
|
|
523
529
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
524
530
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
525
531
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
526
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
527
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
528
532
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
529
533
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
530
534
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
531
535
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
532
536
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
533
537
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
534
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
535
|
-
VCode: typeof import('vuetify/components')['VCode']
|
536
538
|
VDivider: typeof import('vuetify/components')['VDivider']
|
537
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
538
539
|
VDialog: typeof import('vuetify/components')['VDialog']
|
539
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
540
540
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
541
541
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
542
542
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
543
543
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
544
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
544
545
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
545
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
546
546
|
VFab: typeof import('vuetify/components')['VFab']
|
547
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
547
|
VField: typeof import('vuetify/components')['VField']
|
549
548
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
550
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
551
551
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
552
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
553
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
554
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
555
|
-
|
556
|
-
VInput: typeof import('vuetify/components')['VInput']
|
557
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
558
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
555
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
556
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
557
|
VItem: typeof import('vuetify/components')['VItem']
|
561
|
-
|
558
|
+
VImg: typeof import('vuetify/components')['VImg']
|
559
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
560
|
+
VInput: typeof import('vuetify/components')['VInput']
|
562
561
|
VList: typeof import('vuetify/components')['VList']
|
563
562
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
564
563
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -568,71 +567,73 @@ declare module 'vue' {
|
|
568
567
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
568
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
569
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
571
|
-
|
570
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
572
571
|
VMessages: typeof import('vuetify/components')['VMessages']
|
573
572
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
573
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
574
|
+
VMain: typeof import('vuetify/components')['VMain']
|
574
575
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
575
576
|
VMenu: typeof import('vuetify/components')['VMenu']
|
577
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
578
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
576
579
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
578
580
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
|
-
|
581
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
580
582
|
VRating: typeof import('vuetify/components')['VRating']
|
581
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
582
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
583
583
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
584
|
VSheet: typeof import('vuetify/components')['VSheet']
|
585
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
586
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
587
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
588
585
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
589
|
-
|
590
|
-
|
586
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
587
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
591
588
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
589
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
590
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
591
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
592
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
593
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
|
598
|
-
|
599
|
-
|
594
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
595
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
600
597
|
VTab: typeof import('vuetify/components')['VTab']
|
601
598
|
VTabs: typeof import('vuetify/components')['VTabs']
|
602
599
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
603
600
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
602
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
603
|
+
VTable: typeof import('vuetify/components')['VTable']
|
604
604
|
VTextField: typeof import('vuetify/components')['VTextField']
|
605
605
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
606
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
609
607
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
610
608
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
609
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
610
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
611
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
612
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
614
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
-
|
617
|
+
VForm: typeof import('vuetify/components')['VForm']
|
618
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
619
|
VCol: typeof import('vuetify/components')['VCol']
|
620
620
|
VRow: typeof import('vuetify/components')['VRow']
|
621
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
|
+
VHover: typeof import('vuetify/components')['VHover']
|
622
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
623
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
624
625
|
VLazy: typeof import('vuetify/components')['VLazy']
|
625
|
-
VForm: typeof import('vuetify/components')['VForm']
|
626
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
627
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
632
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
633
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
634
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
635
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
637
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
638
639
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -649,29 +650,28 @@ declare module 'vue' {
|
|
649
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
650
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
651
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
652
|
-
|
653
|
-
|
654
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
653
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
654
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
659
655
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
660
656
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
657
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
663
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
664
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
665
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
666
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
667
658
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
668
659
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
669
660
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
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']
|
670
667
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
671
668
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
672
669
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
670
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
671
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
672
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
673
673
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
674
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
675
674
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
675
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
676
676
|
}
|
677
677
|
}
|
package/package.json
CHANGED