@vuetify/nightly 3.7.18-master.2025-03-22 → 3.7.18-master.2025-03-25
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 +22 -3
- package/dist/json/attributes.json +3634 -3622
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6658 -6608
- package/dist/vuetify-labs.css +2562 -2562
- package/dist/vuetify-labs.d.ts +39 -0
- package/dist/vuetify-labs.esm.js +77 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1734 -1734
- package/dist/vuetify.d.ts +50 -50
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/labs/VDateInput/VDateInput.mjs +75 -18
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +43 -0
- package/lib/labs/components.d.mts +43 -4
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.18-master.2025-03-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.18-master.2025-03-25...v) (2025-03-25)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.18-master.2025-03-
|
5
|
+
## [3.7.18-master.2025-03-25](https://github.com/vuetifyjs/vuetify/compare/v3.7.18...v3.7.18-master.2025-03-25) "Other Commmits" (2025-03-25)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
|
+
* replace hasOwn with hasOwnProperty ([227ba8e](https://github.com/vuetifyjs/vuetify/commit/227ba8e8f2b0793a9e210b2069534cfbe1361485))
|
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))
|
11
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)
|
12
13
|
|
@@ -16,9 +17,27 @@
|
|
16
17
|
* **VIcon:** swap provideTheme with useTheme ([633e7c2](https://github.com/vuetifyjs/vuetify/commit/633e7c2da541660bdc22c1bf1cdd7cc71f0c3036))
|
17
18
|
|
18
19
|
|
20
|
+
### :test_tube: Labs
|
21
|
+
|
22
|
+
* **VDateInput:** prevent mobile keyboard showing ([#21141](https://github.com/vuetifyjs/vuetify/issues/21141)) ([a9f9897](https://github.com/vuetifyjs/vuetify/commit/a9f9897d323738a4d8a308399d7a00d8a539facd)), closes [#20580](https://github.com/vuetifyjs/vuetify/issues/20580)
|
23
|
+
* **VDateInput:** add new display-format prop ([d177272](https://github.com/vuetifyjs/vuetify/commit/d177272641eeb988950e4f77776636f703106500))
|
24
|
+
* **VDateInput:** add missing save / cancel events ([5ce8ec8](https://github.com/vuetifyjs/vuetify/commit/5ce8ec87a03ba8315c6eac8d62852d3b1bdecf5c))
|
25
|
+
|
26
|
+
|
19
27
|
### Other Commmits
|
20
28
|
|
21
|
-
* chore(release): publish v3.7.18-master.2025-03-
|
29
|
+
* chore(release): publish v3.7.18-master.2025-03-25 ([59625d5](https://github.com/vuetifyjs/vuetify/commit/59625d553e7edb35251bb1630028d4c01aac04d8))
|
30
|
+
* chore(prop-display-format): fix lint ([8fe591f](https://github.com/vuetifyjs/vuetify/commit/8fe591f46314f5cda168910cc4f54e9f1e258a55))
|
31
|
+
* docs(prop-prepend-icon): clean-up example ([23ef6f3](https://github.com/vuetifyjs/vuetify/commit/23ef6f3e8932964982a2c4d5c973125bb1a02d8c))
|
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))
|
22
41
|
* docs(misc-open-in-list): add missing sheet variable ([77e6069](https://github.com/vuetifyjs/vuetify/commit/77e6069092ff89383d9fc7f410c432f274dac2d5))
|
23
42
|
* docs(prop-load-children): add unique id for users ([7c33933](https://github.com/vuetifyjs/vuetify/commit/7c339338ac174aed2e6f22286d06308990f2bf19))
|
24
43
|
* docs(enterprise-support): update page content ([da8068b](https://github.com/vuetifyjs/vuetify/commit/da8068bac814d637c61fae5dfe385c9a869062d0))
|