@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,5 +1,7 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, DirectiveBinding, PropType } from 'vue';
|
3
|
+
|
4
|
+
type ClassValue = any;
|
3
5
|
|
4
6
|
declare const block: readonly ["top", "bottom"];
|
5
7
|
declare const inline: readonly ["start", "end", "left", "right"];
|
@@ -15,6 +17,17 @@ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
15
17
|
type Breakpoint = typeof breakpoints[number];
|
16
18
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
17
19
|
|
20
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
21
|
+
value?: boolean | {
|
22
|
+
class: string;
|
23
|
+
};
|
24
|
+
modifiers: {
|
25
|
+
center?: boolean;
|
26
|
+
circle?: boolean;
|
27
|
+
stop?: boolean;
|
28
|
+
};
|
29
|
+
}
|
30
|
+
|
18
31
|
type StepperItem = string | Record<string, any>;
|
19
32
|
type StepperItemSlot = {
|
20
33
|
canEdit: boolean;
|
@@ -70,7 +83,7 @@ declare const VStepperItem: {
|
|
70
83
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
71
84
|
'group:selected': (val: {
|
72
85
|
value: boolean;
|
73
|
-
}) =>
|
86
|
+
}) => true;
|
74
87
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
75
88
|
error: boolean;
|
76
89
|
complete: boolean;
|
@@ -125,18 +138,10 @@ declare const VStepperItem: {
|
|
125
138
|
editIcon: string;
|
126
139
|
errorIcon: string;
|
127
140
|
}, true, {}, vue.SlotsType<Partial<{
|
128
|
-
default: (arg: StepperItemSlot) => vue.VNode
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
[key: string]: any;
|
133
|
-
}>[];
|
134
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
135
|
-
[key: string]: any;
|
136
|
-
}>[];
|
137
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
138
|
-
[key: string]: any;
|
139
|
-
}>[];
|
141
|
+
default: (arg: StepperItemSlot) => vue.VNode[];
|
142
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
143
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
144
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
140
145
|
}>>, {
|
141
146
|
P: {};
|
142
147
|
B: {};
|
@@ -198,9 +203,9 @@ declare const VStepperItem: {
|
|
198
203
|
editIcon: string;
|
199
204
|
errorIcon: string;
|
200
205
|
}>;
|
201
|
-
__isFragment?:
|
202
|
-
__isTeleport?:
|
203
|
-
__isSuspense?:
|
206
|
+
__isFragment?: never;
|
207
|
+
__isTeleport?: never;
|
208
|
+
__isSuspense?: never;
|
204
209
|
} & vue.ComponentOptionsBase<{
|
205
210
|
error: boolean;
|
206
211
|
complete: boolean;
|
@@ -245,7 +250,7 @@ declare const VStepperItem: {
|
|
245
250
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
246
251
|
'group:selected': (val: {
|
247
252
|
value: boolean;
|
248
|
-
}) =>
|
253
|
+
}) => true;
|
249
254
|
}, string, {
|
250
255
|
error: boolean;
|
251
256
|
complete: boolean;
|
@@ -259,18 +264,10 @@ declare const VStepperItem: {
|
|
259
264
|
editIcon: string;
|
260
265
|
errorIcon: string;
|
261
266
|
}, {}, string, vue.SlotsType<Partial<{
|
262
|
-
default: (arg: StepperItemSlot) => vue.VNode
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
[key: string]: any;
|
267
|
-
}>[];
|
268
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
269
|
-
[key: string]: any;
|
270
|
-
}>[];
|
271
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
272
|
-
[key: string]: any;
|
273
|
-
}>[];
|
267
|
+
default: (arg: StepperItemSlot) => vue.VNode[];
|
268
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
269
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
270
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
274
271
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
275
272
|
value: null;
|
276
273
|
disabled: BooleanConstructor;
|
@@ -295,9 +292,7 @@ declare const VStepperItem: {
|
|
295
292
|
};
|
296
293
|
icon: StringConstructor;
|
297
294
|
ripple: {
|
298
|
-
type: PropType<
|
299
|
-
class: string;
|
300
|
-
} | undefined>;
|
295
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
301
296
|
default: boolean;
|
302
297
|
};
|
303
298
|
rules: {
|
@@ -328,9 +323,7 @@ declare const VStepperItem: {
|
|
328
323
|
};
|
329
324
|
icon: StringConstructor;
|
330
325
|
ripple: {
|
331
|
-
type: PropType<
|
332
|
-
class: string;
|
333
|
-
} | undefined>;
|
326
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
334
327
|
default: boolean;
|
335
328
|
};
|
336
329
|
rules: {
|
@@ -352,7 +345,7 @@ declare const VStepper: {
|
|
352
345
|
disabled: boolean;
|
353
346
|
multiple: boolean;
|
354
347
|
tag: string;
|
355
|
-
mandatory:
|
348
|
+
mandatory: boolean | "force";
|
356
349
|
items: readonly StepperItem[];
|
357
350
|
tile: boolean;
|
358
351
|
selectedClass: string;
|
@@ -366,7 +359,7 @@ declare const VStepper: {
|
|
366
359
|
nonLinear: boolean;
|
367
360
|
} & {
|
368
361
|
max?: number | undefined;
|
369
|
-
location?: Anchor | undefined;
|
362
|
+
location?: Anchor | null | undefined;
|
370
363
|
height?: string | number | undefined;
|
371
364
|
width?: string | number | undefined;
|
372
365
|
border?: string | number | boolean | undefined;
|
@@ -434,7 +427,7 @@ declare const VStepper: {
|
|
434
427
|
prev: () => void;
|
435
428
|
next: () => void;
|
436
429
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
437
|
-
'update:modelValue': (v: unknown) =>
|
430
|
+
'update:modelValue': (v: unknown) => true;
|
438
431
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
439
432
|
flat: boolean;
|
440
433
|
style: vue.StyleValue;
|
@@ -442,7 +435,7 @@ declare const VStepper: {
|
|
442
435
|
disabled: boolean;
|
443
436
|
multiple: boolean;
|
444
437
|
tag: string;
|
445
|
-
mandatory:
|
438
|
+
mandatory: boolean | "force";
|
446
439
|
items: readonly StepperItem[];
|
447
440
|
tile: boolean;
|
448
441
|
selectedClass: string;
|
@@ -456,7 +449,7 @@ declare const VStepper: {
|
|
456
449
|
nonLinear: boolean;
|
457
450
|
} & {
|
458
451
|
max?: number | undefined;
|
459
|
-
location?: Anchor | undefined;
|
452
|
+
location?: Anchor | null | undefined;
|
460
453
|
height?: string | number | undefined;
|
461
454
|
width?: string | number | undefined;
|
462
455
|
border?: string | number | boolean | undefined;
|
@@ -527,7 +520,7 @@ declare const VStepper: {
|
|
527
520
|
disabled: boolean;
|
528
521
|
multiple: boolean;
|
529
522
|
tag: string;
|
530
|
-
mandatory:
|
523
|
+
mandatory: boolean | "force";
|
531
524
|
modelValue: any;
|
532
525
|
rounded: string | number | boolean;
|
533
526
|
items: readonly StepperItem[];
|
@@ -542,42 +535,18 @@ declare const VStepper: {
|
|
542
535
|
altLabels: boolean;
|
543
536
|
nonLinear: boolean;
|
544
537
|
}, true, {}, vue.SlotsType<Partial<{
|
545
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
header: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
558
|
-
[key: string]: any;
|
559
|
-
}>[];
|
560
|
-
'header-item': (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
561
|
-
[key: string]: any;
|
562
|
-
}>[];
|
563
|
-
icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
564
|
-
[key: string]: any;
|
565
|
-
}>[];
|
566
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
567
|
-
[key: string]: any;
|
568
|
-
}>[];
|
569
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
570
|
-
[key: string]: any;
|
571
|
-
}>[];
|
572
|
-
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
573
|
-
[key: string]: any;
|
574
|
-
}>[];
|
575
|
-
prev: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
576
|
-
[key: string]: any;
|
577
|
-
}>[];
|
578
|
-
next: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
579
|
-
[key: string]: any;
|
580
|
-
}>[];
|
538
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
539
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode[];
|
540
|
+
actions: (arg: VStepperSlot) => vue.VNode[];
|
541
|
+
default: (arg: VStepperSlot) => vue.VNode[];
|
542
|
+
header: (arg: StepperItem) => vue.VNode[];
|
543
|
+
'header-item': (arg: StepperItemSlot) => vue.VNode[];
|
544
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
545
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
546
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
547
|
+
item: (arg: StepperItem) => vue.VNode[];
|
548
|
+
prev: () => vue.VNode[];
|
549
|
+
next: () => vue.VNode[];
|
581
550
|
}>>, {
|
582
551
|
P: {};
|
583
552
|
B: {};
|
@@ -592,7 +561,7 @@ declare const VStepper: {
|
|
592
561
|
disabled: boolean;
|
593
562
|
multiple: boolean;
|
594
563
|
tag: string;
|
595
|
-
mandatory:
|
564
|
+
mandatory: boolean | "force";
|
596
565
|
items: readonly StepperItem[];
|
597
566
|
tile: boolean;
|
598
567
|
selectedClass: string;
|
@@ -606,7 +575,7 @@ declare const VStepper: {
|
|
606
575
|
nonLinear: boolean;
|
607
576
|
} & {
|
608
577
|
max?: number | undefined;
|
609
|
-
location?: Anchor | undefined;
|
578
|
+
location?: Anchor | null | undefined;
|
610
579
|
height?: string | number | undefined;
|
611
580
|
width?: string | number | undefined;
|
612
581
|
border?: string | number | boolean | undefined;
|
@@ -680,7 +649,7 @@ declare const VStepper: {
|
|
680
649
|
disabled: boolean;
|
681
650
|
multiple: boolean;
|
682
651
|
tag: string;
|
683
|
-
mandatory:
|
652
|
+
mandatory: boolean | "force";
|
684
653
|
modelValue: any;
|
685
654
|
rounded: string | number | boolean;
|
686
655
|
items: readonly StepperItem[];
|
@@ -695,9 +664,9 @@ declare const VStepper: {
|
|
695
664
|
altLabels: boolean;
|
696
665
|
nonLinear: boolean;
|
697
666
|
}>;
|
698
|
-
__isFragment?:
|
699
|
-
__isTeleport?:
|
700
|
-
__isSuspense?:
|
667
|
+
__isFragment?: never;
|
668
|
+
__isTeleport?: never;
|
669
|
+
__isSuspense?: never;
|
701
670
|
} & vue.ComponentOptionsBase<{
|
702
671
|
flat: boolean;
|
703
672
|
style: vue.StyleValue;
|
@@ -705,7 +674,7 @@ declare const VStepper: {
|
|
705
674
|
disabled: boolean;
|
706
675
|
multiple: boolean;
|
707
676
|
tag: string;
|
708
|
-
mandatory:
|
677
|
+
mandatory: boolean | "force";
|
709
678
|
items: readonly StepperItem[];
|
710
679
|
tile: boolean;
|
711
680
|
selectedClass: string;
|
@@ -719,7 +688,7 @@ declare const VStepper: {
|
|
719
688
|
nonLinear: boolean;
|
720
689
|
} & {
|
721
690
|
max?: number | undefined;
|
722
|
-
location?: Anchor | undefined;
|
691
|
+
location?: Anchor | null | undefined;
|
723
692
|
height?: string | number | undefined;
|
724
693
|
width?: string | number | undefined;
|
725
694
|
border?: string | number | boolean | undefined;
|
@@ -787,7 +756,7 @@ declare const VStepper: {
|
|
787
756
|
prev: () => void;
|
788
757
|
next: () => void;
|
789
758
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
790
|
-
'update:modelValue': (v: unknown) =>
|
759
|
+
'update:modelValue': (v: unknown) => true;
|
791
760
|
}, string, {
|
792
761
|
flat: boolean;
|
793
762
|
style: vue.StyleValue;
|
@@ -795,7 +764,7 @@ declare const VStepper: {
|
|
795
764
|
disabled: boolean;
|
796
765
|
multiple: boolean;
|
797
766
|
tag: string;
|
798
|
-
mandatory:
|
767
|
+
mandatory: boolean | "force";
|
799
768
|
modelValue: any;
|
800
769
|
rounded: string | number | boolean;
|
801
770
|
items: readonly StepperItem[];
|
@@ -810,42 +779,18 @@ declare const VStepper: {
|
|
810
779
|
altLabels: boolean;
|
811
780
|
nonLinear: boolean;
|
812
781
|
}, {}, string, vue.SlotsType<Partial<{
|
813
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
header: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
826
|
-
[key: string]: any;
|
827
|
-
}>[];
|
828
|
-
'header-item': (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
829
|
-
[key: string]: any;
|
830
|
-
}>[];
|
831
|
-
icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
832
|
-
[key: string]: any;
|
833
|
-
}>[];
|
834
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
835
|
-
[key: string]: any;
|
836
|
-
}>[];
|
837
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
838
|
-
[key: string]: any;
|
839
|
-
}>[];
|
840
|
-
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
841
|
-
[key: string]: any;
|
842
|
-
}>[];
|
843
|
-
prev: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
844
|
-
[key: string]: any;
|
845
|
-
}>[];
|
846
|
-
next: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
847
|
-
[key: string]: any;
|
848
|
-
}>[];
|
782
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
783
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode[];
|
784
|
+
actions: (arg: VStepperSlot) => vue.VNode[];
|
785
|
+
default: (arg: VStepperSlot) => vue.VNode[];
|
786
|
+
header: (arg: StepperItem) => vue.VNode[];
|
787
|
+
'header-item': (arg: StepperItemSlot) => vue.VNode[];
|
788
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
789
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
790
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
791
|
+
item: (arg: StepperItem) => vue.VNode[];
|
792
|
+
prev: () => vue.VNode[];
|
793
|
+
next: () => vue.VNode[];
|
849
794
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
850
795
|
prevText: {
|
851
796
|
type: StringConstructor;
|
@@ -869,7 +814,7 @@ declare const VStepper: {
|
|
869
814
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
870
815
|
validator: (v: any) => boolean;
|
871
816
|
};
|
872
|
-
location: PropType<Anchor>;
|
817
|
+
location: PropType<Anchor | null>;
|
873
818
|
elevation: {
|
874
819
|
type: (StringConstructor | NumberConstructor)[];
|
875
820
|
validator(v: any): boolean;
|
@@ -880,7 +825,7 @@ declare const VStepper: {
|
|
880
825
|
minHeight: (StringConstructor | NumberConstructor)[];
|
881
826
|
minWidth: (StringConstructor | NumberConstructor)[];
|
882
827
|
width: (StringConstructor | NumberConstructor)[];
|
883
|
-
class: PropType<
|
828
|
+
class: PropType<ClassValue>;
|
884
829
|
style: {
|
885
830
|
type: PropType<vue.StyleValue>;
|
886
831
|
default: null;
|
@@ -893,7 +838,7 @@ declare const VStepper: {
|
|
893
838
|
};
|
894
839
|
multiple: BooleanConstructor;
|
895
840
|
mandatory: {
|
896
|
-
type: PropType<
|
841
|
+
type: PropType<boolean | "force">;
|
897
842
|
default: NonNullable<boolean | "force">;
|
898
843
|
};
|
899
844
|
max: NumberConstructor;
|
@@ -951,7 +896,7 @@ declare const VStepper: {
|
|
951
896
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
952
897
|
validator: (v: any) => boolean;
|
953
898
|
};
|
954
|
-
location: PropType<Anchor>;
|
899
|
+
location: PropType<Anchor | null>;
|
955
900
|
elevation: {
|
956
901
|
type: (StringConstructor | NumberConstructor)[];
|
957
902
|
validator(v: any): boolean;
|
@@ -962,7 +907,7 @@ declare const VStepper: {
|
|
962
907
|
minHeight: (StringConstructor | NumberConstructor)[];
|
963
908
|
minWidth: (StringConstructor | NumberConstructor)[];
|
964
909
|
width: (StringConstructor | NumberConstructor)[];
|
965
|
-
class: PropType<
|
910
|
+
class: PropType<ClassValue>;
|
966
911
|
style: {
|
967
912
|
type: PropType<vue.StyleValue>;
|
968
913
|
default: null;
|
@@ -975,7 +920,7 @@ declare const VStepper: {
|
|
975
920
|
};
|
976
921
|
multiple: BooleanConstructor;
|
977
922
|
mandatory: {
|
978
|
-
type: PropType<
|
923
|
+
type: PropType<boolean | "force">;
|
979
924
|
default: NonNullable<boolean | "force">;
|
980
925
|
};
|
981
926
|
max: NumberConstructor;
|
@@ -1116,16 +1061,12 @@ declare const VStepperActions: {
|
|
1116
1061
|
props: {
|
1117
1062
|
onClick: () => void;
|
1118
1063
|
};
|
1119
|
-
}) => vue.VNode
|
1120
|
-
[key: string]: any;
|
1121
|
-
}>[];
|
1064
|
+
}) => vue.VNode[];
|
1122
1065
|
next: (arg: {
|
1123
1066
|
props: {
|
1124
1067
|
onClick: () => void;
|
1125
1068
|
};
|
1126
|
-
}) => vue.VNode
|
1127
|
-
[key: string]: any;
|
1128
|
-
}>[];
|
1069
|
+
}) => vue.VNode[];
|
1129
1070
|
}>>, {
|
1130
1071
|
P: {};
|
1131
1072
|
B: {};
|
@@ -1183,9 +1124,9 @@ declare const VStepperActions: {
|
|
1183
1124
|
prevText: string;
|
1184
1125
|
nextText: string;
|
1185
1126
|
}>;
|
1186
|
-
__isFragment?:
|
1187
|
-
__isTeleport?:
|
1188
|
-
__isSuspense?:
|
1127
|
+
__isFragment?: never;
|
1128
|
+
__isTeleport?: never;
|
1129
|
+
__isSuspense?: never;
|
1189
1130
|
} & vue.ComponentOptionsBase<{
|
1190
1131
|
disabled: boolean | "next" | "prev";
|
1191
1132
|
prevText: string;
|
@@ -1243,16 +1184,12 @@ declare const VStepperActions: {
|
|
1243
1184
|
props: {
|
1244
1185
|
onClick: () => void;
|
1245
1186
|
};
|
1246
|
-
}) => vue.VNode
|
1247
|
-
[key: string]: any;
|
1248
|
-
}>[];
|
1187
|
+
}) => vue.VNode[];
|
1249
1188
|
next: (arg: {
|
1250
1189
|
props: {
|
1251
1190
|
onClick: () => void;
|
1252
1191
|
};
|
1253
|
-
}) => vue.VNode
|
1254
|
-
[key: string]: any;
|
1255
|
-
}>[];
|
1192
|
+
}) => vue.VNode[];
|
1256
1193
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1257
1194
|
color: StringConstructor;
|
1258
1195
|
disabled: {
|
@@ -1319,9 +1256,7 @@ declare const VStepperHeader: {
|
|
1319
1256
|
style: vue.StyleValue;
|
1320
1257
|
tag: string;
|
1321
1258
|
}, true, {}, vue.SlotsType<Partial<{
|
1322
|
-
default: () => vue.VNode
|
1323
|
-
[key: string]: any;
|
1324
|
-
}>[];
|
1259
|
+
default: () => vue.VNode[];
|
1325
1260
|
}>>, {
|
1326
1261
|
P: {};
|
1327
1262
|
B: {};
|
@@ -1349,9 +1284,9 @@ declare const VStepperHeader: {
|
|
1349
1284
|
style: vue.StyleValue;
|
1350
1285
|
tag: string;
|
1351
1286
|
}>;
|
1352
|
-
__isFragment?:
|
1353
|
-
__isTeleport?:
|
1354
|
-
__isSuspense?:
|
1287
|
+
__isFragment?: never;
|
1288
|
+
__isTeleport?: never;
|
1289
|
+
__isSuspense?: never;
|
1355
1290
|
} & vue.ComponentOptionsBase<{
|
1356
1291
|
style: vue.StyleValue;
|
1357
1292
|
tag: string;
|
@@ -1372,11 +1307,9 @@ declare const VStepperHeader: {
|
|
1372
1307
|
style: vue.StyleValue;
|
1373
1308
|
tag: string;
|
1374
1309
|
}, {}, string, vue.SlotsType<Partial<{
|
1375
|
-
default: () => vue.VNode
|
1376
|
-
[key: string]: any;
|
1377
|
-
}>[];
|
1310
|
+
default: () => vue.VNode[];
|
1378
1311
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1379
|
-
class: vue.PropType<
|
1312
|
+
class: vue.PropType<ClassValue>;
|
1380
1313
|
style: {
|
1381
1314
|
type: vue.PropType<vue.StyleValue>;
|
1382
1315
|
default: null;
|
@@ -1386,7 +1319,7 @@ declare const VStepperHeader: {
|
|
1386
1319
|
default: string;
|
1387
1320
|
};
|
1388
1321
|
}, vue.ExtractPropTypes<{
|
1389
|
-
class: vue.PropType<
|
1322
|
+
class: vue.PropType<ClassValue>;
|
1390
1323
|
style: {
|
1391
1324
|
type: vue.PropType<vue.StyleValue>;
|
1392
1325
|
default: null;
|
@@ -1422,7 +1355,7 @@ declare const VStepperWindow: {
|
|
1422
1355
|
} & {
|
1423
1356
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1424
1357
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1425
|
-
'update:modelValue': (v: unknown) =>
|
1358
|
+
'update:modelValue': (v: unknown) => true;
|
1426
1359
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1427
1360
|
reverse: boolean;
|
1428
1361
|
direction: "horizontal" | "vertical";
|
@@ -1453,9 +1386,7 @@ declare const VStepperWindow: {
|
|
1453
1386
|
tag: string;
|
1454
1387
|
selectedClass: string;
|
1455
1388
|
}, true, {}, vue.SlotsType<Partial<{
|
1456
|
-
default: () => vue.VNode
|
1457
|
-
[key: string]: any;
|
1458
|
-
}>[];
|
1389
|
+
default: () => vue.VNode[];
|
1459
1390
|
}>>, {
|
1460
1391
|
P: {};
|
1461
1392
|
B: {};
|
@@ -1493,9 +1424,9 @@ declare const VStepperWindow: {
|
|
1493
1424
|
tag: string;
|
1494
1425
|
selectedClass: string;
|
1495
1426
|
}>;
|
1496
|
-
__isFragment?:
|
1497
|
-
__isTeleport?:
|
1498
|
-
__isSuspense?:
|
1427
|
+
__isFragment?: never;
|
1428
|
+
__isTeleport?: never;
|
1429
|
+
__isSuspense?: never;
|
1499
1430
|
} & vue.ComponentOptionsBase<{
|
1500
1431
|
reverse: boolean;
|
1501
1432
|
direction: "horizontal" | "vertical";
|
@@ -1519,7 +1450,7 @@ declare const VStepperWindow: {
|
|
1519
1450
|
} & {
|
1520
1451
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1521
1452
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1522
|
-
'update:modelValue': (v: unknown) =>
|
1453
|
+
'update:modelValue': (v: unknown) => true;
|
1523
1454
|
}, string, {
|
1524
1455
|
reverse: boolean;
|
1525
1456
|
direction: "horizontal" | "vertical";
|
@@ -1528,9 +1459,7 @@ declare const VStepperWindow: {
|
|
1528
1459
|
tag: string;
|
1529
1460
|
selectedClass: string;
|
1530
1461
|
}, {}, string, vue.SlotsType<Partial<{
|
1531
|
-
default: () => vue.VNode
|
1532
|
-
[key: string]: any;
|
1533
|
-
}>[];
|
1462
|
+
default: () => vue.VNode[];
|
1534
1463
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1535
1464
|
reverse: BooleanConstructor;
|
1536
1465
|
direction: {
|
@@ -1542,7 +1471,7 @@ declare const VStepperWindow: {
|
|
1542
1471
|
default: null;
|
1543
1472
|
};
|
1544
1473
|
disabled: BooleanConstructor;
|
1545
|
-
class: vue.PropType<
|
1474
|
+
class: vue.PropType<ClassValue>;
|
1546
1475
|
tag: {
|
1547
1476
|
type: StringConstructor;
|
1548
1477
|
default: string;
|
@@ -1564,7 +1493,7 @@ declare const VStepperWindow: {
|
|
1564
1493
|
default: null;
|
1565
1494
|
};
|
1566
1495
|
disabled: BooleanConstructor;
|
1567
|
-
class: vue.PropType<
|
1496
|
+
class: vue.PropType<ClassValue>;
|
1568
1497
|
tag: {
|
1569
1498
|
type: StringConstructor;
|
1570
1499
|
default: string;
|
@@ -1624,9 +1553,7 @@ declare const VStepperWindowItem: {
|
|
1624
1553
|
disabled: boolean;
|
1625
1554
|
reverseTransition: string | boolean;
|
1626
1555
|
}, true, {}, vue.SlotsType<Partial<{
|
1627
|
-
default: () => vue.VNode
|
1628
|
-
[key: string]: any;
|
1629
|
-
}>[];
|
1556
|
+
default: () => vue.VNode[];
|
1630
1557
|
}>>, {
|
1631
1558
|
P: {};
|
1632
1559
|
B: {};
|
@@ -1660,9 +1587,9 @@ declare const VStepperWindowItem: {
|
|
1660
1587
|
disabled: boolean;
|
1661
1588
|
reverseTransition: string | boolean;
|
1662
1589
|
}>;
|
1663
|
-
__isFragment?:
|
1664
|
-
__isTeleport?:
|
1665
|
-
__isSuspense?:
|
1590
|
+
__isFragment?: never;
|
1591
|
+
__isTeleport?: never;
|
1592
|
+
__isSuspense?: never;
|
1666
1593
|
} & vue.ComponentOptionsBase<{
|
1667
1594
|
style: vue.StyleValue;
|
1668
1595
|
eager: boolean;
|
@@ -1689,15 +1616,13 @@ declare const VStepperWindowItem: {
|
|
1689
1616
|
disabled: boolean;
|
1690
1617
|
reverseTransition: string | boolean;
|
1691
1618
|
}, {}, string, vue.SlotsType<Partial<{
|
1692
|
-
default: () => vue.VNode
|
1693
|
-
[key: string]: any;
|
1694
|
-
}>[];
|
1619
|
+
default: () => vue.VNode[];
|
1695
1620
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1696
1621
|
eager: BooleanConstructor;
|
1697
1622
|
value: null;
|
1698
1623
|
disabled: BooleanConstructor;
|
1699
1624
|
selectedClass: StringConstructor;
|
1700
|
-
class: vue.PropType<
|
1625
|
+
class: vue.PropType<ClassValue>;
|
1701
1626
|
style: {
|
1702
1627
|
type: vue.PropType<vue.StyleValue>;
|
1703
1628
|
default: null;
|
@@ -1715,7 +1640,7 @@ declare const VStepperWindowItem: {
|
|
1715
1640
|
value: null;
|
1716
1641
|
disabled: BooleanConstructor;
|
1717
1642
|
selectedClass: StringConstructor;
|
1718
|
-
class: vue.PropType<
|
1643
|
+
class: vue.PropType<ClassValue>;
|
1719
1644
|
style: {
|
1720
1645
|
type: vue.PropType<vue.StyleValue>;
|
1721
1646
|
default: null;
|