@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.11-master.2024-07-08
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 +3 -2
- package/dist/json/attributes.json +1 -25
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +112 -112
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +2 -56
- package/dist/vuetify-labs.css +1717 -1717
- package/dist/vuetify-labs.d.ts +48 -84
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4251 -4251
- package/dist/vuetify.d.ts +84 -102
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/index.d.mts +48 -66
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/components.d.mts +0 -18
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -492,41 +492,42 @@ declare module '@vue/runtime-core' {
|
|
492
492
|
}
|
493
493
|
|
494
494
|
export interface GlobalComponents {
|
495
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
496
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
497
495
|
VApp: typeof import('vuetify/components')['VApp']
|
498
496
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
499
497
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
500
498
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
499
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
500
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
501
501
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
503
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
505
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
506
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
507
502
|
VBanner: typeof import('vuetify/components')['VBanner']
|
508
503
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
509
504
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
510
|
-
|
505
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
506
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
507
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
511
508
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
512
509
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
513
510
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
514
|
-
|
515
|
-
|
511
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
512
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
516
513
|
VCard: typeof import('vuetify/components')['VCard']
|
517
514
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
518
515
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
519
516
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
520
517
|
VCardText: typeof import('vuetify/components')['VCardText']
|
521
518
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
522
|
-
|
519
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
523
520
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
524
521
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
522
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
523
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
524
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
525
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
525
526
|
VChip: typeof import('vuetify/components')['VChip']
|
526
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
527
527
|
VCode: typeof import('vuetify/components')['VCode']
|
528
|
-
|
528
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
529
|
VCounter: typeof import('vuetify/components')['VCounter']
|
530
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
530
531
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
531
532
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
532
533
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -534,16 +535,15 @@ declare module '@vue/runtime-core' {
|
|
534
535
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
535
536
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
536
537
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
537
|
-
|
538
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
538
539
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
539
540
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
540
541
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
541
542
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
542
543
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
543
544
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
544
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
545
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
546
545
|
VFab: typeof import('vuetify/components')['VFab']
|
546
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
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,20 +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
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
555
554
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
556
|
-
|
555
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
557
556
|
VIcon: typeof import('vuetify/components')['VIcon']
|
558
557
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
558
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
560
559
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
561
560
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
561
|
+
VInput: typeof import('vuetify/components')['VInput']
|
562
562
|
VImg: typeof import('vuetify/components')['VImg']
|
563
|
-
|
563
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
564
564
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
565
565
|
VItem: typeof import('vuetify/components')['VItem']
|
566
566
|
VKbd: typeof import('vuetify/components')['VKbd']
|
567
|
-
|
567
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
568
|
+
VMain: typeof import('vuetify/components')['VMain']
|
568
569
|
VList: typeof import('vuetify/components')['VList']
|
569
570
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
570
571
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -574,27 +575,25 @@ declare module '@vue/runtime-core' {
|
|
574
575
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
575
576
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
576
577
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
577
|
-
VMain: typeof import('vuetify/components')['VMain']
|
578
578
|
VMenu: typeof import('vuetify/components')['VMenu']
|
579
|
-
|
580
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
579
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
581
580
|
VMessages: typeof import('vuetify/components')['VMessages']
|
581
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
582
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
583
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
583
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
584
584
|
VPagination: typeof import('vuetify/components')['VPagination']
|
585
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
586
585
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
587
587
|
VRating: typeof import('vuetify/components')['VRating']
|
588
588
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
589
589
|
VSelect: typeof import('vuetify/components')['VSelect']
|
590
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
591
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
592
590
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
593
591
|
VSheet: typeof import('vuetify/components')['VSheet']
|
594
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
593
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
594
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
595
595
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
596
596
|
VSlider: typeof import('vuetify/components')['VSlider']
|
597
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
597
|
VStepper: typeof import('vuetify/components')['VStepper']
|
599
598
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
600
599
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -602,19 +601,20 @@ declare module '@vue/runtime-core' {
|
|
602
601
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
603
602
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
604
603
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
605
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
604
|
VTab: typeof import('vuetify/components')['VTab']
|
607
605
|
VTabs: typeof import('vuetify/components')['VTabs']
|
608
606
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
609
607
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
610
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
611
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
612
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
613
608
|
VTable: typeof import('vuetify/components')['VTable']
|
609
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
610
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
614
611
|
VTextField: typeof import('vuetify/components')['VTextField']
|
615
612
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
616
613
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
617
614
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
615
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
616
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
617
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
618
618
|
VWindow: typeof import('vuetify/components')['VWindow']
|
619
619
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
620
620
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -626,20 +626,20 @@ declare module '@vue/runtime-core' {
|
|
626
626
|
VRow: typeof import('vuetify/components')['VRow']
|
627
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
628
|
VHover: typeof import('vuetify/components')['VHover']
|
629
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
630
629
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
630
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
631
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
632
632
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
633
633
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
634
634
|
VParallax: typeof import('vuetify/components')['VParallax']
|
635
635
|
VRadio: typeof import('vuetify/components')['VRadio']
|
636
636
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
637
637
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
638
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
639
638
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
639
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
640
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
641
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
642
641
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
642
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
643
643
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
644
644
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
645
645
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -675,7 +675,7 @@ declare module '@vue/runtime-core' {
|
|
675
675
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
676
676
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
677
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
678
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
679
678
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
679
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
680
680
|
}
|
681
681
|
}
|
@@ -58,9 +58,6 @@ declare const VStepperVertical: {
|
|
58
58
|
nonLinear: boolean;
|
59
59
|
} & {
|
60
60
|
class?: any;
|
61
|
-
title?: string | undefined;
|
62
|
-
text?: string | undefined;
|
63
|
-
value?: any;
|
64
61
|
theme?: string | undefined;
|
65
62
|
color?: string | undefined;
|
66
63
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -150,9 +147,6 @@ declare const VStepperVertical: {
|
|
150
147
|
nonLinear: boolean;
|
151
148
|
} & {
|
152
149
|
class?: any;
|
153
|
-
title?: string | undefined;
|
154
|
-
text?: string | undefined;
|
155
|
-
value?: any;
|
156
150
|
theme?: string | undefined;
|
157
151
|
color?: string | undefined;
|
158
152
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -309,9 +303,6 @@ declare const VStepperVertical: {
|
|
309
303
|
nonLinear: boolean;
|
310
304
|
} & {
|
311
305
|
class?: any;
|
312
|
-
title?: string | undefined;
|
313
|
-
text?: string | undefined;
|
314
|
-
value?: any;
|
315
306
|
theme?: string | undefined;
|
316
307
|
color?: string | undefined;
|
317
308
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -432,9 +423,6 @@ declare const VStepperVertical: {
|
|
432
423
|
nonLinear: boolean;
|
433
424
|
} & {
|
434
425
|
class?: any;
|
435
|
-
title?: string | undefined;
|
436
|
-
text?: string | undefined;
|
437
|
-
value?: any;
|
438
426
|
theme?: string | undefined;
|
439
427
|
color?: string | undefined;
|
440
428
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -564,9 +552,6 @@ declare const VStepperVertical: {
|
|
564
552
|
type: vue.PropType<vue.StyleValue>;
|
565
553
|
default: null;
|
566
554
|
};
|
567
|
-
title: StringConstructor;
|
568
|
-
text: StringConstructor;
|
569
|
-
value: null;
|
570
555
|
theme: StringConstructor;
|
571
556
|
color: StringConstructor;
|
572
557
|
disabled: BooleanConstructor;
|
@@ -659,9 +644,6 @@ declare const VStepperVertical: {
|
|
659
644
|
type: vue.PropType<vue.StyleValue>;
|
660
645
|
default: null;
|
661
646
|
};
|
662
|
-
title: StringConstructor;
|
663
|
-
text: StringConstructor;
|
664
|
-
value: null;
|
665
647
|
theme: StringConstructor;
|
666
648
|
color: StringConstructor;
|
667
649
|
disabled: BooleanConstructor;
|
@@ -6593,9 +6593,6 @@ declare const VStepperVertical: {
|
|
6593
6593
|
nonLinear: boolean;
|
6594
6594
|
} & {
|
6595
6595
|
class?: any;
|
6596
|
-
title?: string | undefined;
|
6597
|
-
text?: string | undefined;
|
6598
|
-
value?: any;
|
6599
6596
|
theme?: string | undefined;
|
6600
6597
|
color?: string | undefined;
|
6601
6598
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -6685,9 +6682,6 @@ declare const VStepperVertical: {
|
|
6685
6682
|
nonLinear: boolean;
|
6686
6683
|
} & {
|
6687
6684
|
class?: any;
|
6688
|
-
title?: string | undefined;
|
6689
|
-
text?: string | undefined;
|
6690
|
-
value?: any;
|
6691
6685
|
theme?: string | undefined;
|
6692
6686
|
color?: string | undefined;
|
6693
6687
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -6844,9 +6838,6 @@ declare const VStepperVertical: {
|
|
6844
6838
|
nonLinear: boolean;
|
6845
6839
|
} & {
|
6846
6840
|
class?: any;
|
6847
|
-
title?: string | undefined;
|
6848
|
-
text?: string | undefined;
|
6849
|
-
value?: any;
|
6850
6841
|
theme?: string | undefined;
|
6851
6842
|
color?: string | undefined;
|
6852
6843
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -6967,9 +6958,6 @@ declare const VStepperVertical: {
|
|
6967
6958
|
nonLinear: boolean;
|
6968
6959
|
} & {
|
6969
6960
|
class?: any;
|
6970
|
-
title?: string | undefined;
|
6971
|
-
text?: string | undefined;
|
6972
|
-
value?: any;
|
6973
6961
|
theme?: string | undefined;
|
6974
6962
|
color?: string | undefined;
|
6975
6963
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -7099,9 +7087,6 @@ declare const VStepperVertical: {
|
|
7099
7087
|
type: vue.PropType<vue.StyleValue>;
|
7100
7088
|
default: null;
|
7101
7089
|
};
|
7102
|
-
title: StringConstructor;
|
7103
|
-
text: StringConstructor;
|
7104
|
-
value: null;
|
7105
7090
|
theme: StringConstructor;
|
7106
7091
|
color: StringConstructor;
|
7107
7092
|
disabled: BooleanConstructor;
|
@@ -7194,9 +7179,6 @@ declare const VStepperVertical: {
|
|
7194
7179
|
type: vue.PropType<vue.StyleValue>;
|
7195
7180
|
default: null;
|
7196
7181
|
};
|
7197
|
-
title: StringConstructor;
|
7198
|
-
text: StringConstructor;
|
7199
|
-
value: null;
|
7200
7182
|
theme: StringConstructor;
|
7201
7183
|
color: StringConstructor;
|
7202
7184
|
disabled: BooleanConstructor;
|
package/package.json
CHANGED