@vuetify/nightly 3.4.11-dev.2024-01-19 → 3.4.11-master.2024-01-19

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 (109) hide show
  1. package/CHANGELOG.md +2 -29
  2. package/dist/json/attributes.json +288 -380
  3. package/dist/json/importMap.json +94 -94
  4. package/dist/json/tags.json +0 -23
  5. package/dist/json/web-types.json +773 -1064
  6. package/dist/vuetify-labs.css +2951 -3009
  7. package/dist/vuetify-labs.d.ts +956 -6136
  8. package/dist/vuetify-labs.esm.js +711 -824
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +710 -823
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +451 -507
  13. package/dist/vuetify.d.ts +984 -6164
  14. package/dist/vuetify.esm.js +711 -824
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +710 -823
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +621 -631
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +2 -2
  22. package/lib/components/VAlert/_variables.scss +2 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -6
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +0 -1698
  28. package/lib/components/VBanner/index.d.mts +4 -4
  29. package/lib/components/VCard/VCard.css +2 -6
  30. package/lib/components/VCard/VCard.sass +0 -5
  31. package/lib/components/VCard/VCardItem.mjs +10 -23
  32. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  33. package/lib/components/VCard/_variables.scss +2 -2
  34. package/lib/components/VCarousel/index.d.mts +9 -30
  35. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  36. package/lib/components/VChipGroup/VChipGroup.mjs +16 -22
  37. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  38. package/lib/components/VChipGroup/VChipGroup.sass +3 -4
  39. package/lib/components/VChipGroup/index.d.mts +1 -118
  40. package/lib/components/VCombobox/VCombobox.css +1 -1
  41. package/lib/components/VCombobox/VCombobox.mjs +3 -9
  42. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  43. package/lib/components/VCombobox/VCombobox.sass +1 -1
  44. package/lib/components/VCombobox/index.d.mts +0 -1704
  45. package/lib/components/VDataIterator/index.d.mts +0 -1
  46. package/lib/components/VDataTable/VDataTable.css +1 -2
  47. package/lib/components/VDataTable/VDataTable.mjs +1 -2
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTable.sass +1 -2
  50. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -6
  51. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -4
  53. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  54. package/lib/components/VDataTable/composables/headers.mjs +12 -16
  55. package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
  56. package/lib/components/VDataTable/composables/sort.mjs +3 -13
  57. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  58. package/lib/components/VDataTable/index.d.mts +30 -86
  59. package/lib/components/VDataTable/types.mjs.map +1 -1
  60. package/lib/components/VDatePicker/VDatePickerMonth.mjs +11 -56
  61. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  62. package/lib/components/VDatePicker/index.d.mts +19 -34
  63. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  64. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  65. package/lib/components/VImg/VImg.css +0 -3
  66. package/lib/components/VImg/VImg.mjs +3 -14
  67. package/lib/components/VImg/VImg.mjs.map +1 -1
  68. package/lib/components/VImg/VImg.sass +0 -3
  69. package/lib/components/VImg/_variables.scss +0 -3
  70. package/lib/components/VImg/index.d.mts +0 -21
  71. package/lib/components/VList/VList.mjs +1 -5
  72. package/lib/components/VList/VList.mjs.map +1 -1
  73. package/lib/components/VList/index.d.mts +0 -12
  74. package/lib/components/VSelect/VSelect.mjs +2 -5
  75. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  76. package/lib/components/VSelect/index.d.mts +0 -1689
  77. package/lib/components/VSlideGroup/index.d.mts +7 -7
  78. package/lib/components/VSlider/VSliderTrack.css +1 -1
  79. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  80. package/lib/components/VSlider/_variables.scss +0 -1
  81. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  82. package/lib/components/VSystemBar/_variables.scss +2 -2
  83. package/lib/components/VTabs/index.d.mts +14 -14
  84. package/lib/components/VTimeline/VTimeline.css +1 -1
  85. package/lib/components/VTimeline/_variables.scss +1 -1
  86. package/lib/components/VToolbar/VToolbar.css +2 -2
  87. package/lib/components/VToolbar/_variables.scss +2 -2
  88. package/lib/components/VWindow/index.d.mts +7 -7
  89. package/lib/components/index.d.mts +973 -6153
  90. package/lib/composables/locale.mjs +0 -1
  91. package/lib/composables/locale.mjs.map +1 -1
  92. package/lib/composables/theme.mjs +0 -2
  93. package/lib/composables/theme.mjs.map +1 -1
  94. package/lib/entry-bundler.mjs +1 -1
  95. package/lib/entry-bundler.mjs.map +1 -1
  96. package/lib/framework.mjs +1 -1
  97. package/lib/framework.mjs.map +1 -1
  98. package/lib/index.d.mts +28 -28
  99. package/lib/labs/VCalendar/VCalendar.css +2 -4
  100. package/lib/labs/VCalendar/VCalendar.sass +2 -4
  101. package/lib/labs/VCalendar/_variables.scss +0 -5
  102. package/lib/locale/index.d.mts +22 -124
  103. package/lib/locale/index.mjs +0 -1
  104. package/lib/locale/index.mjs.map +1 -1
  105. package/lib/styles/main.css +0 -48
  106. package/lib/styles/settings/_utilities.scss +0 -6
  107. package/package.json +1 -1
  108. package/lib/locale/km.mjs +0 -101
  109. package/lib/locale/km.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,35 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.11-dev.2024-01-19...v) (2024-01-19)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.11-master.2024-01-19...v) (2024-01-19)
2
2
 
3
3
 
4
4
 
5
- ## [3.4.11-dev.2024-01-19](https://github.com/vuetifyjs/vuetify/compare/v3.4.11...v3.4.11-dev.2024-01-19) (2024-01-19)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **VChipGroup:** use VSlideGroup as baseline component ([#17911](https://github.com/vuetifyjs/vuetify/issues/17911)) ([bcffca9](https://github.com/vuetifyjs/vuetify/commit/bcffca90905d07c16f4ab4b326a7cd139cb9f935)), closes [#17321](https://github.com/vuetifyjs/vuetify/issues/17321)
11
- * **VDataTable:** add new headerProps prop ([#19025](https://github.com/vuetifyjs/vuetify/issues/19025)) ([d121f54](https://github.com/vuetifyjs/vuetify/commit/d121f5464ba56f5ddbc649385fabc708578ddbe0)), closes [#18993](https://github.com/vuetifyjs/vuetify/issues/18993)
12
- * **VDataTableVirtual:** add missing colgroup slot ([#19052](https://github.com/vuetifyjs/vuetify/issues/19052)) ([0dca210](https://github.com/vuetifyjs/vuetify/commit/0dca2106989f4a0fd2a6415c7c7be336da616a63))
13
-
14
-
15
- ### Features
16
-
17
- * **locale:** add khmer translations ([#18695](https://github.com/vuetifyjs/vuetify/issues/18695)) ([e1d0e03](https://github.com/vuetifyjs/vuetify/commit/e1d0e0340f127de054c610486d0662d5ca484ad8))
18
- * **style:** add cursor class utilities ([#17033](https://github.com/vuetifyjs/vuetify/issues/17033)) ([a25aac9](https://github.com/vuetifyjs/vuetify/commit/a25aac98fea0f33732b5c4ebf52d820cd5297203))
19
- * **theme:** add surface-light color ([#19047](https://github.com/vuetifyjs/vuetify/issues/19047)) ([d20875a](https://github.com/vuetifyjs/vuetify/commit/d20875a55598cae8dfd5587719a32592a86fb018)), closes [#18091](https://github.com/vuetifyjs/vuetify/issues/18091)
20
- * **VAutocomplete/VCombobox:** add new clearOnSelect prop ([657d929](https://github.com/vuetifyjs/vuetify/commit/657d92915dbde3cd2d1ac05a1da029763c17e385)), closes [#6842](https://github.com/vuetifyjs/vuetify/issues/6842)
21
- * **VCardItem:** bring in-line with VListItem functionality ([356bfd1](https://github.com/vuetifyjs/vuetify/commit/356bfd1a65a189c3808d83b43e0c8676635cafe4))
22
- * **VDataTable/Virtual:** add support for sorting raw objects ([#19048](https://github.com/vuetifyjs/vuetify/issues/19048)) ([0bba2f5](https://github.com/vuetifyjs/vuetify/commit/0bba2f59d5f415861bb9a795251cf5e4c2ec422a)), closes [#11226](https://github.com/vuetifyjs/vuetify/issues/11226)
23
- * **VDatePicker:** add new multiple prop options ([07781b3](https://github.com/vuetifyjs/vuetify/commit/07781b385c0712baa8ec1974b11bd380d3548860)), closes [#18701](https://github.com/vuetifyjs/vuetify/issues/18701)
24
- * **VFileInput:** add string support for showSize prop ([706565f](https://github.com/vuetifyjs/vuetify/commit/706565f060afafc22f14aa77a53df59f92f98609))
25
- * **VImg:** add rounded and color support ([32ac0a1](https://github.com/vuetifyjs/vuetify/commit/32ac0a1f1f20fb9f43a5b72f23e91848ea8c36c3))
26
- * **VList:** add expand / collapse icon support ([8414baf](https://github.com/vuetifyjs/vuetify/commit/8414baf763453d9efd87a0e3e64345ea6c486c38))
27
- * **VSelects:** add new listProps prop ([1f7b403](https://github.com/vuetifyjs/vuetify/commit/1f7b40337291d8056e35a5adc5fda646c092802d)), closes [#6458](https://github.com/vuetifyjs/vuetify/issues/6458)
28
-
29
-
30
- ### BREAKING CHANGES
31
-
32
- * **VCardItem:** append/prepend icon/avatar will now show independently and have reduced inline padding
5
+ ## [3.4.11-master.2024-01-19](https://github.com/vuetifyjs/vuetify/compare/v3.4.11...v3.4.11-master.2024-01-19) (2024-01-19)
33
6
 
34
7
 
35
8