Rystem.RepositoryFramework.Web.Components
3.1.16
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Web.Components --version 3.1.16
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 3.1.16
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="3.1.16" />
paket add Rystem.RepositoryFramework.Web.Components --version 3.1.16
#r "nuget: Rystem.RepositoryFramework.Web.Components, 3.1.16"
// Install Rystem.RepositoryFramework.Web.Components as a Cake Addin #addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=3.1.16 // Install Rystem.RepositoryFramework.Web.Components as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=3.1.16
What is Rystem?
Add to service collection the UI service in your blazor DI
You have to add a service for UI
builder.Services
.AddRepositoryUI();
and add the endpoint for your repository
app
.AddDefaultRepositoryEndpoints();
Demand everything to the framework
In the Host.cshtml you have to add style, javascript files and the RepositoryApp.
<html>
<head>
<partial name="RepositoryStyle" />
</head>
<body>
<component type="typeof(RepositoryApp<App>)" render-mode="ServerPrerendered" />
<partial name="RepositoryScript" />
</body>
</html>
Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.
Demand everything to the framework with authentication
In the Host.cshtml you have to add style, javascript files and the RepositoryAuthenticatedApp.
<html>
<head>
<partial name="RepositoryStyle" />
</head>
<body>
<component type="typeof(RepositoryAuthenticatedApp<App>)" render-mode="ServerPrerendered" />
<partial name="RepositoryScript" />
</body>
</html>
Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.
Use razor component instead to build your mixed custom repository UI
In the Host.cshtml you have to add style, javascript files
<html>
<head>
<partial name="RepositoryStyle" />
</head>
<body>
<component type="typeof(App)" render-mode="ServerPrerendered" />
<partial name="RepositoryScript" />
</body>
</html>
In your app you can use
Component | Usage |
---|---|
RepositoryManager | A component to manage your repository in one page |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Microsoft.AspNetCore.Components.Web (>= 7.0.0)
- Radzen.Blazor (>= 4.4.5)
- Rystem.RepositoryFramework.Abstractions (>= 3.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 33 | 11/16/2024 |
9.0.0-rc.1 | 70 | 10/18/2024 |
6.2.0 | 218,941 | 10/9/2024 |
6.1.1 | 91 | 10/9/2024 |
6.1.0 | 47,954 | 9/29/2024 |
6.0.24 | 104 | 9/11/2024 |
6.0.23 | 113 | 7/18/2024 |
6.0.21 | 125 | 6/18/2024 |
6.0.20 | 103 | 6/16/2024 |
6.0.19 | 97 | 6/14/2024 |
6.0.18 | 95 | 6/14/2024 |
6.0.17 | 97 | 6/14/2024 |
6.0.16 | 91 | 6/10/2024 |
6.0.15 | 97 | 6/9/2024 |
6.0.14 | 109 | 5/24/2024 |
6.0.13 | 104 | 5/23/2024 |
6.0.12 | 95 | 5/23/2024 |
6.0.11 | 108 | 5/20/2024 |
6.0.9 | 123 | 5/20/2024 |
6.0.7 | 107 | 5/18/2024 |
6.0.6 | 85 | 5/10/2024 |
6.0.5 | 90 | 5/10/2024 |
6.0.4 | 135 | 4/3/2024 |
6.0.3 | 163 | 3/25/2024 |
6.0.2 | 166 | 3/11/2024 |
6.0.0 | 377 | 11/21/2023 |
6.0.0-rc.6 | 96 | 10/25/2023 |
6.0.0-rc.5 | 78 | 10/25/2023 |
6.0.0-rc.4 | 70 | 10/23/2023 |
6.0.0-rc.3 | 62 | 10/19/2023 |
6.0.0-rc.2 | 72 | 10/18/2023 |
6.0.0-rc.1 | 70 | 10/16/2023 |
5.0.20 | 324 | 9/25/2023 |
5.0.19 | 320 | 9/10/2023 |
5.0.18 | 329 | 9/6/2023 |
5.0.17 | 322 | 9/6/2023 |
5.0.16 | 315 | 9/5/2023 |
5.0.15 | 332 | 9/5/2023 |
5.0.14 | 303 | 9/5/2023 |
5.0.13 | 292 | 9/1/2023 |
5.0.12 | 345 | 8/31/2023 |
5.0.11 | 323 | 8/30/2023 |
5.0.10 | 343 | 8/29/2023 |
5.0.9 | 349 | 8/24/2023 |
5.0.8 | 342 | 8/24/2023 |
5.0.7 | 327 | 8/23/2023 |
5.0.6 | 367 | 8/21/2023 |
5.0.5 | 372 | 8/21/2023 |
5.0.4 | 378 | 8/16/2023 |
5.0.3 | 423 | 8/2/2023 |
5.0.2 | 450 | 8/2/2023 |
5.0.1 | 436 | 8/1/2023 |
5.0.0 | 456 | 7/31/2023 |
3.1.51 | 414 | 7/20/2023 |
3.1.50 | 422 | 7/16/2023 |
3.1.49 | 459 | 6/13/2023 |
3.1.48 | 444 | 6/13/2023 |
3.1.47 | 509 | 5/30/2023 |
3.1.46 | 464 | 5/20/2023 |
3.1.45 | 315,447 | 4/19/2023 |
3.1.44 | 95,218 | 3/20/2023 |
3.1.43 | 525 | 3/20/2023 |
3.1.42 | 531 | 3/16/2023 |
3.1.41 | 520 | 3/16/2023 |
3.1.40 | 485 | 3/15/2023 |
3.1.39 | 1,078 | 3/9/2023 |
3.1.38 | 519 | 3/7/2023 |
3.1.37 | 532 | 2/27/2023 |
3.1.36 | 567 | 2/14/2023 |
3.1.35 | 537 | 2/14/2023 |
3.1.34 | 540 | 2/10/2023 |
3.1.33 | 566 | 1/26/2023 |
3.1.32 | 566 | 1/26/2023 |
3.1.31 | 585 | 1/25/2023 |
3.1.30 | 552 | 1/25/2023 |
3.1.29 | 612 | 1/25/2023 |
3.1.28 | 574 | 1/23/2023 |
3.1.27 | 591 | 1/22/2023 |
3.1.26 | 567 | 1/20/2023 |
3.1.25 | 614 | 1/18/2023 |
3.1.24 | 590 | 1/18/2023 |
3.1.23 | 602 | 1/17/2023 |
3.1.22 | 621 | 1/11/2023 |
3.1.21 | 597 | 1/4/2023 |
3.1.20 | 600 | 1/1/2023 |
3.1.19 | 109 | 12/21/2022 |
3.1.18 | 107 | 12/21/2022 |
3.1.16 | 575 | 12/13/2022 |
3.1.12 | 550 | 12/12/2022 |
3.1.11 | 579 | 12/12/2022 |
3.1.10 | 597 | 12/12/2022 |
3.1.9 | 592 | 12/10/2022 |
3.1.8 | 582 | 12/7/2022 |
3.1.7 | 578 | 12/7/2022 |
3.1.6 | 555 | 12/7/2022 |
3.1.5 | 603 | 12/2/2022 |
3.1.4 | 597 | 12/1/2022 |
3.1.2 | 629 | 12/1/2022 |
3.1.1 | 590 | 12/1/2022 |
3.1.0 | 609 | 12/1/2022 |
3.0.32 | 639 | 12/1/2022 |
3.0.31 | 609 | 12/1/2022 |
3.0.30 | 627 | 12/1/2022 |
3.0.29 | 613 | 12/1/2022 |
3.0.28 | 634 | 12/1/2022 |
3.0.27 | 605 | 12/1/2022 |
3.0.25 | 585 | 11/29/2022 |
3.0.24 | 600 | 11/20/2022 |
3.0.20 | 588 | 12/1/2022 |