diff --git a/Test.UI/Components/Pages/EditJWD.razor b/Test.UI/Components/Pages/EditJWD.razor index 6a95742..177c798 100644 --- a/Test.UI/Components/Pages/EditJWD.razor +++ b/Test.UI/Components/Pages/EditJWD.razor @@ -84,7 +84,6 @@ else
- @txtEmpty
diff --git a/WebWindowComplex/TableComp.razor b/WebWindowComplex/TableComp.razor index 38ddee9..39451b7 100644 --- a/WebWindowComplex/TableComp.razor +++ b/WebWindowComplex/TableComp.razor @@ -1,4 +1,5 @@ -@using static WebWindowComplex.LayoutConst +@using EgwCoreLib.Razor +@using static WebWindowComplex.LayoutConst
@if (isLoading) { @@ -7,27 +8,27 @@ else if (!okParams) {
-
+
Parametri Mancanti!
-
+
} else if (!okJwd) {
-
+
JWD Mancante!
-
+
} @@ -99,8 +100,8 @@
@if (currStep == CompileStep.Tree) { - @@ -186,7 +187,7 @@ - } + } } else if (currStep == CompileStep.Fill) { @@ -196,8 +197,8 @@ } else { - @@ -231,10 +232,10 @@
- @if(!baseUser && SplittedList != null && SplittedList.Count > 0) + @if (!baseUser && SplittedList != null && SplittedList.Count > 0) { Splitted? currSplitted = SplittedList.Where(x => x.AreaList.First().Equals(FillList[currFillIndex])).FirstOrDefault(); - @if(currSplitted != null) + @if (currSplitted != null) { @if (currSplitted.ParentArea != null && currSplitted.ParentWindow != null) { @@ -251,8 +252,8 @@ else if (currStep == CompileStep.General) { @@ -268,7 +269,14 @@ } *@
- @outSvg + @if (string.IsNullOrWhiteSpace(LiveData.SvgPreview)) + { + + } + else + { + @outSvg + }
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 35f67f3..8b02bb2 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -59,5 +59,6 @@ + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index e3899b2..9d35a03 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -60,5 +60,6 @@ +