@vuetify/nightly 3.7.2-master.2024-10-10 → 3.7.2-master.2024-10-15
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 +12 -12
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3210 -3210
- package/dist/vuetify-labs.esm.js +6 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1517 -1517
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +6 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/directiveComponent.mjs +4 -3
- package/lib/composables/directiveComponent.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.7.2-master.2024-10-
|
2
|
+
* Vuetify v3.7.2-master.2024-10-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30235,7 +30235,7 @@
|
|
30235
30235
|
const walk = children => {
|
30236
30236
|
for (const child of children) {
|
30237
30237
|
if (!child) continue;
|
30238
|
-
if (child === vnode) {
|
30238
|
+
if (child === vnode || child.el && vnode.el && child.el === vnode.el) {
|
30239
30239
|
return true;
|
30240
30240
|
}
|
30241
30241
|
stack.add(child);
|
@@ -30255,7 +30255,8 @@
|
|
30255
30255
|
return false;
|
30256
30256
|
};
|
30257
30257
|
if (!walk([root.subTree])) {
|
30258
|
-
|
30258
|
+
consoleError('Could not find original vnode, component will not inherit provides');
|
30259
|
+
return root;
|
30259
30260
|
}
|
30260
30261
|
|
30261
30262
|
// Return the first component parent
|
@@ -30381,7 +30382,7 @@
|
|
30381
30382
|
goTo
|
30382
30383
|
};
|
30383
30384
|
}
|
30384
|
-
const version$1 = "3.7.2-master.2024-10-
|
30385
|
+
const version$1 = "3.7.2-master.2024-10-15";
|
30385
30386
|
createVuetify$1.version = version$1;
|
30386
30387
|
|
30387
30388
|
// Vue's inject() can only be used in setup
|
@@ -30634,7 +30635,7 @@
|
|
30634
30635
|
|
30635
30636
|
/* eslint-disable local-rules/sort-imports */
|
30636
30637
|
|
30637
|
-
const version = "3.7.2-master.2024-10-
|
30638
|
+
const version = "3.7.2-master.2024-10-15";
|
30638
30639
|
|
30639
30640
|
/* eslint-disable local-rules/sort-imports */
|
30640
30641
|
|