@vuetify/nightly 3.6.10-master.2024-06-20 → 3.6.10-master.2024-06-27
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 +7 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3319 -3319
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1099 -1099
- package/dist/vuetify.d.ts +43 -43
- 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/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.10-master.2024-06-
|
2
|
+
* Vuetify v3.6.10-master.2024-06-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -11066,7 +11066,7 @@
|
|
11066
11066
|
const potentialShadowDomRoot = vue.computed(() => activatorEl?.value?.getRootNode());
|
11067
11067
|
const {
|
11068
11068
|
teleportTarget
|
11069
|
-
} = useTeleport(vue.computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
|
11069
|
+
} = useTeleport(vue.computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
|
11070
11070
|
const {
|
11071
11071
|
dimensionStyles
|
11072
11072
|
} = useDimension(props);
|
@@ -28099,7 +28099,7 @@
|
|
28099
28099
|
goTo
|
28100
28100
|
};
|
28101
28101
|
}
|
28102
|
-
const version$1 = "3.6.10-master.2024-06-
|
28102
|
+
const version$1 = "3.6.10-master.2024-06-27";
|
28103
28103
|
createVuetify$1.version = version$1;
|
28104
28104
|
|
28105
28105
|
// Vue's inject() can only be used in setup
|
@@ -28124,7 +28124,7 @@
|
|
28124
28124
|
...options
|
28125
28125
|
});
|
28126
28126
|
};
|
28127
|
-
const version = "3.6.10-master.2024-06-
|
28127
|
+
const version = "3.6.10-master.2024-06-27";
|
28128
28128
|
createVuetify.version = version;
|
28129
28129
|
|
28130
28130
|
exports.blueprints = index;
|