+
+
+ {#each byCategory as [category, list]}
+
+ {category} ({list.length})
+
+ {#each list as def}
+ {@const has = hasBlockIcon(def.blockClass)}
+ {@const kind = getIconDef(def.blockClass)?.kind}
+
+
+ {#if has}
+
+ {:else}
+ —
+ {/if}
+
+
+
+
+
{def.name}
+ {#if has}
+
+ {:else}
+
{def.name}
+ {/if}
+
+
+
+ {def.name}
+ {#if kind}{kind}{/if}
+
+
+ {/each}
+
+
+ {/each}
+
+
+