Structural slot for a CngxDataGridRow's busy state. The row renders it
inside the detail region while the row's [state] is loading (a first-load
skeleton that replaces the body) or refreshing (a subtle overlay with the body
kept mounted). Absent, the row falls back to its CSS skeleton default.
The region already carries aria-busy as a computed(), so the busy visual is
decorative (aria-hidden); assistive tech learns the busy state from aria-busy,
not from this template. The template receives a CngxDgaRowStateContext
whose $implicit is the current status (loading / refreshing), so one
override can distinguish the two.