{}} use:resizeObserver={() => { dispatch('changeContent') }} >
{#if $$slots.header}
{/if} {#if isBack}
{/if}
{#if $$slots.title}
{:else}
{/if}
{ if (onCancel) { onCancel() } else { dispatch('close') } }} />
{#if $$slots.subheader && !hideSubheader}
{/if} {#if !hideContent}
{/if} {#if $$slots.pool}
{/if} {#if $$slots.blocks && numberOfBlocks} {#if numberOfBlocks === 1}
{:else}
{#each [...Array(numberOfBlocks).keys()] as block}
{/each}
{/if} {/if} {#if $$slots.attachments && !hideAttachments}
{/if} {#if !hideFooter} {/if}