-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from CodeFactoryLLC/Release1-Prep
Release of 1.24.163.1
- Loading branch information
Showing
13 changed files
with
125 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+5.61 KB
src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/Docs/PCALOGO128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion
12
src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/Docs/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/Docs/License.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
18
src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/Docs/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/source.extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters