@vuetify/nightly 3.10.3-master.2025-09-30 → 3.10.4-dev.2025-10-01
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 +5 -25
- package/dist/json/attributes.json +3160 -3148
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +190 -190
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +5648 -5599
- package/dist/vuetify-labs.cjs +71 -40
- package/dist/vuetify-labs.css +4319 -4319
- package/dist/vuetify-labs.d.ts +162 -65
- package/dist/vuetify-labs.esm.js +71 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +71 -40
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +71 -40
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4024 -4024
- package/dist/vuetify.d.ts +162 -65
- package/dist/vuetify.esm.js +71 -40
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +71 -40
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +61 -57
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +61 -0
- package/lib/components/VAutocomplete/VAutocomplete.js +9 -9
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VChip/VChip.js +13 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +61 -0
- package/lib/components/VCombobox/VCombobox.js +20 -16
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +13 -0
- package/lib/components/VProgressCircular/VProgressCircular.js +13 -4
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +16 -2
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +21 -2
- package/lib/components/VTreeview/VTreeviewChildren.js +6 -2
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/composables/group.d.ts +2 -0
- package/lib/composables/group.js +15 -9
- package/lib/composables/group.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +63 -63
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,39 +1,19 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.10.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.10.4-dev.2025-10-01...v) (2025-10-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.10.
|
|
5
|
+
## [3.10.4-dev.2025-10-01](https://github.com/vuetifyjs/vuetify/compare/v3.10.4...v3.10.4-dev.2025-10-01) "Other Commits" (2025-10-01)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### :rocket: Features
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### :wrench: Bug Fixes
|
|
15
|
-
|
|
16
|
-
* **VAutocomplete/VCombobox:** consistent open/close transition ([#20768](https://github.com/vuetifyjs/vuetify/issues/20768)) ([5967d76](https://github.com/vuetifyjs/vuetify/commit/5967d76c867ea1faccd8ed3bdc4593024aacf020))
|
|
17
|
-
* **VBtn:** set group state for non-router links ([4eeb514](https://github.com/vuetifyjs/vuetify/commit/4eeb514c675b2eeef16f994cac7d37fe1a516b65)), closes [#22085](https://github.com/vuetifyjs/vuetify/issues/22085)
|
|
18
|
-
* **VCombobox:** open full menu when re-opened after typing ([ffe0501](https://github.com/vuetifyjs/vuetify/commit/ffe05014db62c0c5cf132b2ca4901109896734ae))
|
|
19
|
-
* **VCombobox:** open menu when `chips` and typing after clear ([d200f22](https://github.com/vuetifyjs/vuetify/commit/d200f227a12ba14aeb5b0a0ce0fd77ce95da52dc))
|
|
20
|
-
* **VDialog:** fix focus trap when tabbing forward ([#22101](https://github.com/vuetifyjs/vuetify/issues/22101)) ([50a150b](https://github.com/vuetifyjs/vuetify/commit/50a150bf0eb8abf6129958e6b11355a1315bfb5b)), closes [#21945](https://github.com/vuetifyjs/vuetify/issues/21945)
|
|
21
|
-
* **VFileInput, VFileUpload:** avoid invalid `accept` when not defined ([e6c39bc](https://github.com/vuetifyjs/vuetify/commit/e6c39bcbeb750ce4b1a5da91edb4a940dcc4fd38)), closes [#22131](https://github.com/vuetifyjs/vuetify/issues/22131)
|
|
22
|
-
* **VTreeview:** pass `indent-lines` to `header` slot ([8e964c7](https://github.com/vuetifyjs/vuetify/commit/8e964c72d00600f29202bee782eb11bb571627ad))
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### :test_tube: Labs
|
|
26
|
-
|
|
27
|
-
* **VCalendar:** import directives ([1c7896d](https://github.com/vuetifyjs/vuetify/commit/1c7896dc96abbf45f58d819663fa87ec00ae7127)), closes [#22122](https://github.com/vuetifyjs/vuetify/issues/22122)
|
|
10
|
+
* **VProgressCircular:** add `rounded` prop ([#22051](https://github.com/vuetifyjs/vuetify/issues/22051)) ([2bd681d](https://github.com/vuetifyjs/vuetify/commit/2bd681de36b7edfaca515d036aabf4a441f1426a))
|
|
11
|
+
* **VTreeview:** add `footer` slot ([#22130](https://github.com/vuetifyjs/vuetify/issues/22130)) ([a87a3fd](https://github.com/vuetifyjs/vuetify/commit/a87a3fdd6197825bd2b08bd36acfed0768744e82)), closes [#22100](https://github.com/vuetifyjs/vuetify/issues/22100)
|
|
28
12
|
|
|
29
13
|
|
|
30
14
|
### Other Commits
|
|
31
15
|
|
|
32
|
-
* chore(release): publish v3.10.
|
|
33
|
-
* docs(enterprise): epicmax consulting services update ([#21990](https://github.com/vuetifyjs/vuetify/issues/21990)) ([fb3c322](https://github.com/vuetifyjs/vuetify/commit/fb3c3227780ea31a6d8345c7c644a101e2f9dceb))
|
|
34
|
-
* docs(internationalization): correct example for overriding i18n strings ([#22129](https://github.com/vuetifyjs/vuetify/issues/22129)) ([f04d08c](https://github.com/vuetifyjs/vuetify/commit/f04d08cc5d1018f5e7ae139beb32ee49dda3e60b))
|
|
35
|
-
* docs(transitions): add guidance on using padding with expand transitions ([#22121](https://github.com/vuetifyjs/vuetify/issues/22121)) ([ab1c1c1](https://github.com/vuetifyjs/vuetify/commit/ab1c1c19101a70e843c8a641c1d36308982a8734))
|
|
36
|
-
* docs(VDataTableVirtual): add example with itemRef slot prop ([#22120](https://github.com/vuetifyjs/vuetify/issues/22120)) ([9d835e6](https://github.com/vuetifyjs/vuetify/commit/9d835e60f1e4d02c5f4af64c1479cc43120cadb2))
|
|
16
|
+
* chore(release): publish v3.10.4-dev.2025-10-01 ([d50ece6](https://github.com/vuetifyjs/vuetify/commit/d50ece6699dd8722a34629aced453bf429bd51c1))
|
|
37
17
|
|
|
38
18
|
|
|
39
19
|
|