{ if (!doubleRow && element.clientWidth <= doubleRowWidth) doubleRow = true else if (doubleRow && element.clientWidth > doubleRowWidth) doubleRow = false }} class="hulyHeader-container" class:doubleRow={_doubleRow} class:topIndent class:clearPadding={$$slots.description} class:hideSeparator class:no-print={noPrint} > {#if _doubleRow}
{#if allowFullsize} ($deviceInfo.navigator.visible = !$deviceInfo.navigator.visible)} />
{/if} {#if $$slots.beforeTitle && !hideBefore}
{/if}
{#if $$slots.description && !hideDescription}
{:else} {/if}
{#if adaptive === 'autoExtra'}
{ if (spaceWidth !== element.clientWidth) spaceWidth = element.clientWidth if (doubleExtra && element.clientWidth > extraWidth + 42) doubleExtra = false }} /> {/if} {#if $$slots.actions && !hideActions && (adaptive === 'freezeActions' || adaptive === 'doubleRow' || adaptive === 'autoExtra')}
{/if} {#if closeButton} {#if type !== 'type-popup'}
{/if} {#if closeOnEscape}
Esc
{/if} dispatch('close')} /> {/if}
{#if $$slots.search} {/if} {#if $$slots.extra && !hideExtra && (adaptive === 'doubleRow' || adaptive === 'autoExtra')}
{ if (extraWidth !== element.clientWidth) extraWidth = element.clientWidth }} >
{/if} {#if $$slots.actions && !hideActions && !(adaptive === 'freezeActions' || adaptive === 'doubleRow' || adaptive === 'autoExtra')}
{/if}
{:else} {#if allowFullsize} ($deviceInfo.navigator.visible = !$deviceInfo.navigator.visible)} />
{/if} {#if $$slots.beforeTitle && !hideBefore}
{/if}
{#if $$slots.description && !hideDescription} {:else} {/if}
{#if adaptive === 'autoExtra'}
{ if (spaceWidth !== element.clientWidth) spaceWidth = element.clientWidth if (!doubleExtra && element.clientWidth <= 16) doubleExtra = true }} /> {/if} {#if $$slots.search && !hideSearch} {#if $$slots.actions && !hideActions}
{/if} {/if} {#if $$slots.extra && !hideExtra}
{ if (extraWidth !== element.clientWidth) extraWidth = element.clientWidth }} >
{/if} {#if $$slots.actions && !hideActions}
{/if} {#if closeButton} {#if type !== 'type-popup'}
{/if} {#if closeOnEscape}
Esc
{/if} dispatch('close')} /> {/if} {/if}