perspective designer table icon

This commit is contained in:
Jan Prochazka
2022-08-28 13:35:22 +02:00
parent 5f9156995b
commit f7a269383f
3 changed files with 37 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
$: objectTypeField = table?.objectTypeField;
$: left = table?.left;
$: top = table?.top;
$: mainIcon = settings?.getMainTableIcon ? settings?.getMainTableIcon(designerId) : null;
export function isSelected() {
return table?.isSelectedTable;
}
@@ -249,6 +249,10 @@
/>
{/if}
{#if mainIcon}
<FontIcon icon={mainIcon} />
{/if}
{alias || pureName}
</div>
{#if settings?.showTableCloseButton}