@vuetify/nightly 3.6.3-master.2024-05-02 → 3.6.3-master.2024-05-05

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 +14 -14
  4. package/dist/json/importMap.json +146 -146
  5. package/dist/json/web-types.json +28 -28
  6. package/dist/vuetify-labs.css +1848 -1834
  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 +1818 -1804
  13. package/dist/vuetify.d.ts +178 -172
  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 +49 -49
  42. package/lib/styles/tools/_variant.sass +3 -1
  43. package/package.json +1 -1
@@ -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-05",
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"