@vuetify/nightly 3.8.7-dev.2025-05-30 → 3.8.7-dev.2025-06-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 (49) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/dist/json/attributes.json +3109 -3093
  3. package/dist/json/importMap-labs.json +38 -38
  4. package/dist/json/importMap.json +166 -166
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +5823 -5783
  7. package/dist/vuetify-labs.cjs +19 -7
  8. package/dist/vuetify-labs.css +4460 -4454
  9. package/dist/vuetify-labs.d.ts +332 -245
  10. package/dist/vuetify-labs.esm.js +19 -7
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +19 -7
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +19 -7
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5196 -5190
  17. package/dist/vuetify.d.ts +332 -245
  18. package/dist/vuetify.esm.js +19 -7
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +19 -7
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +8 -8
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAppBar/VAppBar.d.ts +15 -3
  26. package/lib/components/VDataTable/VDataTable.d.ts +42 -0
  27. package/lib/components/VDataTable/VDataTableServer.d.ts +29 -0
  28. package/lib/components/VDataTable/VDataTableVirtual.d.ts +29 -0
  29. package/lib/components/VTable/VTable.css +6 -0
  30. package/lib/components/VTable/VTable.d.ts +55 -24
  31. package/lib/components/VTable/VTable.js +9 -2
  32. package/lib/components/VTable/VTable.js.map +1 -1
  33. package/lib/components/VTable/VTable.sass +14 -0
  34. package/lib/components/VTable/_variables.scss +1 -0
  35. package/lib/components/VToolbar/VToolbar.d.ts +15 -3
  36. package/lib/components/VToolbar/VToolbar.js +6 -3
  37. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  38. package/lib/composables/date/DateAdapter.d.ts +2 -2
  39. package/lib/composables/date/DateAdapter.js.map +1 -1
  40. package/lib/composables/date/adapters/string.d.ts +54 -0
  41. package/lib/composables/date/adapters/string.js +153 -0
  42. package/lib/composables/date/adapters/string.js.map +1 -0
  43. package/lib/composables/date/date.d.ts +2 -2
  44. package/lib/entry-bundler.d.ts +2 -2
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +78 -68
  47. package/lib/framework.js +1 -1
  48. package/lib/labs/entry-bundler.d.ts +2 -2
  49. package/package.json +1 -1
@@ -1271,6 +1271,7 @@
1271
1271
  "sort-by",
1272
1272
  "sort-desc-icon",
1273
1273
  "sticky",
1274
+ "striped",
1274
1275
  "tag",
1275
1276
  "theme",
1276
1277
  "value-comparator",
@@ -1393,6 +1394,7 @@
1393
1394
  "sort-by",
1394
1395
  "sort-desc-icon",
1395
1396
  "sticky",
1397
+ "striped",
1396
1398
  "tag",
1397
1399
  "theme",
1398
1400
  "value-comparator",
@@ -1448,6 +1450,7 @@
1448
1450
  "sort-by",
1449
1451
  "sort-desc-icon",
1450
1452
  "sticky",
1453
+ "striped",
1451
1454
  "tag",
1452
1455
  "theme",
1453
1456
  "value-comparator",
@@ -3949,6 +3952,7 @@
3949
3952
  "fixed-header",
3950
3953
  "height",
3951
3954
  "hover",
3955
+ "striped",
3952
3956
  "tag",
3953
3957
  "theme"
3954
3958
  ],