Skip to content

Commit

Permalink
Merge pull request #2 from CodeFactoryLLC/Release1-Prep
Browse files Browse the repository at this point in the history
Release of 1.24.163.1
  • Loading branch information
sgiffinlcd authored Jun 11, 2024
2 parents 838fe79 + 5d23290 commit 6e15788
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/Lib/BlazorValidation/BlazorValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<ItemGroup>
<ProjectReference Include="..\CodeFactory.PCA.Blazor.Tel\CodeFactory.PCA.Blazor.Tel.csproj" />
<ProjectReference Include="..\CodeFactory.PCA.Blazor\CodeFactory.PCA.Blazor\CodeFactory.PCA.Blazor.csproj" />
<ProjectReference Include="..\CodeFactory.PCA.Blazor\CodeFactory.PCA.Models\CodeFactory.PCA.Models.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Title>CodeFactory PCA Blazor Server Telerik Components</Title>
<Version>1.24163.1-Pre</Version>
<Authors>CodeFactory, LLC.</Authors>
<Company>CodeFactory, LLC.</Company>
<Description>Central service blazor components using Telerik controls for PCA for Blazor Server</Description>
<Copyright>Copyright 2024 CodeFactory, LLC.</Copyright>
<PackageIcon>PCALOGO128.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/CodeFactoryLLC/CodeFactory.PCA/blob/main/Docs/Blazor/Readme.md</PackageProjectUrl>
<RepositoryUrl>https://github.com/CodeFactoryLLC/CodeFactory.PCA</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>blazor</PackageTags>
<PackageReleaseNotes>Initial release of telerik controls support.</PackageReleaseNotes>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.24163.1</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<IncludeSymbols>False</IncludeSymbols>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>


Expand All @@ -20,4 +40,15 @@
<ProjectReference Include="..\CodeFactory.PCA.Blazor\CodeFactory.PCA.Blazor\CodeFactory.PCA.Blazor.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="Docs\PCALOGO128.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Include="Docs\readme.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

</Project>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/Lib/CodeFactory.PCA.Blazor.Tel/Docs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Presentation Control Abstraction for Server Side Blazor - Telerik Central Controls
This is an extensions library that provides the central management controls for notifications and dialogs.
This uses the telerik notification and dialog factory to handle central display of notifications and dialogs.

Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>CodeFactory PCA Pattern for Blazor</Title>
<Title>CodeFactory PCA Pattern for Server Side Blazor</Title>
<Authors>CodeFactory, LLC.</Authors>
<Description>PCA delivery pattern implemented for Blazor.</Description>
<Description>PCA delivery pattern implemented for Server Side Blazor.</Description>
<Copyright>Copyright 2024 CodeFactory, LLC.</Copyright>
<PackageProjectUrl>https://github.com/CodeFactoryLLC/CodeFactory.PCA</PackageProjectUrl>
<RepositoryUrl>https://github.com/CodeFactoryLLC/CodeFactory.PCA</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Delivery Patterns;Blazor</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<FileVersion>1.0.23353.1</FileVersion>
<FileVersion>1.0.24163.1</FileVersion>
<PackageLicenseExpression> MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>1.23353.1-Pre</Version>
<Version>1.24163.1-Pre</Version>
<PackageIcon>PCALOGO128.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>


Expand All @@ -31,4 +34,15 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="Docs\PCALOGO128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Docs\readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@

# Presentation Control Abstraction for Server Side Blazor
This is the core library for the PCA for server side Blazor pattern.
The core focus of this library is clean separation of concerns between a Blazor component and control and flow logic that accesses external resources.

This library implements the following.
- Presentation base class for Blazor UI functionality
- Controller base class for implementation of control and flow functionality to manage a target Blazor component.
- Status edit form is a extended edit form that exposes when data has changed within the scope of an edit form.
- Navigation management to block navigation when data has changed. Implemented on the controller to support navigation manager, and browser based alerting.
- Centralized notification service allows for all notification or **Toasts** to render directly on layout.
- Centralized dialog service allows for all dialogs to render directly on the layout.
14 changes: 0 additions & 14 deletions src/Sln/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFactory.PCA.Blazor", "..\..\Lib\CodeFactory.PCA.Blazor\CodeFactory.PCA.Blazor\CodeFactory.PCA.Blazor.csproj", "{BE2F62EB-EFBF-4FD0-B652-34EA245C4A6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFactory.PCA.Models", "..\..\Lib\CodeFactory.PCA.Blazor\CodeFactory.PCA.Models\CodeFactory.PCA.Models.csproj", "{E58F3F5E-0F65-419A-A54B-DE50287C15A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorValidation", "..\..\Lib\BlazorValidation\BlazorValidation.csproj", "{433DB029-F480-47AE-B012-23A271C9605C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFactory.PCA.Blazor.Tel", "..\..\Lib\CodeFactory.PCA.Blazor.Tel\CodeFactory.PCA.Blazor.Tel.csproj", "{FBC00661-9F33-4EFA-83DC-443DAF1F8199}"
Expand Down Expand Up @@ -37,18 +35,6 @@ Global
{BE2F62EB-EFBF-4FD0-B652-34EA245C4A6F}.Release|arm64.Build.0 = Release|Any CPU
{BE2F62EB-EFBF-4FD0-B652-34EA245C4A6F}.Release|x86.ActiveCfg = Release|Any CPU
{BE2F62EB-EFBF-4FD0-B652-34EA245C4A6F}.Release|x86.Build.0 = Release|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Debug|arm64.ActiveCfg = Debug|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Debug|arm64.Build.0 = Debug|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Debug|x86.Build.0 = Debug|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Release|Any CPU.Build.0 = Release|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Release|arm64.ActiveCfg = Release|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Release|arm64.Build.0 = Release|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Release|x86.ActiveCfg = Release|Any CPU
{E58F3F5E-0F65-419A-A54B-DE50287C15A6}.Release|x86.Build.0 = Release|Any CPU
{433DB029-F480-47AE-B012-23A271C9605C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{433DB029-F480-47AE-B012-23A271C9605C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{433DB029-F480-47AE-B012-23A271C9605C}.Debug|arm64.ActiveCfg = Debug|Any CPU
Expand Down
21 changes: 21 additions & 0 deletions src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/Docs/License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 CodeFactory,LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/Docs/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Presentation Control Abstraction for Server Side Blazor

This extension for Visual Studio install the item templates to support the PCA for Server Side Blazor framework.

This extension includes the following

Presentation Controller Template
The presentation controller template automatically creates the following files
- Presentation - The Blazor component and code behind file for the presentation.
- Controller - The Blazor component and code behind file for the controller.
- Controller Contract - The interface file that defines the functionality that can be consumed by the presentation.

Presentation Controller Model Template
The presentation controller model template automatically creates the following files
- Presentation - The Blazor component and code behind file for the presentation.
- Controller - The Blazor component and code behind file for the controller.
- Controller Contract - The interface file that defines the functionality that can be consumed by the presentation.
- Model - The model implementation used for data binding on the presentation.
14 changes: 14 additions & 0 deletions src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/PCAforBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Docs\License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Docs\readme.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand All @@ -64,6 +72,12 @@
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Docs\PCALOGO128.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="PCAforBlazor.0ca69de9-75ab-4d38-952c-17421e963f2e" Version="1.0" Language="en-US" Publisher="LifeCycle Delivery, Inc." />
<Identity Id="PCAforBlazor.0ca69de9-75ab-4d38-952c-17421e963f2e" Version="1.24163.1" Language="en-US" Publisher="CodeFactory, LLC." />
<DisplayName>CodeFactory PCA for Blazor</DisplayName>
<Description xml:space="preserve">Visual Studio item templates that support the CodeFactory for Presentation Control and Abstraction pattern for Blazor. </Description>
<MoreInfo>https://github.com/CodeFactoryLLC/CodeFactory.PCA/blob/main/Docs/Blazor/Readme.md</MoreInfo>
<License>Docs\License.txt</License>
<GettingStartedGuide>https://github.com/CodeFactoryLLC/CodeFactory.PCA/blob/main/Docs/Blazor/Readme.md</GettingStartedGuide>
<ReleaseNotes>Docs\readme.txt</ReleaseNotes>
<Icon>Docs\PCALOGO128.png</Icon>
<PreviewImage>Docs\PCALOGO128.png</PreviewImage>
<Tags>Blazor</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
Expand Down

0 comments on commit 6e15788

Please sign in to comment.