{#if $$slots.addProperty}
0
? `width: 100%;`
: `width: calc(100% - ${panelButtonWidth - pannelExtraButtonWidth}px);`}
>
{/if}
{
opened = e.detail
}}
on:reorder={(e) => {
schema.order = e.detail
schema = schema
tick().then(() => dispatch('change', schema))
}}
on:change={() => {
schema = schema
tick().then(() => dispatch('change', schema))
}}
prettifyHeader={isAppInput}
disabled={!!previewSchema}
{diff}
on:acceptChange
on:rejectChange
on:nestedChange={() => {
dispatch('change', schema)
}}
{shouldDispatchChanges}
bind:isValid
noVariablePicker={noVariablePicker || customUi?.disableVariablePicker === true}
/>