@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.
- package/CHANGELOG.md +10 -15
- package/dist/json/attributes.json +80 -104
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +160 -192
- package/dist/vuetify-labs.css +2200 -2206
- package/dist/vuetify-labs.d.ts +1155 -108
- package/dist/vuetify-labs.esm.js +255 -270
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +254 -269
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2311 -2317
- package/dist/vuetify.d.ts +1196 -149
- package/dist/vuetify.esm.js +255 -270
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +254 -269
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +768 -770
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +21 -5
- package/lib/components/VCard/VCard.css +2 -6
- package/lib/components/VCard/VCard.sass +0 -5
- package/lib/components/VCard/VCardItem.mjs +10 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +2 -2
- package/lib/components/VCarousel/index.d.mts +0 -21
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +6 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +6 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +6 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VImg/VImg.css +0 -3
- package/lib/components/VImg/VImg.mjs +3 -14
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -3
- package/lib/components/VImg/_variables.scss +0 -3
- package/lib/components/VImg/index.d.mts +0 -21
- package/lib/components/VList/VList.mjs +1 -5
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -0
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VList/index.d.mts +0 -12
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +6 -6
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1102 -3
- package/lib/components/index.d.mts +1155 -108
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -4
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/locale.mjs +46 -2
- package/lib/composables/locale.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 +41 -41
- package/lib/locale/index.d.mts +22 -168
- package/lib/locale/index.mjs +0 -45
- package/lib/locale/index.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/components/VDatePicker/utils.mjs +0 -69
- package/lib/components/VDatePicker/utils.mjs.map +0 -1
- package/lib/locale/km.mjs +0 -100
- package/lib/locale/km.mjs.map +0 -1
- package/lib/util/dateTimeUtils.mjs +0 -115
- 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-
|
|
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-
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
* **
|
|
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
|
|