@vuetify/nightly 3.10.5-dev.2025-10-07 → 3.10.5-master.2025-10-08
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 -16
- package/dist/json/attributes.json +4026 -4058
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +0 -8
- package/dist/json/web-types.json +7197 -7299
- package/dist/vuetify-labs.cjs +61 -143
- package/dist/vuetify-labs.css +4366 -4382
- package/dist/vuetify-labs.d.ts +108 -268
- package/dist/vuetify-labs.esm.js +61 -143
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +61 -143
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +61 -143
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3423 -3439
- package/dist/vuetify.d.ts +108 -268
- package/dist/vuetify.esm.js +61 -143
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +61 -143
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +576 -579
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +11 -52
- package/lib/components/VDataIterator/VDataIterator.js +0 -2
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +18 -78
- package/lib/components/VDataTable/VDataTable.js +5 -9
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +13 -54
- package/lib/components/VDataTable/VDataTableServer.js +4 -8
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +13 -54
- package/lib/components/VDataTable/VDataTableVirtual.js +3 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.d.ts +8 -36
- package/lib/components/VDataTable/composables/sort.js +14 -55
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDivider/VDivider.css +0 -12
- package/lib/components/VDivider/VDivider.d.ts +16 -70
- package/lib/components/VDivider/VDivider.js +5 -27
- package/lib/components/VDivider/VDivider.js.map +1 -1
- package/lib/components/VDivider/VDivider.sass +0 -13
- package/lib/components/VDivider/_variables.scss +0 -2
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +0 -13
- package/lib/components/VProgressCircular/VProgressCircular.js +4 -13
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +2 -2
- package/lib/components/VTextarea/VTextarea.js +20 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VTreeview/VTreeview.d.ts +2 -22
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +2 -30
- package/lib/components/VTreeview/VTreeviewChildren.js +3 -12
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/composables/virtual.js +2 -2
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +68 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/util/indentLines.d.ts +0 -1
- package/lib/util/indentLines.js +4 -7
- package/lib/util/indentLines.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,19 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.10.5-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.10.5-master.2025-10-08...v) (2025-10-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.10.5-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### :rocket: Features
|
|
9
|
-
|
|
10
|
-
* **VDataTable:** add `initial-sort-order` prop ([#22156](https://github.com/vuetifyjs/vuetify/issues/22156)) ([b2f632f](https://github.com/vuetifyjs/vuetify/commit/b2f632fceb3b89e412eae09ed8de2af50b13f168)), closes [#11117](https://github.com/vuetifyjs/vuetify/issues/11117) [#20615](https://github.com/vuetifyjs/vuetify/issues/20615)
|
|
11
|
-
* **VDataTable:** multi-sort mode and keyboard modifiers ([#22133](https://github.com/vuetifyjs/vuetify/issues/22133)) ([54bbc84](https://github.com/vuetifyjs/vuetify/commit/54bbc84d5447b08f37a11c276cad68e35b045701)), closes [#22132](https://github.com/vuetifyjs/vuetify/issues/22132)
|
|
12
|
-
* **VDivider:** add `content-offset` prop ([e6b6284](https://github.com/vuetifyjs/vuetify/commit/e6b6284378ec36b78ac6097368d72c3ff0fb47ab))
|
|
13
|
-
* **VDivider:** add `variant` prop ([8a6c279](https://github.com/vuetifyjs/vuetify/commit/8a6c279e2db104e330287b66abad0027c8da9f69))
|
|
14
|
-
* **VDivider:** add `gradient` prop ([60367cd](https://github.com/vuetifyjs/vuetify/commit/60367cdd21e874851a9ce3faabb83a54f1140965))
|
|
15
|
-
* **VProgressCircular:** add `rounded` prop ([#22051](https://github.com/vuetifyjs/vuetify/issues/22051)) ([2bd681d](https://github.com/vuetifyjs/vuetify/commit/2bd681de36b7edfaca515d036aabf4a441f1426a))
|
|
16
|
-
* **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)
|
|
5
|
+
## [3.10.5-master.2025-10-08](https://github.com/vuetifyjs/vuetify/compare/v3.10.5...v3.10.5-master.2025-10-08) "Other Commits" (2025-10-08)
|
|
17
6
|
|
|
18
7
|
|
|
19
8
|
### :wrench: Bug Fixes
|
|
20
9
|
|
|
21
|
-
* **
|
|
10
|
+
* **VTextarea:** mask should not clip scrollbar ([#22001](https://github.com/vuetifyjs/vuetify/issues/22001)) ([e8e7234](https://github.com/vuetifyjs/vuetify/commit/e8e72349a985d1ede8a4c8500114e237f1cd742d)), closes [#21283](https://github.com/vuetifyjs/vuetify/issues/21283) [#21302](https://github.com/vuetifyjs/vuetify/issues/21302)
|
|
11
|
+
* **VVirtualScroll:** scroll to last element ([#22166](https://github.com/vuetifyjs/vuetify/issues/22166)) ([1cc009f](https://github.com/vuetifyjs/vuetify/commit/1cc009f3f1387c2530d044c9bd3b6a12fdc18f1d)), closes [#20931](https://github.com/vuetifyjs/vuetify/issues/20931)
|
|
22
12
|
|
|
23
13
|
|
|
24
14
|
### Other Commits
|
|
25
15
|
|
|
26
|
-
* chore(release): publish v3.10.5-
|
|
27
|
-
* docs(VDivider): remove section without example ([20c580a](https://github.com/vuetifyjs/vuetify/commit/20c580a4e6557c94df7d22b5a6250b5539ac3db8))
|
|
16
|
+
* chore(release): publish v3.10.5-master.2025-10-08 ([1034bea](https://github.com/vuetifyjs/vuetify/commit/1034bea4c48717a6c2b84c36d671b2c2f0d8d499))
|
|
28
17
|
|
|
29
18
|
|
|
30
19
|
|