From 48f3dbd869dca83e9407c57ed34f9e6d768fa0d1 Mon Sep 17 00:00:00 2001 From: "Ottenhus, Thomas" Date: Fri, 20 Oct 2023 16:39:31 +0200 Subject: [PATCH] Move files --- NuGet-Packages.sln | 28 +++++++++---------- .../src/ClaimRequirementEditorModal.razor | 18 ------------ .../src/ClaimRequirementList.razor | 1 - .../ClaimRequirementCollectionEditor.razor | 5 +--- .../src/{ => Internal}/ClaimValueEditor.razor | 0 .../CreateButtons.razor} | 8 ++++-- .../src/_Imports.razor | 3 ++ 7 files changed, 24 insertions(+), 39 deletions(-) delete mode 100644 libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementEditorModal.razor delete mode 100644 libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementList.razor rename libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/{ => Internal}/ClaimRequirementCollectionEditor.razor (97%) rename libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/{ => Internal}/ClaimValueEditor.razor (100%) rename libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/{ClaimRequirementAddButton.razor => Internal/CreateButtons.razor} (55%) diff --git a/NuGet-Packages.sln b/NuGet-Packages.sln index ccce237..7d57563 100644 --- a/NuGet-Packages.sln +++ b/NuGet-Packages.sln @@ -79,9 +79,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.AspNetCore.Authentic EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.AspNetCore.Authentication.Cookies.Tests", "libraries\JGUZDV.AspNetCore.Authentication.Cookies\test\JGUZDV.AspNetCore.Authentication.Cookies.Tests.csproj", "{AADC7783-3155-4905-9524-61EE2E5E01C2}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.Components.ClaimRequirements", "libraries\JGUZDV.Blazor.Components.ClaimRequirements\src\JGUZDV.Blazor.Components.ClaimRequirements.csproj", "{AA17601D-39CD-4736-BB86-F5F39D6ED927}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.Components.ClaimRequirements.Tests", "libraries\JGUZDV.Blazor.Components.ClaimRequirements\test\JGUZDV.Blazor.Components.ClaimRequirements.Tests.csproj", "{35DEC336-5746-43B3-B4DB-5583AA919836}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.StateManagement", "libraries\JGUZDV.Blazor.StateManagement\src\JGUZDV.Blazor.StateManagement.csproj", "{CCBEBBEA-B605-4660-8544-11E1B31B60CD}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.StateManagement.Tests", "libraries\JGUZDV.Blazor.StateManagement\test\JGUZDV.Blazor.StateManagement.Tests.csproj", "{093ECC08-0EB2-46C4-B7B7-FD49D80EA5DC}" @@ -90,6 +87,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.Components.L1 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.Components.L10n.Tests", "libraries\JGUZDV.Blazor.Components.L10n\test\JGUZDV.Blazor.Components.L10n.Tests.csproj", "{F9B2F533-F6EF-4534-ADF8-7B99624C7618}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.Components.ClaimRequirements", "libraries\JGUZDV.Blazor.Components.ClaimRequirements\src\JGUZDV.Blazor.Components.ClaimRequirements.csproj", "{E7BD8A96-9A2E-4576-B498-6C9C580F4D5B}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.Blazor.Components.ClaimRequirements.Tests", "libraries\JGUZDV.Blazor.Components.ClaimRequirements\test\JGUZDV.Blazor.Components.ClaimRequirements.Tests.csproj", "{D2359AAE-F8E5-48FD-8DD7-047695E9DF3A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -212,14 +213,6 @@ Global {AADC7783-3155-4905-9524-61EE2E5E01C2}.Debug|Any CPU.Build.0 = Debug|Any CPU {AADC7783-3155-4905-9524-61EE2E5E01C2}.Release|Any CPU.ActiveCfg = Release|Any CPU {AADC7783-3155-4905-9524-61EE2E5E01C2}.Release|Any CPU.Build.0 = Release|Any CPU - {AA17601D-39CD-4736-BB86-F5F39D6ED927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AA17601D-39CD-4736-BB86-F5F39D6ED927}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AA17601D-39CD-4736-BB86-F5F39D6ED927}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AA17601D-39CD-4736-BB86-F5F39D6ED927}.Release|Any CPU.Build.0 = Release|Any CPU - {35DEC336-5746-43B3-B4DB-5583AA919836}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {35DEC336-5746-43B3-B4DB-5583AA919836}.Debug|Any CPU.Build.0 = Debug|Any CPU - {35DEC336-5746-43B3-B4DB-5583AA919836}.Release|Any CPU.ActiveCfg = Release|Any CPU - {35DEC336-5746-43B3-B4DB-5583AA919836}.Release|Any CPU.Build.0 = Release|Any CPU {CCBEBBEA-B605-4660-8544-11E1B31B60CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CCBEBBEA-B605-4660-8544-11E1B31B60CD}.Debug|Any CPU.Build.0 = Debug|Any CPU {CCBEBBEA-B605-4660-8544-11E1B31B60CD}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -236,6 +229,14 @@ Global {F9B2F533-F6EF-4534-ADF8-7B99624C7618}.Debug|Any CPU.Build.0 = Debug|Any CPU {F9B2F533-F6EF-4534-ADF8-7B99624C7618}.Release|Any CPU.ActiveCfg = Release|Any CPU {F9B2F533-F6EF-4534-ADF8-7B99624C7618}.Release|Any CPU.Build.0 = Release|Any CPU + {E7BD8A96-9A2E-4576-B498-6C9C580F4D5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E7BD8A96-9A2E-4576-B498-6C9C580F4D5B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E7BD8A96-9A2E-4576-B498-6C9C580F4D5B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E7BD8A96-9A2E-4576-B498-6C9C580F4D5B}.Release|Any CPU.Build.0 = Release|Any CPU + {D2359AAE-F8E5-48FD-8DD7-047695E9DF3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D2359AAE-F8E5-48FD-8DD7-047695E9DF3A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D2359AAE-F8E5-48FD-8DD7-047695E9DF3A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D2359AAE-F8E5-48FD-8DD7-047695E9DF3A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -273,15 +274,14 @@ Global {1DE8AF4D-4D46-4766-844E-819757AC4E4C} = {5F18EE62-3FBC-42F5-96DC-8C61C3D9EF27} {D0DE2AFA-498B-489B-9DC4-3AFC8CA60EF0} = {5F18EE62-3FBC-42F5-96DC-8C61C3D9EF27} {AADC7783-3155-4905-9524-61EE2E5E01C2} = {50252EFB-8629-4B1D-AC2F-5F29CB6F684D} - {AA17601D-39CD-4736-BB86-F5F39D6ED927} = {5F18EE62-3FBC-42F5-96DC-8C61C3D9EF27} - {35DEC336-5746-43B3-B4DB-5583AA919836} = {50252EFB-8629-4B1D-AC2F-5F29CB6F684D} {CCBEBBEA-B605-4660-8544-11E1B31B60CD} = {5F18EE62-3FBC-42F5-96DC-8C61C3D9EF27} {093ECC08-0EB2-46C4-B7B7-FD49D80EA5DC} = {50252EFB-8629-4B1D-AC2F-5F29CB6F684D} {60DDDE41-DCB5-4EBB-8142-AEB9E6028DA3} = {5F18EE62-3FBC-42F5-96DC-8C61C3D9EF27} {F9B2F533-F6EF-4534-ADF8-7B99624C7618} = {50252EFB-8629-4B1D-AC2F-5F29CB6F684D} + {E7BD8A96-9A2E-4576-B498-6C9C580F4D5B} = {5F18EE62-3FBC-42F5-96DC-8C61C3D9EF27} + {D2359AAE-F8E5-48FD-8DD7-047695E9DF3A} = {50252EFB-8629-4B1D-AC2F-5F29CB6F684D} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - RESX_NeutralResourcesLanguage = de-DE SolutionGuid = {46ECC226-1874-4539-8589-8B2029909C4A} EndGlobalSection EndGlobal diff --git a/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementEditorModal.razor b/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementEditorModal.razor deleted file mode 100644 index 3044944..0000000 --- a/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementEditorModal.razor +++ /dev/null @@ -1,18 +0,0 @@ -@using JGUZDV.Extensions.Authorization; - - - - - -@code { - [Parameter] - public ClaimRequirement ClaimRequirement { get; set; } - - [Parameter] - public EventCallback OnSave { get; set; } - - [Parameter] - public EventCallback OnClose { get; set; } - - -} diff --git a/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementList.razor b/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementList.razor deleted file mode 100644 index 5f28270..0000000 --- a/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementList.razor +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementCollectionEditor.razor b/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/Internal/ClaimRequirementCollectionEditor.razor similarity index 97% rename from libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementCollectionEditor.razor rename to libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/Internal/ClaimRequirementCollectionEditor.razor index 141783e..5c08bf1 100644 --- a/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/ClaimRequirementCollectionEditor.razor +++ b/libraries/JGUZDV.Blazor.Components.ClaimRequirements/src/Internal/ClaimRequirementCollectionEditor.razor @@ -1,7 +1,4 @@ -@using JGUZDV.Extensions.Authorization; -@using Microsoft.Extensions.Logging; - -
+