@itfin/components 1.2.111 → 1.2.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
v-draggable="{ handle: true, payload: { index, column }, mirror: { yAxis:false } }"
|
|
28
28
|
class="flex-grow-1 d-flex align-items-center itf-board-column__header justify-content-between">
|
|
29
29
|
<div><slot name="header" :column="column">{{ column[columnNameKey] }}</slot></div>
|
|
30
|
-
<div class="text-muted me-1"><slot name="header-addon" :column="column">{{ (groupedItems[column.Id] || []).length }}</slot></div>
|
|
30
|
+
<div class="text-muted me-1"><slot name="header-addon" :column="column" :items="groupedItems[column.Id]">{{ (groupedItems[column.Id] || []).length }}</slot></div>
|
|
31
31
|
</div>
|
|
32
32
|
</itf-edit-button>
|
|
33
33
|
<div v-if="index === columns.length - 1"
|