@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-labs.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
|
*/
|
@@ -10833,7 +10833,7 @@
|
|
10833
10833
|
const potentialShadowDomRoot = vue.computed(() => activatorEl?.value?.getRootNode());
|
10834
10834
|
const {
|
10835
10835
|
teleportTarget
|
10836
|
-
} = useTeleport(vue.computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
|
10836
|
+
} = useTeleport(vue.computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
|
10837
10837
|
const {
|
10838
10838
|
dimensionStyles
|
10839
10839
|
} = useDimension(props);
|
@@ -30266,7 +30266,7 @@
|
|
30266
30266
|
goTo
|
30267
30267
|
};
|
30268
30268
|
}
|
30269
|
-
const version$1 = "3.6.10-master.2024-06-
|
30269
|
+
const version$1 = "3.6.10-master.2024-06-27";
|
30270
30270
|
createVuetify$1.version = version$1;
|
30271
30271
|
|
30272
30272
|
// Vue's inject() can only be used in setup
|
@@ -30519,7 +30519,7 @@
|
|
30519
30519
|
|
30520
30520
|
/* eslint-disable local-rules/sort-imports */
|
30521
30521
|
|
30522
|
-
const version = "3.6.10-master.2024-06-
|
30522
|
+
const version = "3.6.10-master.2024-06-27";
|
30523
30523
|
|
30524
30524
|
/* eslint-disable local-rules/sort-imports */
|
30525
30525
|
|