@vuetify/nightly 3.7.7-dev.2025-01-20 → 3.7.7-dev.2025-01-23

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 (39) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/dist/json/attributes.json +1847 -1847
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +192 -192
  5. package/dist/json/web-types.json +3645 -3645
  6. package/dist/vuetify-labs.css +3069 -3069
  7. package/dist/vuetify-labs.d.ts +78 -77
  8. package/dist/vuetify-labs.esm.js +113 -73
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +113 -73
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +4776 -4776
  13. package/dist/vuetify.d.ts +78 -77
  14. package/dist/vuetify.esm.js +113 -73
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +113 -73
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +483 -477
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VList/VListGroup.js +1 -0
  22. package/lib/components/VList/VListGroup.js.map +1 -1
  23. package/lib/components/VList/VListItem.js +2 -0
  24. package/lib/components/VList/VListItem.js.map +1 -1
  25. package/lib/composables/display.js +4 -1
  26. package/lib/composables/display.js.map +1 -1
  27. package/lib/composables/nested/nested.d.ts +1 -1
  28. package/lib/composables/nested/nested.js +3 -1
  29. package/lib/composables/nested/nested.js.map +1 -1
  30. package/lib/composables/nested/selectStrategies.d.ts +1 -0
  31. package/lib/composables/nested/selectStrategies.js +21 -0
  32. package/lib/composables/nested/selectStrategies.js.map +1 -1
  33. package/lib/entry-bundler.d.ts +2 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +77 -76
  36. package/lib/framework.js +83 -72
  37. package/lib/framework.js.map +1 -1
  38. package/lib/labs/entry-bundler.d.ts +2 -1
  39. package/package.json +1 -1
@@ -1,15 +1,23 @@
1
1
  {
2
2
  "components": {
3
- "VStepperVertical": {
4
- "from": "labs/VStepperVertical/index.js",
3
+ "VNumberInput": {
4
+ "from": "labs/VNumberInput/index.js",
5
5
  "styles": []
6
6
  },
7
- "VStepperVerticalItem": {
8
- "from": "labs/VStepperVertical/index.js",
7
+ "VPicker": {
8
+ "from": "labs/VPicker/index.js",
9
9
  "styles": []
10
10
  },
11
- "VStepperVerticalActions": {
12
- "from": "labs/VStepperVertical/index.js",
11
+ "VPickerTitle": {
12
+ "from": "labs/VPicker/index.js",
13
+ "styles": []
14
+ },
15
+ "VFileUpload": {
16
+ "from": "labs/VFileUpload/index.js",
17
+ "styles": []
18
+ },
19
+ "VFileUploadItem": {
20
+ "from": "labs/VFileUpload/index.js",
13
21
  "styles": []
14
22
  },
15
23
  "VCalendar": {
@@ -36,24 +44,16 @@
36
44
  "from": "labs/VCalendar/index.js",
37
45
  "styles": []
38
46
  },
39
- "VFileUpload": {
40
- "from": "labs/VFileUpload/index.js",
41
- "styles": []
42
- },
43
- "VFileUploadItem": {
44
- "from": "labs/VFileUpload/index.js",
45
- "styles": []
46
- },
47
- "VNumberInput": {
48
- "from": "labs/VNumberInput/index.js",
47
+ "VStepperVertical": {
48
+ "from": "labs/VStepperVertical/index.js",
49
49
  "styles": []
50
50
  },
51
- "VPicker": {
52
- "from": "labs/VPicker/index.js",
51
+ "VStepperVerticalItem": {
52
+ "from": "labs/VStepperVertical/index.js",
53
53
  "styles": []
54
54
  },
55
- "VPickerTitle": {
56
- "from": "labs/VPicker/index.js",
55
+ "VStepperVerticalActions": {
56
+ "from": "labs/VStepperVertical/index.js",
57
57
  "styles": []
58
58
  },
59
59
  "VTreeview": {
@@ -84,13 +84,13 @@
84
84
  "from": "labs/VDateInput/index.js",
85
85
  "styles": []
86
86
  },
87
- "VSnackbarQueue": {
88
- "from": "labs/VSnackbarQueue/index.js",
89
- "styles": []
90
- },
91
87
  "VPullToRefresh": {
92
88
  "from": "labs/VPullToRefresh/index.js",
93
89
  "styles": []
90
+ },
91
+ "VSnackbarQueue": {
92
+ "from": "labs/VSnackbarQueue/index.js",
93
+ "styles": []
94
94
  }
95
95
  }
96
96
  }