sql generator - basic concept

This commit is contained in:
Jan Prochazka
2021-03-27 19:40:56 +01:00
parent 9c27c224ec
commit 4762597741
12 changed files with 269 additions and 23 deletions

View File

@@ -16,6 +16,7 @@
export let expandOnClick;
export let isExpandable = undefined;
export let expandIconFunc = plusExpandIcon;
export let checkedObjectsStore = null;
let isExpanded = false;
@@ -41,6 +42,8 @@
on:click={handleExpand}
on:expand={handleExpandButton}
expandIcon={getExpandIcon(expandable, subItemsComponent, isExpanded, expandIconFunc)}
{checkedObjectsStore}
{module}
/>
{#if isExpanded && subItemsComponent}