@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.6-master.2024-05-21

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.6.6-master.2024-05-17
2
+ * Vuetify v3.6.6-master.2024-05-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -318,6 +318,8 @@
318
318
  if (!vnode || typeof vnode !== 'object') return [];
319
319
  if (Array.isArray(vnode)) {
320
320
  return vnode.map(child => findChildrenWithProvide(key, child)).flat(1);
321
+ } else if (vnode.suspense) {
322
+ return findChildrenWithProvide(key, vnode.ssContent);
321
323
  } else if (Array.isArray(vnode.children)) {
322
324
  return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1);
323
325
  } else if (vnode.component) {
@@ -28012,7 +28014,7 @@
28012
28014
  goTo
28013
28015
  };
28014
28016
  }
28015
- const version$1 = "3.6.6-master.2024-05-17";
28017
+ const version$1 = "3.6.6-master.2024-05-21";
28016
28018
  createVuetify$1.version = version$1;
28017
28019
 
28018
28020
  // Vue's inject() can only be used in setup
@@ -28037,7 +28039,7 @@
28037
28039
  ...options
28038
28040
  });
28039
28041
  };
28040
- const version = "3.6.6-master.2024-05-17";
28042
+ const version = "3.6.6-master.2024-05-21";
28041
28043
  createVuetify.version = version;
28042
28044
 
28043
28045
  exports.blueprints = index;