@vuetify/nightly 3.6.14-master.2024-08-03 → 3.6.14-master.2024-08-04
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/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2989 -2989
- 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 +948 -948
- package/dist/vuetify.d.ts +47 -47
- 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/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -10609,7 +10609,7 @@ function useTeleport(target) {
|
|
10609
10609
|
warn(`Unable to locate target ${_target}`);
|
10610
10610
|
return undefined;
|
10611
10611
|
}
|
10612
|
-
let container = targetElement.
|
10612
|
+
let container = [...targetElement.children].find(el => el.matches('.v-overlay-container'));
|
10613
10613
|
if (!container) {
|
10614
10614
|
container = document.createElement('div');
|
10615
10615
|
container.className = 'v-overlay-container';
|
@@ -30327,7 +30327,7 @@ function createVuetify$1() {
|
|
30327
30327
|
goTo
|
30328
30328
|
};
|
30329
30329
|
}
|
30330
|
-
const version$1 = "3.6.14-master.2024-08-
|
30330
|
+
const version$1 = "3.6.14-master.2024-08-04";
|
30331
30331
|
createVuetify$1.version = version$1;
|
30332
30332
|
|
30333
30333
|
// Vue's inject() can only be used in setup
|
@@ -30580,7 +30580,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30580
30580
|
|
30581
30581
|
/* eslint-disable local-rules/sort-imports */
|
30582
30582
|
|
30583
|
-
const version = "3.6.14-master.2024-08-
|
30583
|
+
const version = "3.6.14-master.2024-08-04";
|
30584
30584
|
|
30585
30585
|
/* eslint-disable local-rules/sort-imports */
|
30586
30586
|
|