{#if shown} await getActions(availableFilteredViews)} isFold empty={myFilteredViews.length === 0} visible={selectedId !== undefined} > {#each myFilteredViews as fv} { await load(fv) }} actions={async (ov) => await viewAction(fv, ov)} /> {/each} {#if visibleFilter} {@const item = visibleFilter} await viewAction(item, ov)} /> {/if} {/if}