{#await getKanbanStatuses(client, groupBy, resultQuery, shouldShowEmptyGroups) then states} { listProvider.update(evt.detail) }} on:obj-focus={(evt) => { listProvider.updateFocus(evt.detail) }} selection={listProvider.current($focusStore)} checked={$selectionStore ?? []} on:check={(evt) => { listProvider.updateSelection(evt.detail.docs, evt.detail.value) }} on:contextmenu={(evt) => showMenu(evt.detail.evt, evt.detail.objects)} > {state.title} {count} {#if groupBy === IssuesGrouping.Status} { showPopup(CreateIssue, { space: currentSpace, status: state._id }, 'top') }} /> {/if} {@const issue = toIssue(object)} {object.title} {/await}