@vuetify/nightly 3.6.4-master.2024-05-08 → 3.6.4-master.2024-05-10
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 +12 -2
- package/dist/json/attributes.json +25 -1
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +62 -2
- package/dist/vuetify-labs.css +3447 -3400
- package/dist/vuetify-labs.d.ts +54 -0
- package/dist/vuetify-labs.esm.js +31 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +31 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1209 -1162
- package/dist/vuetify.d.ts +100 -46
- package/dist/vuetify.esm.js +31 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +54 -0
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +12 -6
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +47 -0
- package/lib/components/VStepper/VStepperItem.mjs +5 -3
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +18 -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
@@ -493,42 +493,49 @@ declare module '@vue/runtime-core' {
|
|
493
493
|
}
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
|
-
VApp: typeof import('vuetify/components')['VApp']
|
497
496
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
498
497
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
499
498
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
500
499
|
VAlert: typeof import('vuetify/components')['VAlert']
|
501
500
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
501
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
|
+
VApp: typeof import('vuetify/components')['VApp']
|
502
503
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
503
504
|
VBadge: typeof import('vuetify/components')['VBadge']
|
504
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
505
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
506
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
507
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
508
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
509
505
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
510
506
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
511
507
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
508
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
512
509
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
517
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
518
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
510
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
511
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
512
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
519
513
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
520
|
-
|
514
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
521
515
|
VCard: typeof import('vuetify/components')['VCard']
|
522
516
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
523
517
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
524
518
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
525
519
|
VCardText: typeof import('vuetify/components')['VCardText']
|
526
520
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
521
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
522
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
523
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
524
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
525
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
527
526
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
527
|
+
VChip: typeof import('vuetify/components')['VChip']
|
528
528
|
VCode: typeof import('vuetify/components')['VCode']
|
529
529
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
530
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
530
|
VCounter: typeof import('vuetify/components')['VCounter']
|
531
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
538
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
532
539
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
540
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
541
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -537,13 +544,6 @@ declare module '@vue/runtime-core' {
|
|
537
544
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
545
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
539
546
|
VDivider: typeof import('vuetify/components')['VDivider']
|
540
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
541
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
542
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
543
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
544
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
545
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
546
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
547
547
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
548
548
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
549
549
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -551,23 +551,21 @@ declare module '@vue/runtime-core' {
|
|
551
551
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
552
552
|
VField: typeof import('vuetify/components')['VField']
|
553
553
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
555
554
|
VFab: typeof import('vuetify/components')['VFab']
|
556
555
|
VFooter: typeof import('vuetify/components')['VFooter']
|
557
|
-
|
556
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
557
|
+
VImg: typeof import('vuetify/components')['VImg']
|
558
558
|
VIcon: typeof import('vuetify/components')['VIcon']
|
559
559
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
560
560
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
561
561
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
562
562
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
563
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
563
564
|
VInput: typeof import('vuetify/components')['VInput']
|
564
|
-
VImg: typeof import('vuetify/components')['VImg']
|
565
565
|
VLabel: typeof import('vuetify/components')['VLabel']
|
566
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
567
566
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
568
567
|
VItem: typeof import('vuetify/components')['VItem']
|
569
|
-
|
570
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
568
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
571
569
|
VList: typeof import('vuetify/components')['VList']
|
572
570
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
573
571
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -577,56 +575,58 @@ declare module '@vue/runtime-core' {
|
|
577
575
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
578
576
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
579
577
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
580
|
-
|
578
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
581
579
|
VMain: typeof import('vuetify/components')['VMain']
|
580
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
581
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
582
582
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
583
583
|
VPagination: typeof import('vuetify/components')['VPagination']
|
584
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
584
585
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
585
586
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
587
587
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
588
588
|
VRating: typeof import('vuetify/components')['VRating']
|
589
589
|
VSelect: typeof import('vuetify/components')['VSelect']
|
590
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
590
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
591
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
592
592
|
VSheet: typeof import('vuetify/components')['VSheet']
|
593
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
594
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
593
595
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
594
596
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
595
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
596
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
597
|
VStepper: typeof import('vuetify/components')['VStepper']
|
598
598
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
599
599
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
600
600
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
601
601
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
602
602
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
603
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
604
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
603
605
|
VTab: typeof import('vuetify/components')['VTab']
|
604
606
|
VTabs: typeof import('vuetify/components')['VTabs']
|
605
607
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
606
608
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
607
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
608
609
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
609
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
610
610
|
VTable: typeof import('vuetify/components')['VTable']
|
611
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
612
611
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
613
|
-
|
612
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
613
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
615
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
615
616
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
616
617
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
617
|
-
|
618
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
618
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
619
619
|
VWindow: typeof import('vuetify/components')['VWindow']
|
620
620
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
621
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
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']
|
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
|
-
VHover: typeof import('vuetify/components')['VHover']
|
630
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
632
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -636,11 +636,11 @@ declare module '@vue/runtime-core' {
|
|
636
636
|
VRadio: typeof import('vuetify/components')['VRadio']
|
637
637
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
638
638
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
639
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
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']
|
@@ -657,23 +657,23 @@ 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
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
661
660
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
662
661
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
663
662
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
664
663
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
665
664
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
666
665
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
666
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
667
669
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
668
670
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
671
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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']
|
675
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
676
675
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
676
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
677
677
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
678
678
|
}
|
679
679
|
}
|