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

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 (79) hide show
  1. package/CHANGELOG.md +10 -15
  2. package/dist/json/attributes.json +80 -104
  3. package/dist/json/importMap-labs.json +8 -8
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +0 -6
  6. package/dist/json/web-types.json +160 -192
  7. package/dist/vuetify-labs.css +2200 -2206
  8. package/dist/vuetify-labs.d.ts +1155 -108
  9. package/dist/vuetify-labs.esm.js +255 -270
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +254 -269
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +2311 -2317
  14. package/dist/vuetify.d.ts +1196 -149
  15. package/dist/vuetify.esm.js +255 -270
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +254 -269
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +768 -770
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VBtn/VBtn.mjs +3 -1
  23. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  24. package/lib/components/VBtn/index.d.mts +21 -5
  25. package/lib/components/VCard/VCard.css +2 -6
  26. package/lib/components/VCard/VCard.sass +0 -5
  27. package/lib/components/VCard/VCardItem.mjs +10 -23
  28. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  29. package/lib/components/VCard/_variables.scss +2 -2
  30. package/lib/components/VCarousel/index.d.mts +0 -21
  31. package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
  32. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  33. package/lib/components/VDataIterator/index.d.mts +6 -0
  34. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  35. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  36. package/lib/components/VDataTable/composables/paginate.mjs +6 -2
  37. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  38. package/lib/components/VDataTable/index.d.mts +6 -0
  39. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  40. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  41. package/lib/components/VImg/VImg.css +0 -3
  42. package/lib/components/VImg/VImg.mjs +3 -14
  43. package/lib/components/VImg/VImg.mjs.map +1 -1
  44. package/lib/components/VImg/VImg.sass +0 -3
  45. package/lib/components/VImg/_variables.scss +0 -3
  46. package/lib/components/VImg/index.d.mts +0 -21
  47. package/lib/components/VList/VList.mjs +1 -5
  48. package/lib/components/VList/VList.mjs.map +1 -1
  49. package/lib/components/VList/VListItem.css +1 -0
  50. package/lib/components/VList/VListItem.sass +1 -0
  51. package/lib/components/VList/_variables.scss +1 -0
  52. package/lib/components/VList/index.d.mts +0 -12
  53. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
  54. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  55. package/lib/components/VTabs/VTab.mjs +6 -6
  56. package/lib/components/VTabs/VTab.mjs.map +1 -1
  57. package/lib/components/VTabs/index.d.mts +1102 -3
  58. package/lib/components/index.d.mts +1155 -108
  59. package/lib/composables/calendar.mjs +1 -1
  60. package/lib/composables/calendar.mjs.map +1 -1
  61. package/lib/composables/date/date.mjs +4 -4
  62. package/lib/composables/date/date.mjs.map +1 -1
  63. package/lib/composables/locale.mjs +46 -2
  64. package/lib/composables/locale.mjs.map +1 -1
  65. package/lib/entry-bundler.mjs +1 -1
  66. package/lib/entry-bundler.mjs.map +1 -1
  67. package/lib/framework.mjs +1 -1
  68. package/lib/framework.mjs.map +1 -1
  69. package/lib/index.d.mts +41 -41
  70. package/lib/locale/index.d.mts +22 -168
  71. package/lib/locale/index.mjs +0 -45
  72. package/lib/locale/index.mjs.map +1 -1
  73. package/package.json +2 -1
  74. package/lib/components/VDatePicker/utils.mjs +0 -69
  75. package/lib/components/VDatePicker/utils.mjs.map +0 -1
  76. package/lib/locale/km.mjs +0 -100
  77. package/lib/locale/km.mjs.map +0 -1
  78. package/lib/util/dateTimeUtils.mjs +0 -115
  79. package/lib/util/dateTimeUtils.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,26 +1,21 @@
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-11...v) (2024-01-11)
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-11](https://github.com/vuetifyjs/vuetify/compare/v3.4.10...v3.4.10-master.2024-01-11) (2024-01-11)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **calendar:** use toJsDate before calling getDay ([d31a1a0](https://github.com/vuetifyjs/vuetify/commit/d31a1a0e1bbf78ba76d8e46280788ab7d2d34653))
11
+ * **date:** properly use date from toJsDate ([3014429](https://github.com/vuetifyjs/vuetify/commit/3014429887ef60f882c0789233b8d2e5706e3493)), closes [#18707](https://github.com/vuetifyjs/vuetify/issues/18707)
12
+ * **locale:** memory leak with default rtl values [#18965](https://github.com/vuetifyjs/vuetify/issues/18965) ([#18975](https://github.com/vuetifyjs/vuetify/issues/18975)) ([5b07a9f](https://github.com/vuetifyjs/vuetify/commit/5b07a9fe49f59828a509995772e5923c8bb89526))
10
13
  * **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
-
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
14
+ * **paginate:** emit current-items event on items change ([a2f16f4](https://github.com/vuetifyjs/vuetify/commit/a2f16f44f43d8a0996ee4992b01f7a0ef13d42b7))
15
+ * **VDatePicker:** use startOfMonth date for text display ([0a64f7f](https://github.com/vuetifyjs/vuetify/commit/0a64f7f62417c5ae3592e110147b9fb050aec702)), closes [#18794](https://github.com/vuetifyjs/vuetify/issues/18794)
16
+ * **VList:** set explicit break-word css value ([74be064](https://github.com/vuetifyjs/vuetify/commit/74be0648018cdfecf58f98bd784d08c47b380155)), closes [#18609](https://github.com/vuetifyjs/vuetify/issues/18609)
17
+ * **VSelectionControl:** allow click events when readonly ([55b62fd](https://github.com/vuetifyjs/vuetify/commit/55b62fd61a84245476f4f64fe7634c66c0e21303)), closes [#18024](https://github.com/vuetifyjs/vuetify/issues/18024) [#16812](https://github.com/vuetifyjs/vuetify/issues/16812)
18
+ * **VTabs:** set correct initial isSelected value ([fa5cccb](https://github.com/vuetifyjs/vuetify/commit/fa5cccbdc9869eed397940574c3f6aaf144d7b31)), closes [#18284](https://github.com/vuetifyjs/vuetify/issues/18284)
24
19
 
25
20
 
26
21