x === row) !== undefined}
class:mListGridSelected={selectedRow === row}
on:focus={() => {}}
on:mousemove={(ev) => {
if (row !== selectedRow) {
handleRowFocused(row)
}
ev.preventDefault()
}}
>
{#if line.items}
{#each line.items as item}
{#if item.startDate}
{@const target = item.targetDate ?? item.startDate + NOT_ENDED}
{#if item.icon}{/if}
{#if item.presenter}{/if}
{#if item.label}{item.label}{/if}
{/if}
{/each}
{/if}
{#if line.items}
{#if rangeRow !== null && -time.offsetView + time.viewBox.width < rangeRow.min.x}
{/if}
{#if rangeRow !== null && -time.offsetView > rangeRow.max.x}
{/if}
{/if}
{#if rangeRow === null && selectedRow === row && time.cursorMarker && !moving}
{/if}