@vuetify/nightly 3.8.5-master.2025-05-14 → 3.8.5-master.2025-05-16
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 +17 -3
- package/dist/json/attributes.json +3800 -3800
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +6633 -6633
- package/dist/vuetify-labs.cjs +20 -36
- package/dist/vuetify-labs.css +3082 -3082
- package/dist/vuetify-labs.d.ts +604 -601
- package/dist/vuetify-labs.esm.js +20 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +20 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3887 -3887
- package/dist/vuetify.d.ts +516 -513
- package/dist/vuetify.esm.js +20 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +581 -578
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +84 -84
- package/lib/components/VCheckbox/VCheckbox.d.ts +12 -12
- package/lib/components/VCombobox/VCombobox.d.ts +84 -84
- package/lib/components/VFileInput/VFileInput.d.ts +30 -30
- package/lib/components/VInput/VInput.d.ts +12 -12
- package/lib/components/VList/VList.d.ts +3 -3
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +80 -80
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +12 -12
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VSelect/VSelect.d.ts +84 -84
- package/lib/components/VSelect/VSelect.js +6 -4
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSwitch/VSwitch.d.ts +12 -12
- package/lib/components/VTextField/VTextField.d.ts +30 -30
- package/lib/components/VTextarea/VTextarea.d.ts +30 -30
- package/lib/components/VValidation/VValidation.d.ts +8 -8
- package/lib/composables/validation.d.ts +6 -5
- package/lib/composables/validation.js +4 -29
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +12 -12
- package/lib/labs/VDateInput/VDateInput.d.ts +84 -84
- package/lib/labs/rules/rules.d.ts +9 -5
- package/lib/labs/rules/rules.js +73 -51
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,27 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.5-master.2025-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.5-master.2025-05-16...v) (2025-05-16)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.5-master.2025-05-
|
5
|
+
## [3.8.5-master.2025-05-16](https://github.com/vuetifyjs/vuetify/compare/v3.8.5...v3.8.5-master.2025-05-16) "Other Commits" (2025-05-16)
|
6
|
+
|
7
|
+
|
8
|
+
### :rocket: Features
|
9
|
+
|
10
|
+
* **validation:** resolve global rules ([#21267](https://github.com/vuetifyjs/vuetify/issues/21267)) ([27e72f5](https://github.com/vuetifyjs/vuetify/commit/27e72f5537beb380b4cd0b88554dd1f89a035429))
|
11
|
+
|
12
|
+
|
13
|
+
### :wrench: Bug Fixes
|
14
|
+
|
15
|
+
* **VSelect:** don't select on keyboard lookup when multiple ([0987daa](https://github.com/vuetifyjs/vuetify/commit/0987daacf695b1621e9953334cea2b0eb57f9c64)), closes [#21418](https://github.com/vuetifyjs/vuetify/issues/21418)
|
6
16
|
|
7
17
|
|
8
18
|
### Other Commits
|
9
19
|
|
10
|
-
* chore(release): publish v3.8.5-master.2025-05-
|
20
|
+
* chore(release): publish v3.8.5-master.2025-05-16 ([7ae6530](https://github.com/vuetifyjs/vuetify/commit/7ae6530e80884701b42a3933ff077f6f0a5ffcf8))
|
21
|
+
* docs(treeshaking): separate options example ([bf99b2e](https://github.com/vuetifyjs/vuetify/commit/bf99b2ef1c50b9547bb5c27e55c82b54d56ffb41))
|
22
|
+
* docs(api): add global sass variables ([#21230](https://github.com/vuetifyjs/vuetify/issues/21230)) ([c943fb3](https://github.com/vuetifyjs/vuetify/commit/c943fb3df32d6906eb5da9440d064e220785cfed))
|
23
|
+
* chore(package.json): update @vuetify/one ([48dd648](https://github.com/vuetifyjs/vuetify/commit/48dd6488f6348639faec4c8a00e1d2667e167274))
|
24
|
+
* chore(package.json): update @vuetify/one ([14589eb](https://github.com/vuetifyjs/vuetify/commit/14589eb326ca5800b12e01ba3f542f50c21ebab1))
|
11
25
|
|
12
26
|
|
13
27
|
|