vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -31,17 +31,18 @@ type VStepperSlot = {
|
|
|
31
31
|
declare const VStepperVertical: {
|
|
32
32
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
33
33
|
flat: boolean;
|
|
34
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
34
35
|
style: vue.StyleValue;
|
|
35
|
-
|
|
36
|
-
tag: string;
|
|
36
|
+
eager: boolean;
|
|
37
37
|
mobile: boolean | null;
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
multiple: boolean;
|
|
38
40
|
readonly: boolean;
|
|
39
|
-
|
|
40
|
-
items: readonly StepperItem[];
|
|
41
|
+
tag: string;
|
|
41
42
|
mandatory: NonNullable<boolean | "force">;
|
|
42
|
-
|
|
43
|
+
focusable: boolean;
|
|
44
|
+
items: readonly StepperItem[];
|
|
43
45
|
tile: boolean;
|
|
44
|
-
eager: boolean;
|
|
45
46
|
ripple: boolean | {
|
|
46
47
|
class: string;
|
|
47
48
|
} | undefined;
|
|
@@ -50,21 +51,20 @@ declare const VStepperVertical: {
|
|
|
50
51
|
itemTitle: string;
|
|
51
52
|
itemValue: string;
|
|
52
53
|
hideActions: boolean;
|
|
53
|
-
focusable: boolean;
|
|
54
54
|
prevText: string;
|
|
55
55
|
nextText: string;
|
|
56
56
|
editable: boolean;
|
|
57
57
|
altLabels: boolean;
|
|
58
58
|
nonLinear: boolean;
|
|
59
59
|
} & {
|
|
60
|
+
max?: number | undefined;
|
|
61
|
+
color?: string | undefined;
|
|
60
62
|
class?: any;
|
|
63
|
+
elevation?: string | number | undefined;
|
|
61
64
|
theme?: string | undefined;
|
|
62
|
-
color?: string | undefined;
|
|
63
65
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
64
66
|
modelValue?: any;
|
|
65
67
|
rounded?: string | number | boolean | undefined;
|
|
66
|
-
elevation?: string | number | undefined;
|
|
67
|
-
max?: number | undefined;
|
|
68
68
|
selectedClass?: string | undefined;
|
|
69
69
|
bgColor?: string | undefined;
|
|
70
70
|
completeIcon?: string | undefined;
|
|
@@ -120,17 +120,18 @@ declare const VStepperVertical: {
|
|
|
120
120
|
'update:modelValue': (val: any) => boolean;
|
|
121
121
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
122
122
|
flat: boolean;
|
|
123
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
123
124
|
style: vue.StyleValue;
|
|
124
|
-
|
|
125
|
-
tag: string;
|
|
125
|
+
eager: boolean;
|
|
126
126
|
mobile: boolean | null;
|
|
127
|
+
disabled: boolean;
|
|
128
|
+
multiple: boolean;
|
|
127
129
|
readonly: boolean;
|
|
128
|
-
|
|
129
|
-
items: readonly StepperItem[];
|
|
130
|
+
tag: string;
|
|
130
131
|
mandatory: NonNullable<boolean | "force">;
|
|
131
|
-
|
|
132
|
+
focusable: boolean;
|
|
133
|
+
items: readonly StepperItem[];
|
|
132
134
|
tile: boolean;
|
|
133
|
-
eager: boolean;
|
|
134
135
|
ripple: boolean | {
|
|
135
136
|
class: string;
|
|
136
137
|
} | undefined;
|
|
@@ -139,21 +140,20 @@ declare const VStepperVertical: {
|
|
|
139
140
|
itemTitle: string;
|
|
140
141
|
itemValue: string;
|
|
141
142
|
hideActions: boolean;
|
|
142
|
-
focusable: boolean;
|
|
143
143
|
prevText: string;
|
|
144
144
|
nextText: string;
|
|
145
145
|
editable: boolean;
|
|
146
146
|
altLabels: boolean;
|
|
147
147
|
nonLinear: boolean;
|
|
148
148
|
} & {
|
|
149
|
+
max?: number | undefined;
|
|
150
|
+
color?: string | undefined;
|
|
149
151
|
class?: any;
|
|
152
|
+
elevation?: string | number | undefined;
|
|
150
153
|
theme?: string | undefined;
|
|
151
|
-
color?: string | undefined;
|
|
152
154
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
153
155
|
modelValue?: any;
|
|
154
156
|
rounded?: string | number | boolean | undefined;
|
|
155
|
-
elevation?: string | number | undefined;
|
|
156
|
-
max?: number | undefined;
|
|
157
157
|
selectedClass?: string | undefined;
|
|
158
158
|
bgColor?: string | undefined;
|
|
159
159
|
completeIcon?: string | undefined;
|
|
@@ -207,19 +207,20 @@ declare const VStepperVertical: {
|
|
|
207
207
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
208
208
|
}, {
|
|
209
209
|
flat: boolean;
|
|
210
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
210
211
|
style: vue.StyleValue;
|
|
211
|
-
|
|
212
|
-
tag: string;
|
|
212
|
+
eager: boolean;
|
|
213
213
|
mobile: boolean | null;
|
|
214
|
+
disabled: boolean;
|
|
215
|
+
multiple: boolean;
|
|
214
216
|
readonly: boolean;
|
|
217
|
+
tag: string;
|
|
218
|
+
mandatory: NonNullable<boolean | "force">;
|
|
219
|
+
focusable: boolean;
|
|
215
220
|
modelValue: any;
|
|
216
221
|
rounded: string | number | boolean;
|
|
217
|
-
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
218
222
|
items: readonly StepperItem[];
|
|
219
|
-
mandatory: NonNullable<boolean | "force">;
|
|
220
|
-
multiple: boolean;
|
|
221
223
|
tile: boolean;
|
|
222
|
-
eager: boolean;
|
|
223
224
|
ripple: boolean | {
|
|
224
225
|
class: string;
|
|
225
226
|
} | undefined;
|
|
@@ -228,7 +229,6 @@ declare const VStepperVertical: {
|
|
|
228
229
|
itemTitle: string;
|
|
229
230
|
itemValue: string;
|
|
230
231
|
hideActions: boolean;
|
|
231
|
-
focusable: boolean;
|
|
232
232
|
prevText: string;
|
|
233
233
|
nextText: string;
|
|
234
234
|
editable: boolean;
|
|
@@ -276,17 +276,18 @@ declare const VStepperVertical: {
|
|
|
276
276
|
Defaults: {};
|
|
277
277
|
}, {
|
|
278
278
|
flat: boolean;
|
|
279
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
279
280
|
style: vue.StyleValue;
|
|
280
|
-
|
|
281
|
-
tag: string;
|
|
281
|
+
eager: boolean;
|
|
282
282
|
mobile: boolean | null;
|
|
283
|
+
disabled: boolean;
|
|
284
|
+
multiple: boolean;
|
|
283
285
|
readonly: boolean;
|
|
284
|
-
|
|
285
|
-
items: readonly StepperItem[];
|
|
286
|
+
tag: string;
|
|
286
287
|
mandatory: NonNullable<boolean | "force">;
|
|
287
|
-
|
|
288
|
+
focusable: boolean;
|
|
289
|
+
items: readonly StepperItem[];
|
|
288
290
|
tile: boolean;
|
|
289
|
-
eager: boolean;
|
|
290
291
|
ripple: boolean | {
|
|
291
292
|
class: string;
|
|
292
293
|
} | undefined;
|
|
@@ -295,21 +296,20 @@ declare const VStepperVertical: {
|
|
|
295
296
|
itemTitle: string;
|
|
296
297
|
itemValue: string;
|
|
297
298
|
hideActions: boolean;
|
|
298
|
-
focusable: boolean;
|
|
299
299
|
prevText: string;
|
|
300
300
|
nextText: string;
|
|
301
301
|
editable: boolean;
|
|
302
302
|
altLabels: boolean;
|
|
303
303
|
nonLinear: boolean;
|
|
304
304
|
} & {
|
|
305
|
+
max?: number | undefined;
|
|
306
|
+
color?: string | undefined;
|
|
305
307
|
class?: any;
|
|
308
|
+
elevation?: string | number | undefined;
|
|
306
309
|
theme?: string | undefined;
|
|
307
|
-
color?: string | undefined;
|
|
308
310
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
309
311
|
modelValue?: any;
|
|
310
312
|
rounded?: string | number | boolean | undefined;
|
|
311
|
-
elevation?: string | number | undefined;
|
|
312
|
-
max?: number | undefined;
|
|
313
313
|
selectedClass?: string | undefined;
|
|
314
314
|
bgColor?: string | undefined;
|
|
315
315
|
completeIcon?: string | undefined;
|
|
@@ -363,19 +363,20 @@ declare const VStepperVertical: {
|
|
|
363
363
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
364
364
|
}, {}, {}, {}, {}, {
|
|
365
365
|
flat: boolean;
|
|
366
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
366
367
|
style: vue.StyleValue;
|
|
367
|
-
|
|
368
|
-
tag: string;
|
|
368
|
+
eager: boolean;
|
|
369
369
|
mobile: boolean | null;
|
|
370
|
+
disabled: boolean;
|
|
371
|
+
multiple: boolean;
|
|
370
372
|
readonly: boolean;
|
|
373
|
+
tag: string;
|
|
374
|
+
mandatory: NonNullable<boolean | "force">;
|
|
375
|
+
focusable: boolean;
|
|
371
376
|
modelValue: any;
|
|
372
377
|
rounded: string | number | boolean;
|
|
373
|
-
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
374
378
|
items: readonly StepperItem[];
|
|
375
|
-
mandatory: NonNullable<boolean | "force">;
|
|
376
|
-
multiple: boolean;
|
|
377
379
|
tile: boolean;
|
|
378
|
-
eager: boolean;
|
|
379
380
|
ripple: boolean | {
|
|
380
381
|
class: string;
|
|
381
382
|
} | undefined;
|
|
@@ -384,7 +385,6 @@ declare const VStepperVertical: {
|
|
|
384
385
|
itemTitle: string;
|
|
385
386
|
itemValue: string;
|
|
386
387
|
hideActions: boolean;
|
|
387
|
-
focusable: boolean;
|
|
388
388
|
prevText: string;
|
|
389
389
|
nextText: string;
|
|
390
390
|
editable: boolean;
|
|
@@ -396,17 +396,18 @@ declare const VStepperVertical: {
|
|
|
396
396
|
__isSuspense?: undefined;
|
|
397
397
|
} & vue.ComponentOptionsBase<{
|
|
398
398
|
flat: boolean;
|
|
399
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
399
400
|
style: vue.StyleValue;
|
|
400
|
-
|
|
401
|
-
tag: string;
|
|
401
|
+
eager: boolean;
|
|
402
402
|
mobile: boolean | null;
|
|
403
|
+
disabled: boolean;
|
|
404
|
+
multiple: boolean;
|
|
403
405
|
readonly: boolean;
|
|
404
|
-
|
|
405
|
-
items: readonly StepperItem[];
|
|
406
|
+
tag: string;
|
|
406
407
|
mandatory: NonNullable<boolean | "force">;
|
|
407
|
-
|
|
408
|
+
focusable: boolean;
|
|
409
|
+
items: readonly StepperItem[];
|
|
408
410
|
tile: boolean;
|
|
409
|
-
eager: boolean;
|
|
410
411
|
ripple: boolean | {
|
|
411
412
|
class: string;
|
|
412
413
|
} | undefined;
|
|
@@ -415,21 +416,20 @@ declare const VStepperVertical: {
|
|
|
415
416
|
itemTitle: string;
|
|
416
417
|
itemValue: string;
|
|
417
418
|
hideActions: boolean;
|
|
418
|
-
focusable: boolean;
|
|
419
419
|
prevText: string;
|
|
420
420
|
nextText: string;
|
|
421
421
|
editable: boolean;
|
|
422
422
|
altLabels: boolean;
|
|
423
423
|
nonLinear: boolean;
|
|
424
424
|
} & {
|
|
425
|
+
max?: number | undefined;
|
|
426
|
+
color?: string | undefined;
|
|
425
427
|
class?: any;
|
|
428
|
+
elevation?: string | number | undefined;
|
|
426
429
|
theme?: string | undefined;
|
|
427
|
-
color?: string | undefined;
|
|
428
430
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
429
431
|
modelValue?: any;
|
|
430
432
|
rounded?: string | number | boolean | undefined;
|
|
431
|
-
elevation?: string | number | undefined;
|
|
432
|
-
max?: number | undefined;
|
|
433
433
|
selectedClass?: string | undefined;
|
|
434
434
|
bgColor?: string | undefined;
|
|
435
435
|
completeIcon?: string | undefined;
|
|
@@ -485,19 +485,20 @@ declare const VStepperVertical: {
|
|
|
485
485
|
'update:modelValue': (val: any) => boolean;
|
|
486
486
|
}, string, {
|
|
487
487
|
flat: boolean;
|
|
488
|
+
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
488
489
|
style: vue.StyleValue;
|
|
489
|
-
|
|
490
|
-
tag: string;
|
|
490
|
+
eager: boolean;
|
|
491
491
|
mobile: boolean | null;
|
|
492
|
+
disabled: boolean;
|
|
493
|
+
multiple: boolean;
|
|
492
494
|
readonly: boolean;
|
|
495
|
+
tag: string;
|
|
496
|
+
mandatory: NonNullable<boolean | "force">;
|
|
497
|
+
focusable: boolean;
|
|
493
498
|
modelValue: any;
|
|
494
499
|
rounded: string | number | boolean;
|
|
495
|
-
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
496
500
|
items: readonly StepperItem[];
|
|
497
|
-
mandatory: NonNullable<boolean | "force">;
|
|
498
|
-
multiple: boolean;
|
|
499
501
|
tile: boolean;
|
|
500
|
-
eager: boolean;
|
|
501
502
|
ripple: boolean | {
|
|
502
503
|
class: string;
|
|
503
504
|
} | undefined;
|
|
@@ -506,7 +507,6 @@ declare const VStepperVertical: {
|
|
|
506
507
|
itemTitle: string;
|
|
507
508
|
itemValue: string;
|
|
508
509
|
hideActions: boolean;
|
|
509
|
-
focusable: boolean;
|
|
510
510
|
prevText: string;
|
|
511
511
|
nextText: string;
|
|
512
512
|
editable: boolean;
|
|
@@ -547,47 +547,48 @@ declare const VStepperVertical: {
|
|
|
547
547
|
}>[];
|
|
548
548
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
549
549
|
flat: BooleanConstructor;
|
|
550
|
-
|
|
550
|
+
variant: Omit<{
|
|
551
|
+
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
|
552
|
+
default: string;
|
|
553
|
+
validator: (v: any) => boolean;
|
|
554
|
+
}, "type" | "default"> & {
|
|
555
|
+
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
|
556
|
+
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
557
|
+
};
|
|
558
|
+
max: NumberConstructor;
|
|
559
|
+
color: StringConstructor;
|
|
551
560
|
style: {
|
|
552
561
|
type: vue.PropType<vue.StyleValue>;
|
|
553
562
|
default: null;
|
|
554
563
|
};
|
|
555
|
-
|
|
556
|
-
color: StringConstructor;
|
|
564
|
+
eager: BooleanConstructor;
|
|
557
565
|
disabled: BooleanConstructor;
|
|
566
|
+
multiple: BooleanConstructor;
|
|
567
|
+
readonly: BooleanConstructor;
|
|
568
|
+
class: vue.PropType<any>;
|
|
558
569
|
tag: {
|
|
559
570
|
type: StringConstructor;
|
|
560
571
|
default: string;
|
|
561
572
|
};
|
|
562
|
-
readonly: BooleanConstructor;
|
|
563
|
-
modelValue: {
|
|
564
|
-
type: null;
|
|
565
|
-
default: undefined;
|
|
566
|
-
};
|
|
567
|
-
rounded: {
|
|
568
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
569
|
-
default: undefined;
|
|
570
|
-
};
|
|
571
|
-
variant: Omit<{
|
|
572
|
-
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
|
573
|
-
default: string;
|
|
574
|
-
validator: (v: any) => boolean;
|
|
575
|
-
}, "default" | "type"> & {
|
|
576
|
-
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
|
577
|
-
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
578
|
-
};
|
|
579
573
|
mandatory: {
|
|
580
574
|
type: vue.PropType<NonNullable<boolean | "force">>;
|
|
581
575
|
default: NonNullable<boolean | "force">;
|
|
582
576
|
};
|
|
583
|
-
multiple: BooleanConstructor;
|
|
584
|
-
tile: BooleanConstructor;
|
|
585
|
-
eager: BooleanConstructor;
|
|
586
577
|
elevation: {
|
|
587
578
|
type: (StringConstructor | NumberConstructor)[];
|
|
588
579
|
validator(v: any): boolean;
|
|
589
580
|
};
|
|
590
|
-
|
|
581
|
+
focusable: BooleanConstructor;
|
|
582
|
+
theme: StringConstructor;
|
|
583
|
+
modelValue: {
|
|
584
|
+
type: null;
|
|
585
|
+
default: undefined;
|
|
586
|
+
};
|
|
587
|
+
rounded: {
|
|
588
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
589
|
+
default: undefined;
|
|
590
|
+
};
|
|
591
|
+
tile: BooleanConstructor;
|
|
591
592
|
selectedClass: StringConstructor;
|
|
592
593
|
bgColor: StringConstructor;
|
|
593
594
|
ripple: {
|
|
@@ -605,7 +606,6 @@ declare const VStepperVertical: {
|
|
|
605
606
|
default: string;
|
|
606
607
|
};
|
|
607
608
|
hideActions: BooleanConstructor;
|
|
608
|
-
focusable: BooleanConstructor;
|
|
609
609
|
mobile: {
|
|
610
610
|
type: vue.PropType<boolean | null>;
|
|
611
611
|
default: boolean;
|
|
@@ -639,47 +639,48 @@ declare const VStepperVertical: {
|
|
|
639
639
|
};
|
|
640
640
|
}, vue.ExtractPropTypes<{
|
|
641
641
|
flat: BooleanConstructor;
|
|
642
|
-
|
|
642
|
+
variant: Omit<{
|
|
643
|
+
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
|
644
|
+
default: string;
|
|
645
|
+
validator: (v: any) => boolean;
|
|
646
|
+
}, "type" | "default"> & {
|
|
647
|
+
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
|
648
|
+
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
649
|
+
};
|
|
650
|
+
max: NumberConstructor;
|
|
651
|
+
color: StringConstructor;
|
|
643
652
|
style: {
|
|
644
653
|
type: vue.PropType<vue.StyleValue>;
|
|
645
654
|
default: null;
|
|
646
655
|
};
|
|
647
|
-
|
|
648
|
-
color: StringConstructor;
|
|
656
|
+
eager: BooleanConstructor;
|
|
649
657
|
disabled: BooleanConstructor;
|
|
658
|
+
multiple: BooleanConstructor;
|
|
659
|
+
readonly: BooleanConstructor;
|
|
660
|
+
class: vue.PropType<any>;
|
|
650
661
|
tag: {
|
|
651
662
|
type: StringConstructor;
|
|
652
663
|
default: string;
|
|
653
664
|
};
|
|
654
|
-
readonly: BooleanConstructor;
|
|
655
|
-
modelValue: {
|
|
656
|
-
type: null;
|
|
657
|
-
default: undefined;
|
|
658
|
-
};
|
|
659
|
-
rounded: {
|
|
660
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
661
|
-
default: undefined;
|
|
662
|
-
};
|
|
663
|
-
variant: Omit<{
|
|
664
|
-
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
|
665
|
-
default: string;
|
|
666
|
-
validator: (v: any) => boolean;
|
|
667
|
-
}, "default" | "type"> & {
|
|
668
|
-
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
|
669
|
-
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
|
670
|
-
};
|
|
671
665
|
mandatory: {
|
|
672
666
|
type: vue.PropType<NonNullable<boolean | "force">>;
|
|
673
667
|
default: NonNullable<boolean | "force">;
|
|
674
668
|
};
|
|
675
|
-
multiple: BooleanConstructor;
|
|
676
|
-
tile: BooleanConstructor;
|
|
677
|
-
eager: BooleanConstructor;
|
|
678
669
|
elevation: {
|
|
679
670
|
type: (StringConstructor | NumberConstructor)[];
|
|
680
671
|
validator(v: any): boolean;
|
|
681
672
|
};
|
|
682
|
-
|
|
673
|
+
focusable: BooleanConstructor;
|
|
674
|
+
theme: StringConstructor;
|
|
675
|
+
modelValue: {
|
|
676
|
+
type: null;
|
|
677
|
+
default: undefined;
|
|
678
|
+
};
|
|
679
|
+
rounded: {
|
|
680
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
681
|
+
default: undefined;
|
|
682
|
+
};
|
|
683
|
+
tile: BooleanConstructor;
|
|
683
684
|
selectedClass: StringConstructor;
|
|
684
685
|
bgColor: StringConstructor;
|
|
685
686
|
ripple: {
|
|
@@ -697,7 +698,6 @@ declare const VStepperVertical: {
|
|
|
697
698
|
default: string;
|
|
698
699
|
};
|
|
699
700
|
hideActions: BooleanConstructor;
|
|
700
|
-
focusable: BooleanConstructor;
|
|
701
701
|
mobile: {
|
|
702
702
|
type: vue.PropType<boolean | null>;
|
|
703
703
|
default: boolean;
|
|
@@ -734,36 +734,42 @@ type VStepperVertical = InstanceType<typeof VStepperVertical>;
|
|
|
734
734
|
|
|
735
735
|
declare const VStepperVerticalItem: {
|
|
736
736
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
737
|
-
style: vue.StyleValue;
|
|
738
737
|
error: boolean;
|
|
738
|
+
complete: boolean;
|
|
739
|
+
style: vue.StyleValue;
|
|
740
|
+
eager: boolean;
|
|
739
741
|
disabled: boolean;
|
|
742
|
+
readonly: boolean;
|
|
740
743
|
tag: string;
|
|
741
|
-
complete: boolean;
|
|
742
744
|
static: boolean;
|
|
743
|
-
|
|
745
|
+
focusable: boolean;
|
|
744
746
|
rules: readonly ValidationRule[];
|
|
745
747
|
tile: boolean;
|
|
746
|
-
eager: boolean;
|
|
747
748
|
ripple: boolean | {
|
|
748
749
|
class: string;
|
|
749
750
|
} | undefined;
|
|
750
751
|
collapseIcon: NonNullable<IconValue>;
|
|
751
752
|
expandIcon: NonNullable<IconValue>;
|
|
752
753
|
hideActions: boolean;
|
|
753
|
-
focusable: boolean;
|
|
754
754
|
completeIcon: string;
|
|
755
755
|
editable: boolean;
|
|
756
756
|
editIcon: string;
|
|
757
757
|
errorIcon: string;
|
|
758
758
|
} & {
|
|
759
|
-
|
|
759
|
+
height?: string | number | undefined;
|
|
760
|
+
width?: string | number | undefined;
|
|
761
|
+
color?: string | undefined;
|
|
762
|
+
maxHeight?: string | number | undefined;
|
|
763
|
+
maxWidth?: string | number | undefined;
|
|
764
|
+
minHeight?: string | number | undefined;
|
|
765
|
+
minWidth?: string | number | undefined;
|
|
766
|
+
value?: any;
|
|
760
767
|
title?: string | undefined;
|
|
761
768
|
text?: string | undefined;
|
|
762
|
-
|
|
763
|
-
color?: string | undefined;
|
|
769
|
+
class?: any;
|
|
764
770
|
icon?: string | undefined;
|
|
765
|
-
rounded?: string | number | boolean | undefined;
|
|
766
771
|
elevation?: string | number | undefined;
|
|
772
|
+
rounded?: string | number | boolean | undefined;
|
|
767
773
|
selectedClass?: string | undefined;
|
|
768
774
|
bgColor?: string | undefined;
|
|
769
775
|
subtitle?: string | undefined;
|
|
@@ -815,36 +821,42 @@ declare const VStepperVerticalItem: {
|
|
|
815
821
|
'click:prev': () => true;
|
|
816
822
|
'click:finish': () => true;
|
|
817
823
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
818
|
-
style: vue.StyleValue;
|
|
819
824
|
error: boolean;
|
|
825
|
+
complete: boolean;
|
|
826
|
+
style: vue.StyleValue;
|
|
827
|
+
eager: boolean;
|
|
820
828
|
disabled: boolean;
|
|
829
|
+
readonly: boolean;
|
|
821
830
|
tag: string;
|
|
822
|
-
complete: boolean;
|
|
823
831
|
static: boolean;
|
|
824
|
-
|
|
832
|
+
focusable: boolean;
|
|
825
833
|
rules: readonly ValidationRule[];
|
|
826
834
|
tile: boolean;
|
|
827
|
-
eager: boolean;
|
|
828
835
|
ripple: boolean | {
|
|
829
836
|
class: string;
|
|
830
837
|
} | undefined;
|
|
831
838
|
collapseIcon: NonNullable<IconValue>;
|
|
832
839
|
expandIcon: NonNullable<IconValue>;
|
|
833
840
|
hideActions: boolean;
|
|
834
|
-
focusable: boolean;
|
|
835
841
|
completeIcon: string;
|
|
836
842
|
editable: boolean;
|
|
837
843
|
editIcon: string;
|
|
838
844
|
errorIcon: string;
|
|
839
845
|
} & {
|
|
840
|
-
|
|
846
|
+
height?: string | number | undefined;
|
|
847
|
+
width?: string | number | undefined;
|
|
848
|
+
color?: string | undefined;
|
|
849
|
+
maxHeight?: string | number | undefined;
|
|
850
|
+
maxWidth?: string | number | undefined;
|
|
851
|
+
minHeight?: string | number | undefined;
|
|
852
|
+
minWidth?: string | number | undefined;
|
|
853
|
+
value?: any;
|
|
841
854
|
title?: string | undefined;
|
|
842
855
|
text?: string | undefined;
|
|
843
|
-
|
|
844
|
-
color?: string | undefined;
|
|
856
|
+
class?: any;
|
|
845
857
|
icon?: string | undefined;
|
|
846
|
-
rounded?: string | number | boolean | undefined;
|
|
847
858
|
elevation?: string | number | undefined;
|
|
859
|
+
rounded?: string | number | boolean | undefined;
|
|
848
860
|
selectedClass?: string | undefined;
|
|
849
861
|
bgColor?: string | undefined;
|
|
850
862
|
subtitle?: string | undefined;
|
|
@@ -892,24 +904,24 @@ declare const VStepperVerticalItem: {
|
|
|
892
904
|
"onClick:next"?: (() => any) | undefined;
|
|
893
905
|
"onClick:finish"?: (() => any) | undefined;
|
|
894
906
|
}, {
|
|
895
|
-
style: vue.StyleValue;
|
|
896
907
|
error: boolean;
|
|
908
|
+
complete: boolean;
|
|
909
|
+
style: vue.StyleValue;
|
|
910
|
+
eager: boolean;
|
|
897
911
|
disabled: boolean;
|
|
912
|
+
readonly: boolean;
|
|
898
913
|
tag: string;
|
|
899
|
-
complete: boolean;
|
|
900
914
|
static: boolean;
|
|
901
|
-
|
|
915
|
+
focusable: boolean;
|
|
902
916
|
rules: readonly ValidationRule[];
|
|
903
917
|
rounded: string | number | boolean;
|
|
904
918
|
tile: boolean;
|
|
905
|
-
eager: boolean;
|
|
906
919
|
ripple: boolean | {
|
|
907
920
|
class: string;
|
|
908
921
|
} | undefined;
|
|
909
922
|
collapseIcon: NonNullable<IconValue>;
|
|
910
923
|
expandIcon: NonNullable<IconValue>;
|
|
911
924
|
hideActions: boolean;
|
|
912
|
-
focusable: boolean;
|
|
913
925
|
completeIcon: string;
|
|
914
926
|
editable: boolean;
|
|
915
927
|
editIcon: string;
|
|
@@ -950,36 +962,42 @@ declare const VStepperVerticalItem: {
|
|
|
950
962
|
M: {};
|
|
951
963
|
Defaults: {};
|
|
952
964
|
}, {
|
|
953
|
-
style: vue.StyleValue;
|
|
954
965
|
error: boolean;
|
|
966
|
+
complete: boolean;
|
|
967
|
+
style: vue.StyleValue;
|
|
968
|
+
eager: boolean;
|
|
955
969
|
disabled: boolean;
|
|
970
|
+
readonly: boolean;
|
|
956
971
|
tag: string;
|
|
957
|
-
complete: boolean;
|
|
958
972
|
static: boolean;
|
|
959
|
-
|
|
973
|
+
focusable: boolean;
|
|
960
974
|
rules: readonly ValidationRule[];
|
|
961
975
|
tile: boolean;
|
|
962
|
-
eager: boolean;
|
|
963
976
|
ripple: boolean | {
|
|
964
977
|
class: string;
|
|
965
978
|
} | undefined;
|
|
966
979
|
collapseIcon: NonNullable<IconValue>;
|
|
967
980
|
expandIcon: NonNullable<IconValue>;
|
|
968
981
|
hideActions: boolean;
|
|
969
|
-
focusable: boolean;
|
|
970
982
|
completeIcon: string;
|
|
971
983
|
editable: boolean;
|
|
972
984
|
editIcon: string;
|
|
973
985
|
errorIcon: string;
|
|
974
986
|
} & {
|
|
975
|
-
|
|
987
|
+
height?: string | number | undefined;
|
|
988
|
+
width?: string | number | undefined;
|
|
989
|
+
color?: string | undefined;
|
|
990
|
+
maxHeight?: string | number | undefined;
|
|
991
|
+
maxWidth?: string | number | undefined;
|
|
992
|
+
minHeight?: string | number | undefined;
|
|
993
|
+
minWidth?: string | number | undefined;
|
|
994
|
+
value?: any;
|
|
976
995
|
title?: string | undefined;
|
|
977
996
|
text?: string | undefined;
|
|
978
|
-
|
|
979
|
-
color?: string | undefined;
|
|
997
|
+
class?: any;
|
|
980
998
|
icon?: string | undefined;
|
|
981
|
-
rounded?: string | number | boolean | undefined;
|
|
982
999
|
elevation?: string | number | undefined;
|
|
1000
|
+
rounded?: string | number | boolean | undefined;
|
|
983
1001
|
selectedClass?: string | undefined;
|
|
984
1002
|
bgColor?: string | undefined;
|
|
985
1003
|
subtitle?: string | undefined;
|
|
@@ -1027,24 +1045,24 @@ declare const VStepperVerticalItem: {
|
|
|
1027
1045
|
"onClick:next"?: (() => any) | undefined;
|
|
1028
1046
|
"onClick:finish"?: (() => any) | undefined;
|
|
1029
1047
|
}, {}, {}, {}, {}, {
|
|
1030
|
-
style: vue.StyleValue;
|
|
1031
1048
|
error: boolean;
|
|
1049
|
+
complete: boolean;
|
|
1050
|
+
style: vue.StyleValue;
|
|
1051
|
+
eager: boolean;
|
|
1032
1052
|
disabled: boolean;
|
|
1053
|
+
readonly: boolean;
|
|
1033
1054
|
tag: string;
|
|
1034
|
-
complete: boolean;
|
|
1035
1055
|
static: boolean;
|
|
1036
|
-
|
|
1056
|
+
focusable: boolean;
|
|
1037
1057
|
rules: readonly ValidationRule[];
|
|
1038
1058
|
rounded: string | number | boolean;
|
|
1039
1059
|
tile: boolean;
|
|
1040
|
-
eager: boolean;
|
|
1041
1060
|
ripple: boolean | {
|
|
1042
1061
|
class: string;
|
|
1043
1062
|
} | undefined;
|
|
1044
1063
|
collapseIcon: NonNullable<IconValue>;
|
|
1045
1064
|
expandIcon: NonNullable<IconValue>;
|
|
1046
1065
|
hideActions: boolean;
|
|
1047
|
-
focusable: boolean;
|
|
1048
1066
|
completeIcon: string;
|
|
1049
1067
|
editable: boolean;
|
|
1050
1068
|
editIcon: string;
|
|
@@ -1054,36 +1072,42 @@ declare const VStepperVerticalItem: {
|
|
|
1054
1072
|
__isTeleport?: undefined;
|
|
1055
1073
|
__isSuspense?: undefined;
|
|
1056
1074
|
} & vue.ComponentOptionsBase<{
|
|
1057
|
-
style: vue.StyleValue;
|
|
1058
1075
|
error: boolean;
|
|
1076
|
+
complete: boolean;
|
|
1077
|
+
style: vue.StyleValue;
|
|
1078
|
+
eager: boolean;
|
|
1059
1079
|
disabled: boolean;
|
|
1080
|
+
readonly: boolean;
|
|
1060
1081
|
tag: string;
|
|
1061
|
-
complete: boolean;
|
|
1062
1082
|
static: boolean;
|
|
1063
|
-
|
|
1083
|
+
focusable: boolean;
|
|
1064
1084
|
rules: readonly ValidationRule[];
|
|
1065
1085
|
tile: boolean;
|
|
1066
|
-
eager: boolean;
|
|
1067
1086
|
ripple: boolean | {
|
|
1068
1087
|
class: string;
|
|
1069
1088
|
} | undefined;
|
|
1070
1089
|
collapseIcon: NonNullable<IconValue>;
|
|
1071
1090
|
expandIcon: NonNullable<IconValue>;
|
|
1072
1091
|
hideActions: boolean;
|
|
1073
|
-
focusable: boolean;
|
|
1074
1092
|
completeIcon: string;
|
|
1075
1093
|
editable: boolean;
|
|
1076
1094
|
editIcon: string;
|
|
1077
1095
|
errorIcon: string;
|
|
1078
1096
|
} & {
|
|
1079
|
-
|
|
1097
|
+
height?: string | number | undefined;
|
|
1098
|
+
width?: string | number | undefined;
|
|
1099
|
+
color?: string | undefined;
|
|
1100
|
+
maxHeight?: string | number | undefined;
|
|
1101
|
+
maxWidth?: string | number | undefined;
|
|
1102
|
+
minHeight?: string | number | undefined;
|
|
1103
|
+
minWidth?: string | number | undefined;
|
|
1104
|
+
value?: any;
|
|
1080
1105
|
title?: string | undefined;
|
|
1081
1106
|
text?: string | undefined;
|
|
1082
|
-
|
|
1083
|
-
color?: string | undefined;
|
|
1107
|
+
class?: any;
|
|
1084
1108
|
icon?: string | undefined;
|
|
1085
|
-
rounded?: string | number | boolean | undefined;
|
|
1086
1109
|
elevation?: string | number | undefined;
|
|
1110
|
+
rounded?: string | number | boolean | undefined;
|
|
1087
1111
|
selectedClass?: string | undefined;
|
|
1088
1112
|
bgColor?: string | undefined;
|
|
1089
1113
|
subtitle?: string | undefined;
|
|
@@ -1135,24 +1159,24 @@ declare const VStepperVerticalItem: {
|
|
|
1135
1159
|
'click:prev': () => true;
|
|
1136
1160
|
'click:finish': () => true;
|
|
1137
1161
|
}, string, {
|
|
1138
|
-
style: vue.StyleValue;
|
|
1139
1162
|
error: boolean;
|
|
1163
|
+
complete: boolean;
|
|
1164
|
+
style: vue.StyleValue;
|
|
1165
|
+
eager: boolean;
|
|
1140
1166
|
disabled: boolean;
|
|
1167
|
+
readonly: boolean;
|
|
1141
1168
|
tag: string;
|
|
1142
|
-
complete: boolean;
|
|
1143
1169
|
static: boolean;
|
|
1144
|
-
|
|
1170
|
+
focusable: boolean;
|
|
1145
1171
|
rules: readonly ValidationRule[];
|
|
1146
1172
|
rounded: string | number | boolean;
|
|
1147
1173
|
tile: boolean;
|
|
1148
|
-
eager: boolean;
|
|
1149
1174
|
ripple: boolean | {
|
|
1150
1175
|
class: string;
|
|
1151
1176
|
} | undefined;
|
|
1152
1177
|
collapseIcon: NonNullable<IconValue>;
|
|
1153
1178
|
expandIcon: NonNullable<IconValue>;
|
|
1154
1179
|
hideActions: boolean;
|
|
1155
|
-
focusable: boolean;
|
|
1156
1180
|
completeIcon: string;
|
|
1157
1181
|
editable: boolean;
|
|
1158
1182
|
editIcon: string;
|
|
@@ -1186,32 +1210,39 @@ declare const VStepperVerticalItem: {
|
|
|
1186
1210
|
[key: string]: any;
|
|
1187
1211
|
}>[];
|
|
1188
1212
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1189
|
-
|
|
1213
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1214
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1215
|
+
color: StringConstructor;
|
|
1216
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1217
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1218
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1219
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1220
|
+
value: null;
|
|
1190
1221
|
style: {
|
|
1191
1222
|
type: vue.PropType<vue.StyleValue>;
|
|
1192
1223
|
default: null;
|
|
1193
1224
|
};
|
|
1194
1225
|
title: StringConstructor;
|
|
1195
1226
|
text: StringConstructor;
|
|
1196
|
-
|
|
1197
|
-
color: StringConstructor;
|
|
1227
|
+
eager: BooleanConstructor;
|
|
1198
1228
|
disabled: BooleanConstructor;
|
|
1229
|
+
readonly: BooleanConstructor;
|
|
1230
|
+
class: vue.PropType<any>;
|
|
1199
1231
|
tag: {
|
|
1200
1232
|
type: StringConstructor;
|
|
1201
1233
|
default: string;
|
|
1202
1234
|
};
|
|
1203
1235
|
static: BooleanConstructor;
|
|
1204
|
-
readonly: BooleanConstructor;
|
|
1205
|
-
rounded: {
|
|
1206
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1207
|
-
default: undefined;
|
|
1208
|
-
};
|
|
1209
|
-
tile: BooleanConstructor;
|
|
1210
|
-
eager: BooleanConstructor;
|
|
1211
1236
|
elevation: {
|
|
1212
1237
|
type: (StringConstructor | NumberConstructor)[];
|
|
1213
1238
|
validator(v: any): boolean;
|
|
1214
1239
|
};
|
|
1240
|
+
focusable: BooleanConstructor;
|
|
1241
|
+
rounded: {
|
|
1242
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1243
|
+
default: undefined;
|
|
1244
|
+
};
|
|
1245
|
+
tile: BooleanConstructor;
|
|
1215
1246
|
selectedClass: StringConstructor;
|
|
1216
1247
|
bgColor: StringConstructor;
|
|
1217
1248
|
ripple: {
|
|
@@ -1223,18 +1254,17 @@ declare const VStepperVerticalItem: {
|
|
|
1223
1254
|
collapseIcon: Omit<{
|
|
1224
1255
|
type: vue.PropType<IconValue>;
|
|
1225
1256
|
default: string;
|
|
1226
|
-
}, "
|
|
1257
|
+
}, "type" | "default"> & {
|
|
1227
1258
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1228
1259
|
default: NonNullable<IconValue>;
|
|
1229
1260
|
};
|
|
1230
1261
|
expandIcon: Omit<{
|
|
1231
1262
|
type: vue.PropType<IconValue>;
|
|
1232
1263
|
default: string;
|
|
1233
|
-
}, "
|
|
1264
|
+
}, "type" | "default"> & {
|
|
1234
1265
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1235
1266
|
default: NonNullable<IconValue>;
|
|
1236
1267
|
};
|
|
1237
|
-
focusable: BooleanConstructor;
|
|
1238
1268
|
subtitle: StringConstructor;
|
|
1239
1269
|
complete: BooleanConstructor;
|
|
1240
1270
|
completeIcon: {
|
|
@@ -1258,32 +1288,39 @@ declare const VStepperVerticalItem: {
|
|
|
1258
1288
|
};
|
|
1259
1289
|
hideActions: BooleanConstructor;
|
|
1260
1290
|
}, vue.ExtractPropTypes<{
|
|
1261
|
-
|
|
1291
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1292
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1293
|
+
color: StringConstructor;
|
|
1294
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1295
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1296
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1297
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1298
|
+
value: null;
|
|
1262
1299
|
style: {
|
|
1263
1300
|
type: vue.PropType<vue.StyleValue>;
|
|
1264
1301
|
default: null;
|
|
1265
1302
|
};
|
|
1266
1303
|
title: StringConstructor;
|
|
1267
1304
|
text: StringConstructor;
|
|
1268
|
-
|
|
1269
|
-
color: StringConstructor;
|
|
1305
|
+
eager: BooleanConstructor;
|
|
1270
1306
|
disabled: BooleanConstructor;
|
|
1307
|
+
readonly: BooleanConstructor;
|
|
1308
|
+
class: vue.PropType<any>;
|
|
1271
1309
|
tag: {
|
|
1272
1310
|
type: StringConstructor;
|
|
1273
1311
|
default: string;
|
|
1274
1312
|
};
|
|
1275
1313
|
static: BooleanConstructor;
|
|
1276
|
-
readonly: BooleanConstructor;
|
|
1277
|
-
rounded: {
|
|
1278
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1279
|
-
default: undefined;
|
|
1280
|
-
};
|
|
1281
|
-
tile: BooleanConstructor;
|
|
1282
|
-
eager: BooleanConstructor;
|
|
1283
1314
|
elevation: {
|
|
1284
1315
|
type: (StringConstructor | NumberConstructor)[];
|
|
1285
1316
|
validator(v: any): boolean;
|
|
1286
1317
|
};
|
|
1318
|
+
focusable: BooleanConstructor;
|
|
1319
|
+
rounded: {
|
|
1320
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1321
|
+
default: undefined;
|
|
1322
|
+
};
|
|
1323
|
+
tile: BooleanConstructor;
|
|
1287
1324
|
selectedClass: StringConstructor;
|
|
1288
1325
|
bgColor: StringConstructor;
|
|
1289
1326
|
ripple: {
|
|
@@ -1295,18 +1332,17 @@ declare const VStepperVerticalItem: {
|
|
|
1295
1332
|
collapseIcon: Omit<{
|
|
1296
1333
|
type: vue.PropType<IconValue>;
|
|
1297
1334
|
default: string;
|
|
1298
|
-
}, "
|
|
1335
|
+
}, "type" | "default"> & {
|
|
1299
1336
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1300
1337
|
default: NonNullable<IconValue>;
|
|
1301
1338
|
};
|
|
1302
1339
|
expandIcon: Omit<{
|
|
1303
1340
|
type: vue.PropType<IconValue>;
|
|
1304
1341
|
default: string;
|
|
1305
|
-
}, "
|
|
1342
|
+
}, "type" | "default"> & {
|
|
1306
1343
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1307
1344
|
default: NonNullable<IconValue>;
|
|
1308
1345
|
};
|
|
1309
|
-
focusable: BooleanConstructor;
|
|
1310
1346
|
subtitle: StringConstructor;
|
|
1311
1347
|
complete: BooleanConstructor;
|
|
1312
1348
|
completeIcon: {
|