@vuetify/nightly 3.6.3-master.2024-05-02 → 3.6.3-master.2024-05-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.
Files changed (43) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/dist/json/attributes.json +17 -17
  3. package/dist/json/importMap-labs.json +28 -28
  4. package/dist/json/importMap.json +116 -116
  5. package/dist/json/web-types.json +28 -28
  6. package/dist/vuetify-labs.css +1377 -1363
  7. package/dist/vuetify-labs.d.ts +129 -123
  8. package/dist/vuetify-labs.esm.js +7 -5
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +7 -5
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +765 -751
  13. package/dist/vuetify.d.ts +171 -165
  14. package/dist/vuetify.esm.js +7 -5
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -5
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +3 -1
  22. package/lib/components/VAvatar/VAvatar.css +3 -1
  23. package/lib/components/VBanner/index.d.mts +11 -11
  24. package/lib/components/VBtn/VBtn.css +3 -1
  25. package/lib/components/VCard/VCard.css +3 -1
  26. package/lib/components/VChip/VChip.css +3 -1
  27. package/lib/components/VChipGroup/index.d.mts +11 -11
  28. package/lib/components/VDataTable/index.d.mts +66 -66
  29. package/lib/components/VList/VListItem.css +3 -1
  30. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  31. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  32. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  33. package/lib/components/VSlideGroup/index.d.mts +11 -11
  34. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  35. package/lib/components/VTabs/index.d.mts +11 -11
  36. package/lib/components/index.d.mts +129 -123
  37. package/lib/composables/display.mjs +1 -1
  38. package/lib/composables/display.mjs.map +1 -1
  39. package/lib/entry-bundler.mjs +1 -1
  40. package/lib/framework.mjs +1 -1
  41. package/lib/index.d.mts +42 -42
  42. package/lib/styles/tools/_variant.sass +3 -1
  43. package/package.json +1 -1
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VApp": {
4
+ "from": "components/VApp/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VAppBar": {
4
8
  "from": "components/VAppBar/index.mjs",
5
9
  "styles": []
@@ -12,12 +16,8 @@
12
16
  "from": "components/VAppBar/index.mjs",
13
17
  "styles": []
14
18
  },
15
- "VApp": {
16
- "from": "components/VApp/index.mjs",
17
- "styles": []
18
- },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete/index.mjs",
19
+ "VAvatar": {
20
+ "from": "components/VAvatar/index.mjs",
21
21
  "styles": []
22
22
  },
23
23
  "VAlert": {
@@ -28,30 +28,14 @@
28
28
  "from": "components/VAlert/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VBanner": {
32
- "from": "components/VBanner/index.mjs",
33
- "styles": []
34
- },
35
- "VBannerActions": {
36
- "from": "components/VBanner/index.mjs",
37
- "styles": []
38
- },
39
- "VBannerText": {
40
- "from": "components/VBanner/index.mjs",
41
- "styles": []
42
- },
43
- "VAvatar": {
44
- "from": "components/VAvatar/index.mjs",
31
+ "VAutocomplete": {
32
+ "from": "components/VAutocomplete/index.mjs",
45
33
  "styles": []
46
34
  },
47
35
  "VBadge": {
48
36
  "from": "components/VBadge/index.mjs",
49
37
  "styles": []
50
38
  },
51
- "VBottomSheet": {
52
- "from": "components/VBottomSheet/index.mjs",
53
- "styles": []
54
- },
55
39
  "VBreadcrumbs": {
56
40
  "from": "components/VBreadcrumbs/index.mjs",
57
41
  "styles": []
@@ -64,22 +48,38 @@
64
48
  "from": "components/VBreadcrumbs/index.mjs",
65
49
  "styles": []
66
50
  },
51
+ "VBanner": {
52
+ "from": "components/VBanner/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VBannerActions": {
56
+ "from": "components/VBanner/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBannerText": {
60
+ "from": "components/VBanner/index.mjs",
61
+ "styles": []
62
+ },
67
63
  "VBottomNavigation": {
68
64
  "from": "components/VBottomNavigation/index.mjs",
69
65
  "styles": []
70
66
  },
71
- "VBtnGroup": {
72
- "from": "components/VBtnGroup/index.mjs",
67
+ "VBottomSheet": {
68
+ "from": "components/VBottomSheet/index.mjs",
73
69
  "styles": []
74
70
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle/index.mjs",
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup/index.mjs",
77
73
  "styles": []
78
74
  },
79
75
  "VBtn": {
80
76
  "from": "components/VBtn/index.mjs",
81
77
  "styles": []
82
78
  },
79
+ "VChip": {
80
+ "from": "components/VChip/index.mjs",
81
+ "styles": []
82
+ },
83
83
  "VCard": {
84
84
  "from": "components/VCard/index.mjs",
85
85
  "styles": []
@@ -104,12 +104,12 @@
104
104
  "from": "components/VCard/index.mjs",
105
105
  "styles": []
106
106
  },
107
- "VCheckbox": {
108
- "from": "components/VCheckbox/index.mjs",
107
+ "VChipGroup": {
108
+ "from": "components/VChipGroup/index.mjs",
109
109
  "styles": []
110
110
  },
111
- "VCheckboxBtn": {
112
- "from": "components/VCheckbox/index.mjs",
111
+ "VBtnToggle": {
112
+ "from": "components/VBtnToggle/index.mjs",
113
113
  "styles": []
114
114
  },
115
115
  "VCarousel": {
@@ -120,26 +120,30 @@
120
120
  "from": "components/VCarousel/index.mjs",
121
121
  "styles": []
122
122
  },
123
- "VCombobox": {
124
- "from": "components/VCombobox/index.mjs",
125
- "styles": []
126
- },
127
- "VChip": {
128
- "from": "components/VChip/index.mjs",
123
+ "VCode": {
124
+ "from": "components/VCode/index.mjs",
129
125
  "styles": []
130
126
  },
131
- "VChipGroup": {
132
- "from": "components/VChipGroup/index.mjs",
127
+ "VCounter": {
128
+ "from": "components/VCounter/index.mjs",
133
129
  "styles": []
134
130
  },
135
- "VCode": {
136
- "from": "components/VCode/index.mjs",
131
+ "VCombobox": {
132
+ "from": "components/VCombobox/index.mjs",
137
133
  "styles": []
138
134
  },
139
135
  "VColorPicker": {
140
136
  "from": "components/VColorPicker/index.mjs",
141
137
  "styles": []
142
138
  },
139
+ "VCheckbox": {
140
+ "from": "components/VCheckbox/index.mjs",
141
+ "styles": []
142
+ },
143
+ "VCheckboxBtn": {
144
+ "from": "components/VCheckbox/index.mjs",
145
+ "styles": []
146
+ },
143
147
  "VDatePicker": {
144
148
  "from": "components/VDatePicker/index.mjs",
145
149
  "styles": []
@@ -192,22 +196,18 @@
192
196
  "from": "components/VDataTable/index.mjs",
193
197
  "styles": []
194
198
  },
195
- "VCounter": {
196
- "from": "components/VCounter/index.mjs",
197
- "styles": []
198
- },
199
199
  "VDivider": {
200
200
  "from": "components/VDivider/index.mjs",
201
201
  "styles": []
202
202
  },
203
- "VDialog": {
204
- "from": "components/VDialog/index.mjs",
205
- "styles": []
206
- },
207
203
  "VEmptyState": {
208
204
  "from": "components/VEmptyState/index.mjs",
209
205
  "styles": []
210
206
  },
207
+ "VDialog": {
208
+ "from": "components/VDialog/index.mjs",
209
+ "styles": []
210
+ },
211
211
  "VExpansionPanels": {
212
212
  "from": "components/VExpansionPanel/index.mjs",
213
213
  "styles": []
@@ -224,6 +224,10 @@
224
224
  "from": "components/VExpansionPanel/index.mjs",
225
225
  "styles": []
226
226
  },
227
+ "VFooter": {
228
+ "from": "components/VFooter/index.mjs",
229
+ "styles": []
230
+ },
227
231
  "VFab": {
228
232
  "from": "components/VFab/index.mjs",
229
233
  "styles": []
@@ -240,10 +244,6 @@
240
244
  "from": "components/VFileInput/index.mjs",
241
245
  "styles": []
242
246
  },
243
- "VFooter": {
244
- "from": "components/VFooter/index.mjs",
245
- "styles": []
246
- },
247
247
  "VIcon": {
248
248
  "from": "components/VIcon/index.mjs",
249
249
  "styles": []
@@ -264,16 +264,16 @@
264
264
  "from": "components/VIcon/index.mjs",
265
265
  "styles": []
266
266
  },
267
- "VImg": {
268
- "from": "components/VImg/index.mjs",
267
+ "VInfiniteScroll": {
268
+ "from": "components/VInfiniteScroll/index.mjs",
269
269
  "styles": []
270
270
  },
271
271
  "VInput": {
272
272
  "from": "components/VInput/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VInfiniteScroll": {
276
- "from": "components/VInfiniteScroll/index.mjs",
275
+ "VImg": {
276
+ "from": "components/VImg/index.mjs",
277
277
  "styles": []
278
278
  },
279
279
  "VItemGroup": {
@@ -284,10 +284,6 @@
284
284
  "from": "components/VItemGroup/index.mjs",
285
285
  "styles": []
286
286
  },
287
- "VKbd": {
288
- "from": "components/VKbd/index.mjs",
289
- "styles": []
290
- },
291
287
  "VLabel": {
292
288
  "from": "components/VLabel/index.mjs",
293
289
  "styles": []
@@ -328,36 +324,36 @@
328
324
  "from": "components/VList/index.mjs",
329
325
  "styles": []
330
326
  },
327
+ "VKbd": {
328
+ "from": "components/VKbd/index.mjs",
329
+ "styles": []
330
+ },
331
331
  "VMain": {
332
332
  "from": "components/VMain/index.mjs",
333
333
  "styles": []
334
334
  },
335
- "VNavigationDrawer": {
336
- "from": "components/VNavigationDrawer/index.mjs",
335
+ "VMessages": {
336
+ "from": "components/VMessages/index.mjs",
337
337
  "styles": []
338
338
  },
339
339
  "VMenu": {
340
340
  "from": "components/VMenu/index.mjs",
341
341
  "styles": []
342
342
  },
343
- "VOverlay": {
344
- "from": "components/VOverlay/index.mjs",
345
- "styles": []
346
- },
347
- "VProgressCircular": {
348
- "from": "components/VProgressCircular/index.mjs",
343
+ "VNavigationDrawer": {
344
+ "from": "components/VNavigationDrawer/index.mjs",
349
345
  "styles": []
350
346
  },
351
347
  "VOtpInput": {
352
348
  "from": "components/VOtpInput/index.mjs",
353
349
  "styles": []
354
350
  },
355
- "VProgressLinear": {
356
- "from": "components/VProgressLinear/index.mjs",
351
+ "VProgressCircular": {
352
+ "from": "components/VProgressCircular/index.mjs",
357
353
  "styles": []
358
354
  },
359
- "VMessages": {
360
- "from": "components/VMessages/index.mjs",
355
+ "VOverlay": {
356
+ "from": "components/VOverlay/index.mjs",
361
357
  "styles": []
362
358
  },
363
359
  "VPagination": {
@@ -372,12 +368,12 @@
372
368
  "from": "components/VRating/index.mjs",
373
369
  "styles": []
374
370
  },
375
- "VSelect": {
376
- "from": "components/VSelect/index.mjs",
371
+ "VProgressLinear": {
372
+ "from": "components/VProgressLinear/index.mjs",
377
373
  "styles": []
378
374
  },
379
- "VSheet": {
380
- "from": "components/VSheet/index.mjs",
375
+ "VSelect": {
376
+ "from": "components/VSelect/index.mjs",
381
377
  "styles": []
382
378
  },
383
379
  "VSelectionControl": {
@@ -388,10 +384,6 @@
388
384
  "from": "components/VSelectionControlGroup/index.mjs",
389
385
  "styles": []
390
386
  },
391
- "VSkeletonLoader": {
392
- "from": "components/VSkeletonLoader/index.mjs",
393
- "styles": []
394
- },
395
387
  "VSlideGroup": {
396
388
  "from": "components/VSlideGroup/index.mjs",
397
389
  "styles": []
@@ -400,16 +392,24 @@
400
392
  "from": "components/VSlideGroup/index.mjs",
401
393
  "styles": []
402
394
  },
395
+ "VSheet": {
396
+ "from": "components/VSheet/index.mjs",
397
+ "styles": []
398
+ },
403
399
  "VSlider": {
404
400
  "from": "components/VSlider/index.mjs",
405
401
  "styles": []
406
402
  },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar/index.mjs",
403
+ "VSkeletonLoader": {
404
+ "from": "components/VSkeletonLoader/index.mjs",
409
405
  "styles": []
410
406
  },
411
- "VTextarea": {
412
- "from": "components/VTextarea/index.mjs",
407
+ "VSwitch": {
408
+ "from": "components/VSwitch/index.mjs",
409
+ "styles": []
410
+ },
411
+ "VSnackbar": {
412
+ "from": "components/VSnackbar/index.mjs",
413
413
  "styles": []
414
414
  },
415
415
  "VStepper": {
@@ -436,10 +436,6 @@
436
436
  "from": "components/VStepper/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VSwitch": {
440
- "from": "components/VSwitch/index.mjs",
441
- "styles": []
442
- },
443
439
  "VTab": {
444
440
  "from": "components/VTabs/index.mjs",
445
441
  "styles": []
@@ -456,16 +452,16 @@
456
452
  "from": "components/VTabs/index.mjs",
457
453
  "styles": []
458
454
  },
459
- "VSystemBar": {
460
- "from": "components/VSystemBar/index.mjs",
455
+ "VTable": {
456
+ "from": "components/VTable/index.mjs",
461
457
  "styles": []
462
458
  },
463
- "VTextField": {
464
- "from": "components/VTextField/index.mjs",
459
+ "VSystemBar": {
460
+ "from": "components/VSystemBar/index.mjs",
465
461
  "styles": []
466
462
  },
467
- "VTable": {
468
- "from": "components/VTable/index.mjs",
463
+ "VTextarea": {
464
+ "from": "components/VTextarea/index.mjs",
469
465
  "styles": []
470
466
  },
471
467
  "VTimeline": {
@@ -476,6 +472,10 @@
476
472
  "from": "components/VTimeline/index.mjs",
477
473
  "styles": []
478
474
  },
475
+ "VTextField": {
476
+ "from": "components/VTextField/index.mjs",
477
+ "styles": []
478
+ },
479
479
  "VToolbar": {
480
480
  "from": "components/VToolbar/index.mjs",
481
481
  "styles": []
@@ -488,6 +488,10 @@
488
488
  "from": "components/VToolbar/index.mjs",
489
489
  "styles": []
490
490
  },
491
+ "VTooltip": {
492
+ "from": "components/VTooltip/index.mjs",
493
+ "styles": []
494
+ },
491
495
  "VWindow": {
492
496
  "from": "components/VWindow/index.mjs",
493
497
  "styles": []
@@ -496,10 +500,6 @@
496
500
  "from": "components/VWindow/index.mjs",
497
501
  "styles": []
498
502
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip/index.mjs",
501
- "styles": []
502
- },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -512,10 +512,6 @@
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
514
514
  },
515
- "VForm": {
516
- "from": "components/VForm/index.mjs",
517
- "styles": []
518
- },
519
515
  "VContainer": {
520
516
  "from": "components/VGrid/index.mjs",
521
517
  "styles": []
@@ -536,6 +532,10 @@
536
532
  "from": "components/VHover/index.mjs",
537
533
  "styles": []
538
534
  },
535
+ "VForm": {
536
+ "from": "components/VForm/index.mjs",
537
+ "styles": []
538
+ },
539
539
  "VLayout": {
540
540
  "from": "components/VLayout/index.mjs",
541
541
  "styles": []
@@ -552,14 +552,14 @@
552
552
  "from": "components/VLocaleProvider/index.mjs",
553
553
  "styles": []
554
554
  },
555
- "VParallax": {
556
- "from": "components/VParallax/index.mjs",
557
- "styles": []
558
- },
559
555
  "VNoSsr": {
560
556
  "from": "components/VNoSsr/index.mjs",
561
557
  "styles": []
562
558
  },
559
+ "VParallax": {
560
+ "from": "components/VParallax/index.mjs",
561
+ "styles": []
562
+ },
563
563
  "VRadio": {
564
564
  "from": "components/VRadio/index.mjs",
565
565
  "styles": []
@@ -572,20 +572,16 @@
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
574
574
  },
575
- "VSparkline": {
576
- "from": "components/VSparkline/index.mjs",
577
- "styles": []
578
- },
579
575
  "VSpeedDial": {
580
576
  "from": "components/VSpeedDial/index.mjs",
581
577
  "styles": []
582
578
  },
583
- "VThemeProvider": {
584
- "from": "components/VThemeProvider/index.mjs",
579
+ "VSparkline": {
580
+ "from": "components/VSparkline/index.mjs",
585
581
  "styles": []
586
582
  },
587
- "VVirtualScroll": {
588
- "from": "components/VVirtualScroll/index.mjs",
583
+ "VThemeProvider": {
584
+ "from": "components/VThemeProvider/index.mjs",
589
585
  "styles": []
590
586
  },
591
587
  "VValidation": {
@@ -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": [
@@ -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.3-master.2024-05-02",
5
+ "version": "3.6.3-master.2024-05-03",
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": "null",
2909
+ "default": "false",
2910
2910
  "value": {
2911
2911
  "kind": "expression",
2912
2912
  "type": "boolean"
@@ -2914,7 +2914,7 @@
2914
2914
  },
2915
2915
  {
2916
2916
  "name": "mobileBreakpoint",
2917
- "description": "Overrides the display configuration default.",
2917
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
2918
2918
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2919
2919
  "value": {
2920
2920
  "kind": "expression",
@@ -8647,9 +8647,9 @@
8647
8647
  },
8648
8648
  {
8649
8649
  "name": "mobile",
8650
- "description": "Explicitly designate as a mobile display configuration.",
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": "null",
8652
+ "default": "false",
8653
8653
  "value": {
8654
8654
  "kind": "expression",
8655
8655
  "type": "boolean"
@@ -11525,9 +11525,9 @@
11525
11525
  },
11526
11526
  {
11527
11527
  "name": "mobile",
11528
- "description": "Explicitly designate as a mobile display configuration.",
11528
+ "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",
11529
11529
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11530
- "default": "null",
11530
+ "default": "false",
11531
11531
  "value": {
11532
11532
  "kind": "expression",
11533
11533
  "type": "boolean"
@@ -11614,7 +11614,7 @@
11614
11614
  },
11615
11615
  {
11616
11616
  "name": "mobileBreakpoint",
11617
- "description": "Overrides the display configuration default.",
11617
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
11618
11618
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11619
11619
  "value": {
11620
11620
  "kind": "expression",
@@ -13448,9 +13448,9 @@
13448
13448
  },
13449
13449
  {
13450
13450
  "name": "mobile",
13451
- "description": "Explicitly designate as a mobile display configuration.",
13451
+ "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",
13452
13452
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13453
- "default": "null",
13453
+ "default": "false",
13454
13454
  "value": {
13455
13455
  "kind": "expression",
13456
13456
  "type": "boolean"
@@ -13458,7 +13458,7 @@
13458
13458
  },
13459
13459
  {
13460
13460
  "name": "mobileBreakpoint",
13461
- "description": "Overrides the display configuration default.",
13461
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13462
13462
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13463
13463
  "value": {
13464
13464
  "kind": "expression",
@@ -13679,9 +13679,9 @@
13679
13679
  },
13680
13680
  {
13681
13681
  "name": "mobile",
13682
- "description": "Explicitly designate as a mobile display configuration.",
13682
+ "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",
13683
13683
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13684
- "default": "null",
13684
+ "default": "false",
13685
13685
  "value": {
13686
13686
  "kind": "expression",
13687
13687
  "type": "boolean"
@@ -13698,7 +13698,7 @@
13698
13698
  },
13699
13699
  {
13700
13700
  "name": "mobileBreakpoint",
13701
- "description": "Overrides the display configuration default.",
13701
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13702
13702
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13703
13703
  "value": {
13704
13704
  "kind": "expression",
@@ -13909,9 +13909,9 @@
13909
13909
  },
13910
13910
  {
13911
13911
  "name": "mobile",
13912
- "description": "Explicitly designate as a mobile display configuration.",
13912
+ "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",
13913
13913
  "doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
13914
- "default": "null",
13914
+ "default": "false",
13915
13915
  "value": {
13916
13916
  "kind": "expression",
13917
13917
  "type": "boolean"
@@ -13969,7 +13969,7 @@
13969
13969
  },
13970
13970
  {
13971
13971
  "name": "mobileBreakpoint",
13972
- "description": "Overrides the display configuration default.",
13972
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13973
13973
  "doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
13974
13974
  "value": {
13975
13975
  "kind": "expression",
@@ -14257,9 +14257,9 @@
14257
14257
  },
14258
14258
  {
14259
14259
  "name": "mobile",
14260
- "description": "Explicitly designate as a mobile display configuration.",
14260
+ "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",
14261
14261
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14262
- "default": "null",
14262
+ "default": "false",
14263
14263
  "value": {
14264
14264
  "kind": "expression",
14265
14265
  "type": "boolean"
@@ -14355,7 +14355,7 @@
14355
14355
  },
14356
14356
  {
14357
14357
  "name": "mobileBreakpoint",
14358
- "description": "Overrides the display configuration default.",
14358
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
14359
14359
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14360
14360
  "value": {
14361
14361
  "kind": "expression",
@@ -16078,9 +16078,9 @@
16078
16078
  },
16079
16079
  {
16080
16080
  "name": "mobile",
16081
- "description": "Explicitly designate as a mobile display configuration.",
16081
+ "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",
16082
16082
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16083
- "default": "null",
16083
+ "default": "false",
16084
16084
  "value": {
16085
16085
  "kind": "expression",
16086
16086
  "type": "boolean"
@@ -16147,7 +16147,7 @@
16147
16147
  },
16148
16148
  {
16149
16149
  "name": "mobileBreakpoint",
16150
- "description": "Overrides the display configuration default.",
16150
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
16151
16151
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16152
16152
  "value": {
16153
16153
  "kind": "expression",
@@ -27618,7 +27618,7 @@
27618
27618
  },
27619
27619
  {
27620
27620
  "name": "mobile",
27621
- "description": "Explicitly designate as a mobile display configuration.",
27621
+ "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",
27622
27622
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
27623
27623
  "default": "null",
27624
27624
  "value": {
@@ -35028,9 +35028,9 @@
35028
35028
  },
35029
35029
  {
35030
35030
  "name": "mobile",
35031
- "description": "Explicitly designate as a mobile display configuration.",
35031
+ "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",
35032
35032
  "doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
35033
- "default": "null",
35033
+ "default": "false",
35034
35034
  "value": {
35035
35035
  "kind": "expression",
35036
35036
  "type": "boolean"
@@ -40817,9 +40817,9 @@
40817
40817
  },
40818
40818
  {
40819
40819
  "name": "mobile",
40820
- "description": "Explicitly designate as a mobile display configuration.",
40820
+ "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",
40821
40821
  "doc-url": "https://vuetifyjs.com/api/VTabs#props",
40822
- "default": "null",
40822
+ "default": "false",
40823
40823
  "value": {
40824
40824
  "kind": "expression",
40825
40825
  "type": "boolean"