@vuetify/nightly 3.7.18-master.2025-03-25 → 3.7.19-master.2025-03-26
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 +8 -39
- package/dist/json/attributes.json +1402 -1402
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +2595 -2595
- package/dist/vuetify-labs.css +2892 -2892
- package/dist/vuetify-labs.esm.js +11 -20
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -20
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3310 -3310
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +8 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VDateInput/VDateInput.mjs +3 -7
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/util/helpers.mjs +1 -11
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,57 +1,26 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.19-master.2025-03-26...v) (2025-03-26)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.
|
5
|
+
## [3.7.19-master.2025-03-26](https://github.com/vuetifyjs/vuetify/compare/v3.7.19...v3.7.19-master.2025-03-26) "Other Commmits" (2025-03-26)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
|
-
*
|
11
|
-
* **VDataTableRow:** provide correct defaults for special slots ([#21071](https://github.com/vuetifyjs/vuetify/issues/21071)) ([a5e2de1](https://github.com/vuetifyjs/vuetify/commit/a5e2de10d2686b0d71b81cb6b15198dd2e3d61f4))
|
12
|
-
* **VDatePicker:** use adapter date in onMultipleClick ([#21091](https://github.com/vuetifyjs/vuetify/issues/21091)) ([0b1dc46](https://github.com/vuetifyjs/vuetify/commit/0b1dc46a366e7c2ab7fd1367e7c2216f306b60cc)), closes [#21090](https://github.com/vuetifyjs/vuetify/issues/21090)
|
13
|
-
|
14
|
-
|
15
|
-
### :microscope: Code Refactoring
|
16
|
-
|
17
|
-
* **VIcon:** swap provideTheme with useTheme ([633e7c2](https://github.com/vuetifyjs/vuetify/commit/633e7c2da541660bdc22c1bf1cdd7cc71f0c3036))
|
10
|
+
* **VAutocomplete:** cleared input searchterm on blur ([#21130](https://github.com/vuetifyjs/vuetify/issues/21130)) ([05076ce](https://github.com/vuetifyjs/vuetify/commit/05076ce61f6af069198dc4f676509f0a5e306c73)), closes [#20993](https://github.com/vuetifyjs/vuetify/issues/20993)
|
18
11
|
|
19
12
|
|
20
13
|
### :test_tube: Labs
|
21
14
|
|
22
|
-
* **VDateInput:** prevent
|
23
|
-
* **VDateInput:**
|
24
|
-
* **VDateInput:** add missing save / cancel events ([5ce8ec8](https://github.com/vuetifyjs/vuetify/commit/5ce8ec87a03ba8315c6eac8d62852d3b1bdecf5c))
|
15
|
+
* **VDateInput:** prevent crash when pressing enter during text input ([#21077](https://github.com/vuetifyjs/vuetify/issues/21077)) ([47a9601](https://github.com/vuetifyjs/vuetify/commit/47a9601ccacb1abae222b99ec0236c2787666467)), closes [#21072](https://github.com/vuetifyjs/vuetify/issues/21072)
|
16
|
+
* **VDateInput:** use display props and remove extra code ([#21152](https://github.com/vuetifyjs/vuetify/issues/21152)) ([9645765](https://github.com/vuetifyjs/vuetify/commit/964576595de80b459b12b87db41bbe826194f828))
|
25
17
|
|
26
18
|
|
27
19
|
### Other Commmits
|
28
20
|
|
29
|
-
* chore(release): publish v3.7.
|
30
|
-
* chore(
|
31
|
-
*
|
32
|
-
* docs: clarify ad rendering condition to prevent null spot access ([5c3061b](https://github.com/vuetifyjs/vuetify/commit/5c3061b9020504b4e6d133fe464b9f84df2402da))
|
33
|
-
* docs(sass-variables): clean up usage/component section ([a74cd52](https://github.com/vuetifyjs/vuetify/commit/a74cd5240632c3ead68a7eb70444476058628961))
|
34
|
-
* docs: fix example prop order ([bef4782](https://github.com/vuetifyjs/vuetify/commit/bef4782e32cd14cfc1e14b656566d5486f7f6fb6))
|
35
|
-
* docs: added missing IconAliases properties ([#21126](https://github.com/vuetifyjs/vuetify/issues/21126)) ([06cc0f7](https://github.com/vuetifyjs/vuetify/commit/06cc0f797e03aed2e1fa378276ac978c0ab8de15))
|
36
|
-
* docs(inputs): remove unused example and style ([0799be5](https://github.com/vuetifyjs/vuetify/commit/0799be55c238d6e929c769acf192a5cad65ac89d))
|
37
|
-
* docs(VInput): remove unused script section ([#21135](https://github.com/vuetifyjs/vuetify/issues/21135)) ([9bc0100](https://github.com/vuetifyjs/vuetify/commit/9bc010042fa2f973dab06e2bd365518939dedc29))
|
38
|
-
* docs(VToolbar): remove unnecessary spacer ([#21142](https://github.com/vuetifyjs/vuetify/issues/21142)) ([cd5b48f](https://github.com/vuetifyjs/vuetify/commit/cd5b48fd8791ec61c57dfe6f619336e7c9edef19))
|
39
|
-
* docs(api): set correct description for border prop ([#21108](https://github.com/vuetifyjs/vuetify/issues/21108)) ([127160f](https://github.com/vuetifyjs/vuetify/commit/127160f37fff9c19cb8e342e628c17782128c63d))
|
40
|
-
* docs(sass-variables): correct use of `$utilities` and `$color-pack` ([#21144](https://github.com/vuetifyjs/vuetify/issues/21144)) ([4e4c98c](https://github.com/vuetifyjs/vuetify/commit/4e4c98c3f4f61f8fa29e9df0a2206b1ca7c69454))
|
41
|
-
* docs(misc-open-in-list): add missing sheet variable ([77e6069](https://github.com/vuetifyjs/vuetify/commit/77e6069092ff89383d9fc7f410c432f274dac2d5))
|
42
|
-
* docs(prop-load-children): add unique id for users ([7c33933](https://github.com/vuetifyjs/vuetify/commit/7c339338ac174aed2e6f22286d06308990f2bf19))
|
43
|
-
* docs(enterprise-support): update page content ([da8068b](https://github.com/vuetifyjs/vuetify/commit/da8068bac814d637c61fae5dfe385c9a869062d0))
|
44
|
-
* docs(blog): remove snips advert ([5633564](https://github.com/vuetifyjs/vuetify/commit/5633564064b09698f75523e1d9c53c19b611df35))
|
45
|
-
* docs(team): update entries ([5cac075](https://github.com/vuetifyjs/vuetify/commit/5cac0757caec12f7689248a130978b315917241d))
|
46
|
-
* chore: add link to post-mortem ([cdc524a](https://github.com/vuetifyjs/vuetify/commit/cdc524a92799908600d9fad1844a9096dd13d00e))
|
47
|
-
* docs: update roadmap ([4f61063](https://github.com/vuetifyjs/vuetify/commit/4f610633d6940b31b94e9903a7272f13652049e7))
|
48
|
-
* docs(team.json): update core team ([#21101](https://github.com/vuetifyjs/vuetify/issues/21101)) ([9af24c4](https://github.com/vuetifyjs/vuetify/commit/9af24c4451644068508aec82b05e0c6e55a1e5e3))
|
49
|
-
* docs(state-of-the-union-2024-post-mortem): add new blog post ([b61f7e4](https://github.com/vuetifyjs/vuetify/commit/b61f7e49cea7a005e78e72637518c152ffc671ab))
|
50
|
-
* docs(VSlideGroup): Update active class prop ([#20988](https://github.com/vuetifyjs/vuetify/issues/20988)) ([849ed78](https://github.com/vuetifyjs/vuetify/commit/849ed78730a6e26217ccb325a28a1b762a331723))
|
51
|
-
* docs(VDateInput): add hideActions description ([#21082](https://github.com/vuetifyjs/vuetify/issues/21082)) ([0c7d417](https://github.com/vuetifyjs/vuetify/commit/0c7d4178f73bfdb0a586805a4b68351abd0383f9))
|
52
|
-
* docs(api): set VBanner specific description for the prepend slot ([#21085](https://github.com/vuetifyjs/vuetify/issues/21085)) ([a9c97b3](https://github.com/vuetifyjs/vuetify/commit/a9c97b3cf7eabb779e5e70ce04512feae70f977e))
|
53
|
-
* docs(v-checkbox-btn): remove misleading description ([#21078](https://github.com/vuetifyjs/vuetify/issues/21078)) ([c843189](https://github.com/vuetifyjs/vuetify/commit/c8431899fe0b9b8ae853796bb303f83d321f0928))
|
54
|
-
* docs(api): clarify borderColor usage of VAlert ([#21123](https://github.com/vuetifyjs/vuetify/issues/21123)) ([42268ae](https://github.com/vuetifyjs/vuetify/commit/42268ae8fac3db8473a9de08790c5537ae70be06))
|
21
|
+
* chore(release): publish v3.7.19-master.2025-03-26 ([31903cc](https://github.com/vuetifyjs/vuetify/commit/31903cc85816294cdf860f23ba2c98d52aa83d57))
|
22
|
+
* chore(helpers): fix lint ([91e7943](https://github.com/vuetifyjs/vuetify/commit/91e794311de21735d02b8e10c95c8dc76ae7ef75))
|
23
|
+
* chore(helpers): remove unused function ([c9c480f](https://github.com/vuetifyjs/vuetify/commit/c9c480fbe3866cefd690a34acb09da373c46bcaf))
|
55
24
|
|
56
25
|
|
57
26
|
|