Rystem.RepositoryFramework.Web.Components
9.0.26
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.0.26
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.0.26
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.26" />
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.26" />
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
paket add Rystem.RepositoryFramework.Web.Components --version 9.0.26
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.0.26"
#:package Rystem.RepositoryFramework.Web.Components@9.0.26
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.26
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.26
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 | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.3)
- Radzen.Blazor (>= 6.2.6)
- Rystem.Extensions.Localization.Multiple (>= 7.0.0)
- Rystem.RepositoryFramework.Abstractions (>= 9.0.26)
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.1.3 | 140 | 21 days ago |
9.1.2 | 580,315 | 4 months ago |
9.1.1 | 97,755 | 5 months ago |
9.0.32 | 186,627 | 5 months ago |
9.0.31 | 5,713 | 6 months ago |
9.0.30 | 88,733 | 6 months ago |
9.0.29 | 8,943 | 6 months ago |
9.0.28 | 177 | 6 months ago |
9.0.27 | 169 | 6 months ago |
9.0.26 | 180 | 6 months ago |
9.0.25 | 52,053 | 6 months ago |
9.0.21 | 250 | 7 months ago |
9.0.20 | 19,535 | 7 months ago |
9.0.19 | 244 | 7 months ago |
9.0.18 | 256 | 7 months ago |
9.0.17 | 135 | 7 months ago |
9.0.16 | 149 | 7 months ago |
9.0.15 | 75,482 | 7 months ago |
9.0.14 | 22,507 | 7 months ago |
9.0.13 | 142 | 7 months ago |
9.0.12 | 217,723 | 8 months ago |
9.0.11 | 23,951 | 8 months ago |
9.0.10 | 79 | 8 months ago |
9.0.9 | 3,983 | 9 months ago |
9.0.8 | 12,479 | 9 months ago |
9.0.7 | 127 | 9 months ago |
9.0.4 | 92,268 | 9 months ago |
9.0.3 | 134 | 9 months ago |
9.0.2 | 10,678 | 9 months ago |
9.0.1 | 1,178 | 9 months ago |
9.0.0 | 172,994 | 11/16/2024 |
9.0.0-rc.1 | 98 | 10/18/2024 |
6.2.0 | 219,000 | 10/9/2024 |
6.1.1 | 147 | 10/9/2024 |
6.1.0 | 48,018 | 9/29/2024 |
6.0.24 | 177 | 9/11/2024 |
6.0.23 | 163 | 7/18/2024 |
6.0.21 | 185 | 6/18/2024 |
6.0.20 | 161 | 6/16/2024 |
6.0.19 | 146 | 6/14/2024 |
6.0.18 | 145 | 6/14/2024 |
6.0.17 | 144 | 6/14/2024 |
6.0.16 | 139 | 6/10/2024 |
6.0.15 | 145 | 6/9/2024 |
6.0.14 | 154 | 5/24/2024 |
6.0.13 | 151 | 5/23/2024 |
6.0.12 | 139 | 5/23/2024 |
6.0.11 | 158 | 5/20/2024 |
6.0.9 | 170 | 5/20/2024 |
6.0.7 | 155 | 5/18/2024 |
6.0.6 | 139 | 5/10/2024 |
6.0.5 | 143 | 5/10/2024 |
6.0.4 | 174 | 4/3/2024 |
6.0.3 | 213 | 3/25/2024 |
6.0.2 | 209 | 3/11/2024 |
6.0.0 | 410 | 11/21/2023 |
6.0.0-rc.6 | 122 | 10/25/2023 |
6.0.0-rc.5 | 103 | 10/25/2023 |
6.0.0-rc.4 | 95 | 10/23/2023 |
6.0.0-rc.3 | 96 | 10/19/2023 |
6.0.0-rc.2 | 98 | 10/18/2023 |
6.0.0-rc.1 | 98 | 10/16/2023 |
5.0.20 | 355 | 9/25/2023 |
5.0.19 | 362 | 9/10/2023 |
5.0.18 | 376 | 9/6/2023 |
5.0.17 | 365 | 9/6/2023 |
5.0.16 | 367 | 9/5/2023 |
5.0.15 | 375 | 9/5/2023 |
5.0.14 | 345 | 9/5/2023 |
5.0.13 | 337 | 9/1/2023 |
5.0.12 | 400 | 8/31/2023 |
5.0.11 | 367 | 8/30/2023 |
5.0.10 | 396 | 8/29/2023 |
5.0.9 | 397 | 8/24/2023 |
5.0.8 | 388 | 8/24/2023 |
5.0.7 | 383 | 8/23/2023 |
5.0.6 | 412 | 8/21/2023 |
5.0.5 | 419 | 8/21/2023 |
5.0.4 | 428 | 8/16/2023 |
5.0.3 | 474 | 8/2/2023 |
5.0.2 | 499 | 8/2/2023 |
5.0.1 | 485 | 8/1/2023 |
5.0.0 | 505 | 7/31/2023 |
3.1.51 | 465 | 7/20/2023 |
3.1.50 | 472 | 7/16/2023 |
3.1.49 | 521 | 6/13/2023 |
3.1.48 | 506 | 6/13/2023 |
3.1.47 | 573 | 5/30/2023 |
3.1.46 | 535 | 5/20/2023 |
3.1.45 | 315,519 | 4/19/2023 |
3.1.44 | 95,278 | 3/20/2023 |
3.1.43 | 594 | 3/20/2023 |
3.1.42 | 594 | 3/16/2023 |
3.1.41 | 590 | 3/16/2023 |
3.1.40 | 546 | 3/15/2023 |
3.1.39 | 1,139 | 3/9/2023 |
3.1.38 | 591 | 3/7/2023 |
3.1.37 | 596 | 2/27/2023 |
3.1.36 | 631 | 2/14/2023 |
3.1.35 | 599 | 2/14/2023 |
3.1.34 | 603 | 2/10/2023 |
3.1.33 | 634 | 1/26/2023 |
3.1.32 | 641 | 1/26/2023 |
3.1.31 | 657 | 1/25/2023 |
3.1.30 | 618 | 1/25/2023 |
3.1.29 | 677 | 1/25/2023 |
3.1.28 | 641 | 1/23/2023 |
3.1.27 | 656 | 1/22/2023 |
3.1.26 | 633 | 1/20/2023 |
3.1.25 | 678 | 1/18/2023 |
3.1.24 | 663 | 1/18/2023 |
3.1.23 | 666 | 1/17/2023 |
3.1.22 | 690 | 1/11/2023 |
3.1.21 | 664 | 1/4/2023 |
3.1.20 | 664 | 1/1/2023 |
3.1.19 | 173 | 12/21/2022 |
3.1.18 | 171 | 12/21/2022 |
3.1.16 | 649 | 12/13/2022 |
3.1.12 | 616 | 12/12/2022 |
3.1.11 | 646 | 12/12/2022 |
3.1.10 | 661 | 12/12/2022 |
3.1.9 | 658 | 12/10/2022 |
3.1.8 | 649 | 12/7/2022 |
3.1.7 | 642 | 12/7/2022 |
3.1.6 | 618 | 12/7/2022 |
3.1.5 | 672 | 12/2/2022 |
3.1.4 | 665 | 12/1/2022 |
3.1.2 | 696 | 12/1/2022 |
3.1.1 | 657 | 12/1/2022 |
3.1.0 | 685 | 12/1/2022 |
3.0.32 | 708 | 12/1/2022 |
3.0.31 | 685 | 12/1/2022 |
3.0.30 | 693 | 12/1/2022 |
3.0.29 | 681 | 12/1/2022 |
3.0.28 | 701 | 12/1/2022 |
3.0.27 | 672 | 12/1/2022 |
3.0.25 | 653 | 11/29/2022 |
3.0.24 | 667 | 11/20/2022 |
3.0.20 | 656 | 12/1/2022 |