@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/vuetify.js CHANGED
@@ -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
  */
@@ -28093,7 +28093,7 @@
28093
28093
  const walk = children => {
28094
28094
  for (const child of children) {
28095
28095
  if (!child) continue;
28096
- if (child === vnode) {
28096
+ if (child === vnode || child.el && vnode.el && child.el === vnode.el) {
28097
28097
  return true;
28098
28098
  }
28099
28099
  stack.add(child);
@@ -28113,7 +28113,8 @@
28113
28113
  return false;
28114
28114
  };
28115
28115
  if (!walk([root.subTree])) {
28116
- throw new Error('Could not find original vnode');
28116
+ consoleError('Could not find original vnode, component will not inherit provides');
28117
+ return root;
28117
28118
  }
28118
28119
 
28119
28120
  // Return the first component parent
@@ -28239,7 +28240,7 @@
28239
28240
  goTo
28240
28241
  };
28241
28242
  }
28242
- const version$1 = "3.7.2-master.2024-10-10";
28243
+ const version$1 = "3.7.2-master.2024-10-15";
28243
28244
  createVuetify$1.version = version$1;
28244
28245
 
28245
28246
  // Vue's inject() can only be used in setup
@@ -28264,7 +28265,7 @@
28264
28265
  ...options
28265
28266
  });
28266
28267
  };
28267
- const version = "3.7.2-master.2024-10-10";
28268
+ const version = "3.7.2-master.2024-10-15";
28268
28269
  createVuetify.version = version;
28269
28270
 
28270
28271
  exports.blueprints = index;