@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
  */
@@ -30231,7 +30231,7 @@ function findComponentParent(vnode, root) {
30231
30231
  const walk = children => {
30232
30232
  for (const child of children) {
30233
30233
  if (!child) continue;
30234
- if (child === vnode) {
30234
+ if (child === vnode || child.el && vnode.el && child.el === vnode.el) {
30235
30235
  return true;
30236
30236
  }
30237
30237
  stack.add(child);
@@ -30251,7 +30251,8 @@ function findComponentParent(vnode, root) {
30251
30251
  return false;
30252
30252
  };
30253
30253
  if (!walk([root.subTree])) {
30254
- throw new Error('Could not find original vnode');
30254
+ consoleError('Could not find original vnode, component will not inherit provides');
30255
+ return root;
30255
30256
  }
30256
30257
 
30257
30258
  // Return the first component parent
@@ -30377,7 +30378,7 @@ function createVuetify$1() {
30377
30378
  goTo
30378
30379
  };
30379
30380
  }
30380
- const version$1 = "3.7.2-master.2024-10-10";
30381
+ const version$1 = "3.7.2-master.2024-10-15";
30381
30382
  createVuetify$1.version = version$1;
30382
30383
 
30383
30384
  // Vue's inject() can only be used in setup
@@ -30630,7 +30631,7 @@ var index = /*#__PURE__*/Object.freeze({
30630
30631
 
30631
30632
  /* eslint-disable local-rules/sort-imports */
30632
30633
 
30633
- const version = "3.7.2-master.2024-10-10";
30634
+ const version = "3.7.2-master.2024-10-15";
30634
30635
 
30635
30636
  /* eslint-disable local-rules/sort-imports */
30636
30637