mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 07:16:01 +00:00
sql generator - basic concept
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user