@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-master.2024-01-10

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 (48) hide show
  1. package/CHANGELOG.md +2 -15
  2. package/dist/json/attributes.json +80 -104
  3. package/dist/json/importMap-labs.json +8 -8
  4. package/dist/json/importMap.json +122 -122
  5. package/dist/json/tags.json +0 -6
  6. package/dist/json/web-types.json +138 -192
  7. package/dist/vuetify-labs.css +1186 -1193
  8. package/dist/vuetify-labs.d.ts +0 -54
  9. package/dist/vuetify-labs.esm.js +110 -136
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +109 -135
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +2112 -2119
  14. package/dist/vuetify.d.ts +39 -93
  15. package/dist/vuetify.esm.js +110 -136
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +109 -135
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +134 -135
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VCard/VCard.css +2 -6
  23. package/lib/components/VCard/VCard.sass +0 -5
  24. package/lib/components/VCard/VCardItem.mjs +10 -23
  25. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  26. package/lib/components/VCard/_variables.scss +2 -2
  27. package/lib/components/VCarousel/index.d.mts +0 -21
  28. package/lib/components/VImg/VImg.css +0 -3
  29. package/lib/components/VImg/VImg.mjs +3 -14
  30. package/lib/components/VImg/VImg.mjs.map +1 -1
  31. package/lib/components/VImg/VImg.sass +0 -3
  32. package/lib/components/VImg/_variables.scss +0 -3
  33. package/lib/components/VImg/index.d.mts +0 -21
  34. package/lib/components/VList/VList.mjs +1 -5
  35. package/lib/components/VList/VList.mjs.map +1 -1
  36. package/lib/components/VList/index.d.mts +0 -12
  37. package/lib/components/index.d.mts +0 -54
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/entry-bundler.mjs.map +1 -1
  40. package/lib/framework.mjs +1 -1
  41. package/lib/framework.mjs.map +1 -1
  42. package/lib/index.d.mts +39 -39
  43. package/lib/locale/index.d.mts +22 -124
  44. package/lib/locale/index.mjs +0 -2
  45. package/lib/locale/index.mjs.map +1 -1
  46. package/package.json +1 -1
  47. package/lib/locale/km.mjs +0 -100
  48. package/lib/locale/km.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.10-dev.2024-01-10...v) (2024-01-10)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.10-master.2024-01-10...v) (2024-01-10)
2
2
 
3
3
 
4
4
 
5
- ## [3.4.10-dev.2024-01-10](https://github.com/vuetifyjs/vuetify/compare/v3.4.10...v3.4.10-dev.2024-01-10) (2024-01-10)
5
+ ## [3.4.10-master.2024-01-10](https://github.com/vuetifyjs/vuetify/compare/v3.4.10...v3.4.10-master.2024-01-10) (2024-01-10)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -10,17 +10,4 @@
10
10
  * **locationStrategies:** remove nested requestAnimationFrame ([1ff7faa](https://github.com/vuetifyjs/vuetify/commit/1ff7faafc0a04a49e55c91af95776815444dc2d8)), closes [#11098](https://github.com/vuetifyjs/vuetify/issues/11098) [#15352](https://github.com/vuetifyjs/vuetify/issues/15352) [#17126](https://github.com/vuetifyjs/vuetify/issues/17126) [#18033](https://github.com/vuetifyjs/vuetify/issues/18033)
11
11
 
12
12
 
13
- ### Features
14
-
15
- * **locale:** add khmer translations ([#18695](https://github.com/vuetifyjs/vuetify/issues/18695)) ([e1d0e03](https://github.com/vuetifyjs/vuetify/commit/e1d0e0340f127de054c610486d0662d5ca484ad8))
16
- * **VCardItem:** bring in-line with VListItem functionality ([356bfd1](https://github.com/vuetifyjs/vuetify/commit/356bfd1a65a189c3808d83b43e0c8676635cafe4))
17
- * **VImg:** add rounded and color support ([32ac0a1](https://github.com/vuetifyjs/vuetify/commit/32ac0a1f1f20fb9f43a5b72f23e91848ea8c36c3))
18
- * **VList:** add expand / collapse icon support ([8414baf](https://github.com/vuetifyjs/vuetify/commit/8414baf763453d9efd87a0e3e64345ea6c486c38))
19
-
20
-
21
- ### BREAKING CHANGES
22
-
23
- * **VCardItem:** append/prepend icon/avatar will now show independently and have reduced inline padding
24
-
25
-
26
13