@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.11-dev.2024-07-03
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 +13 -2
- package/dist/json/attributes.json +291 -119
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +601 -211
- package/dist/vuetify-labs.css +2575 -2559
- package/dist/vuetify-labs.d.ts +802 -519
- package/dist/vuetify-labs.esm.js +86 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +627 -611
- package/dist/vuetify.d.ts +716 -505
- package/dist/vuetify.esm.js +36 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +675 -464
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +41 -41
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +160 -88
- package/package.json +1 -1
@@ -35,13 +35,13 @@ declare const VStepperVertical: {
|
|
35
35
|
disabled: boolean;
|
36
36
|
tag: string;
|
37
37
|
mobile: boolean | null;
|
38
|
+
eager: boolean;
|
38
39
|
readonly: boolean;
|
39
40
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
40
41
|
items: readonly StepperItem[];
|
41
42
|
mandatory: NonNullable<boolean | "force">;
|
42
43
|
multiple: boolean;
|
43
44
|
tile: boolean;
|
44
|
-
eager: boolean;
|
45
45
|
ripple: boolean | {
|
46
46
|
class: string;
|
47
47
|
} | undefined;
|
@@ -61,11 +61,17 @@ declare const VStepperVertical: {
|
|
61
61
|
title?: string | undefined;
|
62
62
|
text?: string | undefined;
|
63
63
|
value?: any;
|
64
|
+
width?: string | number | undefined;
|
65
|
+
height?: string | number | undefined;
|
64
66
|
theme?: string | undefined;
|
65
67
|
color?: string | undefined;
|
66
68
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
67
69
|
modelValue?: any;
|
68
70
|
rounded?: string | number | boolean | undefined;
|
71
|
+
maxHeight?: string | number | undefined;
|
72
|
+
maxWidth?: string | number | undefined;
|
73
|
+
minHeight?: string | number | undefined;
|
74
|
+
minWidth?: string | number | undefined;
|
69
75
|
elevation?: string | number | undefined;
|
70
76
|
max?: number | undefined;
|
71
77
|
selectedClass?: string | undefined;
|
@@ -127,13 +133,13 @@ declare const VStepperVertical: {
|
|
127
133
|
disabled: boolean;
|
128
134
|
tag: string;
|
129
135
|
mobile: boolean | null;
|
136
|
+
eager: boolean;
|
130
137
|
readonly: boolean;
|
131
138
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
132
139
|
items: readonly StepperItem[];
|
133
140
|
mandatory: NonNullable<boolean | "force">;
|
134
141
|
multiple: boolean;
|
135
142
|
tile: boolean;
|
136
|
-
eager: boolean;
|
137
143
|
ripple: boolean | {
|
138
144
|
class: string;
|
139
145
|
} | undefined;
|
@@ -153,11 +159,17 @@ declare const VStepperVertical: {
|
|
153
159
|
title?: string | undefined;
|
154
160
|
text?: string | undefined;
|
155
161
|
value?: any;
|
162
|
+
width?: string | number | undefined;
|
163
|
+
height?: string | number | undefined;
|
156
164
|
theme?: string | undefined;
|
157
165
|
color?: string | undefined;
|
158
166
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
159
167
|
modelValue?: any;
|
160
168
|
rounded?: string | number | boolean | undefined;
|
169
|
+
maxHeight?: string | number | undefined;
|
170
|
+
maxWidth?: string | number | undefined;
|
171
|
+
minHeight?: string | number | undefined;
|
172
|
+
minWidth?: string | number | undefined;
|
161
173
|
elevation?: string | number | undefined;
|
162
174
|
max?: number | undefined;
|
163
175
|
selectedClass?: string | undefined;
|
@@ -217,6 +229,7 @@ declare const VStepperVertical: {
|
|
217
229
|
disabled: boolean;
|
218
230
|
tag: string;
|
219
231
|
mobile: boolean | null;
|
232
|
+
eager: boolean;
|
220
233
|
readonly: boolean;
|
221
234
|
modelValue: any;
|
222
235
|
rounded: string | number | boolean;
|
@@ -225,7 +238,6 @@ declare const VStepperVertical: {
|
|
225
238
|
mandatory: NonNullable<boolean | "force">;
|
226
239
|
multiple: boolean;
|
227
240
|
tile: boolean;
|
228
|
-
eager: boolean;
|
229
241
|
ripple: boolean | {
|
230
242
|
class: string;
|
231
243
|
} | undefined;
|
@@ -286,13 +298,13 @@ declare const VStepperVertical: {
|
|
286
298
|
disabled: boolean;
|
287
299
|
tag: string;
|
288
300
|
mobile: boolean | null;
|
301
|
+
eager: boolean;
|
289
302
|
readonly: boolean;
|
290
303
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
291
304
|
items: readonly StepperItem[];
|
292
305
|
mandatory: NonNullable<boolean | "force">;
|
293
306
|
multiple: boolean;
|
294
307
|
tile: boolean;
|
295
|
-
eager: boolean;
|
296
308
|
ripple: boolean | {
|
297
309
|
class: string;
|
298
310
|
} | undefined;
|
@@ -312,11 +324,17 @@ declare const VStepperVertical: {
|
|
312
324
|
title?: string | undefined;
|
313
325
|
text?: string | undefined;
|
314
326
|
value?: any;
|
327
|
+
width?: string | number | undefined;
|
328
|
+
height?: string | number | undefined;
|
315
329
|
theme?: string | undefined;
|
316
330
|
color?: string | undefined;
|
317
331
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
318
332
|
modelValue?: any;
|
319
333
|
rounded?: string | number | boolean | undefined;
|
334
|
+
maxHeight?: string | number | undefined;
|
335
|
+
maxWidth?: string | number | undefined;
|
336
|
+
minHeight?: string | number | undefined;
|
337
|
+
minWidth?: string | number | undefined;
|
320
338
|
elevation?: string | number | undefined;
|
321
339
|
max?: number | undefined;
|
322
340
|
selectedClass?: string | undefined;
|
@@ -376,6 +394,7 @@ declare const VStepperVertical: {
|
|
376
394
|
disabled: boolean;
|
377
395
|
tag: string;
|
378
396
|
mobile: boolean | null;
|
397
|
+
eager: boolean;
|
379
398
|
readonly: boolean;
|
380
399
|
modelValue: any;
|
381
400
|
rounded: string | number | boolean;
|
@@ -384,7 +403,6 @@ declare const VStepperVertical: {
|
|
384
403
|
mandatory: NonNullable<boolean | "force">;
|
385
404
|
multiple: boolean;
|
386
405
|
tile: boolean;
|
387
|
-
eager: boolean;
|
388
406
|
ripple: boolean | {
|
389
407
|
class: string;
|
390
408
|
} | undefined;
|
@@ -409,13 +427,13 @@ declare const VStepperVertical: {
|
|
409
427
|
disabled: boolean;
|
410
428
|
tag: string;
|
411
429
|
mobile: boolean | null;
|
430
|
+
eager: boolean;
|
412
431
|
readonly: boolean;
|
413
432
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
414
433
|
items: readonly StepperItem[];
|
415
434
|
mandatory: NonNullable<boolean | "force">;
|
416
435
|
multiple: boolean;
|
417
436
|
tile: boolean;
|
418
|
-
eager: boolean;
|
419
437
|
ripple: boolean | {
|
420
438
|
class: string;
|
421
439
|
} | undefined;
|
@@ -435,11 +453,17 @@ declare const VStepperVertical: {
|
|
435
453
|
title?: string | undefined;
|
436
454
|
text?: string | undefined;
|
437
455
|
value?: any;
|
456
|
+
width?: string | number | undefined;
|
457
|
+
height?: string | number | undefined;
|
438
458
|
theme?: string | undefined;
|
439
459
|
color?: string | undefined;
|
440
460
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
441
461
|
modelValue?: any;
|
442
462
|
rounded?: string | number | boolean | undefined;
|
463
|
+
maxHeight?: string | number | undefined;
|
464
|
+
maxWidth?: string | number | undefined;
|
465
|
+
minHeight?: string | number | undefined;
|
466
|
+
minWidth?: string | number | undefined;
|
443
467
|
elevation?: string | number | undefined;
|
444
468
|
max?: number | undefined;
|
445
469
|
selectedClass?: string | undefined;
|
@@ -501,6 +525,7 @@ declare const VStepperVertical: {
|
|
501
525
|
disabled: boolean;
|
502
526
|
tag: string;
|
503
527
|
mobile: boolean | null;
|
528
|
+
eager: boolean;
|
504
529
|
readonly: boolean;
|
505
530
|
modelValue: any;
|
506
531
|
rounded: string | number | boolean;
|
@@ -509,7 +534,6 @@ declare const VStepperVertical: {
|
|
509
534
|
mandatory: NonNullable<boolean | "force">;
|
510
535
|
multiple: boolean;
|
511
536
|
tile: boolean;
|
512
|
-
eager: boolean;
|
513
537
|
ripple: boolean | {
|
514
538
|
class: string;
|
515
539
|
} | undefined;
|
@@ -567,6 +591,8 @@ declare const VStepperVertical: {
|
|
567
591
|
title: StringConstructor;
|
568
592
|
text: StringConstructor;
|
569
593
|
value: null;
|
594
|
+
width: (StringConstructor | NumberConstructor)[];
|
595
|
+
height: (StringConstructor | NumberConstructor)[];
|
570
596
|
theme: StringConstructor;
|
571
597
|
color: StringConstructor;
|
572
598
|
disabled: BooleanConstructor;
|
@@ -574,6 +600,7 @@ declare const VStepperVertical: {
|
|
574
600
|
type: StringConstructor;
|
575
601
|
default: string;
|
576
602
|
};
|
603
|
+
eager: BooleanConstructor;
|
577
604
|
readonly: BooleanConstructor;
|
578
605
|
modelValue: {
|
579
606
|
type: null;
|
@@ -591,13 +618,16 @@ declare const VStepperVertical: {
|
|
591
618
|
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
592
619
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
593
620
|
};
|
621
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
622
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
623
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
624
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
594
625
|
mandatory: {
|
595
626
|
type: vue.PropType<NonNullable<boolean | "force">>;
|
596
627
|
default: NonNullable<boolean | "force">;
|
597
628
|
};
|
598
629
|
multiple: BooleanConstructor;
|
599
630
|
tile: BooleanConstructor;
|
600
|
-
eager: BooleanConstructor;
|
601
631
|
elevation: {
|
602
632
|
type: (StringConstructor | NumberConstructor)[];
|
603
633
|
validator(v: any): boolean;
|
@@ -662,6 +692,8 @@ declare const VStepperVertical: {
|
|
662
692
|
title: StringConstructor;
|
663
693
|
text: StringConstructor;
|
664
694
|
value: null;
|
695
|
+
width: (StringConstructor | NumberConstructor)[];
|
696
|
+
height: (StringConstructor | NumberConstructor)[];
|
665
697
|
theme: StringConstructor;
|
666
698
|
color: StringConstructor;
|
667
699
|
disabled: BooleanConstructor;
|
@@ -669,6 +701,7 @@ declare const VStepperVertical: {
|
|
669
701
|
type: StringConstructor;
|
670
702
|
default: string;
|
671
703
|
};
|
704
|
+
eager: BooleanConstructor;
|
672
705
|
readonly: BooleanConstructor;
|
673
706
|
modelValue: {
|
674
707
|
type: null;
|
@@ -686,13 +719,16 @@ declare const VStepperVertical: {
|
|
686
719
|
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
687
720
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
688
721
|
};
|
722
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
723
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
724
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
725
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
689
726
|
mandatory: {
|
690
727
|
type: vue.PropType<NonNullable<boolean | "force">>;
|
691
728
|
default: NonNullable<boolean | "force">;
|
692
729
|
};
|
693
730
|
multiple: BooleanConstructor;
|
694
731
|
tile: BooleanConstructor;
|
695
|
-
eager: BooleanConstructor;
|
696
732
|
elevation: {
|
697
733
|
type: (StringConstructor | NumberConstructor)[];
|
698
734
|
validator(v: any): boolean;
|
@@ -758,10 +794,10 @@ declare const VStepperVerticalItem: {
|
|
758
794
|
tag: string;
|
759
795
|
complete: boolean;
|
760
796
|
static: boolean;
|
797
|
+
eager: boolean;
|
761
798
|
readonly: boolean;
|
762
799
|
rules: readonly ValidationRule[];
|
763
800
|
tile: boolean;
|
764
|
-
eager: boolean;
|
765
801
|
ripple: boolean | {
|
766
802
|
class: string;
|
767
803
|
} | undefined;
|
@@ -778,9 +814,15 @@ declare const VStepperVerticalItem: {
|
|
778
814
|
title?: string | undefined;
|
779
815
|
text?: string | undefined;
|
780
816
|
value?: any;
|
817
|
+
width?: string | number | undefined;
|
818
|
+
height?: string | number | undefined;
|
781
819
|
color?: string | undefined;
|
782
820
|
icon?: string | undefined;
|
783
821
|
rounded?: string | number | boolean | undefined;
|
822
|
+
maxHeight?: string | number | undefined;
|
823
|
+
maxWidth?: string | number | undefined;
|
824
|
+
minHeight?: string | number | undefined;
|
825
|
+
minWidth?: string | number | undefined;
|
784
826
|
elevation?: string | number | undefined;
|
785
827
|
selectedClass?: string | undefined;
|
786
828
|
bgColor?: string | undefined;
|
@@ -839,10 +881,10 @@ declare const VStepperVerticalItem: {
|
|
839
881
|
tag: string;
|
840
882
|
complete: boolean;
|
841
883
|
static: boolean;
|
884
|
+
eager: boolean;
|
842
885
|
readonly: boolean;
|
843
886
|
rules: readonly ValidationRule[];
|
844
887
|
tile: boolean;
|
845
|
-
eager: boolean;
|
846
888
|
ripple: boolean | {
|
847
889
|
class: string;
|
848
890
|
} | undefined;
|
@@ -859,9 +901,15 @@ declare const VStepperVerticalItem: {
|
|
859
901
|
title?: string | undefined;
|
860
902
|
text?: string | undefined;
|
861
903
|
value?: any;
|
904
|
+
width?: string | number | undefined;
|
905
|
+
height?: string | number | undefined;
|
862
906
|
color?: string | undefined;
|
863
907
|
icon?: string | undefined;
|
864
908
|
rounded?: string | number | boolean | undefined;
|
909
|
+
maxHeight?: string | number | undefined;
|
910
|
+
maxWidth?: string | number | undefined;
|
911
|
+
minHeight?: string | number | undefined;
|
912
|
+
minWidth?: string | number | undefined;
|
865
913
|
elevation?: string | number | undefined;
|
866
914
|
selectedClass?: string | undefined;
|
867
915
|
bgColor?: string | undefined;
|
@@ -916,11 +964,11 @@ declare const VStepperVerticalItem: {
|
|
916
964
|
tag: string;
|
917
965
|
complete: boolean;
|
918
966
|
static: boolean;
|
967
|
+
eager: boolean;
|
919
968
|
readonly: boolean;
|
920
969
|
rules: readonly ValidationRule[];
|
921
970
|
rounded: string | number | boolean;
|
922
971
|
tile: boolean;
|
923
|
-
eager: boolean;
|
924
972
|
ripple: boolean | {
|
925
973
|
class: string;
|
926
974
|
} | undefined;
|
@@ -974,10 +1022,10 @@ declare const VStepperVerticalItem: {
|
|
974
1022
|
tag: string;
|
975
1023
|
complete: boolean;
|
976
1024
|
static: boolean;
|
1025
|
+
eager: boolean;
|
977
1026
|
readonly: boolean;
|
978
1027
|
rules: readonly ValidationRule[];
|
979
1028
|
tile: boolean;
|
980
|
-
eager: boolean;
|
981
1029
|
ripple: boolean | {
|
982
1030
|
class: string;
|
983
1031
|
} | undefined;
|
@@ -994,9 +1042,15 @@ declare const VStepperVerticalItem: {
|
|
994
1042
|
title?: string | undefined;
|
995
1043
|
text?: string | undefined;
|
996
1044
|
value?: any;
|
1045
|
+
width?: string | number | undefined;
|
1046
|
+
height?: string | number | undefined;
|
997
1047
|
color?: string | undefined;
|
998
1048
|
icon?: string | undefined;
|
999
1049
|
rounded?: string | number | boolean | undefined;
|
1050
|
+
maxHeight?: string | number | undefined;
|
1051
|
+
maxWidth?: string | number | undefined;
|
1052
|
+
minHeight?: string | number | undefined;
|
1053
|
+
minWidth?: string | number | undefined;
|
1000
1054
|
elevation?: string | number | undefined;
|
1001
1055
|
selectedClass?: string | undefined;
|
1002
1056
|
bgColor?: string | undefined;
|
@@ -1051,11 +1105,11 @@ declare const VStepperVerticalItem: {
|
|
1051
1105
|
tag: string;
|
1052
1106
|
complete: boolean;
|
1053
1107
|
static: boolean;
|
1108
|
+
eager: boolean;
|
1054
1109
|
readonly: boolean;
|
1055
1110
|
rules: readonly ValidationRule[];
|
1056
1111
|
rounded: string | number | boolean;
|
1057
1112
|
tile: boolean;
|
1058
|
-
eager: boolean;
|
1059
1113
|
ripple: boolean | {
|
1060
1114
|
class: string;
|
1061
1115
|
} | undefined;
|
@@ -1078,10 +1132,10 @@ declare const VStepperVerticalItem: {
|
|
1078
1132
|
tag: string;
|
1079
1133
|
complete: boolean;
|
1080
1134
|
static: boolean;
|
1135
|
+
eager: boolean;
|
1081
1136
|
readonly: boolean;
|
1082
1137
|
rules: readonly ValidationRule[];
|
1083
1138
|
tile: boolean;
|
1084
|
-
eager: boolean;
|
1085
1139
|
ripple: boolean | {
|
1086
1140
|
class: string;
|
1087
1141
|
} | undefined;
|
@@ -1098,9 +1152,15 @@ declare const VStepperVerticalItem: {
|
|
1098
1152
|
title?: string | undefined;
|
1099
1153
|
text?: string | undefined;
|
1100
1154
|
value?: any;
|
1155
|
+
width?: string | number | undefined;
|
1156
|
+
height?: string | number | undefined;
|
1101
1157
|
color?: string | undefined;
|
1102
1158
|
icon?: string | undefined;
|
1103
1159
|
rounded?: string | number | boolean | undefined;
|
1160
|
+
maxHeight?: string | number | undefined;
|
1161
|
+
maxWidth?: string | number | undefined;
|
1162
|
+
minHeight?: string | number | undefined;
|
1163
|
+
minWidth?: string | number | undefined;
|
1104
1164
|
elevation?: string | number | undefined;
|
1105
1165
|
selectedClass?: string | undefined;
|
1106
1166
|
bgColor?: string | undefined;
|
@@ -1159,11 +1219,11 @@ declare const VStepperVerticalItem: {
|
|
1159
1219
|
tag: string;
|
1160
1220
|
complete: boolean;
|
1161
1221
|
static: boolean;
|
1222
|
+
eager: boolean;
|
1162
1223
|
readonly: boolean;
|
1163
1224
|
rules: readonly ValidationRule[];
|
1164
1225
|
rounded: string | number | boolean;
|
1165
1226
|
tile: boolean;
|
1166
|
-
eager: boolean;
|
1167
1227
|
ripple: boolean | {
|
1168
1228
|
class: string;
|
1169
1229
|
} | undefined;
|
@@ -1212,6 +1272,8 @@ declare const VStepperVerticalItem: {
|
|
1212
1272
|
title: StringConstructor;
|
1213
1273
|
text: StringConstructor;
|
1214
1274
|
value: null;
|
1275
|
+
width: (StringConstructor | NumberConstructor)[];
|
1276
|
+
height: (StringConstructor | NumberConstructor)[];
|
1215
1277
|
color: StringConstructor;
|
1216
1278
|
disabled: BooleanConstructor;
|
1217
1279
|
tag: {
|
@@ -1219,13 +1281,17 @@ declare const VStepperVerticalItem: {
|
|
1219
1281
|
default: string;
|
1220
1282
|
};
|
1221
1283
|
static: BooleanConstructor;
|
1284
|
+
eager: BooleanConstructor;
|
1222
1285
|
readonly: BooleanConstructor;
|
1223
1286
|
rounded: {
|
1224
1287
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1225
1288
|
default: undefined;
|
1226
1289
|
};
|
1290
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1291
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1292
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1293
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1227
1294
|
tile: BooleanConstructor;
|
1228
|
-
eager: BooleanConstructor;
|
1229
1295
|
elevation: {
|
1230
1296
|
type: (StringConstructor | NumberConstructor)[];
|
1231
1297
|
validator(v: any): boolean;
|
@@ -1284,6 +1350,8 @@ declare const VStepperVerticalItem: {
|
|
1284
1350
|
title: StringConstructor;
|
1285
1351
|
text: StringConstructor;
|
1286
1352
|
value: null;
|
1353
|
+
width: (StringConstructor | NumberConstructor)[];
|
1354
|
+
height: (StringConstructor | NumberConstructor)[];
|
1287
1355
|
color: StringConstructor;
|
1288
1356
|
disabled: BooleanConstructor;
|
1289
1357
|
tag: {
|
@@ -1291,13 +1359,17 @@ declare const VStepperVerticalItem: {
|
|
1291
1359
|
default: string;
|
1292
1360
|
};
|
1293
1361
|
static: BooleanConstructor;
|
1362
|
+
eager: BooleanConstructor;
|
1294
1363
|
readonly: BooleanConstructor;
|
1295
1364
|
rounded: {
|
1296
1365
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1297
1366
|
default: undefined;
|
1298
1367
|
};
|
1368
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1369
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1370
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1371
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1299
1372
|
tile: BooleanConstructor;
|
1300
|
-
eager: BooleanConstructor;
|
1301
1373
|
elevation: {
|
1302
1374
|
type: (StringConstructor | NumberConstructor)[];
|
1303
1375
|
validator(v: any): boolean;
|
@@ -215,11 +215,11 @@ declare const VTreeview: {
|
|
215
215
|
baseColor?: string | undefined;
|
216
216
|
selected?: any;
|
217
217
|
bgColor?: string | undefined;
|
218
|
+
activeColor?: string | undefined;
|
218
219
|
activeClass?: string | undefined;
|
219
220
|
opened?: any;
|
220
221
|
activeStrategy?: ActiveStrategyProp | undefined;
|
221
222
|
'onUpdate:opened'?: (() => void) | undefined;
|
222
|
-
activeColor?: string | undefined;
|
223
223
|
customFilter?: FilterFunction | undefined;
|
224
224
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
225
225
|
'onClick:open'?: ((args_0: {
|
@@ -309,11 +309,11 @@ declare const VTreeview: {
|
|
309
309
|
baseColor?: string | undefined;
|
310
310
|
selected?: any;
|
311
311
|
bgColor?: string | undefined;
|
312
|
+
activeColor?: string | undefined;
|
312
313
|
activeClass?: string | undefined;
|
313
314
|
opened?: any;
|
314
315
|
activeStrategy?: ActiveStrategyProp | undefined;
|
315
316
|
'onUpdate:opened'?: (() => void) | undefined;
|
316
|
-
activeColor?: string | undefined;
|
317
317
|
customFilter?: FilterFunction | undefined;
|
318
318
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
319
319
|
'onClick:open'?: ((args_0: {
|
@@ -483,11 +483,11 @@ declare const VTreeview: {
|
|
483
483
|
baseColor?: string | undefined;
|
484
484
|
selected?: any;
|
485
485
|
bgColor?: string | undefined;
|
486
|
+
activeColor?: string | undefined;
|
486
487
|
activeClass?: string | undefined;
|
487
488
|
opened?: any;
|
488
489
|
activeStrategy?: ActiveStrategyProp | undefined;
|
489
490
|
'onUpdate:opened'?: (() => void) | undefined;
|
490
|
-
activeColor?: string | undefined;
|
491
491
|
customFilter?: FilterFunction | undefined;
|
492
492
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
493
493
|
'onClick:open'?: ((args_0: {
|
@@ -596,11 +596,11 @@ declare const VTreeview: {
|
|
596
596
|
baseColor?: string | undefined;
|
597
597
|
selected?: any;
|
598
598
|
bgColor?: string | undefined;
|
599
|
+
activeColor?: string | undefined;
|
599
600
|
activeClass?: string | undefined;
|
600
601
|
opened?: any;
|
601
602
|
activeStrategy?: ActiveStrategyProp | undefined;
|
602
603
|
'onUpdate:opened'?: (() => void) | undefined;
|
603
|
-
activeColor?: string | undefined;
|
604
604
|
customFilter?: FilterFunction | undefined;
|
605
605
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
606
606
|
'onClick:open'?: ((args_0: {
|
@@ -788,6 +788,7 @@ declare const VTreeview: {
|
|
788
788
|
baseColor: StringConstructor;
|
789
789
|
selected: null;
|
790
790
|
bgColor: StringConstructor;
|
791
|
+
activeColor: StringConstructor;
|
791
792
|
slim: {
|
792
793
|
type: vue.PropType<boolean>;
|
793
794
|
default: boolean;
|
@@ -810,7 +811,6 @@ declare const VTreeview: {
|
|
810
811
|
default: NonNullable<OpenStrategyProp>;
|
811
812
|
};
|
812
813
|
'onUpdate:opened': vue.PropType<() => void>;
|
813
|
-
activeColor: StringConstructor;
|
814
814
|
collapseIcon: {
|
815
815
|
type: vue.PropType<string>;
|
816
816
|
default: string;
|
@@ -923,6 +923,7 @@ declare const VTreeview: {
|
|
923
923
|
baseColor: StringConstructor;
|
924
924
|
selected: null;
|
925
925
|
bgColor: StringConstructor;
|
926
|
+
activeColor: StringConstructor;
|
926
927
|
slim: {
|
927
928
|
type: vue.PropType<boolean>;
|
928
929
|
default: boolean;
|
@@ -945,7 +946,6 @@ declare const VTreeview: {
|
|
945
946
|
default: NonNullable<OpenStrategyProp>;
|
946
947
|
};
|
947
948
|
'onUpdate:opened': vue.PropType<() => void>;
|
948
|
-
activeColor: StringConstructor;
|
949
949
|
collapseIcon: {
|
950
950
|
type: vue.PropType<string>;
|
951
951
|
default: string;
|
@@ -1048,12 +1048,12 @@ declare const VTreeviewItem: {
|
|
1048
1048
|
minWidth?: string | number | undefined;
|
1049
1049
|
elevation?: string | number | undefined;
|
1050
1050
|
baseColor?: string | undefined;
|
1051
|
+
activeColor?: string | undefined;
|
1051
1052
|
prependIcon?: IconValue | undefined;
|
1052
1053
|
appendIcon?: IconValue | undefined;
|
1053
1054
|
activeClass?: string | undefined;
|
1054
1055
|
appendAvatar?: string | undefined;
|
1055
1056
|
prependAvatar?: string | undefined;
|
1056
|
-
activeColor?: string | undefined;
|
1057
1057
|
subtitle?: string | number | undefined;
|
1058
1058
|
lines?: false | "one" | "two" | "three" | undefined;
|
1059
1059
|
toggleIcon?: IconValue | undefined;
|
@@ -1115,12 +1115,12 @@ declare const VTreeviewItem: {
|
|
1115
1115
|
minWidth?: string | number | undefined;
|
1116
1116
|
elevation?: string | number | undefined;
|
1117
1117
|
baseColor?: string | undefined;
|
1118
|
+
activeColor?: string | undefined;
|
1118
1119
|
prependIcon?: IconValue | undefined;
|
1119
1120
|
appendIcon?: IconValue | undefined;
|
1120
1121
|
activeClass?: string | undefined;
|
1121
1122
|
appendAvatar?: string | undefined;
|
1122
1123
|
prependAvatar?: string | undefined;
|
1123
|
-
activeColor?: string | undefined;
|
1124
1124
|
subtitle?: string | number | undefined;
|
1125
1125
|
lines?: false | "one" | "two" | "three" | undefined;
|
1126
1126
|
toggleIcon?: IconValue | undefined;
|
@@ -1223,12 +1223,12 @@ declare const VTreeviewItem: {
|
|
1223
1223
|
minWidth?: string | number | undefined;
|
1224
1224
|
elevation?: string | number | undefined;
|
1225
1225
|
baseColor?: string | undefined;
|
1226
|
+
activeColor?: string | undefined;
|
1226
1227
|
prependIcon?: IconValue | undefined;
|
1227
1228
|
appendIcon?: IconValue | undefined;
|
1228
1229
|
activeClass?: string | undefined;
|
1229
1230
|
appendAvatar?: string | undefined;
|
1230
1231
|
prependAvatar?: string | undefined;
|
1231
|
-
activeColor?: string | undefined;
|
1232
1232
|
subtitle?: string | number | undefined;
|
1233
1233
|
lines?: false | "one" | "two" | "three" | undefined;
|
1234
1234
|
toggleIcon?: IconValue | undefined;
|
@@ -1312,12 +1312,12 @@ declare const VTreeviewItem: {
|
|
1312
1312
|
minWidth?: string | number | undefined;
|
1313
1313
|
elevation?: string | number | undefined;
|
1314
1314
|
baseColor?: string | undefined;
|
1315
|
+
activeColor?: string | undefined;
|
1315
1316
|
prependIcon?: IconValue | undefined;
|
1316
1317
|
appendIcon?: IconValue | undefined;
|
1317
1318
|
activeClass?: string | undefined;
|
1318
1319
|
appendAvatar?: string | undefined;
|
1319
1320
|
prependAvatar?: string | undefined;
|
1320
|
-
activeColor?: string | undefined;
|
1321
1321
|
subtitle?: string | number | undefined;
|
1322
1322
|
lines?: false | "one" | "two" | "three" | undefined;
|
1323
1323
|
toggleIcon?: IconValue | undefined;
|
@@ -1552,9 +1552,9 @@ declare const VTreeviewGroup: {
|
|
1552
1552
|
value?: any;
|
1553
1553
|
color?: string | undefined;
|
1554
1554
|
baseColor?: string | undefined;
|
1555
|
+
activeColor?: string | undefined;
|
1555
1556
|
prependIcon?: IconValue | undefined;
|
1556
1557
|
appendIcon?: IconValue | undefined;
|
1557
|
-
activeColor?: string | undefined;
|
1558
1558
|
} & {
|
1559
1559
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1560
1560
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1588,9 +1588,9 @@ declare const VTreeviewGroup: {
|
|
1588
1588
|
value?: any;
|
1589
1589
|
color?: string | undefined;
|
1590
1590
|
baseColor?: string | undefined;
|
1591
|
+
activeColor?: string | undefined;
|
1591
1592
|
prependIcon?: IconValue | undefined;
|
1592
1593
|
appendIcon?: IconValue | undefined;
|
1593
|
-
activeColor?: string | undefined;
|
1594
1594
|
} & {
|
1595
1595
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1596
1596
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1647,9 +1647,9 @@ declare const VTreeviewGroup: {
|
|
1647
1647
|
value?: any;
|
1648
1648
|
color?: string | undefined;
|
1649
1649
|
baseColor?: string | undefined;
|
1650
|
+
activeColor?: string | undefined;
|
1650
1651
|
prependIcon?: IconValue | undefined;
|
1651
1652
|
appendIcon?: IconValue | undefined;
|
1652
|
-
activeColor?: string | undefined;
|
1653
1653
|
} & {
|
1654
1654
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1655
1655
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1693,9 +1693,9 @@ declare const VTreeviewGroup: {
|
|
1693
1693
|
value?: any;
|
1694
1694
|
color?: string | undefined;
|
1695
1695
|
baseColor?: string | undefined;
|
1696
|
+
activeColor?: string | undefined;
|
1696
1697
|
prependIcon?: IconValue | undefined;
|
1697
1698
|
appendIcon?: IconValue | undefined;
|
1698
|
-
activeColor?: string | undefined;
|
1699
1699
|
} & {
|
1700
1700
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1701
1701
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1747,9 +1747,9 @@ declare const VTreeviewGroup: {
|
|
1747
1747
|
default: string;
|
1748
1748
|
};
|
1749
1749
|
baseColor: StringConstructor;
|
1750
|
+
activeColor: StringConstructor;
|
1750
1751
|
prependIcon: vue.PropType<IconValue>;
|
1751
1752
|
appendIcon: vue.PropType<IconValue>;
|
1752
|
-
activeColor: StringConstructor;
|
1753
1753
|
collapseIcon: Omit<{
|
1754
1754
|
type: vue.PropType<IconValue>;
|
1755
1755
|
default: string;
|
@@ -1779,9 +1779,9 @@ declare const VTreeviewGroup: {
|
|
1779
1779
|
default: string;
|
1780
1780
|
};
|
1781
1781
|
baseColor: StringConstructor;
|
1782
|
+
activeColor: StringConstructor;
|
1782
1783
|
prependIcon: vue.PropType<IconValue>;
|
1783
1784
|
appendIcon: vue.PropType<IconValue>;
|
1784
|
-
activeColor: StringConstructor;
|
1785
1785
|
collapseIcon: Omit<{
|
1786
1786
|
type: vue.PropType<IconValue>;
|
1787
1787
|
default: string;
|