{#snippet content()} {#if selectedZipFiles.length === 0}
{:else if zipJobs.length > 0}
(thumbnailWidth = value)} onRequestReplacement={replaceWithZipFiles} onAppendFiles={handleFilesSelected} onExportAll={exportAllZipArchivesAsPdf} onClear={resetWorkspace} />
{#if processedZipFiles.length === 0}
{:else if pendingZipCount > 0 || failedZipCount > 0}
{/if} {#if processedZipFiles.length > 0}
{#each processedZipFiles as file, index}
updateProcessedZipFile(index, updatedArchive)} /> {/each}
{/if}
{/if} {/snippet}
beA-Edit
{@render content()}