Browse Source

Merge branch 'dev' into net8-upgrade-all-packages

pull/17821/head
maliming 3 years ago
parent
commit
054bb3396a
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 7
      abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
  2. 2
      abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json
  3. 80
      docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/POST.md
  4. BIN
      docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/abp-community-talk.png
  5. BIN
      docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/basta-mainz.png
  6. BIN
      docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/cover-image.png
  7. 3
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Bundling/SharedThemeGlobalStyleContributor.cs
  8. 11
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/date-range-picker/date-range-picker-styles.css
  9. 9
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/VoloNugetPackagesVersionUpdater.cs
  10. 2
      framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/DynamicProxying/TestObjectToFormData.cs
  11. 2
      framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/DynamicProxying/TestObjectToQueryString.cs
  12. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  13. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  14. 280
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  15. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  16. 318
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  17. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  18. 258
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  19. 10
      modules/cms-kit/angular/package.json
  20. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  21. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  22. 258
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  23. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  24. 258
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  25. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  26. 392
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  27. 4
      modules/docs/app/VoloDocs.Web/package.json
  28. 318
      modules/docs/app/VoloDocs.Web/yarn.lock
  29. 31
      modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo/Abp/ClientPermissionManagerExtensions.cs
  30. 1
      modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo.Abp.IdentityServer.Domain.Tests.csproj
  31. 6
      modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/AbpIdentityServerDomainTestModule.cs
  32. 44
      modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/PermissionManager_Tests.cs
  33. 13
      modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/TestPermissionNames.cs
  34. 13
      modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/TestTestPermissionDefinitionProvider.cs
  35. 1
      modules/identityserver/test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests.csproj
  36. 11
      modules/identityserver/test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo/Abp/IdentityServer/AbpIdentityServerTestEntityFrameworkCoreModule.cs
  37. 2
      modules/identityserver/test/Volo.Abp.IdentityServer.TestBase/Volo/Abp/IdentityServer/AbpIdentityServerTestData.cs
  38. 2
      modules/identityserver/test/Volo.Abp.IdentityServer.TestBase/Volo/Abp/IdentityServer/AbpIdentityServerTestDataBuilder.cs
  39. 2
      modules/openiddict/app/OpenIddict.Demo.Server/package.json
  40. 18
      modules/openiddict/app/angular/package.json
  41. 31
      modules/openiddict/src/Volo.Abp.PermissionManagement.Domain.OpenIddict/Volo/Abp/PermissionManagement/ClientPermissionManagerExtensions.cs
  42. 1
      modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo.Abp.OpenIddict.Domain.Tests.csproj
  43. 6
      modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/OpenIddictDomainTestModule.cs
  44. 43
      modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/PermissionManager_Tests.cs
  45. 13
      modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/TestPermissionDefinitionProvider.cs
  46. 13
      modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/TestPermissionNames.cs
  47. 1
      modules/openiddict/test/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests.csproj
  48. 13
      modules/openiddict/test/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests/Volo/Abp/OpenIddict/EntityFrameworkCore/OpenIddictEntityFrameworkCoreTestModule.cs
  49. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  50. 258
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  51. 4
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json
  52. 292
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock
  53. 2
      npm/lerna.json
  54. 26
      npm/ng-packs/package.json
  55. 6
      npm/ng-packs/packages/account-core/package.json
  56. 6
      npm/ng-packs/packages/account/package.json
  57. 6
      npm/ng-packs/packages/components/package.json
  58. 4
      npm/ng-packs/packages/core/package.json
  59. 4
      npm/ng-packs/packages/feature-management/package.json
  60. 2
      npm/ng-packs/packages/generators/package.json
  61. 8
      npm/ng-packs/packages/identity/package.json
  62. 6
      npm/ng-packs/packages/oauth/package.json
  63. 4
      npm/ng-packs/packages/permission-management/package.json
  64. 2
      npm/ng-packs/packages/schematics/package.json
  65. 6
      npm/ng-packs/packages/setting-management/package.json
  66. 6
      npm/ng-packs/packages/tenant-management/package.json
  67. 6
      npm/ng-packs/packages/theme-basic/package.json
  68. 4
      npm/ng-packs/packages/theme-shared/package.json
  69. 4
      npm/packs/anchor-js/package.json
  70. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  71. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  72. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  73. 34
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  74. 2
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  75. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  76. 10
      npm/packs/blogging/package.json
  77. 2
      npm/packs/bootstrap-datepicker/package.json
  78. 2
      npm/packs/bootstrap-daterangepicker/package.json
  79. 4
      npm/packs/bootstrap/package.json
  80. 2
      npm/packs/chart.js/package.json
  81. 4
      npm/packs/clipboard/package.json
  82. 12
      npm/packs/cms-kit.admin/package.json
  83. 6
      npm/packs/cms-kit.public/package.json
  84. 6
      npm/packs/cms-kit/package.json
  85. 4
      npm/packs/codemirror/package.json
  86. 4
      npm/packs/core/package.json
  87. 4
      npm/packs/cropperjs/package.json
  88. 4
      npm/packs/datatables.net-bs4/package.json
  89. 4
      npm/packs/datatables.net-bs5/package.json
  90. 4
      npm/packs/datatables.net/package.json
  91. 12
      npm/packs/docs/package.json
  92. 2
      npm/packs/flag-icon-css/package.json
  93. 2
      npm/packs/flag-icons/package.json
  94. 4
      npm/packs/font-awesome/package.json
  95. 4
      npm/packs/highlight.js/package.json
  96. 4
      npm/packs/jquery-form/package.json
  97. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  98. 4
      npm/packs/jquery-validation/package.json
  99. 4
      npm/packs/jquery/package.json
  100. 4
      npm/packs/jstree/package.json

7
abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

@ -986,7 +986,7 @@
"Summary": "Summary",
"TrainingPack": "Training pack",
"TrainingPackDiscount": "Training pack discount",
"Purchase_OnboardingTraining_Description": "This live training package is discounted when purchased with the new license. This discounted price is valid only for new license purchases. <a href=\"{0}\" class=\"text-white\">Learn more <i class=\"fa fa-external-link ms-1\"></i></a>",
"Purchase_OnboardingTraining_Description": "This live training package is valid for a class of 8 students and this discount is only valid when purchased with the new license. <a href=\"{0}\" class=\"text-white\">Learn more <i class=\"fa fa-external-link ms-1\"></i></a>",
"Purchase_Save": "{0}% <span class=\"save ms-1\">Save {1} {2}</span>",
"RemoveBasket": "Remove from basket",
"WhyABPIOPlatform?": "Why <span class=\"gradient-commercial\">ABP.IO Platform</span>?",
@ -1079,6 +1079,7 @@
"WhyAbpIo_Page_Title": "Why ABP.IO Platform?",
"AbpStudio_Page_Title": "ABP Studio",
"CampaignInfo": "Buy a new license or renew your existing license and <span class=\"text-white\">get an additional 2 months</span> at no additional cost! This offer is valid for all license plans. Ensure you take advantage of this limited-time promotion to expand your access to premium features and upgrades.",
"HurryUpLastDay": "Hurry Up! Last Day: {0}"
"HurryUpLastDay": "Hurry Up! Last Day: {0}",
"CreatingCRUDPagesWithABPSuite": "Creating CRUD pages with ABP Suite"
}
}
}

2
abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json

@ -174,6 +174,7 @@
"CreateProjectWizard": "This wizard creates a new project from the startup template which is properly configured to jump start your project.",
"TieredOption": "Creates a tiered solution where Web and Http API layers are physically separated. If not checked, creates a layered solution which is less complex and suitable for most scenarios.",
"SeparateIdentityServerOption": "Separates the server side into two applications: The first one is for the identity server and the second one is for your server side HTTP API.",
"SeparateAuthenticationServerOption": "Separates the server side into two applications: The first one is for the authentication server and the second one is for your server side HTTP API.",
"ProgressiveWebApplicationOption": "Specifies the project as Progressive Web Application",
"UseslatestPreVersion": "Uses the latest pre-release version",
"ReadTheDocumentation": "Read The Documentation",
@ -296,6 +297,7 @@
"EnterYouEmailToGetNews": "Enter your email to get the latest news about the ABP Framework",
"Tiered": "Tiered",
"SeparateIdentityServer": "Separate Identity Server",
"SeparateAuthenticationServer": "Separate Authentication Server",
"ProgressiveWebApplication": "Progressive Web Application",
"Preview": "Preview",
"CreateANewSolution": "Create a new solution",

80
docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/POST.md

@ -0,0 +1,80 @@
# ABP.IO Platform 7.4 Final Has Been Released!
[ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/) 7.4 versions have been released today.
## What's New With Version 7.4?
All the new features were already explained in detail in the [7.4 RC Announcement Post](https://blog.abp.io/abp/ABP.IO-Platform-7-4-RC-Has-Been-Published), so no need to go over them again. Check it out for more details.
## Getting Started with 7.4
### Creating New Solutions
You can create a new solution with the ABP Framework version 7.4 by either using the `abp new` command or generating the CLI command on the [get started page](https://abp.io/get-started).
> See the [getting started document](https://docs.abp.io/en/abp/latest/Getting-Started) for more.
### How to Upgrade an Existing Solution
#### Install/Update the ABP CLI
First of all, install the ABP CLI or upgrade it to the latest version.
If you haven't installed it yet:
```bash
dotnet tool install -g Volo.Abp.Cli
```
To update the existing CLI:
```bash
dotnet tool update -g Volo.Abp.Cli
```
#### Upgrading Existing Solutions with the ABP Update Command
[ABP CLI](https://docs.abp.io/en/abp/latest/CLI) provides a handy command to update all the ABP related NuGet and NPM packages in your solution with a single command:
```bash
abp update
```
Run this command in the root folder of your solution.
## Migration Guides
There are breaking changes in this version that may affect your application.
Please see the following migration documents, if you are upgrading from v7.3:
* [ABP Framework 7.3 to 7.4 Migration Guide](https://docs.abp.io/en/abp/7.4/Migration-Guides/Abp-7_4)
## Community News
### ABP Community Talks 2023.7: Build Your Content Management System with .NET
We as the ABP team organized the [**ABP Community Talks 2023.7: Build Your Content Management System with .NET**](https://community.abp.io/events/build-your-own-cms-with-.net-a-first-look-at-abps-content-management-system-kit-3nfvm9ix) event to explore the depths of the CMS Kit Module and its real-world applications. The talk delved into the intricacies of the CMS Kit Module, providing valuable insights into its features and functionalities. Attendees had the opportunity to witness the module in action through live demonstrations and interactive Q&A sessions.
For those who missed the live session, you can catch up on all the enriching discussions and demonstrations by watching the record below 👇:
<iframe width="560" height="315" src="https://www.youtube.com/embed/S9__Hnu29tI?si=vrLWLI3NQX2eaSMD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
### BASTA! Mainz 2023
![](basta-mainz.png)
BASTA! Mainz 2023 has wrapped up, and what an extraordinary journey it has been! We have shared our impressions, highlights, and the incredible impact it had on the tech community in Germany and beyond in a blog post, which you can find at [https://blog.abp.io/abp/BASTA-Mainz-2023-What-a-Blast-in-Germany](https://blog.abp.io/abp/BASTA-Mainz-2023-What-a-Blast-in-Germany).
### New ABP Community Posts
There are exciting articles contributed by the ABP community as always. I will highlight some of them here:
* [Moving Background Job Execution To A Separate Application](https://community.abp.io/posts/moving-background-job-execution-to-a-separate-application-my9cgo9a) by [liangshiwei](https://github.com/RealLowis).
* [Cascading Option Loading with Extensions System in ABP Angular](https://community.abp.io/posts/cascading-option-loading-with-extensions-system-in-abp-angular-gcxgp0v9) by [Masum Ulu](https://twitter.com/masumulu).
* [How to use domain-based tenant resolver in ABP with Angular and OpenIddict](https://community.abp.io/posts/how-to-use-domainbased-tenant-resolver-in-abp-with-angular-and-openiddict-v9y8da7v) by [Mahmut Gündoğdu](https://twitter.com/MahmutGundogdu).
Thanks to the ABP Community for all the content they have published. You can also [post your ABP-related (text or video) content](https://community.abp.io/articles/submit) to the ABP Community.
## About the Next Version
The next feature version will be 8.0. You can follow the [release planning here](https://github.com/abpframework/abp/milestones). Please [submit an issue](https://github.com/abpframework/abp/issues/new) if you have any problems with this version.

BIN
docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/abp-community-talk.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/basta-mainz.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
docs/en/Blog-Posts/2023-10-09 v7_4_Release_Stable/cover-image.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

3
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Bundling/SharedThemeGlobalStyleContributor.cs

@ -29,7 +29,8 @@ public class SharedThemeGlobalStyleContributor : BundleContributor
{
context.Files.AddRange(new[]
{
"/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css"
"/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css",
"/libs/abp/aspnetcore-mvc-ui-theme-shared/date-range-picker/date-range-picker-styles.css"
});
}
}

11
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/date-range-picker/date-range-picker-styles.css

@ -0,0 +1,11 @@
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
color: #1b1b1b;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
color: #fff;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
color: #999;
}

9
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/VoloNugetPackagesVersionUpdater.cs

@ -232,7 +232,14 @@ public class VoloNugetPackagesVersionUpdater : ITransientDependency
string latestVersion;
if(isLeptonXPackage)
{
latestVersion = (await _packageVersionCheckerService.GetLatestVersionOrNullAsync(packageId, includeNightlyPreviews, includeReleaseCandidates))?.Version?.ToString();
var leptonXPackageName = packageId;
if(includeNightlyPreviews)
{
//use LeptonX Lite package as the package name to be able to get the package version from the 'abp-nightly' feed.
leptonXPackageName = "Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite";
}
latestVersion = (await _packageVersionCheckerService.GetLatestVersionOrNullAsync(leptonXPackageName, includeNightlyPreviews, includeReleaseCandidates))?.Version?.ToString();
}
else
{

2
framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/DynamicProxying/TestObjectToFormData.cs

@ -15,7 +15,7 @@ public class TestObjectToFormData : IObjectToFormData<List<GetParamsNameValue>>,
{
if (values.IsNullOrEmpty())
{
return null;
return Task.FromResult<List<KeyValuePair<string, HttpContent>>>(null);
}
var formDataContents = new List<KeyValuePair<string, HttpContent>>();

2
framework/test/Volo.Abp.Http.Client.Tests/Volo/Abp/Http/DynamicProxying/TestObjectToQueryString.cs

@ -14,7 +14,7 @@ public class TestObjectToQueryString : IObjectToQueryString<List<GetParamsNameVa
{
if (values.IsNullOrEmpty())
{
return null;
return Task.FromResult<string>(null);
}
var sb = new StringBuilder();

2
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json

@ -3,7 +3,7 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~7.4.0-rc.5",
"@abp/aspnetcore.mvc.ui.theme.shared": "~7.4.0",
"@abp/prismjs": "^~7.3.2",
"@abp/highlight.js": "^~7.3.2"
},

4
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json

@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5",
"@abp/prismjs": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0",
"@abp/prismjs": "~7.4.0"
},
"devDependencies": {}
}

280
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,175 +43,175 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0-rc.5.tgz#54ca41b3284552a6595fda51caf12d715d3f64f5"
integrity sha512-1+XKIOPM77msa+xfWsFFZzLc450q2vq3/dDKSkFqKxj4PfnM5jqijoptG0k0EcBojOfTURESwREE1Xqjn3OjHg==
"@abp/clipboard@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0.tgz#f1d147df94ddf3ab53eeeb05aec3d5556064c5d6"
integrity sha512-z/nB1RQN/tmShSRwc9Fv1DsJSNM7+Zg4GnAtvZNpOHJp8LTVmsJWxLoUM7hF896W9E0JKr8tRuCVqulyh3IqKg==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
clipboard "^2.0.8"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0-rc.5.tgz#9480d0907fa0a15ab55aa95c460b4fa2507acd65"
integrity sha512-Q7t/vZDcI4qMSuf1Ytp01vvyCa4M+yC8e7lQf5EG9lFsBUDVUhuv5vtRthsTbbCfoDJl4LrJ/BfWGpWvftG3aA==
"@abp/prismjs@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0.tgz#8572f36f853c7054d77d02f3098cd844ee321ed7"
integrity sha512-y/Iy6pddQeVazEITktPot8JOPdAEOVAfmYkTBP3DIIPvoYr3kf6rwfzBUalMw5CEjWZ9BaIszDgFCk5ucNHHwQ==
dependencies:
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/core" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0"
"@abp/core" "~7.4.0"
prismjs "^1.26.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

4
modules/blogging/app/Volo.BloggingTestApp/package.json

@ -3,7 +3,7 @@
"name": "volo.blogtestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5",
"@abp/blogging": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0",
"@abp/blogging": "~7.4.0"
}
}

318
modules/blogging/app/Volo.BloggingTestApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,201 +43,201 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/blogging@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-7.4.0-rc.5.tgz#139e008ffd372b829e3c242401b6d1619ddfa392"
integrity sha512-dBvaI0N23rCqeYW6+mcCw5HWwPMFl/nT0Hi64vIEWWBiaevC+7pA7GEt73ohjR0w7mG7/qH1WiAuGLEQ808oFw==
"@abp/blogging@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-7.4.0.tgz#9d674d055df1124d2624959472f9790d24d5c9e5"
integrity sha512-yqPFwSCzKTyJ6kZAj0TO/OH+bYFmro6PbnT+C/L7+FlaqSXM2VTzLUVuFQFoudNAanlobadF/Rm9RxE+LE1oWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/owl.carousel" "~7.4.0-rc.5"
"@abp/prismjs" "~7.4.0-rc.5"
"@abp/tui-editor" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/owl.carousel" "~7.4.0"
"@abp/prismjs" "~7.4.0"
"@abp/tui-editor" "~7.4.0"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0-rc.5.tgz#54ca41b3284552a6595fda51caf12d715d3f64f5"
integrity sha512-1+XKIOPM77msa+xfWsFFZzLc450q2vq3/dDKSkFqKxj4PfnM5jqijoptG0k0EcBojOfTURESwREE1Xqjn3OjHg==
"@abp/clipboard@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0.tgz#f1d147df94ddf3ab53eeeb05aec3d5556064c5d6"
integrity sha512-z/nB1RQN/tmShSRwc9Fv1DsJSNM7+Zg4GnAtvZNpOHJp8LTVmsJWxLoUM7hF896W9E0JKr8tRuCVqulyh3IqKg==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
clipboard "^2.0.8"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/owl.carousel@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-7.4.0-rc.5.tgz#8d0822527691c1d38868c62c8e8b11784be3a8ad"
integrity sha512-xdYFASooFK94tDuOlW2JWU+5Vp1XhT0irz411StNiOZ93K0dcu7INs0NLbc7AjGUZeX+bNZEZMWLoEk0qK7wIA==
"@abp/owl.carousel@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-7.4.0.tgz#5b70c90659d9e5951780e2c7204cfb6884b808f9"
integrity sha512-qddfSyXJweA7eV+REtMKeghlviIME20pplW+cz9RxetZpwe4g0bhWjUkfA/7F7c20YNIBkAVO8yfeBzip19wqw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
owl.carousel "^2.3.4"
"@abp/prismjs@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0-rc.5.tgz#9480d0907fa0a15ab55aa95c460b4fa2507acd65"
integrity sha512-Q7t/vZDcI4qMSuf1Ytp01vvyCa4M+yC8e7lQf5EG9lFsBUDVUhuv5vtRthsTbbCfoDJl4LrJ/BfWGpWvftG3aA==
"@abp/prismjs@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0.tgz#8572f36f853c7054d77d02f3098cd844ee321ed7"
integrity sha512-y/Iy6pddQeVazEITktPot8JOPdAEOVAfmYkTBP3DIIPvoYr3kf6rwfzBUalMw5CEjWZ9BaIszDgFCk5ucNHHwQ==
dependencies:
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/core" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0"
"@abp/core" "~7.4.0"
prismjs "^1.26.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/tui-editor@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.4.0-rc.5.tgz#95bf2993c0bdc41de4737d6b9edb94fccccb595b"
integrity sha512-NySXrbAaA4ddgiGyYLbaTXlG0/oXm99+nJpCiLUPJNA5I+WzhUFx4X1FIsfP/80A8jiodHpKrt4DhqhVW4+ZJA==
"@abp/tui-editor@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.4.0.tgz#831efd947b5a255d73365248e443d43f834c5a75"
integrity sha512-G/aCeG0lrFjEdE/YRbpFWuhuaGDFDqO5+/otIQSOxcR/bkjE1kLrdH5KDYGIa9QUaq7GbKn7yFnjrv9s5ajxzQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/prismjs" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
"@abp/prismjs" "~7.4.0"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

2
modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json

@ -3,6 +3,6 @@
"name": "client-simulation-web",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0"
}
}

258
modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

10
modules/cms-kit/angular/package.json

@ -15,11 +15,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~7.4.0-rc.5",
"@abp/ng.identity": "~7.4.0-rc.5",
"@abp/ng.setting-management": "~7.4.0-rc.5",
"@abp/ng.tenant-management": "~7.4.0-rc.5",
"@abp/ng.theme.basic": "~7.4.0-rc.5",
"@abp/ng.account": "~7.4.0",
"@abp/ng.identity": "~7.4.0",
"@abp/ng.setting-management": "~7.4.0",
"@abp/ng.tenant-management": "~7.4.0",
"@abp/ng.theme.basic": "~7.4.0",
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",

4
modules/cms-kit/angular/projects/cms-kit/package.json

@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@abp/ng.core": ">=7.4.0-rc.5",
"@abp/ng.theme.shared": ">=7.4.0-rc.5"
"@abp/ng.core": ">=7.4.0",
"@abp/ng.theme.shared": ">=7.4.0"
},
"dependencies": {
"tslib": "^2.0.0"

2
modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json

@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0"
}
}

258
modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

2
modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0"
}
}

258
modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

4
modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json

@ -3,7 +3,7 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5",
"@abp/cms-kit": "7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0",
"@abp/cms-kit": "7.4.0"
}
}

392
modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,257 +43,257 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0-rc.5.tgz#54ca41b3284552a6595fda51caf12d715d3f64f5"
integrity sha512-1+XKIOPM77msa+xfWsFFZzLc450q2vq3/dDKSkFqKxj4PfnM5jqijoptG0k0EcBojOfTURESwREE1Xqjn3OjHg==
"@abp/clipboard@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0.tgz#f1d147df94ddf3ab53eeeb05aec3d5556064c5d6"
integrity sha512-z/nB1RQN/tmShSRwc9Fv1DsJSNM7+Zg4GnAtvZNpOHJp8LTVmsJWxLoUM7hF896W9E0JKr8tRuCVqulyh3IqKg==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
clipboard "^2.0.8"
"@abp/cms-kit.admin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-7.4.0-rc.5.tgz#a34d12a82047e07f5e3f6f4b7b99915d6d30a4ba"
integrity sha512-GjJnlUSfagh5m1CAU1r40SrUv4T9EbkKL97CTr0Utqz5GvvfHEUpYOQFfetrYWKP6rv9Hh/TF9FIrg6hvVxWCw==
"@abp/cms-kit.admin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-7.4.0.tgz#89465edaf6ccb44d517ca999dff68a9382bb3b36"
integrity sha512-QnCJF9YgzpS76cX1CXgeKGX41a5tltqf5tX/zryWaXyQxGgc/2gmVIT5NBsOABLNePmtAYGnF2GtwOygikOJCw==
dependencies:
"@abp/codemirror" "~7.4.0-rc.5"
"@abp/jstree" "~7.4.0-rc.5"
"@abp/slugify" "~7.4.0-rc.5"
"@abp/tui-editor" "~7.4.0-rc.5"
"@abp/uppy" "~7.4.0-rc.5"
"@abp/codemirror" "~7.4.0"
"@abp/jstree" "~7.4.0"
"@abp/slugify" "~7.4.0"
"@abp/tui-editor" "~7.4.0"
"@abp/uppy" "~7.4.0"
"@abp/cms-kit.public@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-7.4.0-rc.5.tgz#7bbe4b44b5abfd468ec207858e9cdcf97d5206f7"
integrity sha512-nJYaM6Lzl7rJoei/UAkYCPsJJK9300ZGzlbMkCTmAt2vQJgazu+lYCLWUuBx/ILaLdffsANiuNlRoaUhFIhJHg==
"@abp/cms-kit.public@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-7.4.0.tgz#c13c7e7f155a76f699d6a32f918e74d83ebcdff9"
integrity sha512-5+RJRAH2AK+Do2iNo0KDEqgqt+UwtMpCzIn/Rpcgn+WtiqyJ9XNqn9A8mISasPtXzXvrZplQrSmCAjAUSm1AeA==
dependencies:
"@abp/highlight.js" "~7.4.0-rc.5"
"@abp/star-rating-svg" "~7.4.0-rc.5"
"@abp/highlight.js" "~7.4.0"
"@abp/star-rating-svg" "~7.4.0"
"@abp/cms-kit@7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-7.4.0-rc.5.tgz#532f8c64bdf348a6f6a38267f0764ef8691e2204"
integrity sha512-P2cBacXellRnJuILJc61bqmaDQxjxzaZPl52upT3hj5TMpvj2DJW9eE48q21hcjuMePpBV0f3gD8t98wmGKeSQ==
"@abp/cms-kit@7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-7.4.0.tgz#a385f344d08fb95ec163d132f10dbb6e1cc6643d"
integrity sha512-TPWR5vB3p/Ki3iXgM+jk+cdGNhnyzpkziDb4hIL5pOkNFWL7npNNCjlZvppGMzuq/lo31KW5VTBoL4Qf369S6Q==
dependencies:
"@abp/cms-kit.admin" "~7.4.0-rc.5"
"@abp/cms-kit.public" "~7.4.0-rc.5"
"@abp/cms-kit.admin" "~7.4.0"
"@abp/cms-kit.public" "~7.4.0"
"@abp/codemirror@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-7.4.0-rc.5.tgz#0fc7e8679c85d791a759b37aaf72d4adda9e3e74"
integrity sha512-CYbPxdgDnpXlGzeEg16DNC1S6G1CHf5neuoB6Q4ZjcSKt4+wwVhhGkMq/aazSoIuwTavmpQ0RK2llwUUL6Wwhw==
"@abp/codemirror@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-7.4.0.tgz#a7b0805b6db3ed011bed044cc986bf6d48c7a969"
integrity sha512-4+c8jVKFK0O3XZTCh07AcUQCqQhKKEMdvS1KwYbMWD8ZMA9LGAL4Dj+uhkLDrYkwHvtmcQtbw7q37Xlb+uTKJA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
codemirror "^5.65.1"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/highlight.js@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-7.4.0-rc.5.tgz#a4a3369be71b3f7324dad73919f887d43f8afed6"
integrity sha512-X3z489NuC/yVie26inWLWRWsRElztBHWTSY27kf1FUpINbm/8/IfE57MQNaGKp1/awJy60KZS0jlDNzDxu2B8w==
"@abp/highlight.js@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-7.4.0.tgz#5e0e0a4ac26463450a8ac4453721fe7432f63fb5"
integrity sha512-AbFgsqRHcJUhjCPpYxJaM+cTNZCMCq7A8UAHfrVFH3bWqQAodYNqO4/qt9B2s0EDrG4QCD82ksX23cmdGk4O3g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/jstree@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-7.4.0-rc.5.tgz#0b0bb7fba3f1504e15db8d3b8774f67b25abf876"
integrity sha512-URgK5LNBL3llGEToWpGvcHbenz0GA/TAl1S49PcUXNIiWMAVeb7i3fYJiun00lzjHOqwhBkTIbk1kyKLGHHHeA==
"@abp/jstree@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-7.4.0.tgz#67fa92c9f043c422fe87bb97dcc64ae597901f91"
integrity sha512-vDC+ZdK9OCSthbmw9P8+ezNtRG1KM3+t1S/0t50La24Wo37QVJuA4IeIPbhYxvZ8Urh9ZYphUqsNXylcXDWuZQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jstree "^3.3.12"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0-rc.5.tgz#9480d0907fa0a15ab55aa95c460b4fa2507acd65"
integrity sha512-Q7t/vZDcI4qMSuf1Ytp01vvyCa4M+yC8e7lQf5EG9lFsBUDVUhuv5vtRthsTbbCfoDJl4LrJ/BfWGpWvftG3aA==
"@abp/prismjs@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0.tgz#8572f36f853c7054d77d02f3098cd844ee321ed7"
integrity sha512-y/Iy6pddQeVazEITktPot8JOPdAEOVAfmYkTBP3DIIPvoYr3kf6rwfzBUalMw5CEjWZ9BaIszDgFCk5ucNHHwQ==
dependencies:
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/core" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0"
"@abp/core" "~7.4.0"
prismjs "^1.26.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/slugify@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-7.4.0-rc.5.tgz#c71b5c09a96fa1b770ed0e9ea16c9aa03b5c154f"
integrity sha512-bEYGYtaqRIEG2icJaSlbVAekF7NjeNpiRp8es4uIbS3HoUXQkaSHw8YUoGegdK4YAUwC5UsgiQsbYhffgK/qQw==
"@abp/slugify@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-7.4.0.tgz#7a174b6b526bbfa4f4916ad9350ea373ab2aa95c"
integrity sha512-F1XEkEJbgVv044CdYJi0msiqtu0Om+SwQuuTC3pt3x52eLFeJHhoKnoc1+kNijsh291boP3fJc53Jkkfx7nLhA==
dependencies:
slugify "^1.6.5"
"@abp/star-rating-svg@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-7.4.0-rc.5.tgz#8553372a0a0cbe54a10c2ff8257bcd9c21b779c5"
integrity sha512-5qDMHbwu4odVXj58+IYrN98xuAyIvLNbtbKi4thqfIOtrqNS4uT/XyFl08Qmb/09Y9Ve+jq5a/UQWkG0XTTrug==
"@abp/star-rating-svg@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-7.4.0.tgz#6c43454f60b259b4dd243ccc260d01b3cfe881a7"
integrity sha512-UJ/DgF1rK0hj4gjaGV+F9wOd2htkWNyb83RBbob23sTByLuFcibF/TJTLBErYbvZ05+KOU3+7pTq46EBw5mdtg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
star-rating-svg "^3.5.0"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/tui-editor@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.4.0-rc.5.tgz#95bf2993c0bdc41de4737d6b9edb94fccccb595b"
integrity sha512-NySXrbAaA4ddgiGyYLbaTXlG0/oXm99+nJpCiLUPJNA5I+WzhUFx4X1FIsfP/80A8jiodHpKrt4DhqhVW4+ZJA==
"@abp/tui-editor@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.4.0.tgz#831efd947b5a255d73365248e443d43f834c5a75"
integrity sha512-G/aCeG0lrFjEdE/YRbpFWuhuaGDFDqO5+/otIQSOxcR/bkjE1kLrdH5KDYGIa9QUaq7GbKn7yFnjrv9s5ajxzQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/prismjs" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
"@abp/prismjs" "~7.4.0"
"@abp/uppy@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-7.4.0-rc.5.tgz#9b9056d53d237b098272cb39a49085d3acde9cd7"
integrity sha512-jrJEXHO8dPOyYA+Jz660wFF75tGW84Zi/N1/I4wx6IPs40BvHsTSApQ/lpIgYI53dF5afShj5cqPLTWEepHSOA==
"@abp/uppy@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-7.4.0.tgz#015fc9966c2f6fa6ee77ecdf73a3e1a80cb625d3"
integrity sha512-/Hj5kCv+gRkylCvBlb3OHfI2cfLuI5+1o2C4L4HhoYmggrCuFf7L6vZGNaDa7LYOtENliLx3wAqpByv6Vd/onA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
uppy "^1.16.1"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

4
modules/docs/app/VoloDocs.Web/package.json

@ -3,7 +3,7 @@
"name": "volo.docstestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5",
"@abp/docs": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0",
"@abp/docs": "~7.4.0"
}
}

318
modules/docs/app/VoloDocs.Web/yarn.lock

@ -2,47 +2,47 @@
# yarn lockfile v1
"@abp/anchor-js@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-7.4.0-rc.5.tgz#1442d822c0dd80709c8572a4499842a9a04dd52a"
integrity sha512-uovzx8ohLfik98mAUE2DqnNeHRrTDTEpHCP7Wgpc93Orw2ozaz0sdrjlWdAv+PMv771waqhld6L0uYwIHSgMMA==
"@abp/anchor-js@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-7.4.0.tgz#062faa10d670b70d16c8f6d208a24c63b4185489"
integrity sha512-Fmt97KeuzM8/QPaTdVGcgyBtNQc2oJT8ZoGbrZ9E0uTUUnzBSiIqEH2u2Voz5WaqfOrlAzpILHRjnVfwCMlErQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
anchor-js "^4.3.1"
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -51,194 +51,194 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0-rc.5.tgz#54ca41b3284552a6595fda51caf12d715d3f64f5"
integrity sha512-1+XKIOPM77msa+xfWsFFZzLc450q2vq3/dDKSkFqKxj4PfnM5jqijoptG0k0EcBojOfTURESwREE1Xqjn3OjHg==
"@abp/clipboard@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0.tgz#f1d147df94ddf3ab53eeeb05aec3d5556064c5d6"
integrity sha512-z/nB1RQN/tmShSRwc9Fv1DsJSNM7+Zg4GnAtvZNpOHJp8LTVmsJWxLoUM7hF896W9E0JKr8tRuCVqulyh3IqKg==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
clipboard "^2.0.8"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/docs@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-7.4.0-rc.5.tgz#8f29e98cd1f36bea17bdb48d38cb63e6fc0cf2a2"
integrity sha512-pwGS+93WfSaIcp70jMDgX0oW1RbGV0r2OijHb4QjDqVThHBUX777yKXC3Nhnz57HegXTb16D0weufSK0P8K3xA==
"@abp/docs@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-7.4.0.tgz#62a9c23a0d961838515cd30bcee22f16fd40e0a2"
integrity sha512-BfgB51s8qZuzeXydI+CJxC8ogTAmfI3OADN89LWUL5OPCyZa9YAtgaFOEKhYRZ+unY3Rn6wV+v67bMeMhFb5mw==
dependencies:
"@abp/anchor-js" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/popper.js" "~7.4.0-rc.5"
"@abp/prismjs" "~7.4.0-rc.5"
"@abp/anchor-js" "~7.4.0"
"@abp/clipboard" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/popper.js" "~7.4.0"
"@abp/prismjs" "~7.4.0"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/popper.js@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-7.4.0-rc.5.tgz#bbc195763f7dbc74bca27e18eb3eae04d1410d11"
integrity sha512-r0N55vVVqy4L3f8bdk5nXmzfyjOGZFBbHQfyCdkdI6/XOLlyo5brmNceqxsEen6CaYdNv5tvHlfDo53pzlV35Q==
"@abp/popper.js@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-7.4.0.tgz#523ec0341544947b8914bab1c9fdfbca1709cc16"
integrity sha512-A/d5SEbspqd5ixJe2dZELqSqMS/5K/WQ9orY5//mz3L0WS9YDqiRjJdyep9pR8jskD9q6Wg+q/rrdipG+LEgMQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@popperjs/core" "^2.11.2"
"@abp/prismjs@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0-rc.5.tgz#9480d0907fa0a15ab55aa95c460b4fa2507acd65"
integrity sha512-Q7t/vZDcI4qMSuf1Ytp01vvyCa4M+yC8e7lQf5EG9lFsBUDVUhuv5vtRthsTbbCfoDJl4LrJ/BfWGpWvftG3aA==
"@abp/prismjs@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0.tgz#8572f36f853c7054d77d02f3098cd844ee321ed7"
integrity sha512-y/Iy6pddQeVazEITktPot8JOPdAEOVAfmYkTBP3DIIPvoYr3kf6rwfzBUalMw5CEjWZ9BaIszDgFCk5ucNHHwQ==
dependencies:
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/core" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0"
"@abp/core" "~7.4.0"
prismjs "^1.26.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

31
modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo/Abp/ClientPermissionManagerExtensions.cs

@ -0,0 +1,31 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Volo.Abp.Authorization.Permissions;
namespace Volo.Abp.PermissionManagement;
public static class ClientPermissionManagerExtensions
{
public static Task<PermissionWithGrantedProviders> GetForClientAsync([NotNull] this IPermissionManager permissionManager, string clientId, string permissionName)
{
Check.NotNull(permissionManager, nameof(permissionManager));
return permissionManager.GetAsync(permissionName, ClientPermissionValueProvider.ProviderName, clientId);
}
public static Task<List<PermissionWithGrantedProviders>> GetAllForClientAsync([NotNull] this IPermissionManager permissionManager, string clientId)
{
Check.NotNull(permissionManager, nameof(permissionManager));
return permissionManager.GetAllAsync(ClientPermissionValueProvider.ProviderName, clientId);
}
public static Task SetForClientAsync([NotNull] this IPermissionManager permissionManager, string clientId, [NotNull] string permissionName, bool isGranted)
{
Check.NotNull(permissionManager, nameof(permissionManager));
return permissionManager.SetAsync(permissionName, ClientPermissionValueProvider.ProviderName, clientId, isGranted);
}
}

1
modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo.Abp.IdentityServer.Domain.Tests.csproj

@ -12,6 +12,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Volo.Abp.PermissionManagement.Domain.IdentityServer\Volo.Abp.PermissionManagement.Domain.IdentityServer.csproj" />
<ProjectReference Include="..\Volo.Abp.IdentityServer.EntityFrameworkCore.Tests\Volo.Abp.IdentityServer.EntityFrameworkCore.Tests.csproj" />
</ItemGroup>

6
modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/AbpIdentityServerDomainTestModule.cs

@ -1,8 +1,12 @@
using Volo.Abp.Modularity;
using Volo.Abp.PermissionManagement.IdentityServer;
namespace Volo.Abp.IdentityServer;
[DependsOn(typeof(AbpIdentityServerTestEntityFrameworkCoreModule))]
[DependsOn(
typeof(AbpIdentityServerTestEntityFrameworkCoreModule),
typeof(AbpPermissionManagementDomainIdentityServerModule)
)]
public class AbpIdentityServerDomainTestModule : AbpModule
{

44
modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/PermissionManager_Tests.cs

@ -0,0 +1,44 @@
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.IdentityServer;
using Volo.Abp.PermissionManagement;
using Xunit;
namespace Volo.Abp.OpenIddict;
public class PermissionManager_Tests : AbpIdentityServerDomainTestBase
{
private readonly IPermissionManager _permissionManager;
private readonly IPermissionStore _permissionStore;
private readonly AbpIdentityServerTestData _testData;
public PermissionManager_Tests()
{
_permissionManager = GetRequiredService<IPermissionManager>();
_permissionStore = GetRequiredService<IPermissionStore>();
_testData = GetRequiredService<AbpIdentityServerTestData>();
}
[Fact]
public async Task Should_Grant_Permission_To_Client()
{
(await _permissionManager.GetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission1)).IsGranted.ShouldBeFalse();
(await _permissionStore.IsGrantedAsync(TestPermissionNames.MyPermission2, ClientPermissionValueProvider.ProviderName, _testData.Client1Name)).ShouldBeFalse();
await _permissionManager.SetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission2, true);
(await _permissionManager.GetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission2)).IsGranted.ShouldBeTrue();
(await _permissionStore.IsGrantedAsync(TestPermissionNames.MyPermission2, ClientPermissionValueProvider.ProviderName, _testData.Client1Name)).ShouldBeTrue();
}
[Fact]
public async Task Should_Revoke_Permission_From_Client()
{
await _permissionManager.SetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission1, true);
(await _permissionManager.GetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission1)).IsGranted.ShouldBeTrue();
await _permissionManager.SetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission1, false);
(await _permissionManager.GetForClientAsync(_testData.Client1Name, TestPermissionNames.MyPermission1)).IsGranted.ShouldBeFalse();
}
}

13
modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/TestPermissionNames.cs

@ -0,0 +1,13 @@
namespace Volo.Abp.IdentityServer;
public static class TestPermissionNames
{
public static class Groups
{
public const string TestGroup = "TestGroup";
}
public const string MyPermission1 = "MyPermission1";
public const string MyPermission2 = "MyPermission2";
}

13
modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/TestTestPermissionDefinitionProvider.cs

@ -0,0 +1,13 @@
using Volo.Abp.Authorization.Permissions;
namespace Volo.Abp.IdentityServer;
public class TestTestPermissionDefinitionProvider : PermissionDefinitionProvider
{
public override void Define(IPermissionDefinitionContext context)
{
var testGroup = context.AddGroup(TestPermissionNames.Groups.TestGroup);
testGroup.AddPermission(TestPermissionNames.MyPermission1);
testGroup.AddPermission(TestPermissionNames.MyPermission2);
}
}

1
modules/identityserver/test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests.csproj

@ -16,6 +16,7 @@
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\Volo.Abp.IdentityServer.TestBase\Volo.Abp.IdentityServer.TestBase.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.EntityFrameworkCore.Sqlite\Volo.Abp.EntityFrameworkCore.Sqlite.csproj" />
<ProjectReference Include="..\..\..\..\modules\permission-management\src\Volo.Abp.PermissionManagement.EntityFrameworkCore\Volo.Abp.PermissionManagement.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup>

11
modules/identityserver/test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo/Abp/IdentityServer/AbpIdentityServerTestEntityFrameworkCoreModule.cs

@ -8,7 +8,9 @@ using Volo.Abp.EntityFrameworkCore.Sqlite;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.IdentityServer.EntityFrameworkCore;
using Volo.Abp.Modularity;
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
using Volo.Abp.Threading;
using Volo.Abp.Uow;
namespace Volo.Abp.IdentityServer;
@ -16,7 +18,8 @@ namespace Volo.Abp.IdentityServer;
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpIdentityServerEntityFrameworkCoreModule),
typeof(AbpIdentityServerTestBaseModule),
typeof(AbpEntityFrameworkCoreSqliteModule)
typeof(AbpEntityFrameworkCoreSqliteModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule)
)]
public class AbpIdentityServerTestEntityFrameworkCoreModule : AbpModule
{
@ -31,6 +34,8 @@ public class AbpIdentityServerTestEntityFrameworkCoreModule : AbpModule
abpDbContextConfigurationContext.DbContextOptions.UseSqlite(sqliteConnection);
});
});
context.Services.AddAlwaysDisableUnitOfWorkTransaction();
}
private static SqliteConnection CreateDatabaseAndGetConnection()
@ -46,6 +51,10 @@ public class AbpIdentityServerTestEntityFrameworkCoreModule : AbpModule
new DbContextOptionsBuilder<IdentityServerDbContext>().UseSqlite(connection).Options
).GetService<IRelationalDatabaseCreator>().CreateTables();
new PermissionManagementDbContext(
new DbContextOptionsBuilder<PermissionManagementDbContext>().UseSqlite(connection).Options
).GetService<IRelationalDatabaseCreator>().CreateTables();
return connection;
}
}

2
modules/identityserver/test/Volo.Abp.IdentityServer.TestBase/Volo/Abp/IdentityServer/AbpIdentityServerTestData.cs

@ -7,6 +7,8 @@ public class AbpIdentityServerTestData : ISingletonDependency
{
public Guid Client1Id { get; } = Guid.NewGuid();
public string Client1Name { get; } = "ClientId1";
public Guid ApiResource1Id { get; } = Guid.NewGuid();
public Guid IdentityResource1Id { get; } = Guid.NewGuid();

2
modules/identityserver/test/Volo.Abp.IdentityServer.TestBase/Volo/Abp/IdentityServer/AbpIdentityServerTestDataBuilder.cs

@ -139,7 +139,7 @@ public class AbpIdentityServerTestDataBuilder : ITransientDependency
private async Task AddClients()
{
var client = new Client(_testData.Client1Id, "ClientId1")
var client = new Client(_testData.Client1Id, _testData.Client1Name)
{
Description = nameof(Client.Description),
ClientName = nameof(Client.ClientName),

2
modules/openiddict/app/OpenIddict.Demo.Server/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0"
}
}

18
modules/openiddict/app/angular/package.json

@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~7.4.0-rc.5",
"@abp/ng.components": "~7.4.0-rc.5",
"@abp/ng.core": "~7.4.0-rc.5",
"@abp/ng.oauth": "~7.4.0-rc.5",
"@abp/ng.identity": "~7.4.0-rc.5",
"@abp/ng.setting-management": "~7.4.0-rc.5",
"@abp/ng.tenant-management": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.account": "~7.4.0",
"@abp/ng.components": "~7.4.0",
"@abp/ng.core": "~7.4.0",
"@abp/ng.oauth": "~7.4.0",
"@abp/ng.identity": "~7.4.0",
"@abp/ng.setting-management": "~7.4.0",
"@abp/ng.tenant-management": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"@abp/ng.theme.lepton-x": "~2.4.0-rc.4",
"@angular/animations": "^15.0.1",
"@angular/common": "^15.0.1",
@ -36,7 +36,7 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@abp/ng.schematics": "~7.4.0-rc.5",
"@abp/ng.schematics": "~7.4.0",
"@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.1.0",

31
modules/openiddict/src/Volo.Abp.PermissionManagement.Domain.OpenIddict/Volo/Abp/PermissionManagement/ClientPermissionManagerExtensions.cs

@ -0,0 +1,31 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Volo.Abp.Authorization.Permissions;
namespace Volo.Abp.PermissionManagement;
public static class ClientPermissionManagerExtensions
{
public static Task<PermissionWithGrantedProviders> GetForClientAsync([NotNull] this IPermissionManager permissionManager, string clientId, string permissionName)
{
Check.NotNull(permissionManager, nameof(permissionManager));
return permissionManager.GetAsync(permissionName, ClientPermissionValueProvider.ProviderName, clientId);
}
public static Task<List<PermissionWithGrantedProviders>> GetAllForClientAsync([NotNull] this IPermissionManager permissionManager, string clientId)
{
Check.NotNull(permissionManager, nameof(permissionManager));
return permissionManager.GetAllAsync(ClientPermissionValueProvider.ProviderName, clientId);
}
public static Task SetForClientAsync([NotNull] this IPermissionManager permissionManager, string clientId, [NotNull] string permissionName, bool isGranted)
{
Check.NotNull(permissionManager, nameof(permissionManager));
return permissionManager.SetAsync(permissionName, ClientPermissionValueProvider.ProviderName, clientId, isGranted);
}
}

1
modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo.Abp.OpenIddict.Domain.Tests.csproj

@ -12,6 +12,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Volo.Abp.PermissionManagement.Domain.OpenIddict\Volo.Abp.PermissionManagement.Domain.OpenIddict.csproj" />
<ProjectReference Include="..\Volo.Abp.OpenIddict.EntityFrameworkCore.Tests\Volo.Abp.OpenIddict.EntityFrameworkCore.Tests.csproj" />
</ItemGroup>

6
modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/OpenIddictDomainTestModule.cs

@ -1,5 +1,6 @@
using Volo.Abp.OpenIddict.EntityFrameworkCore;
using Volo.Abp.Modularity;
using Volo.Abp.PermissionManagement.OpenIddict;
namespace Volo.Abp.OpenIddict;
@ -8,9 +9,10 @@ namespace Volo.Abp.OpenIddict;
* database independent anyway.
*/
[DependsOn(
typeof(OpenIddictEntityFrameworkCoreTestModule)
typeof(OpenIddictEntityFrameworkCoreTestModule),
typeof(AbpPermissionManagementDomainOpenIddictModule)
)]
public class OpenIddictDomainTestModule : AbpModule
{
}

43
modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/PermissionManager_Tests.cs

@ -0,0 +1,43 @@
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.PermissionManagement;
using Xunit;
namespace Volo.Abp.OpenIddict;
public class PermissionManager_Tests : OpenIddictDomainTestBase
{
private readonly IPermissionManager _permissionManager;
private readonly IPermissionStore _permissionStore;
private readonly AbpOpenIddictTestData _testData;
public PermissionManager_Tests()
{
_permissionManager = GetRequiredService<IPermissionManager>();
_permissionStore = GetRequiredService<IPermissionStore>();
_testData = GetRequiredService<AbpOpenIddictTestData>();
}
[Fact]
public async Task Should_Grant_Permission_To_Client()
{
(await _permissionManager.GetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission1)).IsGranted.ShouldBeFalse();
(await _permissionStore.IsGrantedAsync(TestPermissionNames.MyPermission2, ClientPermissionValueProvider.ProviderName, _testData.App1ClientId)).ShouldBeFalse();
await _permissionManager.SetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission2, true);
(await _permissionManager.GetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission2)).IsGranted.ShouldBeTrue();
(await _permissionStore.IsGrantedAsync(TestPermissionNames.MyPermission2, ClientPermissionValueProvider.ProviderName, _testData.App1ClientId)).ShouldBeTrue();
}
[Fact]
public async Task Should_Revoke_Permission_From_Client()
{
await _permissionManager.SetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission1, true);
(await _permissionManager.GetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission1)).IsGranted.ShouldBeTrue();
await _permissionManager.SetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission1, false);
(await _permissionManager.GetForClientAsync(_testData.App1ClientId, TestPermissionNames.MyPermission1)).IsGranted.ShouldBeFalse();
}
}

13
modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/TestPermissionDefinitionProvider.cs

@ -0,0 +1,13 @@
using Volo.Abp.Authorization.Permissions;
namespace Volo.Abp.OpenIddict;
public class TestPermissionDefinitionProvider : PermissionDefinitionProvider
{
public override void Define(IPermissionDefinitionContext context)
{
var testGroup = context.AddGroup(TestPermissionNames.Groups.TestGroup);
testGroup.AddPermission(TestPermissionNames.MyPermission1);
testGroup.AddPermission(TestPermissionNames.MyPermission2);
}
}

13
modules/openiddict/test/Volo.Abp.OpenIddict.Domain.Tests/Volo/Abp/OpenIddict/TestPermissionNames.cs

@ -0,0 +1,13 @@
namespace Volo.Abp.OpenIddict;
public static class TestPermissionNames
{
public static class Groups
{
public const string TestGroup = "TestGroup";
}
public const string MyPermission1 = "MyPermission1";
public const string MyPermission2 = "MyPermission2";
}

1
modules/openiddict/test/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests.csproj

@ -16,6 +16,7 @@
<ProjectReference Include="..\Volo.Abp.OpenIddict.TestBase\Volo.Abp.OpenIddict.TestBase.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.EntityFrameworkCore.Sqlite\Volo.Abp.EntityFrameworkCore.Sqlite.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\..\modules\permission-management\src\Volo.Abp.PermissionManagement.EntityFrameworkCore\Volo.Abp.PermissionManagement.EntityFrameworkCore.csproj" />
</ItemGroup>
</Project>

13
modules/openiddict/test/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests/Volo/Abp/OpenIddict/EntityFrameworkCore/OpenIddictEntityFrameworkCoreTestModule.cs

@ -6,6 +6,8 @@ using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore.Sqlite;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.Modularity;
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
using Volo.Abp.Uow;
namespace Volo.Abp.OpenIddict.EntityFrameworkCore;
@ -13,7 +15,8 @@ namespace Volo.Abp.OpenIddict.EntityFrameworkCore;
typeof(OpenIddictTestBaseModule),
typeof(AbpOpenIddictEntityFrameworkCoreModule),
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpEntityFrameworkCoreSqliteModule)
typeof(AbpEntityFrameworkCoreSqliteModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule)
)]
public class OpenIddictEntityFrameworkCoreTestModule : AbpModule
{
@ -28,6 +31,8 @@ public class OpenIddictEntityFrameworkCoreTestModule : AbpModule
abpDbContextConfigurationContext.DbContextOptions.UseSqlite(sqliteConnection);
});
});
context.Services.AddAlwaysDisableUnitOfWorkTransaction();
}
private static SqliteConnection CreateDatabaseAndGetConnection()
@ -38,11 +43,15 @@ public class OpenIddictEntityFrameworkCoreTestModule : AbpModule
new IdentityDbContext(
new DbContextOptionsBuilder<IdentityDbContext>().UseSqlite(connection).Options
).GetService<IRelationalDatabaseCreator>().CreateTables();
new OpenIddictDbContext(
new DbContextOptionsBuilder<OpenIddictDbContext>().UseSqlite(connection).Options
).GetService<IRelationalDatabaseCreator>().CreateTables();
new PermissionManagementDbContext(
new DbContextOptionsBuilder<PermissionManagementDbContext>().UseSqlite(connection).Options
).GetService<IRelationalDatabaseCreator>().CreateTables();
return connection;
}
}

2
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json

@ -3,6 +3,6 @@
"name": "demo-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0"
}
}

258
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"

4
modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json

@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0-rc.5",
"@abp/virtual-file-explorer": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0",
"@abp/virtual-file-explorer": "~7.4.0"
}
}

292
modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0-rc.5.tgz#20fb27493a42a88adf423862f79031a840fb741e"
integrity sha512-1pjQT+JWd+5Cqfzvt1CGii8Igd2YVpMd5vRYXkogKdjtJiElgaJwIbhjGMnV/neaSF2eR6y5g1SW6BP6NNN8yA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0-rc.5.tgz#ebf4732a466ea187afb870571aea2862e278906a"
integrity sha512-EOtOHV9yEHX8dL0tSDTDQYXDVsNIuItDb5TpF30Jg8JIkz2xGnijXh71BmVb2QF7mZ2Q048BhAPc3s0i9cWU0g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0-rc.5"
"@abp/bootstrap" "~7.4.0-rc.5"
"@abp/bootstrap-datepicker" "~7.4.0-rc.5"
"@abp/bootstrap-daterangepicker" "~7.4.0-rc.5"
"@abp/datatables.net-bs5" "~7.4.0-rc.5"
"@abp/font-awesome" "~7.4.0-rc.5"
"@abp/jquery-form" "~7.4.0-rc.5"
"@abp/jquery-validation-unobtrusive" "~7.4.0-rc.5"
"@abp/lodash" "~7.4.0-rc.5"
"@abp/luxon" "~7.4.0-rc.5"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0-rc.5"
"@abp/moment" "~7.4.0-rc.5"
"@abp/select2" "~7.4.0-rc.5"
"@abp/sweetalert2" "~7.4.0-rc.5"
"@abp/timeago" "~7.4.0-rc.5"
"@abp/toastr" "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0-rc.5.tgz#a71ff2736472b8028e09a6de1e998c9523c00f81"
integrity sha512-meoBTIfJ88Fp9HZKRTn9URXSMGGUioRIFr206VVE2pwOqO5lLKTbRkpeSM46uzLNoWRj+Rn4NDKdYdEsjWj1IQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.4.0.tgz#5088dd82ce343e1123e025848f09b51df988b225"
integrity sha512-teT7I0kgjek/lHzpTg5VOVCQ3IL26nFB43Aa/45fuaSwh9FJd3IJNXGL6xwp85oKaptDYSBXIF4GbrUfp2Ugqg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.4.0.tgz#e676444a46214e850b0d916daeeb912774ac381d"
integrity sha512-X+dgdgHGUTyf0zaSPsqQp2ZZWu2+9gIRT4r4/LDgxchHgfNvcKRF8jH/JICcVgGD1adJvZzzDpTefL8CuAIRJA==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.4.0"
"@abp/bootstrap" "~7.4.0"
"@abp/bootstrap-datepicker" "~7.4.0"
"@abp/bootstrap-daterangepicker" "~7.4.0"
"@abp/datatables.net-bs5" "~7.4.0"
"@abp/font-awesome" "~7.4.0"
"@abp/jquery-form" "~7.4.0"
"@abp/jquery-validation-unobtrusive" "~7.4.0"
"@abp/lodash" "~7.4.0"
"@abp/luxon" "~7.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.4.0"
"@abp/moment" "~7.4.0"
"@abp/select2" "~7.4.0"
"@abp/sweetalert2" "~7.4.0"
"@abp/timeago" "~7.4.0"
"@abp/toastr" "~7.4.0"
"@abp/aspnetcore.mvc.ui@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.4.0.tgz#61e1b52d2a940e02242f57007bd3f0fcb583c09a"
integrity sha512-gdoxOBo10DWDYhUq1GVfguC0Ot8PYhoA3VLf88/RatL88BNUUlt0e71uMFcx/gk72fuAE+o9zXn/6nq1wtpSwQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,185 +43,185 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0-rc.5.tgz#943ef8fb6bc984788f08a828a187495bc8fc3be8"
integrity sha512-bhBiHDichxIsqN8FyeFkViOyGnQyLs9RG+ZIRnM7l9zP+8m7InB+RFbRCi7IRLnNVoT9C+Fy5O9kOhTyd48dkg==
"@abp/bootstrap-datepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.4.0.tgz#75edc2127ca26d86bfefaa6e37579b06e32de5de"
integrity sha512-HXUa+kLjKu8sKr+kCZeNye9Pv/swRfKGAt/uJ2WUEvCJ4IVIMM1p6iMnOEEk/+3OGE64/PWu3cdE9dLP6izOaA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0-rc.5.tgz#052393e99a181fe48814a86b3adb47e302ef1d50"
integrity sha512-N4gBrfOA9Jl9qcDo8EAgGI1SZHnQb7bFcAdW2rQlRhCYuhd89wR3RWqsljh+UwEBqu/LPzYMGTQ+TLdLHi2rug==
"@abp/bootstrap-daterangepicker@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.4.0.tgz#5058fc2a9354f0a71ac5393658e362779a3bdc46"
integrity sha512-EK0wzZUY9H3XPb9U3DvYVqh48fU+6IneNGYOk7dcda8CUYObd4Dl1nXligStCqgn2uePtwxDHRx40eV0GXmU/Q==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0-rc.5.tgz#5718af8004ac3dc00c451cab07a4260ca0e45ac5"
integrity sha512-FAB+yeKXn+P0YuuzFYrBUAQSEIoIm7FSwxb13ouCRb17XgHXcSp2ikdPIMcctGnq/Af31WxfJjCWGLNVcZCCmw==
"@abp/bootstrap@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.4.0.tgz#71be70660643d8f60d13d355b8c80b16e4854870"
integrity sha512-3Fa+fL5NH+0H2KK4MAaqNsiz0PYwK0+Oxjmd0NgKwcqV2vJzRrzS3WG5kITYjNz9QGdBV+FrhNX/NSRU8LDx3Q==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0-rc.5.tgz#54ca41b3284552a6595fda51caf12d715d3f64f5"
integrity sha512-1+XKIOPM77msa+xfWsFFZzLc450q2vq3/dDKSkFqKxj4PfnM5jqijoptG0k0EcBojOfTURESwREE1Xqjn3OjHg==
"@abp/clipboard@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.4.0.tgz#f1d147df94ddf3ab53eeeb05aec3d5556064c5d6"
integrity sha512-z/nB1RQN/tmShSRwc9Fv1DsJSNM7+Zg4GnAtvZNpOHJp8LTVmsJWxLoUM7hF896W9E0JKr8tRuCVqulyh3IqKg==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
clipboard "^2.0.8"
"@abp/core@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0-rc.5.tgz#93eb68ac9828c4ce66355e651f194fcc5e171bf3"
integrity sha512-2oqRviXbS1Avuj63u/s8AjnLEuR4FvG+hpk81DA39hNiNPvwosG24Ie9nxaa0A5F7kcCEvRM7JAmc/0MQ7FJKg==
"@abp/core@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.4.0.tgz#8505d446a3b4d80ce476bd3352c1639c7dc486ec"
integrity sha512-yxrnw6eAEIj/CcX5jAwb4xmCsdqWaG+KRcBA8GFvqXbsK94IjqLDiJ3flo+QhGn2DXo40ISxofZop0CgSbP7Ew==
dependencies:
"@abp/utils" "~7.4.0-rc.5"
"@abp/utils" "~7.4.0"
"@abp/datatables.net-bs5@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0-rc.5.tgz#036e98a69c7bb51f56755b93912c00841ffc6e00"
integrity sha512-OZlNJynMFus4AxPMoCAfIE15X3PdGB5UwKJTi7XCza4Ok3F+mevmsIwOpjLqs1OpbLEIHK3Ftk6nXfTMpFZQpQ==
"@abp/datatables.net-bs5@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.4.0.tgz#52d22e12a2420b402e03148793707d063db0088d"
integrity sha512-VvQv5w0cUpdDD9jX8aUEaLxFrc4A95JlmFnhCYIV1etL8HNOdZvmOThxorsImk31JfpyVYrY/Ze/rnWi2uhVvQ==
dependencies:
"@abp/datatables.net" "~7.4.0-rc.5"
"@abp/datatables.net" "~7.4.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0-rc.5.tgz#32fa40f3a1f397faf06b25e3653cdfb74256a2e5"
integrity sha512-grRRJfrDZz4v8t0QP1/bXlDNcZpWdcxLI4MsHORekt9EXrWx2iWtcZt4yhs7GLhX2swc6VuNf3OCO8/S5obQpQ==
"@abp/datatables.net@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.4.0.tgz#9f12a1bb2abd05cd753b5d937d8a0350b2ff74ae"
integrity sha512-StOkMmIkcBUWzD9ToZ5J/hISRWdxbAWjwn7RuFXsoHXcY03mmD86g2oztjrWC5UFnRdpFnsfspTpbNqXFB9Vag==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0-rc.5.tgz#1171b3556eac71894083bfe0776dd170783d8f17"
integrity sha512-UUJZ2Q7pYag4j6C83ElV7z3eG72HthpJW/RQ4/rMjoeW5Dbduomuihx0WtDqtoNmsYdjH7Z0nWUhKzRUv3Yo9Q==
"@abp/font-awesome@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.4.0.tgz#50059083b88706a0f71f55118472b378e4c66163"
integrity sha512-hKoPyM41HHCK6dg+8pQvjYJWzKABBCXrYQAIneMPQZUZqa4JLObKCva9TR7pu6pUp+9OVzg4fQOBM+nwpHtw4g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0-rc.5.tgz#a3a66b333c839f36af88808cf4588162fdf8237f"
integrity sha512-PotRlDmzxnG6zk8yAJCR6MthK5tWH6disgWPsCxl+UN6d470V24ei0ZWx/eN2YKxRnRYLrrdvbgH9OMM7Clq9g==
"@abp/jquery-form@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.4.0.tgz#7ab3be241ee09f1e2843bd1b4d0b0b86d4446e30"
integrity sha512-OmTRuZ7QK1oe2ayNLqEpRJk4Ogk0wt/hIFtJHwQkCtDuCggoR5sQz4vn1vgrD19MxGq07dow5IgjbbhHv1vtEg==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0-rc.5.tgz#7796c2bb644ebdff18e2c74822570a710d0d863e"
integrity sha512-6YWYUfPfjf1fZIEWHR9wqzJuWI1hmrGnm9uILZ9o829pvqdC7ctqemv2+PwSYPDzTcmk5ys54NHcXcwq8/H/JA==
"@abp/jquery-validation-unobtrusive@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.4.0.tgz#0c564e39c4997dd9b8af7d2023615a06d6fd9834"
integrity sha512-vFB3RKkDlDXbHlDJ64uo3jWW1IRXwiCaPf+mcB77Wpt5+0Dn7eWqjBT7KyHBrsV08ghIqY/Q4nXntFJrmLcuEA==
dependencies:
"@abp/jquery-validation" "~7.4.0-rc.5"
"@abp/jquery-validation" "~7.4.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0-rc.5.tgz#e27d2936d6dc0fb9182f1cf1f73019b2e1873b87"
integrity sha512-O1RSRI1UH8ZTMBTfkQG+LSvE+4W5W93Rw0bUJV8dI5lWT9cBuoQkWVLqOZqr9JX9ZMuYMf4GDyWYYT5MS4+EQQ==
"@abp/jquery-validation@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.4.0.tgz#f2aaba8f4c023e93f0051cc9a05c6d82fa5c7254"
integrity sha512-vN4srLT5UXAKXpKHbZgySWT+N2DjRYivgtifpZHMTGFLMW14W+tfi5zhR4H4JvqJpuO6ZKNiz15zA1zwEBK0Tw==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0-rc.5.tgz#fb664d1706e2ff02f24bf910363ff8221a447b7c"
integrity sha512-o/bTJKO7g9H0NChDtgYanG049Zihmojlt86fNfJ5p0uCRAbkrLnUQfOqTw5NhtQAbPmNyR+pK6Tk9oKlN6/V0Q==
"@abp/jquery@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.4.0.tgz#206891b20f250537d05d907d2b6cd682fec76496"
integrity sha512-DeYo02T6WVhdpLloSPb6ooqtpksu1HtcbbQhIP9E1P7jHSzZoNiJvoKXHiFUcj5PYiGKl9d/o89hM/apWzyreQ==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
jquery "~3.6.0"
"@abp/lodash@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0-rc.5.tgz#68123983a07f334230692a2a9750b0f3a9681000"
integrity sha512-MleBwBDXCg4pLyQVAU94/j5wPFhsZ3GU8UlBokhS8QXu4J444GyBH6DCes9VPFvAcKe0WJzCNe2wPn9GU2bmiA==
"@abp/lodash@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.4.0.tgz#93f20abee776dbfa7aa45e2e710f2768f262fda5"
integrity sha512-h4Fnjm+VLwp1F3r57B9MrHhwyOYMo5oP285a85zzAYLkhwcDy7f1nbHKHMQ3ZTaeJVmiRnVaH+3sdUdslCRt5g==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
lodash "^4.17.21"
"@abp/luxon@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0-rc.5.tgz#2a5ba7a7d43d35b8ed7e839b85518e26afe21890"
integrity sha512-E5PsSaLRwziJsi0OVBokZ7n1SCzBBQv25P9bc29aC0t8rjHNpkmhR7zHDF3XgUQSTiBWy35l69l+ZD9AEhm9ZA==
"@abp/luxon@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.4.0.tgz#2ba7ff307c8f7c24d818a9c33635b86fd6810db9"
integrity sha512-ROCx7aihM+agdYy7Tkz+GiScx68KY5qwGTnj8P7QabGFChzVUic6RuBG+2Obmfonc6uT7Rq0c8JDGrsGNe/w8A==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0-rc.5.tgz#4aefd88adab0377d9fb25c2f41c7a30ce96e3655"
integrity sha512-/9kYE1Rq51kXGxA2Et+br4xV3WsXA9Z2AA/wEU16pxbOwu0biBOffZbLWhfqKoi//JVxZJuxm8sjrA4E7hpjcg==
"@abp/malihu-custom-scrollbar-plugin@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.4.0.tgz#aba68877481f4339e048f2ae3cfbe93197145a0a"
integrity sha512-Ntodhi4k0HFQmImYTP5SYf/WDm7aUGJLaGsfePm77HJ6DhGgalIGqtM8NiFXzo/3GmMY0XSo8Wxrs1mSCdtsOA==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0-rc.5.tgz#5bbc6fa78f9667253568e68936b6c8edea74d319"
integrity sha512-v46BvWM6pWLswUeYhYM+sw3UeC6k+y2a49czY1gsW/ydrj8O61pbxulzPW3CLeqN+10qq4S7tJr3lK/o0Igq7A==
"@abp/moment@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.4.0.tgz#2490d9c7cdcaeca8d0ba9ebef5e7298caf0c9e09"
integrity sha512-ftsUEgO17GbVawA1GplGFzEeIM4NX004AmS6/fPI3o5isX7o1buF9q9TXdnwUuFEJKZxS4KpveRqzTL5t9k0BQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0-rc.5.tgz#9480d0907fa0a15ab55aa95c460b4fa2507acd65"
integrity sha512-Q7t/vZDcI4qMSuf1Ytp01vvyCa4M+yC8e7lQf5EG9lFsBUDVUhuv5vtRthsTbbCfoDJl4LrJ/BfWGpWvftG3aA==
"@abp/prismjs@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.4.0.tgz#8572f36f853c7054d77d02f3098cd844ee321ed7"
integrity sha512-y/Iy6pddQeVazEITktPot8JOPdAEOVAfmYkTBP3DIIPvoYr3kf6rwfzBUalMw5CEjWZ9BaIszDgFCk5ucNHHwQ==
dependencies:
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/core" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0"
"@abp/core" "~7.4.0"
prismjs "^1.26.0"
"@abp/select2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0-rc.5.tgz#7fa5d7bc578e5a13f1cb77eb3885fd10bc987356"
integrity sha512-czk5o1Ogd8l+qolisQ6jDdqOCIsl129pI0DQsWwn5f/FGyLAkzZ8CQt8mx04PE6R4mNLLFwcMspPuTyxONLwyg==
"@abp/select2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.4.0.tgz#2f455cc991b7bb4df9ed426097bc2996cac12697"
integrity sha512-DwprX4MIoqMzSdh7eFg7EjGIz4ftYZub6jG9Sk3r+sxabbhpbFTxKOpXnhBWYi7L7uTQ8YDFk/5NeXO+Rm50Ww==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0-rc.5.tgz#8c05235d32460e0f590841fd5fddb66a5ec664ed"
integrity sha512-uQ4qKj4szRBv1AU06U7F6z8iRGJTAs0yrJZuAt287sz1uZTXWhlN9nvfIiG/1Z8VCNHHDp12oPyVZzKOM3PhbQ==
"@abp/sweetalert2@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.4.0.tgz#db1b4bd45cbabd61172591abc8ce223b5f607c4e"
integrity sha512-XqHPRnTASaRtbJIZYKW1KSKIJ8tynL8DuPCSMjcp4iyUlk+gnzxvbqXeNVjc2ojxj78T/42M/vITNoiiTYuKUw==
dependencies:
"@abp/core" "~7.4.0-rc.5"
"@abp/core" "~7.4.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0-rc.5.tgz#02dfa7b5d59e71e45a9d48595a242dc5f25f4e21"
integrity sha512-EA+pSCSSGYtYaQABfhYWsMoVqgVGz8Ykn6a7tVc34Z5qfPKucgGKfuppRmQOZVz9n8zp9W/94BnDF2kRfP+FEg==
"@abp/timeago@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.4.0.tgz#245fe09370f38311a67a594c8a3c884aea59cc90"
integrity sha512-khxK6EICUaGCUM1HkACw/8rlPQNssoQvCK64bNqEHBCXgPUmTcqSj5MEGiNOYbgGyWeH2IAMtJEYPqX1g1wqSA==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
timeago "^1.6.7"
"@abp/toastr@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0-rc.5.tgz#ba2a623083c1182f1a66a21b932a02bb1665111b"
integrity sha512-BkJjWtbnPHImKL5g8Xwak2y7XdGk62q2bYZ/vFtSUY033Lr/3ufQxlVX6pXumodhPIrus7xEyIerxLWg8tYyAQ==
"@abp/toastr@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.4.0.tgz#16ba0414a27c9a21bc7556a078b175445edcf608"
integrity sha512-oM4HT2m95cK/9sB4AEQAKUMSGBep6wZTgM/46+o2IvvMdMPrGR2mPu9V9wi3y817FRgY+/qQTfy5TZWyTuIpVQ==
dependencies:
"@abp/jquery" "~7.4.0-rc.5"
"@abp/jquery" "~7.4.0"
toastr "^2.1.4"
"@abp/utils@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0-rc.5.tgz#f52cde2297a2b33562ee291541ec66f2080eafbd"
integrity sha512-9kPPKaA5vUVUYArblfaIurAaWxeaOfM/Sc9yzDmNWOTQ7FSBhCEKeZbQvj1X+mNpOV4rxEvqZ19LbvJ6RZs+AA==
"@abp/utils@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.4.0.tgz#b31fb6e5dff07463535479a6bb62dc733d7119c8"
integrity sha512-CcR3tfuEsVM60DYL1A0cH6BkUTsasOoBDv/b63uLCoEOq/g8ntelD/SpRSgfDXK74P9M8OE5ZFxlXWDiYuzAFg==
dependencies:
just-compare "^2.3.0"
"@abp/virtual-file-explorer@~7.4.0-rc.5":
version "7.4.0-rc.5"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-7.4.0-rc.5.tgz#3ace94c92165f3d89eab5569c2b67f818d7899c7"
integrity sha512-fOdQKmhmyuBiygxiBKJbpieW27OxWqxtdOi91VxIG71hODNl3LLeD19+Z0SQM9LY1eE7ylxZ+ofvrIUIFOKUVg==
"@abp/virtual-file-explorer@~7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-7.4.0.tgz#c118e86b4dd31c590d59f11239687d1108c555c3"
integrity sha512-DcNKiqfXR/VzUzfZSSZlUwxOOQyEIKJZNNCb9bUR021XxUK3tmPQTjFU+6ptq1ebRxByz8239zPcXYIjW4im+A==
dependencies:
"@abp/clipboard" "~7.4.0-rc.5"
"@abp/prismjs" "~7.4.0-rc.5"
"@abp/clipboard" "~7.4.0"
"@abp/prismjs" "~7.4.0"
"@fortawesome/fontawesome-free@^5.15.4":
version "5.15.4"

2
npm/lerna.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"packages": [
"packs/*"
],

26
npm/ng-packs/package.json

@ -44,20 +44,20 @@
},
"private": true,
"devDependencies": {
"@abp/ng.account": "~7.4.0-rc.5",
"@abp/ng.account.core": "~7.4.0-rc.5",
"@abp/ng.core": "~7.4.0-rc.5",
"@abp/ng.feature-management": "~7.4.0-rc.5",
"@abp/ng.identity": "~7.4.0-rc.5",
"@abp/ng.oauth": "~7.4.0-rc.5",
"@abp/ng.permission-management": "~7.4.0-rc.5",
"@abp/ng.schematics": "~7.4.0-rc.5",
"@abp/ng.setting-management": "~7.4.0-rc.5",
"@abp/ng.tenant-management": "~7.4.0-rc.5",
"@abp/ng.theme.basic": "~7.4.0-rc.5",
"@abp/ng.account": "~7.4.0",
"@abp/ng.account.core": "~7.4.0",
"@abp/ng.core": "~7.4.0",
"@abp/ng.feature-management": "~7.4.0",
"@abp/ng.identity": "~7.4.0",
"@abp/ng.oauth": "~7.4.0",
"@abp/ng.permission-management": "~7.4.0",
"@abp/ng.schematics": "~7.4.0",
"@abp/ng.setting-management": "~7.4.0",
"@abp/ng.tenant-management": "~7.4.0",
"@abp/ng.theme.basic": "~7.4.0",
"@abp/ng.theme.lepton-x": "^2.4.0-rc.4",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/utils": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0",
"@abp/utils": "~7.4.0",
"@angular-devkit/build-angular": "~16.0.0",
"@angular-devkit/core": "~16.0.0",
"@angular-devkit/schematics": "~16.0.0",

6
npm/ng-packs/packages/account-core/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account.core",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.core": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
},

6
npm/ng-packs/packages/account/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.account.core": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/components/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.components",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": ">=7.4.0-rc.5",
"@abp/ng.theme.shared": ">=7.4.0-rc.5"
"@abp/ng.core": ">=7.4.0",
"@abp/ng.theme.shared": ">=7.4.0"
},
"dependencies": {
"chart.js": "^3.5.1",

4
npm/ng-packs/packages/core/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/utils": "~7.4.0-rc.5",
"@abp/utils": "~7.4.0",
"angular-oauth2-oidc": "^15.0.1",
"just-clone": "^6.1.1",
"just-compare": "^2.3.0",

4
npm/ng-packs/packages/feature-management/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.feature-management",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/generators/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/nx.generators",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"generators": "./generators.json",
"type": "commonjs",

8
npm/ng-packs/packages/identity/package.json

@ -1,15 +1,15 @@
{
"name": "@abp/ng.identity",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~7.4.0-rc.5",
"@abp/ng.permission-management": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.components": "~7.4.0",
"@abp/ng.permission-management": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/oauth/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.oauth",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~7.4.0-rc.5",
"@abp/utils": "~7.4.0-rc.5",
"@abp/ng.core": "~7.4.0",
"@abp/utils": "~7.4.0",
"angular-oauth2-oidc": "^15.0.1",
"just-clone": "^6.1.1",
"just-compare": "^2.3.0",

4
npm/ng-packs/packages/permission-management/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.permission-management",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/schematics/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/ng.schematics",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"author": "",
"schematics": "./collection.json",
"dependencies": {

6
npm/ng-packs/packages/setting-management/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.setting-management",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.components": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/tenant-management/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.tenant-management",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.feature-management": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/theme-basic/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.theme.basic",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~7.4.0-rc.5",
"@abp/ng.theme.shared": "~7.4.0-rc.5",
"@abp/ng.account.core": "~7.4.0",
"@abp/ng.theme.shared": "~7.4.0",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/theme-shared/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.shared",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~7.4.0-rc.5",
"@abp/ng.core": "~7.4.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^15.0.0",
"@ngx-validate/core": "^0.2.0",

4
npm/packs/anchor-js/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"anchor-js": "^4.3.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/aspnetcore.components.server.basictheme/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/aspnetcore.components.server.basictheme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.components.server.theming": "~7.4.0-rc.5"
"@abp/aspnetcore.components.server.theming": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/aspnetcore.components.server.theming/package.json

@ -1,12 +1,12 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/aspnetcore.components.server.theming",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/bootstrap": "~7.4.0-rc.5",
"@abp/font-awesome": "~7.4.0-rc.5"
"@abp/bootstrap": "~7.4.0",
"@abp/font-awesome": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/aspnetcore.mvc.ui.theme.basic/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

34
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"repository": {
"type": "git",
@ -10,22 +10,22 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "~7.4.0-rc.5",
"@abp/bootstrap": "~7.4.0-rc.5",
"@abp/bootstrap-datepicker": "~7.4.0-rc.5",
"@abp/bootstrap-daterangepicker": "~7.4.0-rc.5",
"@abp/datatables.net-bs5": "~7.4.0-rc.5",
"@abp/font-awesome": "~7.4.0-rc.5",
"@abp/jquery-form": "~7.4.0-rc.5",
"@abp/jquery-validation-unobtrusive": "~7.4.0-rc.5",
"@abp/lodash": "~7.4.0-rc.5",
"@abp/luxon": "~7.4.0-rc.5",
"@abp/malihu-custom-scrollbar-plugin": "~7.4.0-rc.5",
"@abp/moment": "~7.4.0-rc.5",
"@abp/select2": "~7.4.0-rc.5",
"@abp/sweetalert2": "~7.4.0-rc.5",
"@abp/timeago": "~7.4.0-rc.5",
"@abp/toastr": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui": "~7.4.0",
"@abp/bootstrap": "~7.4.0",
"@abp/bootstrap-datepicker": "~7.4.0",
"@abp/bootstrap-daterangepicker": "~7.4.0",
"@abp/datatables.net-bs5": "~7.4.0",
"@abp/font-awesome": "~7.4.0",
"@abp/jquery-form": "~7.4.0",
"@abp/jquery-validation-unobtrusive": "~7.4.0",
"@abp/lodash": "~7.4.0",
"@abp/luxon": "~7.4.0",
"@abp/malihu-custom-scrollbar-plugin": "~7.4.0",
"@abp/moment": "~7.4.0",
"@abp/select2": "~7.4.0",
"@abp/sweetalert2": "~7.4.0",
"@abp/timeago": "~7.4.0",
"@abp/toastr": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/aspnetcore.mvc.ui/package-lock.json

@ -1,6 +1,6 @@
{
"name": "@abp/aspnetcore.mvc.ui",
"version": "7.4.0-rc.5",
"version": "7.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
npm/packs/aspnetcore.mvc.ui/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/aspnetcore.mvc.ui",
"repository": {
"type": "git",

10
npm/packs/blogging/package.json

@ -1,14 +1,14 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~7.4.0-rc.5",
"@abp/owl.carousel": "~7.4.0-rc.5",
"@abp/prismjs": "~7.4.0-rc.5",
"@abp/tui-editor": "~7.4.0-rc.5"
"@abp/aspnetcore.mvc.ui.theme.shared": "~7.4.0",
"@abp/owl.carousel": "~7.4.0",
"@abp/prismjs": "~7.4.0",
"@abp/tui-editor": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/bootstrap-datepicker/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/bootstrap-datepicker",
"repository": {
"type": "git",

2
npm/packs/bootstrap-daterangepicker/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/bootstrap-daterangepicker",
"repository": {
"type": "git",

4
npm/packs/bootstrap/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/bootstrap",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"bootstrap": "^5.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

2
npm/packs/chart.js/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"clipboard": "^2.0.8"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

12
npm/packs/cms-kit.admin/package.json

@ -1,15 +1,15 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/cms-kit.admin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "~7.4.0-rc.5",
"@abp/jstree": "~7.4.0-rc.5",
"@abp/slugify": "~7.4.0-rc.5",
"@abp/tui-editor": "~7.4.0-rc.5",
"@abp/uppy": "~7.4.0-rc.5"
"@abp/codemirror": "~7.4.0",
"@abp/jstree": "~7.4.0",
"@abp/slugify": "~7.4.0",
"@abp/tui-editor": "~7.4.0",
"@abp/uppy": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/cms-kit.public/package.json

@ -1,12 +1,12 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/cms-kit.public",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/highlight.js": "~7.4.0-rc.5",
"@abp/star-rating-svg": "~7.4.0-rc.5"
"@abp/highlight.js": "~7.4.0",
"@abp/star-rating-svg": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/cms-kit/package.json

@ -1,12 +1,12 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/cms-kit",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/cms-kit.admin": "~7.4.0-rc.5",
"@abp/cms-kit.public": "~7.4.0-rc.5"
"@abp/cms-kit.admin": "~7.4.0",
"@abp/cms-kit.public": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/codemirror/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"codemirror": "^5.65.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/core/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/core",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/utils": "~7.4.0-rc.5"
"@abp/utils": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/cropperjs/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/cropperjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"cropperjs": "^1.5.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net-bs4/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/datatables.net-bs4",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~7.4.0-rc.5",
"@abp/datatables.net": "~7.4.0",
"datatables.net-bs4": "^1.11.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net-bs5/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/datatables.net-bs5",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~7.4.0-rc.5",
"@abp/datatables.net": "~7.4.0",
"datatables.net-bs5": "^1.11.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/datatables.net",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~7.4.0-rc.5",
"@abp/jquery": "~7.4.0",
"datatables.net": "^1.11.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

12
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/anchor-js": "~7.4.0-rc.5",
"@abp/clipboard": "~7.4.0-rc.5",
"@abp/malihu-custom-scrollbar-plugin": "~7.4.0-rc.5",
"@abp/popper.js": "~7.4.0-rc.5",
"@abp/prismjs": "~7.4.0-rc.5"
"@abp/anchor-js": "~7.4.0",
"@abp/clipboard": "~7.4.0",
"@abp/malihu-custom-scrollbar-plugin": "~7.4.0",
"@abp/popper.js": "~7.4.0",
"@abp/prismjs": "~7.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/flag-icon-css/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"

2
npm/packs/flag-icons/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/flag-icons",
"publishConfig": {
"access": "public"

4
npm/packs/font-awesome/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/font-awesome",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"@fortawesome/fontawesome-free": "^5.15.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/highlight.js/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"@highlightjs/cdn-assets": "~11.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-form/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/jquery-form",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~7.4.0-rc.5",
"@abp/jquery": "~7.4.0",
"jquery-form": "^4.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-validation-unobtrusive/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/jquery-validation-unobtrusive",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "~7.4.0-rc.5",
"@abp/jquery-validation": "~7.4.0",
"jquery-validation-unobtrusive": "^3.2.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-validation/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/jquery-validation",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~7.4.0-rc.5",
"@abp/jquery": "~7.4.0",
"jquery-validation": "^1.19.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery/package.json

@ -1,5 +1,5 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/jquery",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~7.4.0-rc.5",
"@abp/core": "~7.4.0",
"jquery": "~3.6.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jstree/package.json

@ -1,11 +1,11 @@
{
"version": "7.4.0-rc.5",
"version": "7.4.0",
"name": "@abp/jstree",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~7.4.0-rc.5",
"@abp/jquery": "~7.4.0",
"jstree": "^3.3.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save