{ time.timelineBox = container.getBoundingClientRect() time.viewBox = viewbox.getBoundingClientRect() }} >
{#if time.months} {#each time.months as month}
{#if month.date.getMonth() === 0} {month.date.getFullYear()} {/if} {month.label}
{/each} {/if} {#if time.days} {#each time.days as day}
{day.label}
{/each} {/if}
{time.todayMarker.date.getDate()}
{#if time.months} {#each time.months as month}
{/each} {/if}
{#if lines} {#each lines as line, row} {@const rangeRow = time.rows ? time.rows[row] : null}
x === row) !== undefined} class:mListGridSelected={selectedRow === row} on:focus={() => {}} on:mousemove={(ev) => { if (row !== selectedRow) { handleRowFocused(row) } ev.preventDefault() }} >
i === row).length > 0} on:value={(event) => onObjectChecked(row, event.detail)} />
{#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}
{/each}
{/if}