Cell data view
Format:  (selectedFormatType = e.detail)} options={[ { value: 'autodetect', label: `Autodetect - ${autodetectFormat.title}` }, ...formats.map(fmt => ({ label: fmt.title, value: fmt.type })), ]} />
{#if usedFormat.single && selection?.length != 1} {:else if usedFormat == null} {:else if !selection || selection.length == 0} {:else} {/if}