elementsDropdownChange()}> {#each itemsJson as item} {#if item.header}
{/if} {#if !item.header}
{item.name}
{/if} {/each}
{"Выберите пресет"}
Тип
Id
Виджет
Вкладка
Название
{#each configJson as element, i}
{element.subtype}
{#each widgetsJson as select}
{select.label}
{/each}
(hideAllSubParams = !hideAllSubParams)} class="h-6 w-6 text-green-400 cursor-pointer" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
deleteLine(i)} class="h-6 w-6 text-red-400 cursor-pointer" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
{#if !hideAllSubParams} {#each Object.entries(element) as [key, param]} {#if key != "type" && key != "subtype" && key != "id" && key != "widget" && key != "page" && key != "descr"}
{key}
{/if} {/each} {/if} {/each}
saveConfig()}>{"Сохранить"}