{#await buildModel({ client, _class, keys: itemsConfig, lookup: options.lookup }) then itemModels}
{#if projects} {#each projects as docObject (docObject._id)}
x === docObject)]} class="listGrid" class:mListGridChecked={selectedObjectIdsSet.has(docObject._id)} class:mListGridFixed={selectedRowIndex === projects.findIndex((x) => x === docObject)} class:mListGridSelected={selectedRowIndex === projects.findIndex((x) => x === docObject)} on:focus={() => {}} on:mouseover={() => handleRowFocused(docObject)} >
{#each itemModels as attributeModel, attributeModelIndex} {#if attributeModelIndex === 0}
{ onObjectChecked([docObject], event.detail) }} />
{:else if attributeModelIndex === 1}
{:else}
{/if} {/each}
{/each} {:else if loadingProps !== undefined} {#each Array(getLoadingElementsLength(loadingProps, options)) as _, rowIndex}
{/each} {/if}
{/await}