@vuetify/nightly 3.4.10-master.2024-01-17 → 3.4.11-dev.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.
- package/CHANGELOG.md +25 -18
- package/dist/json/attributes.json +380 -288
- package/dist/json/importMap.json +92 -92
- package/dist/json/tags.json +23 -0
- package/dist/json/web-types.json +1064 -773
- package/dist/vuetify-labs.css +1657 -1599
- package/dist/vuetify-labs.d.ts +6142 -962
- package/dist/vuetify-labs.esm.js +15244 -15131
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15243 -15130
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +201 -145
- package/dist/vuetify.d.ts +6171 -991
- package/dist/vuetify.esm.js +15244 -15131
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15243 -15130
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +631 -621
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +2 -2
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1698 -0
- package/lib/components/VBanner/index.d.mts +4 -4
- package/lib/components/VCard/VCard.css +6 -2
- package/lib/components/VCard/VCard.sass +5 -0
- package/lib/components/VCard/VCardItem.mjs +23 -10
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +2 -2
- package/lib/components/VCarousel/index.d.mts +30 -9
- package/lib/components/VChipGroup/VChipGroup.css +3 -3
- package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +4 -3
- package/lib/components/VChipGroup/index.d.mts +118 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.mts +1704 -0
- package/lib/components/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.css +2 -1
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +4 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/headers.mjs +16 -12
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +13 -3
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +86 -30
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +34 -19
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VImg/VImg.css +3 -0
- package/lib/components/VImg/VImg.mjs +14 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +3 -0
- package/lib/components/VImg/_variables.scss +3 -0
- package/lib/components/VImg/index.d.mts +21 -0
- package/lib/components/VList/VList.mjs +5 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +12 -0
- package/lib/components/VSelect/VSelect.mjs +5 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1689 -0
- package/lib/components/VSlideGroup/index.d.mts +7 -7
- package/lib/components/VSlider/VSliderTrack.css +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +1 -1
- package/lib/components/VSlider/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.css +2 -2
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VTabs/index.d.mts +14 -14
- package/lib/components/VTimeline/VTimeline.css +1 -1
- package/lib/components/VTimeline/_variables.scss +1 -1
- package/lib/components/VToolbar/VToolbar.css +2 -2
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/VWindow/index.d.mts +7 -7
- package/lib/components/index.d.mts +6159 -979
- package/lib/composables/locale.mjs +1 -0
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -0
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +29 -29
- package/lib/labs/VCalendar/VCalendar.css +4 -2
- package/lib/labs/VCalendar/VCalendar.sass +4 -2
- package/lib/labs/VCalendar/_variables.scss +5 -0
- package/lib/locale/index.d.mts +124 -22
- package/lib/locale/index.mjs +1 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/km.mjs +101 -0
- package/lib/locale/km.mjs.map +1 -0
- package/lib/styles/main.css +48 -0
- package/lib/styles/settings/_utilities.scss +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,35 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.11-dev.2024-01-19...v) (2024-01-19)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.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
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **
|
|
12
|
-
* **
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
* **
|
|
18
|
-
* **
|
|
19
|
-
* **
|
|
20
|
-
* **
|
|
21
|
-
* **
|
|
22
|
-
* **
|
|
23
|
-
* **
|
|
24
|
-
* **
|
|
25
|
-
* **
|
|
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
|
|
26
33
|
|
|
27
34
|
|
|
28
35
|
|