@vuetify/nightly 3.7.6-master.2025-01-16 → 3.7.6-master.2025-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 +41 -0
- package/dist/json/attributes.json +2923 -2923
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +5135 -5135
- package/dist/vuetify-labs.css +4875 -4875
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3768 -3768
- package/dist/vuetify.d.ts +55 -55
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/nested/nested.mjs +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -0,0 +1,41 @@
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.6-master.2025-01-19...v) (2025-01-19)
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
## [3.7.6-master.2025-01-19](https://github.com/vuetifyjs/vuetify/compare/v3.7.6...v3.7.6-master.2025-01-19) "Other Commmits" (2025-01-19)
|
6
|
+
|
7
|
+
|
8
|
+
### :wrench: Bug Fixes
|
9
|
+
|
10
|
+
* **filter:** avoid unnecessary deep proxy ([933bf24](https://github.com/vuetifyjs/vuetify/commit/933bf24e05810d569af7c4397f0543692eac02c2)), closes [#20849](https://github.com/vuetifyjs/vuetify/issues/20849)
|
11
|
+
* **locale:** add missing Dutch translations ([#20839](https://github.com/vuetifyjs/vuetify/issues/20839)) ([bfc25df](https://github.com/vuetifyjs/vuetify/commit/bfc25dfdb5a551bc5c423f48d1d34213868a5925))
|
12
|
+
* **locale:** add missing Azerbaijani translations ([#20848](https://github.com/vuetifyjs/vuetify/issues/20848)) ([0e7b814](https://github.com/vuetifyjs/vuetify/commit/0e7b814ca3dcb7e090db38faf76927d70a590588))
|
13
|
+
* **VAutocomplete:** allow searching when selected item is hightlighted ([2cab7e4](https://github.com/vuetifyjs/vuetify/commit/2cab7e459e9c5742e3e3975afa23df1b783fddb8)), closes [#20796](https://github.com/vuetifyjs/vuetify/issues/20796) [#20836](https://github.com/vuetifyjs/vuetify/issues/20836)
|
14
|
+
* **VColorPicker:** handle invalid eyedropper result in linux ([2e0e0f5](https://github.com/vuetifyjs/vuetify/commit/2e0e0f528eb36b8617cae1834a11ddb2350940f8)), closes [#20847](https://github.com/vuetifyjs/vuetify/issues/20847)
|
15
|
+
* **VCombobox:** don't return focus to input on space keydown ([d609024](https://github.com/vuetifyjs/vuetify/commit/d6090248e1d0fa34748fce1dcc93991aeea19b8f)), closes [#20850](https://github.com/vuetifyjs/vuetify/issues/20850)
|
16
|
+
* **VDialog:** restore scrollable dialog margins ([39fe86d](https://github.com/vuetifyjs/vuetify/commit/39fe86de7da2e4f612301903e0a51dfc117e83fc))
|
17
|
+
* **VField:** prevent rendering clear button when disabled ([#20821](https://github.com/vuetifyjs/vuetify/issues/20821)) ([210488a](https://github.com/vuetifyjs/vuetify/commit/210488aa70aad90f8b325de952485ce48ef759e4)), closes [#20818](https://github.com/vuetifyjs/vuetify/issues/20818)
|
18
|
+
* **VProgressLinear:** set aria-valuenow to current value ([#20845](https://github.com/vuetifyjs/vuetify/issues/20845)) ([f9ac620](https://github.com/vuetifyjs/vuetify/commit/f9ac620bd02cad58ae29b0534420c723cfc018a8)), closes [#19894](https://github.com/vuetifyjs/vuetify/issues/19894)
|
19
|
+
* **VSlideGroup:** skip disabled elements when moving focus ([#20808](https://github.com/vuetifyjs/vuetify/issues/20808)) ([cb2d96b](https://github.com/vuetifyjs/vuetify/commit/cb2d96bbcf61623a6b9b007e2a09b3c7bcaa160c)), closes [#20780](https://github.com/vuetifyjs/vuetify/issues/20780)
|
20
|
+
* **VSparkline:** accept numeric value for smooth ([#20795](https://github.com/vuetifyjs/vuetify/issues/20795)) ([0f833be](https://github.com/vuetifyjs/vuetify/commit/0f833be59fe7afb8f1bb86f4e04b9f809ab9d84d)), closes [#19262](https://github.com/vuetifyjs/vuetify/issues/19262)
|
21
|
+
* **VStepper:** add type=button to headers ([e66317d](https://github.com/vuetifyjs/vuetify/commit/e66317dbcc9bd1746a3ab1106301ba30ee94e33a)), closes [#20866](https://github.com/vuetifyjs/vuetify/issues/20866)
|
22
|
+
* **VTextarea:** correct area scaling when grown vertically in flex ([15c6485](https://github.com/vuetifyjs/vuetify/commit/15c6485b12cb513d293ff8691ed2b3daa7cb3f24)), closes [#20861](https://github.com/vuetifyjs/vuetify/issues/20861)
|
23
|
+
|
24
|
+
|
25
|
+
### :test_tube: Labs
|
26
|
+
|
27
|
+
* **VDateInput:** pass `location` to VMenu ([#20854](https://github.com/vuetifyjs/vuetify/issues/20854)) ([2cefedb](https://github.com/vuetifyjs/vuetify/commit/2cefedb55837b8e2238adae695dd9f7b1ac199d1))
|
28
|
+
* **VDateInput:** actions slot ([#20858](https://github.com/vuetifyjs/vuetify/issues/20858)) ([70deee7](https://github.com/vuetifyjs/vuetify/commit/70deee7d77c5cefba8dfff2474520f6d00a1f124)), closes [#20690](https://github.com/vuetifyjs/vuetify/issues/20690) [#20857](https://github.com/vuetifyjs/vuetify/issues/20857)
|
29
|
+
* **VTreeview:** Incorrect isOpen state in the prepend slot when using return-object ([#20884](https://github.com/vuetifyjs/vuetify/issues/20884)) ([14be656](https://github.com/vuetifyjs/vuetify/commit/14be656999d8061c6623cb11ef611fe06e23296e))
|
30
|
+
|
31
|
+
|
32
|
+
### Other Commmits
|
33
|
+
|
34
|
+
* chore(release): publish v3.7.6-master.2025-01-19 ([2c0ed9e](https://github.com/vuetifyjs/vuetify/commit/2c0ed9ecabe33902ebbc1405e89bcfbe8d0ef194))
|
35
|
+
* chore(ci): fix nightly build changelog ([3810c2a](https://github.com/vuetifyjs/vuetify/commit/3810c2ab9f7fdf52cc9c816b0b4e47b06c7bc219))
|
36
|
+
* docs: fix typo "to to" ([#20817](https://github.com/vuetifyjs/vuetify/issues/20817)) ([33a3f29](https://github.com/vuetifyjs/vuetify/commit/33a3f29402e3facdffea52060b16c612a123650c))
|
37
|
+
* chore(README): update sponsors ([7463ccf](https://github.com/vuetifyjs/vuetify/commit/7463ccfc793a9d96bfad7925d9c3c65718c41e06))
|
38
|
+
* chore: update cypress tests to vitest ([#20754](https://github.com/vuetifyjs/vuetify/issues/20754)) ([6dc52fe](https://github.com/vuetifyjs/vuetify/commit/6dc52fe22d4e1dbe25e51abb947b11eb2725a21f))
|
39
|
+
|
40
|
+
|
41
|
+
|