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