@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.6-master.2024-05-21
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-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2614 -2613
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +711 -710
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -391,6 +391,8 @@ function findChildrenWithProvide(key, vnode) {
|
|
391
391
|
if (!vnode || typeof vnode !== 'object') return [];
|
392
392
|
if (Array.isArray(vnode)) {
|
393
393
|
return vnode.map(child => findChildrenWithProvide(key, child)).flat(1);
|
394
|
+
} else if (vnode.suspense) {
|
395
|
+
return findChildrenWithProvide(key, vnode.ssContent);
|
394
396
|
} else if (Array.isArray(vnode.children)) {
|
395
397
|
return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1);
|
396
398
|
} else if (vnode.component) {
|
@@ -30098,7 +30100,7 @@ function createVuetify$1() {
|
|
30098
30100
|
goTo
|
30099
30101
|
};
|
30100
30102
|
}
|
30101
|
-
const version$1 = "3.6.6-master.2024-05-
|
30103
|
+
const version$1 = "3.6.6-master.2024-05-21";
|
30102
30104
|
createVuetify$1.version = version$1;
|
30103
30105
|
|
30104
30106
|
// Vue's inject() can only be used in setup
|
@@ -30351,7 +30353,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30351
30353
|
|
30352
30354
|
/* eslint-disable local-rules/sort-imports */
|
30353
30355
|
|
30354
|
-
const version = "3.6.6-master.2024-05-
|
30356
|
+
const version = "3.6.6-master.2024-05-21";
|
30355
30357
|
|
30356
30358
|
/* eslint-disable local-rules/sort-imports */
|
30357
30359
|
|