@vuetify/nightly 3.6.7-master.2024-05-28 → 3.6.7-master.2024-05-29
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 -2
- package/dist/json/attributes.json +39 -7
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +132 -132
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +82 -10
- package/dist/vuetify-labs.css +1493 -1490
- package/dist/vuetify-labs.d.ts +78 -18
- package/dist/vuetify-labs.esm.js +21 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +847 -844
- package/dist/vuetify.d.ts +86 -56
- package/dist/vuetify.esm.js +21 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +1 -1
- package/lib/components/VStepper/VStepper.mjs +18 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +3 -0
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VStepper/index.d.mts +43 -9
- package/lib/components/index.d.mts +39 -9
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/lib/labs/VStepperVertical/index.d.mts +43 -9
- package/lib/labs/components.d.mts +3752 -3718
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -493,42 +493,40 @@ declare module '@vue/runtime-core' {
|
|
493
493
|
}
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
497
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
498
496
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
499
497
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
500
498
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
501
|
-
|
502
|
-
|
503
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
499
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
500
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
504
501
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
505
503
|
VBanner: typeof import('vuetify/components')['VBanner']
|
506
504
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
507
505
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
508
|
-
|
509
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
510
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
506
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
511
507
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
512
508
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
513
509
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
510
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
511
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
512
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
514
513
|
VBtn: typeof import('vuetify/components')['VBtn']
|
514
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
515
515
|
VCard: typeof import('vuetify/components')['VCard']
|
516
516
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
517
517
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
518
518
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
519
519
|
VCardText: typeof import('vuetify/components')['VCardText']
|
520
520
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
521
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
522
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
523
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
524
521
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
525
522
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
526
523
|
VChip: typeof import('vuetify/components')['VChip']
|
527
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
528
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
529
524
|
VCode: typeof import('vuetify/components')['VCode']
|
530
|
-
|
525
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
526
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
527
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
531
528
|
VCounter: typeof import('vuetify/components')['VCounter']
|
529
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
532
530
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
531
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
532
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -543,28 +541,26 @@ declare module '@vue/runtime-core' {
|
|
543
541
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
542
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
543
|
VDivider: typeof import('vuetify/components')['VDivider']
|
546
|
-
|
547
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
544
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
548
545
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
546
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
547
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
549
548
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
550
549
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
551
550
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
552
551
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
553
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
554
552
|
VField: typeof import('vuetify/components')['VField']
|
555
553
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
556
555
|
VFab: typeof import('vuetify/components')['VFab']
|
557
|
-
VImg: typeof import('vuetify/components')['VImg']
|
558
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
556
|
VIcon: typeof import('vuetify/components')['VIcon']
|
560
557
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
561
558
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
562
559
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
563
560
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
564
561
|
VInput: typeof import('vuetify/components')['VInput']
|
565
|
-
|
566
|
-
|
567
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
562
|
+
VImg: typeof import('vuetify/components')['VImg']
|
563
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
568
564
|
VList: typeof import('vuetify/components')['VList']
|
569
565
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
570
566
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -574,62 +570,66 @@ declare module '@vue/runtime-core' {
|
|
574
570
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
575
571
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
576
572
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
573
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
574
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
575
|
+
VItem: typeof import('vuetify/components')['VItem']
|
577
576
|
VKbd: typeof import('vuetify/components')['VKbd']
|
578
577
|
VMessages: typeof import('vuetify/components')['VMessages']
|
579
578
|
VMain: typeof import('vuetify/components')['VMain']
|
580
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
581
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
583
579
|
VMenu: typeof import('vuetify/components')['VMenu']
|
580
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
584
581
|
VPagination: typeof import('vuetify/components')['VPagination']
|
582
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
583
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
585
584
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
586
585
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
587
586
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
588
587
|
VRating: typeof import('vuetify/components')['VRating']
|
589
588
|
VSelect: typeof import('vuetify/components')['VSelect']
|
590
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
589
|
VSheet: typeof import('vuetify/components')['VSheet']
|
593
|
-
|
590
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
594
591
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
592
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
595
593
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
594
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
595
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
597
596
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
598
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
599
597
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
599
|
+
VTab: typeof import('vuetify/components')['VTab']
|
600
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
601
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
600
603
|
VStepper: typeof import('vuetify/components')['VStepper']
|
601
604
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
602
605
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
603
606
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
604
607
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
605
608
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
609
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
610
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
611
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
610
612
|
VTable: typeof import('vuetify/components')['VTable']
|
611
|
-
|
613
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
612
614
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
615
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
614
|
-
|
616
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
615
617
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
616
618
|
VWindow: typeof import('vuetify/components')['VWindow']
|
617
619
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
618
|
-
|
619
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
620
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
620
|
+
VApp: typeof import('vuetify/components')['VApp']
|
621
621
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
622
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
623
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
624
|
-
VForm: typeof import('vuetify/components')['VForm']
|
625
|
-
VHover: typeof import('vuetify/components')['VHover']
|
626
624
|
VContainer: typeof import('vuetify/components')['VContainer']
|
627
625
|
VCol: typeof import('vuetify/components')['VCol']
|
628
626
|
VRow: typeof import('vuetify/components')['VRow']
|
629
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
628
|
+
VForm: typeof import('vuetify/components')['VForm']
|
629
|
+
VHover: typeof import('vuetify/components')['VHover']
|
630
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
630
631
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
632
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
633
633
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
634
634
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
635
635
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -639,8 +639,8 @@ declare module '@vue/runtime-core' {
|
|
639
639
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
640
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
643
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
643
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
644
644
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
645
645
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
646
646
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -663,20 +663,20 @@ declare module '@vue/runtime-core' {
|
|
663
663
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
664
664
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
665
665
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
666
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
667
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
668
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
669
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
666
670
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
667
671
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
668
672
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
669
673
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
670
674
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
671
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
672
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
673
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
674
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
675
675
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
676
676
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
677
677
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
678
678
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
679
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
680
679
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
681
681
|
}
|
682
682
|
}
|
@@ -5,6 +5,10 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
6
6
|
}
|
7
7
|
|
8
|
+
declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
9
|
+
type Breakpoint = typeof breakpoints[number];
|
10
|
+
type DisplayBreakpoint = 'xs' | Breakpoint;
|
11
|
+
|
8
12
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
9
13
|
declare const IconValue: PropType<IconValue>;
|
10
14
|
|
@@ -30,7 +34,7 @@ declare const VStepperVertical: {
|
|
30
34
|
style: vue.StyleValue;
|
31
35
|
disabled: boolean;
|
32
36
|
tag: string;
|
33
|
-
mobile: boolean;
|
37
|
+
mobile: boolean | null;
|
34
38
|
readonly: boolean;
|
35
39
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
36
40
|
items: readonly StepperItem[];
|
@@ -59,12 +63,16 @@ declare const VStepperVertical: {
|
|
59
63
|
value?: any;
|
60
64
|
theme?: string | undefined;
|
61
65
|
color?: string | undefined;
|
66
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
62
67
|
modelValue?: any;
|
63
68
|
rounded?: string | number | boolean | undefined;
|
64
69
|
elevation?: string | number | undefined;
|
65
70
|
max?: number | undefined;
|
66
71
|
selectedClass?: string | undefined;
|
67
72
|
bgColor?: string | undefined;
|
73
|
+
completeIcon?: string | undefined;
|
74
|
+
editIcon?: string | undefined;
|
75
|
+
errorIcon?: string | undefined;
|
68
76
|
} & {
|
69
77
|
$children?: vue.VNodeChild | {
|
70
78
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -118,7 +126,7 @@ declare const VStepperVertical: {
|
|
118
126
|
style: vue.StyleValue;
|
119
127
|
disabled: boolean;
|
120
128
|
tag: string;
|
121
|
-
mobile: boolean;
|
129
|
+
mobile: boolean | null;
|
122
130
|
readonly: boolean;
|
123
131
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
124
132
|
items: readonly StepperItem[];
|
@@ -147,12 +155,16 @@ declare const VStepperVertical: {
|
|
147
155
|
value?: any;
|
148
156
|
theme?: string | undefined;
|
149
157
|
color?: string | undefined;
|
158
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
150
159
|
modelValue?: any;
|
151
160
|
rounded?: string | number | boolean | undefined;
|
152
161
|
elevation?: string | number | undefined;
|
153
162
|
max?: number | undefined;
|
154
163
|
selectedClass?: string | undefined;
|
155
164
|
bgColor?: string | undefined;
|
165
|
+
completeIcon?: string | undefined;
|
166
|
+
editIcon?: string | undefined;
|
167
|
+
errorIcon?: string | undefined;
|
156
168
|
} & {
|
157
169
|
$children?: vue.VNodeChild | {
|
158
170
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -204,7 +216,7 @@ declare const VStepperVertical: {
|
|
204
216
|
style: vue.StyleValue;
|
205
217
|
disabled: boolean;
|
206
218
|
tag: string;
|
207
|
-
mobile: boolean;
|
219
|
+
mobile: boolean | null;
|
208
220
|
readonly: boolean;
|
209
221
|
modelValue: any;
|
210
222
|
rounded: string | number | boolean;
|
@@ -273,7 +285,7 @@ declare const VStepperVertical: {
|
|
273
285
|
style: vue.StyleValue;
|
274
286
|
disabled: boolean;
|
275
287
|
tag: string;
|
276
|
-
mobile: boolean;
|
288
|
+
mobile: boolean | null;
|
277
289
|
readonly: boolean;
|
278
290
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
279
291
|
items: readonly StepperItem[];
|
@@ -302,12 +314,16 @@ declare const VStepperVertical: {
|
|
302
314
|
value?: any;
|
303
315
|
theme?: string | undefined;
|
304
316
|
color?: string | undefined;
|
317
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
305
318
|
modelValue?: any;
|
306
319
|
rounded?: string | number | boolean | undefined;
|
307
320
|
elevation?: string | number | undefined;
|
308
321
|
max?: number | undefined;
|
309
322
|
selectedClass?: string | undefined;
|
310
323
|
bgColor?: string | undefined;
|
324
|
+
completeIcon?: string | undefined;
|
325
|
+
editIcon?: string | undefined;
|
326
|
+
errorIcon?: string | undefined;
|
311
327
|
} & {
|
312
328
|
$children?: vue.VNodeChild | {
|
313
329
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -359,7 +375,7 @@ declare const VStepperVertical: {
|
|
359
375
|
style: vue.StyleValue;
|
360
376
|
disabled: boolean;
|
361
377
|
tag: string;
|
362
|
-
mobile: boolean;
|
378
|
+
mobile: boolean | null;
|
363
379
|
readonly: boolean;
|
364
380
|
modelValue: any;
|
365
381
|
rounded: string | number | boolean;
|
@@ -392,7 +408,7 @@ declare const VStepperVertical: {
|
|
392
408
|
style: vue.StyleValue;
|
393
409
|
disabled: boolean;
|
394
410
|
tag: string;
|
395
|
-
mobile: boolean;
|
411
|
+
mobile: boolean | null;
|
396
412
|
readonly: boolean;
|
397
413
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
398
414
|
items: readonly StepperItem[];
|
@@ -421,12 +437,16 @@ declare const VStepperVertical: {
|
|
421
437
|
value?: any;
|
422
438
|
theme?: string | undefined;
|
423
439
|
color?: string | undefined;
|
440
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
424
441
|
modelValue?: any;
|
425
442
|
rounded?: string | number | boolean | undefined;
|
426
443
|
elevation?: string | number | undefined;
|
427
444
|
max?: number | undefined;
|
428
445
|
selectedClass?: string | undefined;
|
429
446
|
bgColor?: string | undefined;
|
447
|
+
completeIcon?: string | undefined;
|
448
|
+
editIcon?: string | undefined;
|
449
|
+
errorIcon?: string | undefined;
|
430
450
|
} & {
|
431
451
|
$children?: vue.VNodeChild | {
|
432
452
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -480,7 +500,7 @@ declare const VStepperVertical: {
|
|
480
500
|
style: vue.StyleValue;
|
481
501
|
disabled: boolean;
|
482
502
|
tag: string;
|
483
|
-
mobile: boolean;
|
503
|
+
mobile: boolean | null;
|
484
504
|
readonly: boolean;
|
485
505
|
modelValue: any;
|
486
506
|
rounded: string | number | boolean;
|
@@ -601,8 +621,16 @@ declare const VStepperVertical: {
|
|
601
621
|
};
|
602
622
|
hideActions: BooleanConstructor;
|
603
623
|
focusable: BooleanConstructor;
|
624
|
+
mobile: {
|
625
|
+
type: vue.PropType<boolean | null>;
|
626
|
+
default: boolean;
|
627
|
+
};
|
628
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
604
629
|
altLabels: BooleanConstructor;
|
630
|
+
completeIcon: StringConstructor;
|
631
|
+
editIcon: StringConstructor;
|
605
632
|
editable: BooleanConstructor;
|
633
|
+
errorIcon: StringConstructor;
|
606
634
|
items: {
|
607
635
|
type: vue.PropType<readonly StepperItem[]>;
|
608
636
|
default: () => never[];
|
@@ -615,7 +643,6 @@ declare const VStepperVertical: {
|
|
615
643
|
type: StringConstructor;
|
616
644
|
default: string;
|
617
645
|
};
|
618
|
-
mobile: BooleanConstructor;
|
619
646
|
nonLinear: BooleanConstructor;
|
620
647
|
prevText: {
|
621
648
|
type: StringConstructor;
|
@@ -689,8 +716,16 @@ declare const VStepperVertical: {
|
|
689
716
|
};
|
690
717
|
hideActions: BooleanConstructor;
|
691
718
|
focusable: BooleanConstructor;
|
719
|
+
mobile: {
|
720
|
+
type: vue.PropType<boolean | null>;
|
721
|
+
default: boolean;
|
722
|
+
};
|
723
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
692
724
|
altLabels: BooleanConstructor;
|
725
|
+
completeIcon: StringConstructor;
|
726
|
+
editIcon: StringConstructor;
|
693
727
|
editable: BooleanConstructor;
|
728
|
+
errorIcon: StringConstructor;
|
694
729
|
items: {
|
695
730
|
type: vue.PropType<readonly StepperItem[]>;
|
696
731
|
default: () => never[];
|
@@ -703,7 +738,6 @@ declare const VStepperVertical: {
|
|
703
738
|
type: StringConstructor;
|
704
739
|
default: string;
|
705
740
|
};
|
706
|
-
mobile: BooleanConstructor;
|
707
741
|
nonLinear: BooleanConstructor;
|
708
742
|
prevText: {
|
709
743
|
type: StringConstructor;
|