Files {#if !readOnly}
{ const t = e.target as HTMLInputElement; if (t.files) onUpload(t.files); t.value = ''; }} />
{/if}
{#each files as file (file.id)}
{#if !readOnly}
{#if file.kind === 'text' && file.path.toLowerCase().endsWith('.typ') && file.path !== entrypoint} {/if}
{/if}
{/each}