@vuetify/nightly 3.6.10-master.2024-06-27 → 3.6.11-master.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 +3 -3
- package/dist/json/attributes.json +2 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +106 -106
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +6077 -6077
- package/dist/vuetify-labs.esm.js +61 -64
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +61 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1090 -1090
- package/dist/vuetify.d.ts +36 -36
- package/dist/vuetify.esm.js +11 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +7 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/composables/teleport.mjs +2 -2
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.11-master.2024-07-03...v) (2024-07-03)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
5
|
+
## [3.6.11-master.2024-07-03](https://github.com/vuetifyjs/vuetify/compare/v3.6.11...v3.6.11-master.2024-07-03) (2024-07-03)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
|
-
* **VOverlay:**
|
10
|
+
* **VOverlay:** correct ShadowRoot attach condition ([ec73e6f](https://github.com/vuetifyjs/vuetify/commit/ec73e6fc4bb82368f4cd0ef813234af23a66f122)), closes [#20001](https://github.com/vuetifyjs/vuetify/issues/20001) [#20086](https://github.com/vuetifyjs/vuetify/issues/20086)
|
11
11
|
|
12
12
|
|
13
13
|
|
@@ -2125,7 +2125,7 @@
|
|
2125
2125
|
},
|
2126
2126
|
"VCarouselItem/gradient": {
|
2127
2127
|
"type": "string\n",
|
2128
|
-
"description": "The gradient to apply to the image.
|
2128
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
|
2129
2129
|
},
|
2130
2130
|
"VCarouselItem/lazy-src": {
|
2131
2131
|
"type": "string\n",
|
@@ -6089,7 +6089,7 @@
|
|
6089
6089
|
},
|
6090
6090
|
"VImg/gradient": {
|
6091
6091
|
"type": "string\n",
|
6092
|
-
"description": "The gradient to apply to the image.
|
6092
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
|
6093
6093
|
},
|
6094
6094
|
"VImg/lazy-src": {
|
6095
6095
|
"type": "string\n",
|
@@ -24,6 +24,10 @@
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VNumberInput": {
|
28
|
+
"from": "labs/VNumberInput/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
27
31
|
"VPicker": {
|
28
32
|
"from": "labs/VPicker/index.mjs",
|
29
33
|
"styles": []
|
@@ -32,22 +36,6 @@
|
|
32
36
|
"from": "labs/VPicker/index.mjs",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"VStepperVertical": {
|
36
|
-
"from": "labs/VStepperVertical/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVerticalItem": {
|
40
|
-
"from": "labs/VStepperVertical/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VStepperVerticalActions": {
|
44
|
-
"from": "labs/VStepperVertical/index.mjs",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VNumberInput": {
|
48
|
-
"from": "labs/VNumberInput/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
39
|
"VTimePicker": {
|
52
40
|
"from": "labs/VTimePicker/index.mjs",
|
53
41
|
"styles": []
|
@@ -60,6 +48,18 @@
|
|
60
48
|
"from": "labs/VTimePicker/index.mjs",
|
61
49
|
"styles": []
|
62
50
|
},
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VTreeview": {
|
64
64
|
"from": "labs/VTreeview/index.mjs",
|
65
65
|
"styles": []
|
@@ -76,13 +76,13 @@
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"VSnackbarQueue": {
|
80
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
79
|
"VPullToRefresh": {
|
84
80
|
"from": "labs/VPullToRefresh/index.mjs",
|
85
81
|
"styles": []
|
82
|
+
},
|
83
|
+
"VSnackbarQueue": {
|
84
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
85
|
+
"styles": []
|
86
86
|
}
|
87
87
|
}
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAlert": {
|
4
|
+
"from": "components/VAlert/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAlertTitle": {
|
8
|
+
"from": "components/VAlert/index.mjs",
|
5
9
|
"styles": []
|
6
10
|
},
|
7
11
|
"VAppBar": {
|
@@ -16,28 +20,16 @@
|
|
16
20
|
"from": "components/VAppBar/index.mjs",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAlertTitle": {
|
24
|
-
"from": "components/VAlert/index.mjs",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAvatar": {
|
28
|
-
"from": "components/VAvatar/index.mjs",
|
23
|
+
"VApp": {
|
24
|
+
"from": "components/VApp/index.mjs",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
27
|
"VAutocomplete": {
|
32
28
|
"from": "components/VAutocomplete/index.mjs",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBottomNavigation": {
|
40
|
-
"from": "components/VBottomNavigation/index.mjs",
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
35
|
"VBanner": {
|
@@ -52,8 +44,12 @@
|
|
52
44
|
"from": "components/VBanner/index.mjs",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
47
|
+
"VBottomNavigation": {
|
48
|
+
"from": "components/VBottomNavigation/index.mjs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBadge": {
|
52
|
+
"from": "components/VBadge/index.mjs",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
55
|
"VBreadcrumbs": {
|
@@ -76,6 +72,22 @@
|
|
76
72
|
"from": "components/VBtn/index.mjs",
|
77
73
|
"styles": []
|
78
74
|
},
|
75
|
+
"VBottomSheet": {
|
76
|
+
"from": "components/VBottomSheet/index.mjs",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle/index.mjs",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel/index.mjs",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel/index.mjs",
|
89
|
+
"styles": []
|
90
|
+
},
|
79
91
|
"VCard": {
|
80
92
|
"from": "components/VCard/index.mjs",
|
81
93
|
"styles": []
|
@@ -100,16 +112,8 @@
|
|
100
112
|
"from": "components/VCard/index.mjs",
|
101
113
|
"styles": []
|
102
114
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBtnToggle": {
|
112
|
-
"from": "components/VBtnToggle/index.mjs",
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip/index.mjs",
|
113
117
|
"styles": []
|
114
118
|
},
|
115
119
|
"VCheckbox": {
|
@@ -128,6 +132,22 @@
|
|
128
132
|
"from": "components/VColorPicker/index.mjs",
|
129
133
|
"styles": []
|
130
134
|
},
|
135
|
+
"VCounter": {
|
136
|
+
"from": "components/VCounter/index.mjs",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
|
+
"VCode": {
|
140
|
+
"from": "components/VCode/index.mjs",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
|
+
"VDialog": {
|
144
|
+
"from": "components/VDialog/index.mjs",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
|
+
"VCombobox": {
|
148
|
+
"from": "components/VCombobox/index.mjs",
|
149
|
+
"styles": []
|
150
|
+
},
|
131
151
|
"VDataTable": {
|
132
152
|
"from": "components/VDataTable/index.mjs",
|
133
153
|
"styles": []
|
@@ -156,30 +176,6 @@
|
|
156
176
|
"from": "components/VDataTable/index.mjs",
|
157
177
|
"styles": []
|
158
178
|
},
|
159
|
-
"VChip": {
|
160
|
-
"from": "components/VChip/index.mjs",
|
161
|
-
"styles": []
|
162
|
-
},
|
163
|
-
"VCode": {
|
164
|
-
"from": "components/VCode/index.mjs",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
|
-
"VCounter": {
|
168
|
-
"from": "components/VCounter/index.mjs",
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VDialog": {
|
172
|
-
"from": "components/VDialog/index.mjs",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VCombobox": {
|
176
|
-
"from": "components/VCombobox/index.mjs",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VEmptyState": {
|
180
|
-
"from": "components/VEmptyState/index.mjs",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
179
|
"VDatePicker": {
|
184
180
|
"from": "components/VDatePicker/index.mjs",
|
185
181
|
"styles": []
|
@@ -208,6 +204,10 @@
|
|
208
204
|
"from": "components/VDivider/index.mjs",
|
209
205
|
"styles": []
|
210
206
|
},
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState/index.mjs",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
211
|
"VFab": {
|
212
212
|
"from": "components/VFab/index.mjs",
|
213
213
|
"styles": []
|
@@ -228,14 +228,6 @@
|
|
228
228
|
"from": "components/VExpansionPanel/index.mjs",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"VFileInput": {
|
232
|
-
"from": "components/VFileInput/index.mjs",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFooter": {
|
236
|
-
"from": "components/VFooter/index.mjs",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
231
|
"VField": {
|
240
232
|
"from": "components/VField/index.mjs",
|
241
233
|
"styles": []
|
@@ -244,6 +236,10 @@
|
|
244
236
|
"from": "components/VField/index.mjs",
|
245
237
|
"styles": []
|
246
238
|
},
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput/index.mjs",
|
241
|
+
"styles": []
|
242
|
+
},
|
247
243
|
"VIcon": {
|
248
244
|
"from": "components/VIcon/index.mjs",
|
249
245
|
"styles": []
|
@@ -264,18 +260,22 @@
|
|
264
260
|
"from": "components/VIcon/index.mjs",
|
265
261
|
"styles": []
|
266
262
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VLabel": {
|
272
|
-
"from": "components/VLabel/index.mjs",
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter/index.mjs",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
267
|
"VImg": {
|
276
268
|
"from": "components/VImg/index.mjs",
|
277
269
|
"styles": []
|
278
270
|
},
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput/index.mjs",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
279
|
"VItemGroup": {
|
280
280
|
"from": "components/VItemGroup/index.mjs",
|
281
281
|
"styles": []
|
@@ -284,18 +284,14 @@
|
|
284
284
|
"from": "components/VItemGroup/index.mjs",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel/index.mjs",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
291
|
"VKbd": {
|
292
292
|
"from": "components/VKbd/index.mjs",
|
293
293
|
"styles": []
|
294
294
|
},
|
295
|
-
"VMain": {
|
296
|
-
"from": "components/VMain/index.mjs",
|
297
|
-
"styles": []
|
298
|
-
},
|
299
295
|
"VList": {
|
300
296
|
"from": "components/VList/index.mjs",
|
301
297
|
"styles": []
|
@@ -332,6 +328,10 @@
|
|
332
328
|
"from": "components/VList/index.mjs",
|
333
329
|
"styles": []
|
334
330
|
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain/index.mjs",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
335
|
"VMenu": {
|
336
336
|
"from": "components/VMenu/index.mjs",
|
337
337
|
"styles": []
|
@@ -368,44 +368,44 @@
|
|
368
368
|
"from": "components/VRadioGroup/index.mjs",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
371
|
+
"VSelectionControl": {
|
372
|
+
"from": "components/VSelectionControl/index.mjs",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating/index.mjs",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
379
|
"VSheet": {
|
380
380
|
"from": "components/VSheet/index.mjs",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"VSlider": {
|
384
|
-
"from": "components/VSlider/index.mjs",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
383
|
"VSelectionControlGroup": {
|
388
384
|
"from": "components/VSelectionControlGroup/index.mjs",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
387
|
+
"VSelect": {
|
388
|
+
"from": "components/VSelect/index.mjs",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
391
|
+
"VSlider": {
|
392
|
+
"from": "components/VSlider/index.mjs",
|
397
393
|
"styles": []
|
398
394
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
395
|
+
"VSkeletonLoader": {
|
396
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
399
|
"VSnackbar": {
|
404
400
|
"from": "components/VSnackbar/index.mjs",
|
405
401
|
"styles": []
|
406
402
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
403
|
+
"VSlideGroup": {
|
404
|
+
"from": "components/VSlideGroup/index.mjs",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSlideGroupItem": {
|
408
|
+
"from": "components/VSlideGroup/index.mjs",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
411
|
"VStepper": {
|
@@ -432,10 +432,18 @@
|
|
432
432
|
"from": "components/VStepper/index.mjs",
|
433
433
|
"styles": []
|
434
434
|
},
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar/index.mjs",
|
437
|
+
"styles": []
|
438
|
+
},
|
435
439
|
"VSwitch": {
|
436
440
|
"from": "components/VSwitch/index.mjs",
|
437
441
|
"styles": []
|
438
442
|
},
|
443
|
+
"VTextField": {
|
444
|
+
"from": "components/VTextField/index.mjs",
|
445
|
+
"styles": []
|
446
|
+
},
|
439
447
|
"VTab": {
|
440
448
|
"from": "components/VTabs/index.mjs",
|
441
449
|
"styles": []
|
@@ -456,18 +464,10 @@
|
|
456
464
|
"from": "components/VTextarea/index.mjs",
|
457
465
|
"styles": []
|
458
466
|
},
|
459
|
-
"VSystemBar": {
|
460
|
-
"from": "components/VSystemBar/index.mjs",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
467
|
"VTable": {
|
464
468
|
"from": "components/VTable/index.mjs",
|
465
469
|
"styles": []
|
466
470
|
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField/index.mjs",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
471
|
"VTimeline": {
|
472
472
|
"from": "components/VTimeline/index.mjs",
|
473
473
|
"styles": []
|
@@ -572,14 +572,14 @@
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VSpeedDial": {
|
576
|
-
"from": "components/VSpeedDial/index.mjs",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VSparkline": {
|
580
576
|
"from": "components/VSparkline/index.mjs",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VSpeedDial": {
|
580
|
+
"from": "components/VSpeedDial/index.mjs",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VThemeProvider": {
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
585
585
|
"styles": []
|
@@ -588,10 +588,6 @@
|
|
588
588
|
"from": "components/VValidation/index.mjs",
|
589
589
|
"styles": []
|
590
590
|
},
|
591
|
-
"VVirtualScroll": {
|
592
|
-
"from": "components/VVirtualScroll/index.mjs",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
591
|
"VFabTransition": {
|
596
592
|
"from": "components/transitions/index.mjs",
|
597
593
|
"styles": []
|
@@ -655,6 +651,10 @@
|
|
655
651
|
"VDialogTransition": {
|
656
652
|
"from": "components/transitions/index.mjs",
|
657
653
|
"styles": []
|
654
|
+
},
|
655
|
+
"VVirtualScroll": {
|
656
|
+
"from": "components/VVirtualScroll/index.mjs",
|
657
|
+
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.6.
|
5
|
+
"version": "3.6.11-master.2024-07-03",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -6814,7 +6814,7 @@
|
|
6814
6814
|
},
|
6815
6815
|
{
|
6816
6816
|
"name": "gradient",
|
6817
|
-
"description": "The gradient to apply to the image.
|
6817
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
6818
6818
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
6819
6819
|
"value": {
|
6820
6820
|
"kind": "expression",
|
@@ -23837,7 +23837,7 @@
|
|
23837
23837
|
},
|
23838
23838
|
{
|
23839
23839
|
"name": "gradient",
|
23840
|
-
"description": "The gradient to apply to the image.
|
23840
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
23841
23841
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
23842
23842
|
"value": {
|
23843
23843
|
"kind": "expression",
|