@vuetify/nightly 3.7.2-master.2024-09-19 → 3.7.2-master.2024-09-22

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.2-master.2024-09-19
2
+ * Vuetify v3.7.2-master.2024-09-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -29811,7 +29811,8 @@
29811
29811
  const getPath = vListRef.value?.getPath;
29812
29812
  if (!getPath) return null;
29813
29813
  return new Set(filteredItems.value.flatMap(item => {
29814
- return [...getPath(item.props.value), ...getChildren(item.props.value)];
29814
+ const itemVal = props.returnObject ? item.raw : item.props.value;
29815
+ return [...getPath(itemVal), ...getChildren(itemVal)].map(vue.toRaw);
29815
29816
  }));
29816
29817
  });
29817
29818
  function getChildren(id) {
@@ -30378,7 +30379,7 @@
30378
30379
  goTo
30379
30380
  };
30380
30381
  }
30381
- const version$1 = "3.7.2-master.2024-09-19";
30382
+ const version$1 = "3.7.2-master.2024-09-22";
30382
30383
  createVuetify$1.version = version$1;
30383
30384
 
30384
30385
  // Vue's inject() can only be used in setup
@@ -30631,7 +30632,7 @@
30631
30632
 
30632
30633
  /* eslint-disable local-rules/sort-imports */
30633
30634
 
30634
- const version = "3.7.2-master.2024-09-19";
30635
+ const version = "3.7.2-master.2024-09-22";
30635
30636
 
30636
30637
  /* eslint-disable local-rules/sort-imports */
30637
30638