Improved property viewers

Slot fill data included in library viewer
Breadcrumbs and children in lib view
breadcrumbs and children work on tree tab
This commit is contained in:
Stefan Zermatten
2023-06-13 12:48:35 +02:00
parent c580970d6d
commit 957aabcb82
10 changed files with 197 additions and 114 deletions

View File

@@ -46,6 +46,7 @@
:_id="selectedNodeId"
@removed="selectedNodeId = undefined"
@duplicated="id => selectedNodeId = id"
@select-sub-property="clickNode"
/>
</template>
</tree-detail-layout>