@vuetify/nightly 3.10.4-dev.2025-10-01 → 3.10.4-dev.2025-10-02

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.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.10.4-dev.2025-10-01
2
+ * Vuetify v3.10.4-dev.2025-10-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1642,25 +1642,28 @@
1642
1642
  parentIndentLines,
1643
1643
  variant
1644
1644
  } = _ref;
1645
+ const isLastLeaf = isLast && (!isLastGroup || separateRoots || depth > 1);
1645
1646
  if (!parentIndentLines || !depth) {
1646
1647
  return {
1647
1648
  leaf: undefined,
1648
1649
  node: undefined,
1649
- children: parentIndentLines
1650
+ children: parentIndentLines,
1651
+ footer: parentIndentLines && (!isLastLeaf || variant === 'simple') ? [...parentIndentLines, separateRoots ? 'none' : 'line'] : ['none']
1650
1652
  };
1651
1653
  }
1652
1654
  if (variant === 'simple') {
1653
1655
  return {
1654
1656
  leaf: [...parentIndentLines, 'line'],
1655
1657
  node: [...parentIndentLines, 'line'],
1656
- children: [...parentIndentLines, 'line']
1658
+ children: [...parentIndentLines, 'line'],
1659
+ footer: [...parentIndentLines, 'line', 'line']
1657
1660
  };
1658
1661
  }
1659
- const isLastLeaf = isLast && (!isLastGroup || separateRoots || depth > 1);
1660
1662
  return {
1661
1663
  leaf: [...parentIndentLines, isLastLeaf ? 'last-leaf' : 'leaf', ...(leafLinks ? ['leaf-link'] : [])],
1662
1664
  node: [...parentIndentLines, isLastLeaf ? 'last-leaf' : 'leaf'],
1663
- children: [...parentIndentLines, isLastLeaf ? 'none' : 'line']
1665
+ children: [...parentIndentLines, isLastLeaf ? 'none' : 'line'],
1666
+ footer: [...parentIndentLines, isLastLeaf ? 'none' : 'line']
1664
1667
  };
1665
1668
  }
1666
1669
 
@@ -31572,6 +31575,10 @@
31572
31575
  ...props,
31573
31576
  ...treeItemProps
31574
31577
  });
31578
+ const footerProps = {
31579
+ hideActions: props.hideActions,
31580
+ indentLines: indentLines.footer
31581
+ };
31575
31582
  return children ? vue.createVNode(VTreeviewGroup, vue.mergeProps(treeviewGroupProps, {
31576
31583
  "value": props.returnObject ? item.raw : treeviewGroupProps?.value,
31577
31584
  "rawId": treeviewGroupProps?.value
@@ -31584,6 +31591,7 @@
31584
31591
  ...itemProps,
31585
31592
  ...activatorProps,
31586
31593
  value: itemProps?.value,
31594
+ hideActions: props.hideActions,
31587
31595
  indentLines: indentLines.node,
31588
31596
  onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
31589
31597
  onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected)
@@ -31597,7 +31605,6 @@
31597
31605
  "ref": el => activatorItems.value[index] = el
31598
31606
  }, listItemProps, {
31599
31607
  "hasCustomPrepend": !!slots.prepend,
31600
- "hideActions": props.hideActions,
31601
31608
  "value": props.returnObject ? item.raw : itemProps.value,
31602
31609
  "loading": loading
31603
31610
  }), slotsWithItem));
@@ -31609,6 +31616,7 @@
31609
31616
  "isLastGroup": nextItemHasChildren,
31610
31617
  "returnObject": props.returnObject
31611
31618
  }), slots), slots.footer?.({
31619
+ props: footerProps,
31612
31620
  item: item.raw,
31613
31621
  internalItem: item,
31614
31622
  loading
@@ -32296,7 +32304,7 @@
32296
32304
  };
32297
32305
  });
32298
32306
  }
32299
- const version$1 = "3.10.4-dev.2025-10-01";
32307
+ const version$1 = "3.10.4-dev.2025-10-02";
32300
32308
  createVuetify$1.version = version$1;
32301
32309
 
32302
32310
  // Vue's inject() can only be used in setup
@@ -32321,7 +32329,7 @@
32321
32329
  ...options
32322
32330
  });
32323
32331
  };
32324
- const version = "3.10.4-dev.2025-10-01";
32332
+ const version = "3.10.4-dev.2025-10-02";
32325
32333
  createVuetify.version = version;
32326
32334
 
32327
32335
  exports.blueprints = index;