From 7449dd50c898ff1de546e9e4d31a9c20c7e62ca5 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Tue, 31 Mar 2026 09:26:07 +0200 Subject: [PATCH] Rimosso preselezione vecchio modo --- Test.UI/Components/Pages/EditJWD.razor | 1 - Test.UI/Components/Pages/EditJWD.razor.cs | 5 ---- Test.UI/Components/Pages/TestError.razor | 1 - Test.UI/Components/Pages/TestError.razor.cs | 5 ---- WebWindowComplex/TableComp.razor.cs | 23 ------------------- WebWindowComplex/WebWindowComplex.csproj | 4 +++- .../WebWindowConfigurator.csproj | 4 +++- 7 files changed, 6 insertions(+), 37 deletions(-) diff --git a/Test.UI/Components/Pages/EditJWD.razor b/Test.UI/Components/Pages/EditJWD.razor index 023ae55..758a88c 100644 --- a/Test.UI/Components/Pages/EditJWD.razor +++ b/Test.UI/Components/Pages/EditJWD.razor @@ -71,7 +71,6 @@ { - /// Configurazione selezionati - /// - protected SelectPayload SelectList = new SelectPayload(); - /// /// Configurazione elenchi anagrafiche /// diff --git a/Test.UI/Components/Pages/TestError.razor b/Test.UI/Components/Pages/TestError.razor index 96a47b0..f8ed734 100644 --- a/Test.UI/Components/Pages/TestError.razor +++ b/Test.UI/Components/Pages/TestError.razor @@ -10,7 +10,6 @@ protected BaseListPayload SetupList = new BaseListPayload(); - /// - /// Configurazione selezionati - /// - protected SelectPayload SelectList = new SelectPayload(); - #endregion Protected Fields #region Protected Properties diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 79284da..0f5dfa5 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -108,12 +108,6 @@ namespace WebWindowComplex [Parameter] public LivePayload LiveData { get; set; } = null!; - /// - /// Preselezione valori - /// - [Parameter] - public SelectPayload? SelectionData { get; set; } = null; - /// /// Preselezione valori /// @@ -196,8 +190,6 @@ namespace WebWindowComplex SvgPreview = LiveData.SvgPreview, ProfElementList = LiveData.ProfElementList }; - // Aggiornati parametri di ingresso selezionati - UpdateSelParameter(); // provo a deserializzare SE necessario if (needDeser) { @@ -2076,21 +2068,6 @@ namespace WebWindowComplex } } - /// - /// Metodo per settare i parmateri di ingresso selezionati - /// - private void UpdateSelParameter() - { - if (SelectionData != null && SelectionData.IsValid()) - { - SelFamilyHardware = SelectionData.FamilyHardware ?? ""; - SelColorMaterial = SelectionData.ColorMaterial ?? ""; - SelWood = SelectionData.Wood ?? ""; - SelGlass = SelectionData.Glass ?? ""; - SelProfile = SelectionData.Profile ?? ""; - } - } - #endregion Private Methods } } \ No newline at end of file diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 4672fb7..7785e07 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.3.3016 + 3.1.3.3109 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -122,6 +122,8 @@ + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 8eb8ba2..8d005e4 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.3.3016 + 3.1.3.3109 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -159,6 +159,8 @@ + +