@vuetify/nightly 4.0.0-dev-20230206.0 → 4.0.0-master-20230206.0

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 v4.0.0-dev-20230206.0
2
+ * Vuetify v4.0.0-master-20230206.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7459,7 +7459,8 @@
7459
7459
  };
7460
7460
  const useNestedItem = (id, isGroup) => {
7461
7461
  const parent = vue.inject(VNestedSymbol, emptyNested);
7462
- const computedId = vue.computed(() => id.value ?? Symbol(getUid()));
7462
+ const uidSymbol = Symbol(getUid());
7463
+ const computedId = vue.computed(() => id.value ?? uidSymbol);
7463
7464
  const item = {
7464
7465
  ...parent,
7465
7466
  id: computedId,
@@ -18458,7 +18459,7 @@
18458
18459
  locale
18459
18460
  };
18460
18461
  }
18461
- const version$1 = "4.0.0-dev-20230206.0";
18462
+ const version$1 = "4.0.0-master-20230206.0";
18462
18463
  createVuetify$1.version = version$1;
18463
18464
 
18464
18465
  // Vue's inject() can only be used in setup
@@ -18479,7 +18480,7 @@
18479
18480
  ...options
18480
18481
  });
18481
18482
  };
18482
- const version = "4.0.0-dev-20230206.0";
18483
+ const version = "4.0.0-master-20230206.0";
18483
18484
  createVuetify.version = version;
18484
18485
 
18485
18486
  exports.components = components;