UBERF-5603 (#4754)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2024-02-23 15:39:49 +07:00
committed by GitHub
parent cc8a1d549a
commit ffc8d1dfac
184 changed files with 2755 additions and 561 deletions
@@ -24,6 +24,7 @@
export let ignoreKeys: string[]
export let allowedCollections: string[] = []
export let showHeader: boolean = true
export let readonly: boolean = false
const client = getClient()
const hierarchy = client.getHierarchy()
@@ -36,6 +37,7 @@
to={undefined}
{allowedCollections}
{showHeader}
{readonly}
on:update
/>
{#each mixins as mixin}
@@ -47,6 +49,7 @@
object={hierarchy.as(object, mixin._id)}
{ignoreKeys}
{to}
{readonly}
{allowedCollections}
{showHeader}
on:update