@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.
@@ -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
  */
@@ -395,6 +395,8 @@
395
395
  if (!vnode || typeof vnode !== 'object') return [];
396
396
  if (Array.isArray(vnode)) {
397
397
  return vnode.map(child => findChildrenWithProvide(key, child)).flat(1);
398
+ } else if (vnode.suspense) {
399
+ return findChildrenWithProvide(key, vnode.ssContent);
398
400
  } else if (Array.isArray(vnode.children)) {
399
401
  return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1);
400
402
  } else if (vnode.component) {
@@ -30102,7 +30104,7 @@
30102
30104
  goTo
30103
30105
  };
30104
30106
  }
30105
- const version$1 = "3.6.6-master.2024-05-17";
30107
+ const version$1 = "3.6.6-master.2024-05-21";
30106
30108
  createVuetify$1.version = version$1;
30107
30109
 
30108
30110
  // Vue's inject() can only be used in setup
@@ -30355,7 +30357,7 @@
30355
30357
 
30356
30358
  /* eslint-disable local-rules/sort-imports */
30357
30359
 
30358
- const version = "3.6.6-master.2024-05-17";
30360
+ const version = "3.6.6-master.2024-05-21";
30359
30361
 
30360
30362
  /* eslint-disable local-rules/sort-imports */
30361
30363