@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- 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 +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -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 +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- 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/index.d.mts +615 -609
- 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 +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- 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/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- 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/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- 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 +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- 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/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- 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 +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- 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 +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -28,8 +28,8 @@ type ValidationRule = () => string | boolean;
|
|
28
28
|
declare const VStepperItem: {
|
29
29
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
30
30
|
error: boolean;
|
31
|
-
disabled: boolean;
|
32
31
|
complete: boolean;
|
32
|
+
disabled: boolean;
|
33
33
|
rules: readonly ValidationRule[];
|
34
34
|
ripple: boolean | {
|
35
35
|
class: string;
|
@@ -39,9 +39,9 @@ declare const VStepperItem: {
|
|
39
39
|
editIcon: string;
|
40
40
|
errorIcon: string;
|
41
41
|
} & {
|
42
|
-
title?: string | undefined;
|
43
|
-
value?: any;
|
44
42
|
color?: string | undefined;
|
43
|
+
value?: any;
|
44
|
+
title?: string | undefined;
|
45
45
|
icon?: string | undefined;
|
46
46
|
selectedClass?: string | undefined;
|
47
47
|
subtitle?: string | undefined;
|
@@ -73,8 +73,8 @@ declare const VStepperItem: {
|
|
73
73
|
}) => boolean;
|
74
74
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
75
75
|
error: boolean;
|
76
|
-
disabled: boolean;
|
77
76
|
complete: boolean;
|
77
|
+
disabled: boolean;
|
78
78
|
rules: readonly ValidationRule[];
|
79
79
|
ripple: boolean | {
|
80
80
|
class: string;
|
@@ -84,9 +84,9 @@ declare const VStepperItem: {
|
|
84
84
|
editIcon: string;
|
85
85
|
errorIcon: string;
|
86
86
|
} & {
|
87
|
-
title?: string | undefined;
|
88
|
-
value?: any;
|
89
87
|
color?: string | undefined;
|
88
|
+
value?: any;
|
89
|
+
title?: string | undefined;
|
90
90
|
icon?: string | undefined;
|
91
91
|
selectedClass?: string | undefined;
|
92
92
|
subtitle?: string | undefined;
|
@@ -114,8 +114,8 @@ declare const VStepperItem: {
|
|
114
114
|
}) => any) | undefined;
|
115
115
|
}, {
|
116
116
|
error: boolean;
|
117
|
-
disabled: boolean;
|
118
117
|
complete: boolean;
|
118
|
+
disabled: boolean;
|
119
119
|
rules: readonly ValidationRule[];
|
120
120
|
ripple: boolean | {
|
121
121
|
class: string;
|
@@ -146,8 +146,8 @@ declare const VStepperItem: {
|
|
146
146
|
Defaults: {};
|
147
147
|
}, {
|
148
148
|
error: boolean;
|
149
|
-
disabled: boolean;
|
150
149
|
complete: boolean;
|
150
|
+
disabled: boolean;
|
151
151
|
rules: readonly ValidationRule[];
|
152
152
|
ripple: boolean | {
|
153
153
|
class: string;
|
@@ -157,9 +157,9 @@ declare const VStepperItem: {
|
|
157
157
|
editIcon: string;
|
158
158
|
errorIcon: string;
|
159
159
|
} & {
|
160
|
-
title?: string | undefined;
|
161
|
-
value?: any;
|
162
160
|
color?: string | undefined;
|
161
|
+
value?: any;
|
162
|
+
title?: string | undefined;
|
163
163
|
icon?: string | undefined;
|
164
164
|
selectedClass?: string | undefined;
|
165
165
|
subtitle?: string | undefined;
|
@@ -187,8 +187,8 @@ declare const VStepperItem: {
|
|
187
187
|
}) => any) | undefined;
|
188
188
|
}, {}, {}, {}, {}, {
|
189
189
|
error: boolean;
|
190
|
-
disabled: boolean;
|
191
190
|
complete: boolean;
|
191
|
+
disabled: boolean;
|
192
192
|
rules: readonly ValidationRule[];
|
193
193
|
ripple: boolean | {
|
194
194
|
class: string;
|
@@ -203,8 +203,8 @@ declare const VStepperItem: {
|
|
203
203
|
__isSuspense?: undefined;
|
204
204
|
} & vue.ComponentOptionsBase<{
|
205
205
|
error: boolean;
|
206
|
-
disabled: boolean;
|
207
206
|
complete: boolean;
|
207
|
+
disabled: boolean;
|
208
208
|
rules: readonly ValidationRule[];
|
209
209
|
ripple: boolean | {
|
210
210
|
class: string;
|
@@ -214,9 +214,9 @@ declare const VStepperItem: {
|
|
214
214
|
editIcon: string;
|
215
215
|
errorIcon: string;
|
216
216
|
} & {
|
217
|
-
title?: string | undefined;
|
218
|
-
value?: any;
|
219
217
|
color?: string | undefined;
|
218
|
+
value?: any;
|
219
|
+
title?: string | undefined;
|
220
220
|
icon?: string | undefined;
|
221
221
|
selectedClass?: string | undefined;
|
222
222
|
subtitle?: string | undefined;
|
@@ -248,8 +248,8 @@ declare const VStepperItem: {
|
|
248
248
|
}) => boolean;
|
249
249
|
}, string, {
|
250
250
|
error: boolean;
|
251
|
-
disabled: boolean;
|
252
251
|
complete: boolean;
|
252
|
+
disabled: boolean;
|
253
253
|
rules: readonly ValidationRule[];
|
254
254
|
ripple: boolean | {
|
255
255
|
class: string;
|
@@ -348,12 +348,12 @@ declare const VStepper: {
|
|
348
348
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
349
349
|
flat: boolean;
|
350
350
|
style: vue.StyleValue;
|
351
|
+
mobile: boolean | null;
|
351
352
|
disabled: boolean;
|
353
|
+
multiple: boolean;
|
352
354
|
tag: string;
|
353
|
-
mobile: boolean | null;
|
354
|
-
items: readonly StepperItem[];
|
355
355
|
mandatory: NonNullable<boolean | "force">;
|
356
|
-
|
356
|
+
items: readonly StepperItem[];
|
357
357
|
tile: boolean;
|
358
358
|
selectedClass: string;
|
359
359
|
itemTitle: string;
|
@@ -365,23 +365,23 @@ declare const VStepper: {
|
|
365
365
|
altLabels: boolean;
|
366
366
|
nonLinear: boolean;
|
367
367
|
} & {
|
368
|
-
|
369
|
-
|
368
|
+
max?: number | undefined;
|
369
|
+
location?: Anchor | undefined;
|
370
370
|
height?: string | number | undefined;
|
371
|
-
|
372
|
-
color?: string | undefined;
|
373
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
371
|
+
width?: string | number | undefined;
|
374
372
|
border?: string | number | boolean | undefined;
|
375
|
-
|
376
|
-
modelValue?: any;
|
377
|
-
rounded?: string | number | boolean | undefined;
|
373
|
+
color?: string | undefined;
|
378
374
|
maxHeight?: string | number | undefined;
|
379
375
|
maxWidth?: string | number | undefined;
|
380
376
|
minHeight?: string | number | undefined;
|
381
377
|
minWidth?: string | number | undefined;
|
378
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
379
|
+
class?: any;
|
382
380
|
elevation?: string | number | undefined;
|
383
|
-
|
384
|
-
|
381
|
+
theme?: string | undefined;
|
382
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
383
|
+
modelValue?: any;
|
384
|
+
rounded?: string | number | boolean | undefined;
|
385
385
|
bgColor?: string | undefined;
|
386
386
|
completeIcon?: string | undefined;
|
387
387
|
editIcon?: string | undefined;
|
@@ -438,12 +438,12 @@ declare const VStepper: {
|
|
438
438
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
439
439
|
flat: boolean;
|
440
440
|
style: vue.StyleValue;
|
441
|
+
mobile: boolean | null;
|
441
442
|
disabled: boolean;
|
443
|
+
multiple: boolean;
|
442
444
|
tag: string;
|
443
|
-
mobile: boolean | null;
|
444
|
-
items: readonly StepperItem[];
|
445
445
|
mandatory: NonNullable<boolean | "force">;
|
446
|
-
|
446
|
+
items: readonly StepperItem[];
|
447
447
|
tile: boolean;
|
448
448
|
selectedClass: string;
|
449
449
|
itemTitle: string;
|
@@ -455,23 +455,23 @@ declare const VStepper: {
|
|
455
455
|
altLabels: boolean;
|
456
456
|
nonLinear: boolean;
|
457
457
|
} & {
|
458
|
-
|
459
|
-
|
458
|
+
max?: number | undefined;
|
459
|
+
location?: Anchor | undefined;
|
460
460
|
height?: string | number | undefined;
|
461
|
-
|
462
|
-
color?: string | undefined;
|
463
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
461
|
+
width?: string | number | undefined;
|
464
462
|
border?: string | number | boolean | undefined;
|
465
|
-
|
466
|
-
modelValue?: any;
|
467
|
-
rounded?: string | number | boolean | undefined;
|
463
|
+
color?: string | undefined;
|
468
464
|
maxHeight?: string | number | undefined;
|
469
465
|
maxWidth?: string | number | undefined;
|
470
466
|
minHeight?: string | number | undefined;
|
471
467
|
minWidth?: string | number | undefined;
|
468
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
469
|
+
class?: any;
|
472
470
|
elevation?: string | number | undefined;
|
473
|
-
|
474
|
-
|
471
|
+
theme?: string | undefined;
|
472
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
473
|
+
modelValue?: any;
|
474
|
+
rounded?: string | number | boolean | undefined;
|
475
475
|
bgColor?: string | undefined;
|
476
476
|
completeIcon?: string | undefined;
|
477
477
|
editIcon?: string | undefined;
|
@@ -523,14 +523,14 @@ declare const VStepper: {
|
|
523
523
|
}, {
|
524
524
|
flat: boolean;
|
525
525
|
style: vue.StyleValue;
|
526
|
+
mobile: boolean | null;
|
526
527
|
disabled: boolean;
|
528
|
+
multiple: boolean;
|
527
529
|
tag: string;
|
528
|
-
|
530
|
+
mandatory: NonNullable<boolean | "force">;
|
529
531
|
modelValue: any;
|
530
532
|
rounded: string | number | boolean;
|
531
533
|
items: readonly StepperItem[];
|
532
|
-
mandatory: NonNullable<boolean | "force">;
|
533
|
-
multiple: boolean;
|
534
534
|
tile: boolean;
|
535
535
|
selectedClass: string;
|
536
536
|
itemTitle: string;
|
@@ -588,12 +588,12 @@ declare const VStepper: {
|
|
588
588
|
}, {
|
589
589
|
flat: boolean;
|
590
590
|
style: vue.StyleValue;
|
591
|
+
mobile: boolean | null;
|
591
592
|
disabled: boolean;
|
593
|
+
multiple: boolean;
|
592
594
|
tag: string;
|
593
|
-
mobile: boolean | null;
|
594
|
-
items: readonly StepperItem[];
|
595
595
|
mandatory: NonNullable<boolean | "force">;
|
596
|
-
|
596
|
+
items: readonly StepperItem[];
|
597
597
|
tile: boolean;
|
598
598
|
selectedClass: string;
|
599
599
|
itemTitle: string;
|
@@ -605,23 +605,23 @@ declare const VStepper: {
|
|
605
605
|
altLabels: boolean;
|
606
606
|
nonLinear: boolean;
|
607
607
|
} & {
|
608
|
-
|
609
|
-
|
608
|
+
max?: number | undefined;
|
609
|
+
location?: Anchor | undefined;
|
610
610
|
height?: string | number | undefined;
|
611
|
-
|
612
|
-
color?: string | undefined;
|
613
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
611
|
+
width?: string | number | undefined;
|
614
612
|
border?: string | number | boolean | undefined;
|
615
|
-
|
616
|
-
modelValue?: any;
|
617
|
-
rounded?: string | number | boolean | undefined;
|
613
|
+
color?: string | undefined;
|
618
614
|
maxHeight?: string | number | undefined;
|
619
615
|
maxWidth?: string | number | undefined;
|
620
616
|
minHeight?: string | number | undefined;
|
621
617
|
minWidth?: string | number | undefined;
|
618
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
619
|
+
class?: any;
|
622
620
|
elevation?: string | number | undefined;
|
623
|
-
|
624
|
-
|
621
|
+
theme?: string | undefined;
|
622
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
623
|
+
modelValue?: any;
|
624
|
+
rounded?: string | number | boolean | undefined;
|
625
625
|
bgColor?: string | undefined;
|
626
626
|
completeIcon?: string | undefined;
|
627
627
|
editIcon?: string | undefined;
|
@@ -676,14 +676,14 @@ declare const VStepper: {
|
|
676
676
|
}, {}, {}, {}, {
|
677
677
|
flat: boolean;
|
678
678
|
style: vue.StyleValue;
|
679
|
+
mobile: boolean | null;
|
679
680
|
disabled: boolean;
|
681
|
+
multiple: boolean;
|
680
682
|
tag: string;
|
681
|
-
|
683
|
+
mandatory: NonNullable<boolean | "force">;
|
682
684
|
modelValue: any;
|
683
685
|
rounded: string | number | boolean;
|
684
686
|
items: readonly StepperItem[];
|
685
|
-
mandatory: NonNullable<boolean | "force">;
|
686
|
-
multiple: boolean;
|
687
687
|
tile: boolean;
|
688
688
|
selectedClass: string;
|
689
689
|
itemTitle: string;
|
@@ -701,12 +701,12 @@ declare const VStepper: {
|
|
701
701
|
} & vue.ComponentOptionsBase<{
|
702
702
|
flat: boolean;
|
703
703
|
style: vue.StyleValue;
|
704
|
+
mobile: boolean | null;
|
704
705
|
disabled: boolean;
|
706
|
+
multiple: boolean;
|
705
707
|
tag: string;
|
706
|
-
mobile: boolean | null;
|
707
|
-
items: readonly StepperItem[];
|
708
708
|
mandatory: NonNullable<boolean | "force">;
|
709
|
-
|
709
|
+
items: readonly StepperItem[];
|
710
710
|
tile: boolean;
|
711
711
|
selectedClass: string;
|
712
712
|
itemTitle: string;
|
@@ -718,23 +718,23 @@ declare const VStepper: {
|
|
718
718
|
altLabels: boolean;
|
719
719
|
nonLinear: boolean;
|
720
720
|
} & {
|
721
|
-
|
722
|
-
|
721
|
+
max?: number | undefined;
|
722
|
+
location?: Anchor | undefined;
|
723
723
|
height?: string | number | undefined;
|
724
|
-
|
725
|
-
color?: string | undefined;
|
726
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
724
|
+
width?: string | number | undefined;
|
727
725
|
border?: string | number | boolean | undefined;
|
728
|
-
|
729
|
-
modelValue?: any;
|
730
|
-
rounded?: string | number | boolean | undefined;
|
726
|
+
color?: string | undefined;
|
731
727
|
maxHeight?: string | number | undefined;
|
732
728
|
maxWidth?: string | number | undefined;
|
733
729
|
minHeight?: string | number | undefined;
|
734
730
|
minWidth?: string | number | undefined;
|
731
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
732
|
+
class?: any;
|
735
733
|
elevation?: string | number | undefined;
|
736
|
-
|
737
|
-
|
734
|
+
theme?: string | undefined;
|
735
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
736
|
+
modelValue?: any;
|
737
|
+
rounded?: string | number | boolean | undefined;
|
738
738
|
bgColor?: string | undefined;
|
739
739
|
completeIcon?: string | undefined;
|
740
740
|
editIcon?: string | undefined;
|
@@ -791,14 +791,14 @@ declare const VStepper: {
|
|
791
791
|
}, string, {
|
792
792
|
flat: boolean;
|
793
793
|
style: vue.StyleValue;
|
794
|
+
mobile: boolean | null;
|
794
795
|
disabled: boolean;
|
796
|
+
multiple: boolean;
|
795
797
|
tag: string;
|
796
|
-
|
798
|
+
mandatory: NonNullable<boolean | "force">;
|
797
799
|
modelValue: any;
|
798
800
|
rounded: string | number | boolean;
|
799
801
|
items: readonly StepperItem[];
|
800
|
-
mandatory: NonNullable<boolean | "force">;
|
801
|
-
multiple: boolean;
|
802
802
|
tile: boolean;
|
803
803
|
selectedClass: string;
|
804
804
|
itemTitle: string;
|
@@ -861,12 +861,12 @@ declare const VStepper: {
|
|
861
861
|
default: string;
|
862
862
|
};
|
863
863
|
rounded: {
|
864
|
-
type: (StringConstructor |
|
864
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
865
865
|
default: undefined;
|
866
866
|
};
|
867
867
|
tile: BooleanConstructor;
|
868
868
|
position: {
|
869
|
-
type: PropType<"fixed" | "absolute" | "
|
869
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
870
870
|
validator: (v: any) => boolean;
|
871
871
|
};
|
872
872
|
location: PropType<Anchor>;
|
@@ -885,7 +885,7 @@ declare const VStepper: {
|
|
885
885
|
type: PropType<vue.StyleValue>;
|
886
886
|
default: null;
|
887
887
|
};
|
888
|
-
border: (StringConstructor |
|
888
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
889
889
|
color: StringConstructor;
|
890
890
|
modelValue: {
|
891
891
|
type: null;
|
@@ -943,12 +943,12 @@ declare const VStepper: {
|
|
943
943
|
default: string;
|
944
944
|
};
|
945
945
|
rounded: {
|
946
|
-
type: (StringConstructor |
|
946
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
947
947
|
default: undefined;
|
948
948
|
};
|
949
949
|
tile: BooleanConstructor;
|
950
950
|
position: {
|
951
|
-
type: PropType<"fixed" | "absolute" | "
|
951
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
952
952
|
validator: (v: any) => boolean;
|
953
953
|
};
|
954
954
|
location: PropType<Anchor>;
|
@@ -967,7 +967,7 @@ declare const VStepper: {
|
|
967
967
|
type: PropType<vue.StyleValue>;
|
968
968
|
default: null;
|
969
969
|
};
|
970
|
-
border: (StringConstructor |
|
970
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
971
971
|
color: StringConstructor;
|
972
972
|
modelValue: {
|
973
973
|
type: null;
|
@@ -1401,10 +1401,10 @@ type VStepperHeader = InstanceType<typeof VStepperHeader>;
|
|
1401
1401
|
declare const VStepperWindow: {
|
1402
1402
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1403
1403
|
reverse: boolean;
|
1404
|
+
direction: "horizontal" | "vertical";
|
1404
1405
|
style: vue.StyleValue;
|
1405
1406
|
disabled: boolean;
|
1406
1407
|
tag: string;
|
1407
|
-
direction: "horizontal" | "vertical";
|
1408
1408
|
selectedClass: string;
|
1409
1409
|
} & {
|
1410
1410
|
class?: any;
|
@@ -1425,10 +1425,10 @@ declare const VStepperWindow: {
|
|
1425
1425
|
'update:modelValue': (v: unknown) => boolean;
|
1426
1426
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1427
1427
|
reverse: boolean;
|
1428
|
+
direction: "horizontal" | "vertical";
|
1428
1429
|
style: vue.StyleValue;
|
1429
1430
|
disabled: boolean;
|
1430
1431
|
tag: string;
|
1431
|
-
direction: "horizontal" | "vertical";
|
1432
1432
|
selectedClass: string;
|
1433
1433
|
} & {
|
1434
1434
|
class?: any;
|
@@ -1447,10 +1447,10 @@ declare const VStepperWindow: {
|
|
1447
1447
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1448
1448
|
}, {
|
1449
1449
|
reverse: boolean;
|
1450
|
+
direction: "horizontal" | "vertical";
|
1450
1451
|
style: vue.StyleValue;
|
1451
1452
|
disabled: boolean;
|
1452
1453
|
tag: string;
|
1453
|
-
direction: "horizontal" | "vertical";
|
1454
1454
|
selectedClass: string;
|
1455
1455
|
}, true, {}, vue.SlotsType<Partial<{
|
1456
1456
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1465,10 +1465,10 @@ declare const VStepperWindow: {
|
|
1465
1465
|
Defaults: {};
|
1466
1466
|
}, {
|
1467
1467
|
reverse: boolean;
|
1468
|
+
direction: "horizontal" | "vertical";
|
1468
1469
|
style: vue.StyleValue;
|
1469
1470
|
disabled: boolean;
|
1470
1471
|
tag: string;
|
1471
|
-
direction: "horizontal" | "vertical";
|
1472
1472
|
selectedClass: string;
|
1473
1473
|
} & {
|
1474
1474
|
class?: any;
|
@@ -1487,10 +1487,10 @@ declare const VStepperWindow: {
|
|
1487
1487
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1488
1488
|
}, {}, {}, {}, {}, {
|
1489
1489
|
reverse: boolean;
|
1490
|
+
direction: "horizontal" | "vertical";
|
1490
1491
|
style: vue.StyleValue;
|
1491
1492
|
disabled: boolean;
|
1492
1493
|
tag: string;
|
1493
|
-
direction: "horizontal" | "vertical";
|
1494
1494
|
selectedClass: string;
|
1495
1495
|
}>;
|
1496
1496
|
__isFragment?: undefined;
|
@@ -1498,10 +1498,10 @@ declare const VStepperWindow: {
|
|
1498
1498
|
__isSuspense?: undefined;
|
1499
1499
|
} & vue.ComponentOptionsBase<{
|
1500
1500
|
reverse: boolean;
|
1501
|
+
direction: "horizontal" | "vertical";
|
1501
1502
|
style: vue.StyleValue;
|
1502
1503
|
disabled: boolean;
|
1503
1504
|
tag: string;
|
1504
|
-
direction: "horizontal" | "vertical";
|
1505
1505
|
selectedClass: string;
|
1506
1506
|
} & {
|
1507
1507
|
class?: any;
|
@@ -1522,10 +1522,10 @@ declare const VStepperWindow: {
|
|
1522
1522
|
'update:modelValue': (v: unknown) => boolean;
|
1523
1523
|
}, string, {
|
1524
1524
|
reverse: boolean;
|
1525
|
+
direction: "horizontal" | "vertical";
|
1525
1526
|
style: vue.StyleValue;
|
1526
1527
|
disabled: boolean;
|
1527
1528
|
tag: string;
|
1528
|
-
direction: "horizontal" | "vertical";
|
1529
1529
|
selectedClass: string;
|
1530
1530
|
}, {}, string, vue.SlotsType<Partial<{
|
1531
1531
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1533,44 +1533,44 @@ declare const VStepperWindow: {
|
|
1533
1533
|
}>[];
|
1534
1534
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1535
1535
|
reverse: BooleanConstructor;
|
1536
|
-
|
1536
|
+
direction: {
|
1537
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
1538
|
+
default: string;
|
1539
|
+
};
|
1537
1540
|
style: {
|
1538
1541
|
type: vue.PropType<vue.StyleValue>;
|
1539
1542
|
default: null;
|
1540
1543
|
};
|
1541
|
-
theme: StringConstructor;
|
1542
1544
|
disabled: BooleanConstructor;
|
1545
|
+
class: vue.PropType<any>;
|
1543
1546
|
tag: {
|
1544
1547
|
type: StringConstructor;
|
1545
1548
|
default: string;
|
1546
1549
|
};
|
1550
|
+
theme: StringConstructor;
|
1547
1551
|
modelValue: null;
|
1548
|
-
direction: {
|
1549
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
1550
|
-
default: string;
|
1551
|
-
};
|
1552
1552
|
selectedClass: {
|
1553
1553
|
type: StringConstructor;
|
1554
1554
|
default: string;
|
1555
1555
|
};
|
1556
1556
|
}, vue.ExtractPropTypes<{
|
1557
1557
|
reverse: BooleanConstructor;
|
1558
|
-
|
1558
|
+
direction: {
|
1559
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
1560
|
+
default: string;
|
1561
|
+
};
|
1559
1562
|
style: {
|
1560
1563
|
type: vue.PropType<vue.StyleValue>;
|
1561
1564
|
default: null;
|
1562
1565
|
};
|
1563
|
-
theme: StringConstructor;
|
1564
1566
|
disabled: BooleanConstructor;
|
1567
|
+
class: vue.PropType<any>;
|
1565
1568
|
tag: {
|
1566
1569
|
type: StringConstructor;
|
1567
1570
|
default: string;
|
1568
1571
|
};
|
1572
|
+
theme: StringConstructor;
|
1569
1573
|
modelValue: null;
|
1570
|
-
direction: {
|
1571
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
1572
|
-
default: string;
|
1573
|
-
};
|
1574
1574
|
selectedClass: {
|
1575
1575
|
type: StringConstructor;
|
1576
1576
|
default: string;
|
@@ -1581,12 +1581,12 @@ type VStepperWindow = InstanceType<typeof VStepperWindow>;
|
|
1581
1581
|
declare const VStepperWindowItem: {
|
1582
1582
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1583
1583
|
style: vue.StyleValue;
|
1584
|
-
disabled: boolean;
|
1585
1584
|
eager: boolean;
|
1585
|
+
disabled: boolean;
|
1586
1586
|
} & {
|
1587
|
-
class?: any;
|
1588
|
-
value?: any;
|
1589
1587
|
transition?: string | boolean | undefined;
|
1588
|
+
value?: any;
|
1589
|
+
class?: any;
|
1590
1590
|
selectedClass?: string | undefined;
|
1591
1591
|
reverseTransition?: string | boolean | undefined;
|
1592
1592
|
} & {
|
@@ -1600,12 +1600,12 @@ declare const VStepperWindowItem: {
|
|
1600
1600
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1601
1601
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1602
1602
|
style: vue.StyleValue;
|
1603
|
-
disabled: boolean;
|
1604
1603
|
eager: boolean;
|
1604
|
+
disabled: boolean;
|
1605
1605
|
} & {
|
1606
|
-
class?: any;
|
1607
|
-
value?: any;
|
1608
1606
|
transition?: string | boolean | undefined;
|
1607
|
+
value?: any;
|
1608
|
+
class?: any;
|
1609
1609
|
selectedClass?: string | undefined;
|
1610
1610
|
reverseTransition?: string | boolean | undefined;
|
1611
1611
|
} & {
|
@@ -1618,10 +1618,10 @@ declare const VStepperWindowItem: {
|
|
1618
1618
|
} & {
|
1619
1619
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1620
1620
|
}, {
|
1621
|
-
style: vue.StyleValue;
|
1622
|
-
disabled: boolean;
|
1623
1621
|
transition: string | boolean;
|
1622
|
+
style: vue.StyleValue;
|
1624
1623
|
eager: boolean;
|
1624
|
+
disabled: boolean;
|
1625
1625
|
reverseTransition: string | boolean;
|
1626
1626
|
}, true, {}, vue.SlotsType<Partial<{
|
1627
1627
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1636,12 +1636,12 @@ declare const VStepperWindowItem: {
|
|
1636
1636
|
Defaults: {};
|
1637
1637
|
}, {
|
1638
1638
|
style: vue.StyleValue;
|
1639
|
-
disabled: boolean;
|
1640
1639
|
eager: boolean;
|
1640
|
+
disabled: boolean;
|
1641
1641
|
} & {
|
1642
|
-
class?: any;
|
1643
|
-
value?: any;
|
1644
1642
|
transition?: string | boolean | undefined;
|
1643
|
+
value?: any;
|
1644
|
+
class?: any;
|
1645
1645
|
selectedClass?: string | undefined;
|
1646
1646
|
reverseTransition?: string | boolean | undefined;
|
1647
1647
|
} & {
|
@@ -1654,10 +1654,10 @@ declare const VStepperWindowItem: {
|
|
1654
1654
|
} & {
|
1655
1655
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1656
1656
|
}, {}, {}, {}, {}, {
|
1657
|
-
style: vue.StyleValue;
|
1658
|
-
disabled: boolean;
|
1659
1657
|
transition: string | boolean;
|
1658
|
+
style: vue.StyleValue;
|
1660
1659
|
eager: boolean;
|
1660
|
+
disabled: boolean;
|
1661
1661
|
reverseTransition: string | boolean;
|
1662
1662
|
}>;
|
1663
1663
|
__isFragment?: undefined;
|
@@ -1665,12 +1665,12 @@ declare const VStepperWindowItem: {
|
|
1665
1665
|
__isSuspense?: undefined;
|
1666
1666
|
} & vue.ComponentOptionsBase<{
|
1667
1667
|
style: vue.StyleValue;
|
1668
|
-
disabled: boolean;
|
1669
1668
|
eager: boolean;
|
1669
|
+
disabled: boolean;
|
1670
1670
|
} & {
|
1671
|
-
class?: any;
|
1672
|
-
value?: any;
|
1673
1671
|
transition?: string | boolean | undefined;
|
1672
|
+
value?: any;
|
1673
|
+
class?: any;
|
1674
1674
|
selectedClass?: string | undefined;
|
1675
1675
|
reverseTransition?: string | boolean | undefined;
|
1676
1676
|
} & {
|
@@ -1683,10 +1683,10 @@ declare const VStepperWindowItem: {
|
|
1683
1683
|
} & {
|
1684
1684
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1685
1685
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1686
|
-
style: vue.StyleValue;
|
1687
|
-
disabled: boolean;
|
1688
1686
|
transition: string | boolean;
|
1687
|
+
style: vue.StyleValue;
|
1689
1688
|
eager: boolean;
|
1689
|
+
disabled: boolean;
|
1690
1690
|
reverseTransition: string | boolean;
|
1691
1691
|
}, {}, string, vue.SlotsType<Partial<{
|
1692
1692
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|