{#if selectionCount !== undefined}
{selectionCount}
{ if (!disabled) { dispatch('clear', e); } }}" on:keydown|stopPropagation="{(e) => { if (!disabled && e.key === 'Enter') { dispatch('clear', e); } }}" disabled="{disabled}" aria-label="{translationIds.clearAll}" title="{description}" >
{:else}
{ if (!disabled) { dispatch('clear', e); } }}" on:keydown|stopPropagation="{(e) => { if (!disabled && e.key === 'Enter') { dispatch('clear', e); } }}" > {#if selectionCount !== undefined}{selectionCount}{/if}
{/if}