@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-master-20230214.0
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 +4 -2
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +293 -293
- package/dist/vuetify-labs.d.ts +10 -27
- package/dist/vuetify-labs.esm.js +42 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +42 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +44 -44
- package/dist/vuetify.d.ts +11 -28
- package/dist/vuetify.esm.js +42 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +47 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +3 -9
- package/lib/components/VCombobox/VCombobox.mjs +10 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +3 -9
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +1 -0
- package/lib/components/VSelect/VSelect.mjs +10 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3 -9
- package/lib/components/index.d.ts +10 -27
- package/lib/composables/defaults.mjs +3 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-master-20230214.0...v) (2023-02-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.2.0-
|
|
5
|
+
# [3.2.0-master-20230214.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.4...v3.2.0-master-20230214.0) (2023-02-14)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **defaults:** only try to read string props ([a9617b5](https://github.com/vuetifyjs/vuetify/commit/a9617b589c3ae3f141b46c46b2ca079684f8e576)), closes [#16589](https://github.com/vuetifyjs/vuetify/issues/16589)
|
|
11
|
+
* **defaults:** reset/root should include undefined ([9713ffe](https://github.com/vuetifyjs/vuetify/commit/9713ffeaaa39a2b3fc25ba769767fd0b624898c9)), closes [#16615](https://github.com/vuetifyjs/vuetify/issues/16615)
|
|
11
12
|
* **inputs:** focus on mousedown instead of click ([#16568](https://github.com/vuetifyjs/vuetify/issues/16568)) ([e3e0614](https://github.com/vuetifyjs/vuetify/commit/e3e061475204e413e024efaa8759b5b0c6eab2eb))
|
|
12
13
|
* **proxiedModel:** don't pass reactive objects to transformIn() ([#16612](https://github.com/vuetifyjs/vuetify/issues/16612)) ([02da4e3](https://github.com/vuetifyjs/vuetify/commit/02da4e3c3e0c18b24ac9a358abe30ff6c3f492fc)), closes [#16512](https://github.com/vuetifyjs/vuetify/issues/16512)
|
|
13
14
|
* **teleport:** find only container that is direct child of target ([ce2b450](https://github.com/vuetifyjs/vuetify/commit/ce2b4506a63f074593cbafe2c813519956d87f3c)), closes [#16610](https://github.com/vuetifyjs/vuetify/issues/16610)
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
* **VDataTableServer:** remove reset to first page ([f5de299](https://github.com/vuetifyjs/vuetify/commit/f5de299461e41515538e90431c4a91921d9eb403)), closes [#16620](https://github.com/vuetifyjs/vuetify/issues/16620)
|
|
18
19
|
* **VListItem:** center align icons for two line ([b01173c](https://github.com/vuetifyjs/vuetify/commit/b01173c7910350cc34a9e3aba366963efd69b61b))
|
|
19
20
|
* **VOverlay:** don't use requestIdleCallback in safari ([b295a28](https://github.com/vuetifyjs/vuetify/commit/b295a282c9c65798666c8a0229bd663b50bec035)), closes [#16613](https://github.com/vuetifyjs/vuetify/issues/16613)
|
|
21
|
+
* **VSelect:** don't close menu if submenus are open ([9cbe778](https://github.com/vuetifyjs/vuetify/commit/9cbe778504395b96d8121e392f0d6f62608fe687)), closes [#16645](https://github.com/vuetifyjs/vuetify/issues/16645)
|
|
20
22
|
* **VSelect:** fix selection slot example ([9776af3](https://github.com/vuetifyjs/vuetify/commit/9776af3d5e30394f245e944bad72c137d32c7e0c))
|
|
21
23
|
* **VSelect:** remove redundant clear handler ([8cebb2d](https://github.com/vuetifyjs/vuetify/commit/8cebb2dad94349bf883840e26e9f9b2c561dc492)), closes [#16638](https://github.com/vuetifyjs/vuetify/issues/16638)
|
|
22
24
|
* **VToolbar:** add default width of 100% ([c76dc1a](https://github.com/vuetifyjs/vuetify/commit/c76dc1a3d713a93bf6b920fedeed46e84df4b048))
|
package/dist/json/importMap.json
CHANGED
|
@@ -464,10 +464,6 @@
|
|
|
464
464
|
"from": "components/VSlider/index.mjs",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
|
-
"VSnackbar": {
|
|
468
|
-
"from": "components/VSnackbar/index.mjs",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
467
|
"VSwitch": {
|
|
472
468
|
"from": "components/VSwitch/index.mjs",
|
|
473
469
|
"styles": []
|
|
@@ -476,6 +472,10 @@
|
|
|
476
472
|
"from": "components/VSystemBar/index.mjs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
475
|
+
"VSnackbar": {
|
|
476
|
+
"from": "components/VSnackbar/index.mjs",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
479
|
"VTabs": {
|
|
480
480
|
"from": "components/VTabs/index.mjs",
|
|
481
481
|
"styles": []
|
package/dist/json/web-types.json
CHANGED