Re-assert the pinned-first invariant on a single group's tab strip.
Pure predicate (handed to each group's Tabs); true keeps the panel
out of the overflow dropdown.
Clamp/redirect a proposed header drop index against the group's pin
boundary so the dragged panel lands on the correct side. May flip the
panel's pinned state instead of clamping when
togglePinOnCrossBoundaryDrag is enabled.
Pinned-tabs module service. Its presence is what
DockviewComponent.setPanelPinnedchecks (viaassertModule) before mutating pinned state; the pinned-first ordering is enforced internally and reactively as panels are pinned/unpinned, added, or moved.