load cloud folders

This commit is contained in:
SPRINX0\prochazka
2025-05-21 14:48:28 +02:00
parent 7d4e53e413
commit b553a81d47
8 changed files with 170 additions and 18 deletions

View File

@@ -12,6 +12,7 @@
export let groupFunc;
export let items;
export let groupIconFunc = plusExpandIcon;
export let mapGroupTitle = undefined;
export let module;
export let checkedObjectsStore = null;
export let disableContextMenu = false;
@@ -63,7 +64,7 @@
<FontIcon icon={groupIconFunc(isExpanded)} />
</span>
{group}
{mapGroupTitle ? mapGroupTitle(group) : group}
{items && `(${countText})`}
</div>