@vuetify/nightly 3.7.1-master.2024-09-06 → 3.7.1-master.2024-09-10

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.1-master.2024-09-06
2
+ * Vuetify v3.7.1-master.2024-09-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8213,7 +8213,6 @@
8213
8213
  return strategy;
8214
8214
  };
8215
8215
 
8216
- // Utilities
8217
8216
  const singleOpenStrategy = {
8218
8217
  open: _ref => {
8219
8218
  let {
@@ -8247,11 +8246,11 @@
8247
8246
  parents
8248
8247
  } = _ref2;
8249
8248
  if (value) {
8250
- let parent = vue.toRaw(parents.get(id));
8249
+ let parent = parents.get(id);
8251
8250
  opened.add(id);
8252
8251
  while (parent != null && parent !== id) {
8253
8252
  opened.add(parent);
8254
- parent = vue.toRaw(parents.get(parent));
8253
+ parent = parents.get(parent);
8255
8254
  }
8256
8255
  return opened;
8257
8256
  } else {
@@ -8512,7 +8511,7 @@
8512
8511
  let isUnmounted = false;
8513
8512
  const children = vue.ref(new Map());
8514
8513
  const parents = vue.ref(new Map());
8515
- const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(vue.toRaw(v)), v => [...v.values()]);
8514
+ const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(v), v => [...v.values()]);
8516
8515
  const activeStrategy = vue.computed(() => {
8517
8516
  if (typeof props.activeStrategy === 'object') return props.activeStrategy;
8518
8517
  if (typeof props.activeStrategy === 'function') return props.activeStrategy(props.mandatory);
@@ -8696,9 +8695,9 @@
8696
8695
  const item = {
8697
8696
  ...parent,
8698
8697
  id: computedId,
8699
- open: (open, e) => parent.root.open(vue.toRaw(computedId.value), open, e),
8698
+ open: (open, e) => parent.root.open(computedId.value, open, e),
8700
8699
  openOnSelect: (open, e) => parent.root.openOnSelect(computedId.value, open, e),
8701
- isOpen: vue.computed(() => parent.root.opened.value.has(vue.toRaw(computedId.value))),
8700
+ isOpen: vue.computed(() => parent.root.opened.value.has(computedId.value)),
8702
8701
  parent: vue.computed(() => parent.root.parents.value.get(computedId.value)),
8703
8702
  activate: (activated, e) => parent.root.activate(computedId.value, activated, e),
8704
8703
  isActivated: vue.computed(() => parent.root.activated.value.has(vue.toRaw(computedId.value))),
@@ -30379,7 +30378,7 @@
30379
30378
  goTo
30380
30379
  };
30381
30380
  }
30382
- const version$1 = "3.7.1-master.2024-09-06";
30381
+ const version$1 = "3.7.1-master.2024-09-10";
30383
30382
  createVuetify$1.version = version$1;
30384
30383
 
30385
30384
  // Vue's inject() can only be used in setup
@@ -30632,7 +30631,7 @@
30632
30631
 
30633
30632
  /* eslint-disable local-rules/sort-imports */
30634
30633
 
30635
- const version = "3.7.1-master.2024-09-06";
30634
+ const version = "3.7.1-master.2024-09-10";
30636
30635
 
30637
30636
  /* eslint-disable local-rules/sort-imports */
30638
30637