@vuetify/nightly 3.6.5-master.2024-05-14 → 3.6.6-master.2024-05-16
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 -11
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +104 -104
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify-labs.css +2749 -2748
- package/dist/vuetify-labs.d.ts +60 -36
- package/dist/vuetify-labs.esm.js +23 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +932 -931
- package/dist/vuetify.d.ts +97 -73
- package/dist/vuetify.esm.js +11 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +3 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +15 -9
- package/lib/components/VChipGroup/index.d.mts +15 -9
- package/lib/components/VDivider/VDivider.css +1 -0
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +15 -9
- package/lib/components/VTabs/index.d.mts +15 -9
- package/lib/components/index.d.mts +60 -36
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +37 -37
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/locale/de.mjs +4 -4
- package/lib/locale/de.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.6-master.2024-05-16...v) (2024-05-16)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
5
|
+
## [3.6.6-master.2024-05-16](https://github.com/vuetifyjs/vuetify/compare/v3.6.6...v3.6.6-master.2024-05-16) (2024-05-16)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
|
-
* **
|
11
|
-
* **VMenu:** allow enter keypress to work in textareas ([#19768](https://github.com/vuetifyjs/vuetify/issues/19768)) ([19ddcef](https://github.com/vuetifyjs/vuetify/commit/19ddcef6cfcfbd62e86730e4d43926d5ca7b1f1d)), closes [#19767](https://github.com/vuetifyjs/vuetify/issues/19767)
|
12
|
-
* **VNumberInput:** mobile friendly support ([#19791](https://github.com/vuetifyjs/vuetify/issues/19791)) ([9520563](https://github.com/vuetifyjs/vuetify/commit/9520563d9a4652c7d725c975ef9ac1e3673ceb47))
|
13
|
-
* **VSwitch:** render in forced-colors mode ([#19703](https://github.com/vuetifyjs/vuetify/issues/19703)) ([e36f7bc](https://github.com/vuetifyjs/vuetify/commit/e36f7bcb40b960109542f0d31fec59c289dd5c47)), closes [#19702](https://github.com/vuetifyjs/vuetify/issues/19702)
|
14
|
-
|
15
|
-
|
16
|
-
### Reverts
|
17
|
-
|
18
|
-
* Revert "fix(colors): apply theme-on-surface override for bg text color" ([1b56e4e](https://github.com/vuetifyjs/vuetify/commit/1b56e4e601c098620daf6eb077d797174703e0da))
|
10
|
+
* **VDivider:** don't wrap content ([d6b292f](https://github.com/vuetifyjs/vuetify/commit/d6b292f9b2df6d0a5eda76583176d51d835323f8))
|
19
11
|
|
20
12
|
|
21
13
|
|
@@ -24,28 +24,24 @@
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VPicker": {
|
32
|
-
"from": "labs/VPicker/index.mjs",
|
27
|
+
"VStepperVertical": {
|
28
|
+
"from": "labs/VStepperVertical/index.mjs",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
31
|
+
"VStepperVerticalItem": {
|
32
|
+
"from": "labs/VStepperVertical/index.mjs",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
35
|
+
"VStepperVerticalActions": {
|
36
|
+
"from": "labs/VStepperVertical/index.mjs",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker/index.mjs",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
47
|
"VTreeview": {
|
@@ -60,16 +56,20 @@
|
|
60
56
|
"from": "labs/VTreeview/index.mjs",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
59
|
+
"VNumberInput": {
|
60
|
+
"from": "labs/VNumberInput/index.mjs",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
63
|
+
"VTimePicker": {
|
64
|
+
"from": "labs/VTimePicker/index.mjs",
|
69
65
|
"styles": []
|
70
66
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
67
|
+
"VTimePickerClock": {
|
68
|
+
"from": "labs/VTimePicker/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTimePickerControls": {
|
72
|
+
"from": "labs/VTimePicker/index.mjs",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
75
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -4,40 +4,28 @@
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarNavIcon": {
|
12
|
-
"from": "components/VAppBar/index.mjs",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAppBarTitle": {
|
16
|
-
"from": "components/VAppBar/index.mjs",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VBanner": {
|
20
|
-
"from": "components/VBanner/index.mjs",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VBannerActions": {
|
24
|
-
"from": "components/VBanner/index.mjs",
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert/index.mjs",
|
25
9
|
"styles": []
|
26
10
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert/index.mjs",
|
29
13
|
"styles": []
|
30
14
|
},
|
31
15
|
"VAutocomplete": {
|
32
16
|
"from": "components/VAutocomplete/index.mjs",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
19
|
+
"VAppBar": {
|
20
|
+
"from": "components/VAppBar/index.mjs",
|
37
21
|
"styles": []
|
38
22
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
23
|
+
"VAppBarNavIcon": {
|
24
|
+
"from": "components/VAppBar/index.mjs",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAppBarTitle": {
|
28
|
+
"from": "components/VAppBar/index.mjs",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
31
|
"VBadge": {
|
@@ -48,12 +36,24 @@
|
|
48
36
|
"from": "components/VAvatar/index.mjs",
|
49
37
|
"styles": []
|
50
38
|
},
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation/index.mjs",
|
41
|
+
"styles": []
|
42
|
+
},
|
51
43
|
"VBottomSheet": {
|
52
44
|
"from": "components/VBottomSheet/index.mjs",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
47
|
+
"VBanner": {
|
48
|
+
"from": "components/VBanner/index.mjs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBannerActions": {
|
52
|
+
"from": "components/VBanner/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBannerText": {
|
56
|
+
"from": "components/VBanner/index.mjs",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
59
|
"VBtn": {
|
@@ -76,6 +76,10 @@
|
|
76
76
|
"from": "components/VBtnGroup/index.mjs",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle/index.mjs",
|
81
|
+
"styles": []
|
82
|
+
},
|
79
83
|
"VCard": {
|
80
84
|
"from": "components/VCard/index.mjs",
|
81
85
|
"styles": []
|
@@ -100,10 +104,6 @@
|
|
100
104
|
"from": "components/VCard/index.mjs",
|
101
105
|
"styles": []
|
102
106
|
},
|
103
|
-
"VBtnToggle": {
|
104
|
-
"from": "components/VBtnToggle/index.mjs",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
107
|
"VCarousel": {
|
108
108
|
"from": "components/VCarousel/index.mjs",
|
109
109
|
"styles": []
|
@@ -112,6 +112,14 @@
|
|
112
112
|
"from": "components/VCarousel/index.mjs",
|
113
113
|
"styles": []
|
114
114
|
},
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip/index.mjs",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCode": {
|
120
|
+
"from": "components/VCode/index.mjs",
|
121
|
+
"styles": []
|
122
|
+
},
|
115
123
|
"VChipGroup": {
|
116
124
|
"from": "components/VChipGroup/index.mjs",
|
117
125
|
"styles": []
|
@@ -124,22 +132,14 @@
|
|
124
132
|
"from": "components/VCheckbox/index.mjs",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VCode": {
|
132
|
-
"from": "components/VCode/index.mjs",
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox/index.mjs",
|
133
137
|
"styles": []
|
134
138
|
},
|
135
139
|
"VColorPicker": {
|
136
140
|
"from": "components/VColorPicker/index.mjs",
|
137
141
|
"styles": []
|
138
142
|
},
|
139
|
-
"VCombobox": {
|
140
|
-
"from": "components/VCombobox/index.mjs",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
143
|
"VCounter": {
|
144
144
|
"from": "components/VCounter/index.mjs",
|
145
145
|
"styles": []
|
@@ -200,14 +200,18 @@
|
|
200
200
|
"from": "components/VDivider/index.mjs",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
203
|
+
"VFab": {
|
204
|
+
"from": "components/VFab/index.mjs",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
207
|
"VDialog": {
|
208
208
|
"from": "components/VDialog/index.mjs",
|
209
209
|
"styles": []
|
210
210
|
},
|
211
|
+
"VEmptyState": {
|
212
|
+
"from": "components/VEmptyState/index.mjs",
|
213
|
+
"styles": []
|
214
|
+
},
|
211
215
|
"VExpansionPanels": {
|
212
216
|
"from": "components/VExpansionPanel/index.mjs",
|
213
217
|
"styles": []
|
@@ -224,10 +228,6 @@
|
|
224
228
|
"from": "components/VExpansionPanel/index.mjs",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab/index.mjs",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
231
|
"VField": {
|
232
232
|
"from": "components/VField/index.mjs",
|
233
233
|
"styles": []
|
@@ -236,20 +236,12 @@
|
|
236
236
|
"from": "components/VField/index.mjs",
|
237
237
|
"styles": []
|
238
238
|
},
|
239
|
-
"VFileInput": {
|
240
|
-
"from": "components/VFileInput/index.mjs",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
239
|
"VFooter": {
|
244
240
|
"from": "components/VFooter/index.mjs",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
249
|
-
"styles": []
|
250
|
-
},
|
251
|
-
"VInfiniteScroll": {
|
252
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput/index.mjs",
|
253
245
|
"styles": []
|
254
246
|
},
|
255
247
|
"VIcon": {
|
@@ -272,20 +264,24 @@
|
|
272
264
|
"from": "components/VIcon/index.mjs",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VItem": {
|
280
|
-
"from": "components/VItemGroup/index.mjs",
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg/index.mjs",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
271
|
"VInput": {
|
284
272
|
"from": "components/VInput/index.mjs",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VItemGroup": {
|
280
|
+
"from": "components/VItemGroup/index.mjs",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VItem": {
|
284
|
+
"from": "components/VItemGroup/index.mjs",
|
289
285
|
"styles": []
|
290
286
|
},
|
291
287
|
"VKbd": {
|
@@ -328,6 +324,10 @@
|
|
328
324
|
"from": "components/VList/index.mjs",
|
329
325
|
"styles": []
|
330
326
|
},
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel/index.mjs",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
331
|
"VMain": {
|
332
332
|
"from": "components/VMain/index.mjs",
|
333
333
|
"styles": []
|
@@ -336,10 +336,6 @@
|
|
336
336
|
"from": "components/VMenu/index.mjs",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"VNavigationDrawer": {
|
340
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
339
|
"VMessages": {
|
344
340
|
"from": "components/VMessages/index.mjs",
|
345
341
|
"styles": []
|
@@ -348,6 +344,10 @@
|
|
348
344
|
"from": "components/VOtpInput/index.mjs",
|
349
345
|
"styles": []
|
350
346
|
},
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
351
|
"VOverlay": {
|
352
352
|
"from": "components/VOverlay/index.mjs",
|
353
353
|
"styles": []
|
@@ -360,46 +360,50 @@
|
|
360
360
|
"from": "components/VPagination/index.mjs",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
+
"VRadioGroup": {
|
364
|
+
"from": "components/VRadioGroup/index.mjs",
|
365
|
+
"styles": []
|
366
|
+
},
|
363
367
|
"VProgressLinear": {
|
364
368
|
"from": "components/VProgressLinear/index.mjs",
|
365
369
|
"styles": []
|
366
370
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect/index.mjs",
|
369
373
|
"styles": []
|
370
374
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating/index.mjs",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl/index.mjs",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
383
|
"VSelectionControlGroup": {
|
380
384
|
"from": "components/VSelectionControlGroup/index.mjs",
|
381
385
|
"styles": []
|
382
386
|
},
|
387
|
+
"VSnackbar": {
|
388
|
+
"from": "components/VSnackbar/index.mjs",
|
389
|
+
"styles": []
|
390
|
+
},
|
383
391
|
"VSheet": {
|
384
392
|
"from": "components/VSheet/index.mjs",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
395
|
+
"VSlideGroup": {
|
396
|
+
"from": "components/VSlideGroup/index.mjs",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
399
|
+
"VSlideGroupItem": {
|
400
|
+
"from": "components/VSlideGroup/index.mjs",
|
393
401
|
"styles": []
|
394
402
|
},
|
395
403
|
"VSlider": {
|
396
404
|
"from": "components/VSlider/index.mjs",
|
397
405
|
"styles": []
|
398
406
|
},
|
399
|
-
"VSnackbar": {
|
400
|
-
"from": "components/VSnackbar/index.mjs",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
407
|
"VStepper": {
|
404
408
|
"from": "components/VStepper/index.mjs",
|
405
409
|
"styles": []
|
@@ -424,20 +428,12 @@
|
|
424
428
|
"from": "components/VStepper/index.mjs",
|
425
429
|
"styles": []
|
426
430
|
},
|
427
|
-
"VSlideGroup": {
|
428
|
-
"from": "components/VSlideGroup/index.mjs",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSlideGroupItem": {
|
432
|
-
"from": "components/VSlideGroup/index.mjs",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
431
|
"VSwitch": {
|
436
432
|
"from": "components/VSwitch/index.mjs",
|
437
433
|
"styles": []
|
438
434
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
435
|
+
"VSkeletonLoader": {
|
436
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
441
437
|
"styles": []
|
442
438
|
},
|
443
439
|
"VTable": {
|
@@ -460,14 +456,6 @@
|
|
460
456
|
"from": "components/VTabs/index.mjs",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"VTextarea": {
|
464
|
-
"from": "components/VTextarea/index.mjs",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField/index.mjs",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
459
|
"VTimeline": {
|
472
460
|
"from": "components/VTimeline/index.mjs",
|
473
461
|
"styles": []
|
@@ -476,6 +464,18 @@
|
|
476
464
|
"from": "components/VTimeline/index.mjs",
|
477
465
|
"styles": []
|
478
466
|
},
|
467
|
+
"VSystemBar": {
|
468
|
+
"from": "components/VSystemBar/index.mjs",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTextField": {
|
472
|
+
"from": "components/VTextField/index.mjs",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTextarea": {
|
476
|
+
"from": "components/VTextarea/index.mjs",
|
477
|
+
"styles": []
|
478
|
+
},
|
479
479
|
"VToolbar": {
|
480
480
|
"from": "components/VToolbar/index.mjs",
|
481
481
|
"styles": []
|
@@ -560,14 +560,14 @@
|
|
560
560
|
"from": "components/VParallax/index.mjs",
|
561
561
|
"styles": []
|
562
562
|
},
|
563
|
-
"VRadio": {
|
564
|
-
"from": "components/VRadio/index.mjs",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
563
|
"VRangeSlider": {
|
568
564
|
"from": "components/VRangeSlider/index.mjs",
|
569
565
|
"styles": []
|
570
566
|
},
|
567
|
+
"VRadio": {
|
568
|
+
"from": "components/VRadio/index.mjs",
|
569
|
+
"styles": []
|
570
|
+
},
|
571
571
|
"VResponsive": {
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
573
573
|
"styles": []
|
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.6-master.2024-05-16",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -2906,7 +2906,7 @@
|
|
2906
2906
|
"name": "mobile",
|
2907
2907
|
"description": "Applies the mobile banner styles.",
|
2908
2908
|
"doc-url": "https://vuetifyjs.com/api/VBanner#props",
|
2909
|
-
"default": "
|
2909
|
+
"default": "null",
|
2910
2910
|
"value": {
|
2911
2911
|
"kind": "expression",
|
2912
2912
|
"type": "boolean"
|
@@ -8649,7 +8649,7 @@
|
|
8649
8649
|
"name": "mobile",
|
8650
8650
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
8651
8651
|
"doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
|
8652
|
-
"default": "
|
8652
|
+
"default": "null",
|
8653
8653
|
"value": {
|
8654
8654
|
"kind": "expression",
|
8655
8655
|
"type": "boolean"
|
@@ -35509,7 +35509,7 @@
|
|
35509
35509
|
"name": "mobile",
|
35510
35510
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
35511
35511
|
"doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
|
35512
|
-
"default": "
|
35512
|
+
"default": "null",
|
35513
35513
|
"value": {
|
35514
35514
|
"kind": "expression",
|
35515
35515
|
"type": "boolean"
|
@@ -42535,7 +42535,7 @@
|
|
42535
42535
|
"name": "mobile",
|
42536
42536
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
42537
42537
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
42538
|
-
"default": "
|
42538
|
+
"default": "null",
|
42539
42539
|
"value": {
|
42540
42540
|
"kind": "expression",
|
42541
42541
|
"type": "boolean"
|