From b1503841675d444aed83952be84caacc5c81a137 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sat, 25 Dec 2021 14:50:29 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=81=D1=81=D0=B8=D0=B2=20=D0=BA=D0=BE=D0=BB=D0=BB?= =?UTF-8?q?=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=20=D0=B2=D0=B8=D0=B4=D0=B6=D0=B5?= =?UTF-8?q?=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/App.svelte b/src/App.svelte index c5f3329..a2b8d77 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -135,6 +135,14 @@ }, ]; + let widgetCollection = {}; + + widgetCollection = { + toggle: "Тогл", + button: "Кнопка", + input: "Окно ввода", + }; + //configuration let config = []; let buf = []; @@ -591,6 +599,11 @@ Тип Подтип Id + Виджет + Вкладка + Название + Остальное + Удалить @@ -599,6 +612,14 @@ {element.type} + {/each}