@vuetify/nightly 3.7.1-master.2024-08-28 → 3.7.1-master.2024-08-29

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-08-28
2
+ * Vuetify v3.7.1-master.2024-08-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -29725,7 +29725,7 @@ const VTreeviewChildren = genericComponent()({
29725
29725
  ...itemProps,
29726
29726
  ...activatorProps,
29727
29727
  value: itemProps?.value,
29728
- onToggleExpand: activatorProps.onClick,
29728
+ onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
29729
29729
  onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : undefined
29730
29730
  };
29731
29731
  return createVNode(VTreeviewItem, mergeProps(listItemProps, {
@@ -30390,7 +30390,7 @@ function createVuetify$1() {
30390
30390
  goTo
30391
30391
  };
30392
30392
  }
30393
- const version$1 = "3.7.1-master.2024-08-28";
30393
+ const version$1 = "3.7.1-master.2024-08-29";
30394
30394
  createVuetify$1.version = version$1;
30395
30395
 
30396
30396
  // Vue's inject() can only be used in setup
@@ -30643,7 +30643,7 @@ var index = /*#__PURE__*/Object.freeze({
30643
30643
 
30644
30644
  /* eslint-disable local-rules/sort-imports */
30645
30645
 
30646
- const version = "3.7.1-master.2024-08-28";
30646
+ const version = "3.7.1-master.2024-08-29";
30647
30647
 
30648
30648
  /* eslint-disable local-rules/sort-imports */
30649
30649