From 60fa8f5f80dfacdb8f2e3b1c3df1b56b48f5f334 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Mon, 23 Oct 2023 11:13:51 +0300 Subject: [PATCH] UI: Add support select widget bundle when save as widget --- .../attribute/attribute-table.component.html | 1 + .../save-widget-type-as-dialog.component.html | 25 +++++++++++-------- .../save-widget-type-as-dialog.component.ts | 24 ++++++++++++++---- .../pages/widget/widget-editor.component.ts | 18 +++++++++++-- .../widgets-bundle-select.component.html | 5 +++- .../widgets-bundle-select.component.ts | 16 ++++++------ 6 files changed, 61 insertions(+), 28 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html b/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html index 1678eac615..0a072b5377 100644 --- a/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html +++ b/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.html @@ -110,6 +110,7 @@ {{ 'widgets-bundle.current' | translate }} -
+

widget.save-widget-type-as

@@ -29,16 +29,19 @@
-
- widget.save-widget-type-as-text - - widget.title - - - {{ 'widget.title-required' | translate }} - - -
+ widget.save-widget-type-as-text + + widget.title + + + {{ 'widget.title-required' | translate }} + + + +