@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,10 +1,12 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, DirectiveBinding } from 'vue';
|
3
3
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
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
|
+
type ClassValue = any;
|
9
|
+
|
8
10
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
9
11
|
declare const IconValue: PropType<IconValue>;
|
10
12
|
|
@@ -12,6 +14,17 @@ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
12
14
|
type Breakpoint = typeof breakpoints[number];
|
13
15
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
14
16
|
|
17
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
18
|
+
value?: boolean | {
|
19
|
+
class: string;
|
20
|
+
};
|
21
|
+
modifiers: {
|
22
|
+
center?: boolean;
|
23
|
+
circle?: boolean;
|
24
|
+
stop?: boolean;
|
25
|
+
};
|
26
|
+
}
|
27
|
+
|
15
28
|
type StepperItem = string | Record<string, any>;
|
16
29
|
type StepperItemSlot = {
|
17
30
|
canEdit: boolean;
|
@@ -31,7 +44,7 @@ type VStepperSlot = {
|
|
31
44
|
declare const VStepperVertical: {
|
32
45
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
33
46
|
flat: boolean;
|
34
|
-
variant:
|
47
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
35
48
|
style: vue.StyleValue;
|
36
49
|
eager: boolean;
|
37
50
|
mobile: boolean | null;
|
@@ -39,7 +52,7 @@ declare const VStepperVertical: {
|
|
39
52
|
multiple: boolean;
|
40
53
|
readonly: boolean;
|
41
54
|
tag: string;
|
42
|
-
mandatory:
|
55
|
+
mandatory: boolean | "force";
|
43
56
|
focusable: boolean;
|
44
57
|
items: readonly StepperItem[];
|
45
58
|
tile: boolean;
|
@@ -117,10 +130,10 @@ declare const VStepperVertical: {
|
|
117
130
|
} & {
|
118
131
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
119
132
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
120
|
-
'update:modelValue': (val: any) =>
|
133
|
+
'update:modelValue': (val: any) => true;
|
121
134
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
122
135
|
flat: boolean;
|
123
|
-
variant:
|
136
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
124
137
|
style: vue.StyleValue;
|
125
138
|
eager: boolean;
|
126
139
|
mobile: boolean | null;
|
@@ -128,7 +141,7 @@ declare const VStepperVertical: {
|
|
128
141
|
multiple: boolean;
|
129
142
|
readonly: boolean;
|
130
143
|
tag: string;
|
131
|
-
mandatory:
|
144
|
+
mandatory: boolean | "force";
|
132
145
|
focusable: boolean;
|
133
146
|
items: readonly StepperItem[];
|
134
147
|
tile: boolean;
|
@@ -207,7 +220,7 @@ declare const VStepperVertical: {
|
|
207
220
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
208
221
|
}, {
|
209
222
|
flat: boolean;
|
210
|
-
variant:
|
223
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
211
224
|
style: vue.StyleValue;
|
212
225
|
eager: boolean;
|
213
226
|
mobile: boolean | null;
|
@@ -215,7 +228,7 @@ declare const VStepperVertical: {
|
|
215
228
|
multiple: boolean;
|
216
229
|
readonly: boolean;
|
217
230
|
tag: string;
|
218
|
-
mandatory:
|
231
|
+
mandatory: boolean | "force";
|
219
232
|
focusable: boolean;
|
220
233
|
modelValue: any;
|
221
234
|
rounded: string | number | boolean;
|
@@ -235,38 +248,18 @@ declare const VStepperVertical: {
|
|
235
248
|
altLabels: boolean;
|
236
249
|
nonLinear: boolean;
|
237
250
|
}, true, {}, vue.SlotsType<Partial<{
|
238
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode
|
239
|
-
|
240
|
-
|
241
|
-
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
242
|
-
[key: string]: any;
|
243
|
-
}>[];
|
244
|
-
actions: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
245
|
-
[key: string]: any;
|
246
|
-
}>[];
|
251
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
252
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode[];
|
253
|
+
actions: (arg: StepperItemSlot) => vue.VNode[];
|
247
254
|
default: (arg: VStepperSlot & {
|
248
255
|
step: unknown;
|
249
|
-
}) => vue.VNode
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
[key: string]: any;
|
257
|
-
}>[];
|
258
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
259
|
-
[key: string]: any;
|
260
|
-
}>[];
|
261
|
-
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
262
|
-
[key: string]: any;
|
263
|
-
}>[];
|
264
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
265
|
-
[key: string]: any;
|
266
|
-
}>[];
|
267
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
268
|
-
[key: string]: any;
|
269
|
-
}>[];
|
256
|
+
}) => vue.VNode[];
|
257
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
258
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
259
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
260
|
+
item: (arg: StepperItem) => vue.VNode[];
|
261
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
262
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
270
263
|
}>>, {
|
271
264
|
P: {};
|
272
265
|
B: {};
|
@@ -276,7 +269,7 @@ declare const VStepperVertical: {
|
|
276
269
|
Defaults: {};
|
277
270
|
}, {
|
278
271
|
flat: boolean;
|
279
|
-
variant:
|
272
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
280
273
|
style: vue.StyleValue;
|
281
274
|
eager: boolean;
|
282
275
|
mobile: boolean | null;
|
@@ -284,7 +277,7 @@ declare const VStepperVertical: {
|
|
284
277
|
multiple: boolean;
|
285
278
|
readonly: boolean;
|
286
279
|
tag: string;
|
287
|
-
mandatory:
|
280
|
+
mandatory: boolean | "force";
|
288
281
|
focusable: boolean;
|
289
282
|
items: readonly StepperItem[];
|
290
283
|
tile: boolean;
|
@@ -363,7 +356,7 @@ declare const VStepperVertical: {
|
|
363
356
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
364
357
|
}, {}, {}, {}, {}, {
|
365
358
|
flat: boolean;
|
366
|
-
variant:
|
359
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
367
360
|
style: vue.StyleValue;
|
368
361
|
eager: boolean;
|
369
362
|
mobile: boolean | null;
|
@@ -371,7 +364,7 @@ declare const VStepperVertical: {
|
|
371
364
|
multiple: boolean;
|
372
365
|
readonly: boolean;
|
373
366
|
tag: string;
|
374
|
-
mandatory:
|
367
|
+
mandatory: boolean | "force";
|
375
368
|
focusable: boolean;
|
376
369
|
modelValue: any;
|
377
370
|
rounded: string | number | boolean;
|
@@ -391,12 +384,12 @@ declare const VStepperVertical: {
|
|
391
384
|
altLabels: boolean;
|
392
385
|
nonLinear: boolean;
|
393
386
|
}>;
|
394
|
-
__isFragment?:
|
395
|
-
__isTeleport?:
|
396
|
-
__isSuspense?:
|
387
|
+
__isFragment?: never;
|
388
|
+
__isTeleport?: never;
|
389
|
+
__isSuspense?: never;
|
397
390
|
} & vue.ComponentOptionsBase<{
|
398
391
|
flat: boolean;
|
399
|
-
variant:
|
392
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
400
393
|
style: vue.StyleValue;
|
401
394
|
eager: boolean;
|
402
395
|
mobile: boolean | null;
|
@@ -404,7 +397,7 @@ declare const VStepperVertical: {
|
|
404
397
|
multiple: boolean;
|
405
398
|
readonly: boolean;
|
406
399
|
tag: string;
|
407
|
-
mandatory:
|
400
|
+
mandatory: boolean | "force";
|
408
401
|
focusable: boolean;
|
409
402
|
items: readonly StepperItem[];
|
410
403
|
tile: boolean;
|
@@ -482,10 +475,10 @@ declare const VStepperVertical: {
|
|
482
475
|
} & {
|
483
476
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
484
477
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
485
|
-
'update:modelValue': (val: any) =>
|
478
|
+
'update:modelValue': (val: any) => true;
|
486
479
|
}, string, {
|
487
480
|
flat: boolean;
|
488
|
-
variant:
|
481
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
489
482
|
style: vue.StyleValue;
|
490
483
|
eager: boolean;
|
491
484
|
mobile: boolean | null;
|
@@ -493,7 +486,7 @@ declare const VStepperVertical: {
|
|
493
486
|
multiple: boolean;
|
494
487
|
readonly: boolean;
|
495
488
|
tag: string;
|
496
|
-
mandatory:
|
489
|
+
mandatory: boolean | "force";
|
497
490
|
focusable: boolean;
|
498
491
|
modelValue: any;
|
499
492
|
rounded: string | number | boolean;
|
@@ -513,38 +506,18 @@ declare const VStepperVertical: {
|
|
513
506
|
altLabels: boolean;
|
514
507
|
nonLinear: boolean;
|
515
508
|
}, {}, string, vue.SlotsType<Partial<{
|
516
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode
|
517
|
-
|
518
|
-
|
519
|
-
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
520
|
-
[key: string]: any;
|
521
|
-
}>[];
|
522
|
-
actions: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
523
|
-
[key: string]: any;
|
524
|
-
}>[];
|
509
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
510
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode[];
|
511
|
+
actions: (arg: StepperItemSlot) => vue.VNode[];
|
525
512
|
default: (arg: VStepperSlot & {
|
526
513
|
step: unknown;
|
527
|
-
}) => vue.VNode
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
[key: string]: any;
|
535
|
-
}>[];
|
536
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
537
|
-
[key: string]: any;
|
538
|
-
}>[];
|
539
|
-
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
540
|
-
[key: string]: any;
|
541
|
-
}>[];
|
542
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
543
|
-
[key: string]: any;
|
544
|
-
}>[];
|
545
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
546
|
-
[key: string]: any;
|
547
|
-
}>[];
|
514
|
+
}) => vue.VNode[];
|
515
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
516
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
517
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
518
|
+
item: (arg: StepperItem) => vue.VNode[];
|
519
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
520
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
548
521
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
549
522
|
flat: BooleanConstructor;
|
550
523
|
variant: Omit<{
|
@@ -552,7 +525,7 @@ declare const VStepperVertical: {
|
|
552
525
|
default: string;
|
553
526
|
validator: (v: any) => boolean;
|
554
527
|
}, "type" | "default"> & {
|
555
|
-
type: vue.PropType<
|
528
|
+
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
556
529
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
557
530
|
};
|
558
531
|
max: NumberConstructor;
|
@@ -565,13 +538,13 @@ declare const VStepperVertical: {
|
|
565
538
|
disabled: BooleanConstructor;
|
566
539
|
multiple: BooleanConstructor;
|
567
540
|
readonly: BooleanConstructor;
|
568
|
-
class: vue.PropType<
|
541
|
+
class: vue.PropType<ClassValue>;
|
569
542
|
tag: {
|
570
543
|
type: StringConstructor;
|
571
544
|
default: string;
|
572
545
|
};
|
573
546
|
mandatory: {
|
574
|
-
type: vue.PropType<
|
547
|
+
type: vue.PropType<boolean | "force">;
|
575
548
|
default: NonNullable<boolean | "force">;
|
576
549
|
};
|
577
550
|
elevation: {
|
@@ -592,9 +565,7 @@ declare const VStepperVertical: {
|
|
592
565
|
selectedClass: StringConstructor;
|
593
566
|
bgColor: StringConstructor;
|
594
567
|
ripple: {
|
595
|
-
type: vue.PropType<
|
596
|
-
class: string;
|
597
|
-
} | undefined>;
|
568
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
598
569
|
default: boolean;
|
599
570
|
};
|
600
571
|
collapseIcon: {
|
@@ -644,7 +615,7 @@ declare const VStepperVertical: {
|
|
644
615
|
default: string;
|
645
616
|
validator: (v: any) => boolean;
|
646
617
|
}, "type" | "default"> & {
|
647
|
-
type: vue.PropType<
|
618
|
+
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
648
619
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
649
620
|
};
|
650
621
|
max: NumberConstructor;
|
@@ -657,13 +628,13 @@ declare const VStepperVertical: {
|
|
657
628
|
disabled: BooleanConstructor;
|
658
629
|
multiple: BooleanConstructor;
|
659
630
|
readonly: BooleanConstructor;
|
660
|
-
class: vue.PropType<
|
631
|
+
class: vue.PropType<ClassValue>;
|
661
632
|
tag: {
|
662
633
|
type: StringConstructor;
|
663
634
|
default: string;
|
664
635
|
};
|
665
636
|
mandatory: {
|
666
|
-
type: vue.PropType<
|
637
|
+
type: vue.PropType<boolean | "force">;
|
667
638
|
default: NonNullable<boolean | "force">;
|
668
639
|
};
|
669
640
|
elevation: {
|
@@ -684,9 +655,7 @@ declare const VStepperVertical: {
|
|
684
655
|
selectedClass: StringConstructor;
|
685
656
|
bgColor: StringConstructor;
|
686
657
|
ripple: {
|
687
|
-
type: vue.PropType<
|
688
|
-
class: string;
|
689
|
-
} | undefined>;
|
658
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
690
659
|
default: boolean;
|
691
660
|
};
|
692
661
|
collapseIcon: {
|
@@ -748,8 +717,8 @@ declare const VStepperVerticalItem: {
|
|
748
717
|
ripple: boolean | {
|
749
718
|
class: string;
|
750
719
|
} | undefined;
|
751
|
-
collapseIcon:
|
752
|
-
expandIcon:
|
720
|
+
collapseIcon: IconValue;
|
721
|
+
expandIcon: IconValue;
|
753
722
|
hideActions: boolean;
|
754
723
|
completeIcon: string;
|
755
724
|
editable: boolean;
|
@@ -829,8 +798,8 @@ declare const VStepperVerticalItem: {
|
|
829
798
|
ripple: boolean | {
|
830
799
|
class: string;
|
831
800
|
} | undefined;
|
832
|
-
collapseIcon:
|
833
|
-
expandIcon:
|
801
|
+
collapseIcon: IconValue;
|
802
|
+
expandIcon: IconValue;
|
834
803
|
hideActions: boolean;
|
835
804
|
completeIcon: string;
|
836
805
|
editable: boolean;
|
@@ -907,41 +876,25 @@ declare const VStepperVerticalItem: {
|
|
907
876
|
ripple: boolean | {
|
908
877
|
class: string;
|
909
878
|
} | undefined;
|
910
|
-
collapseIcon:
|
911
|
-
expandIcon:
|
879
|
+
collapseIcon: IconValue;
|
880
|
+
expandIcon: IconValue;
|
912
881
|
hideActions: boolean;
|
913
882
|
completeIcon: string;
|
914
883
|
editable: boolean;
|
915
884
|
editIcon: string;
|
916
885
|
errorIcon: string;
|
917
886
|
}, true, {}, vue.SlotsType<Partial<{
|
918
|
-
default: (arg: StepperItemSlot) => vue.VNode
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
[key: string]: any;
|
926
|
-
}>[];
|
927
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
928
|
-
[key: string]: any;
|
929
|
-
}>[];
|
930
|
-
text: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
931
|
-
[key: string]: any;
|
932
|
-
}>[];
|
933
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
934
|
-
[key: string]: any;
|
935
|
-
}>[];
|
936
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
937
|
-
[key: string]: any;
|
938
|
-
}>[];
|
887
|
+
default: (arg: StepperItemSlot) => vue.VNode[];
|
888
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
889
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
890
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
891
|
+
text: (arg: StepperItemSlot) => vue.VNode[];
|
892
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
893
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
939
894
|
actions: (arg: StepperItemSlot & {
|
940
895
|
next: () => void;
|
941
896
|
prev: () => void;
|
942
|
-
}) => vue.VNode
|
943
|
-
[key: string]: any;
|
944
|
-
}>[];
|
897
|
+
}) => vue.VNode[];
|
945
898
|
}>>, {
|
946
899
|
P: {};
|
947
900
|
B: {};
|
@@ -964,8 +917,8 @@ declare const VStepperVerticalItem: {
|
|
964
917
|
ripple: boolean | {
|
965
918
|
class: string;
|
966
919
|
} | undefined;
|
967
|
-
collapseIcon:
|
968
|
-
expandIcon:
|
920
|
+
collapseIcon: IconValue;
|
921
|
+
expandIcon: IconValue;
|
969
922
|
hideActions: boolean;
|
970
923
|
completeIcon: string;
|
971
924
|
editable: boolean;
|
@@ -1042,17 +995,17 @@ declare const VStepperVerticalItem: {
|
|
1042
995
|
ripple: boolean | {
|
1043
996
|
class: string;
|
1044
997
|
} | undefined;
|
1045
|
-
collapseIcon:
|
1046
|
-
expandIcon:
|
998
|
+
collapseIcon: IconValue;
|
999
|
+
expandIcon: IconValue;
|
1047
1000
|
hideActions: boolean;
|
1048
1001
|
completeIcon: string;
|
1049
1002
|
editable: boolean;
|
1050
1003
|
editIcon: string;
|
1051
1004
|
errorIcon: string;
|
1052
1005
|
}>;
|
1053
|
-
__isFragment?:
|
1054
|
-
__isTeleport?:
|
1055
|
-
__isSuspense?:
|
1006
|
+
__isFragment?: never;
|
1007
|
+
__isTeleport?: never;
|
1008
|
+
__isSuspense?: never;
|
1056
1009
|
} & vue.ComponentOptionsBase<{
|
1057
1010
|
error: boolean;
|
1058
1011
|
complete: boolean;
|
@@ -1068,8 +1021,8 @@ declare const VStepperVerticalItem: {
|
|
1068
1021
|
ripple: boolean | {
|
1069
1022
|
class: string;
|
1070
1023
|
} | undefined;
|
1071
|
-
collapseIcon:
|
1072
|
-
expandIcon:
|
1024
|
+
collapseIcon: IconValue;
|
1025
|
+
expandIcon: IconValue;
|
1073
1026
|
hideActions: boolean;
|
1074
1027
|
completeIcon: string;
|
1075
1028
|
editable: boolean;
|
@@ -1150,41 +1103,25 @@ declare const VStepperVerticalItem: {
|
|
1150
1103
|
ripple: boolean | {
|
1151
1104
|
class: string;
|
1152
1105
|
} | undefined;
|
1153
|
-
collapseIcon:
|
1154
|
-
expandIcon:
|
1106
|
+
collapseIcon: IconValue;
|
1107
|
+
expandIcon: IconValue;
|
1155
1108
|
hideActions: boolean;
|
1156
1109
|
completeIcon: string;
|
1157
1110
|
editable: boolean;
|
1158
1111
|
editIcon: string;
|
1159
1112
|
errorIcon: string;
|
1160
1113
|
}, {}, string, vue.SlotsType<Partial<{
|
1161
|
-
default: (arg: StepperItemSlot) => vue.VNode
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
[key: string]: any;
|
1169
|
-
}>[];
|
1170
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1171
|
-
[key: string]: any;
|
1172
|
-
}>[];
|
1173
|
-
text: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1174
|
-
[key: string]: any;
|
1175
|
-
}>[];
|
1176
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1177
|
-
[key: string]: any;
|
1178
|
-
}>[];
|
1179
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1180
|
-
[key: string]: any;
|
1181
|
-
}>[];
|
1114
|
+
default: (arg: StepperItemSlot) => vue.VNode[];
|
1115
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
1116
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
1117
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
1118
|
+
text: (arg: StepperItemSlot) => vue.VNode[];
|
1119
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
1120
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
1182
1121
|
actions: (arg: StepperItemSlot & {
|
1183
1122
|
next: () => void;
|
1184
1123
|
prev: () => void;
|
1185
|
-
}) => vue.VNode
|
1186
|
-
[key: string]: any;
|
1187
|
-
}>[];
|
1124
|
+
}) => vue.VNode[];
|
1188
1125
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1189
1126
|
color: StringConstructor;
|
1190
1127
|
value: null;
|
@@ -1197,7 +1134,7 @@ declare const VStepperVerticalItem: {
|
|
1197
1134
|
eager: BooleanConstructor;
|
1198
1135
|
disabled: BooleanConstructor;
|
1199
1136
|
readonly: BooleanConstructor;
|
1200
|
-
class: vue.PropType<
|
1137
|
+
class: vue.PropType<ClassValue>;
|
1201
1138
|
tag: {
|
1202
1139
|
type: StringConstructor;
|
1203
1140
|
default: string;
|
@@ -1216,23 +1153,21 @@ declare const VStepperVerticalItem: {
|
|
1216
1153
|
selectedClass: StringConstructor;
|
1217
1154
|
bgColor: StringConstructor;
|
1218
1155
|
ripple: {
|
1219
|
-
type: vue.PropType<
|
1220
|
-
class: string;
|
1221
|
-
} | undefined>;
|
1156
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1222
1157
|
default: boolean;
|
1223
1158
|
};
|
1224
1159
|
collapseIcon: Omit<{
|
1225
1160
|
type: vue.PropType<IconValue>;
|
1226
1161
|
default: string;
|
1227
1162
|
}, "type" | "default"> & {
|
1228
|
-
type: vue.PropType<
|
1163
|
+
type: vue.PropType<IconValue>;
|
1229
1164
|
default: NonNullable<IconValue>;
|
1230
1165
|
};
|
1231
1166
|
expandIcon: Omit<{
|
1232
1167
|
type: vue.PropType<IconValue>;
|
1233
1168
|
default: string;
|
1234
1169
|
}, "type" | "default"> & {
|
1235
|
-
type: vue.PropType<
|
1170
|
+
type: vue.PropType<IconValue>;
|
1236
1171
|
default: NonNullable<IconValue>;
|
1237
1172
|
};
|
1238
1173
|
subtitle: StringConstructor;
|
@@ -1269,7 +1204,7 @@ declare const VStepperVerticalItem: {
|
|
1269
1204
|
eager: BooleanConstructor;
|
1270
1205
|
disabled: BooleanConstructor;
|
1271
1206
|
readonly: BooleanConstructor;
|
1272
|
-
class: vue.PropType<
|
1207
|
+
class: vue.PropType<ClassValue>;
|
1273
1208
|
tag: {
|
1274
1209
|
type: StringConstructor;
|
1275
1210
|
default: string;
|
@@ -1288,23 +1223,21 @@ declare const VStepperVerticalItem: {
|
|
1288
1223
|
selectedClass: StringConstructor;
|
1289
1224
|
bgColor: StringConstructor;
|
1290
1225
|
ripple: {
|
1291
|
-
type: vue.PropType<
|
1292
|
-
class: string;
|
1293
|
-
} | undefined>;
|
1226
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1294
1227
|
default: boolean;
|
1295
1228
|
};
|
1296
1229
|
collapseIcon: Omit<{
|
1297
1230
|
type: vue.PropType<IconValue>;
|
1298
1231
|
default: string;
|
1299
1232
|
}, "type" | "default"> & {
|
1300
|
-
type: vue.PropType<
|
1233
|
+
type: vue.PropType<IconValue>;
|
1301
1234
|
default: NonNullable<IconValue>;
|
1302
1235
|
};
|
1303
1236
|
expandIcon: Omit<{
|
1304
1237
|
type: vue.PropType<IconValue>;
|
1305
1238
|
default: string;
|
1306
1239
|
}, "type" | "default"> & {
|
1307
|
-
type: vue.PropType<
|
1240
|
+
type: vue.PropType<IconValue>;
|
1308
1241
|
default: NonNullable<IconValue>;
|
1309
1242
|
};
|
1310
1243
|
subtitle: StringConstructor;
|
@@ -1435,16 +1368,12 @@ declare const VStepperVerticalActions: {
|
|
1435
1368
|
props: {
|
1436
1369
|
onClick: () => void;
|
1437
1370
|
};
|
1438
|
-
}) => vue.VNode
|
1439
|
-
[key: string]: any;
|
1440
|
-
}>[];
|
1371
|
+
}) => vue.VNode[];
|
1441
1372
|
next: (arg: {
|
1442
1373
|
props: {
|
1443
1374
|
onClick: () => void;
|
1444
1375
|
};
|
1445
|
-
}) => vue.VNode
|
1446
|
-
[key: string]: any;
|
1447
|
-
}>[];
|
1376
|
+
}) => vue.VNode[];
|
1448
1377
|
}>>, {
|
1449
1378
|
P: {};
|
1450
1379
|
B: {};
|
@@ -1502,9 +1431,9 @@ declare const VStepperVerticalActions: {
|
|
1502
1431
|
prevText: string;
|
1503
1432
|
nextText: string;
|
1504
1433
|
}>;
|
1505
|
-
__isFragment?:
|
1506
|
-
__isTeleport?:
|
1507
|
-
__isSuspense?:
|
1434
|
+
__isFragment?: never;
|
1435
|
+
__isTeleport?: never;
|
1436
|
+
__isSuspense?: never;
|
1508
1437
|
} & vue.ComponentOptionsBase<{
|
1509
1438
|
disabled: boolean | "next" | "prev";
|
1510
1439
|
prevText: string;
|
@@ -1562,16 +1491,12 @@ declare const VStepperVerticalActions: {
|
|
1562
1491
|
props: {
|
1563
1492
|
onClick: () => void;
|
1564
1493
|
};
|
1565
|
-
}) => vue.VNode
|
1566
|
-
[key: string]: any;
|
1567
|
-
}>[];
|
1494
|
+
}) => vue.VNode[];
|
1568
1495
|
next: (arg: {
|
1569
1496
|
props: {
|
1570
1497
|
onClick: () => void;
|
1571
1498
|
};
|
1572
|
-
}) => vue.VNode
|
1573
|
-
[key: string]: any;
|
1574
|
-
}>[];
|
1499
|
+
}) => vue.VNode[];
|
1575
1500
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1576
1501
|
color: StringConstructor;
|
1577
1502
|
disabled: {
|