query design columns

This commit is contained in:
Jan Prochazka
2021-03-19 16:57:00 +01:00
parent 9c1227273c
commit f7c4bbc708
5 changed files with 210 additions and 23 deletions

View File

@@ -28,7 +28,7 @@
export let targetDragColumn$;
export let domCanvas;
export let domTablesRef;
// export let domTablesRef;
export let designer;
export let onMoveReferences;
@@ -104,6 +104,7 @@
class="wrapper"
style={`left: ${movingPosition ? movingPosition.left : left}px; top:${movingPosition ? movingPosition.top : top}px`}
bind:this={domWrapper}
on:mousedown={() => onBringToFront(table)}
>
<div
class="header"
@@ -125,6 +126,7 @@
{designer}
{designerId}
{onChangeColumn}
{onSelectColumn}
{sourceDragColumn$}
{targetDragColumn$}
{onCreateReference}