@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.2-master.2024-10-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
- throw new Error('Could not find original vnode');
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-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-10";
30638
+ const version = "3.7.2-master.2024-10-15";
30638
30639
 
30639
30640
  /* eslint-disable local-rules/sort-imports */
30640
30641