Browse Source

Merge branch 'dev' into DbContextTypeProvider

pull/15335/head
maliming 4 years ago
parent
commit
d5b3a95578
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      Directory.Build.props
  2. 12
      abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
  3. 49
      docs/en/Application-Startup.md
  4. 75
      docs/en/Blog-Posts/2023-01-04 v7_0_Release_Stable/POST.md
  5. 6
      docs/en/JSON.md
  6. 70
      docs/en/Migration-Guides/Abp-7_0.md
  7. 2
      docs/en/Road-Map.md
  8. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/ChartJs/ChartjsScriptContributor.cs
  9. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs
  10. 15
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/VoloNugetPackagesVersionUpdater.cs
  11. 5
      framework/src/Volo.Abp.Cli/Volo/Abp/Cli/Program.cs
  12. 8
      framework/src/Volo.Abp.Data/Volo/Abp/Data/AbpConnectionStringCheckResult.cs
  13. 16
      framework/src/Volo.Abp.Data/Volo/Abp/Data/DefaultConnectionStringChecker.cs
  14. 8
      framework/src/Volo.Abp.Data/Volo/Abp/Data/IConnectionStringChecker.cs
  15. 40
      framework/src/Volo.Abp.EntityFrameworkCore.MySQL/Volo/Abp/EntityFrameworkCore/ConnectionStrings/MySqlConnectionStringChecker.cs
  16. 36
      framework/src/Volo.Abp.EntityFrameworkCore.Oracle.Devart/Volo/Abp/EntityFrameworkCore/ConnectionStrings/OracleDevartConnectionStringChecker.cs
  17. 36
      framework/src/Volo.Abp.EntityFrameworkCore.Oracle/Volo/Abp/EntityFrameworkCore/ConnectionStrings/OracleConnectionStringChecker.cs
  18. 40
      framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo/Abp/EntityFrameworkCore/ConnectionStrings/NpgsqlConnectionStringChecker.cs
  19. 40
      framework/src/Volo.Abp.EntityFrameworkCore.SqlServer/Volo/Abp/EntityFrameworkCore/ConnectionStrings/SqlServerConnectionStringChecker.cs
  20. 32
      framework/src/Volo.Abp.EntityFrameworkCore.Sqlite/Volo/Abp/EntityFrameworkCore/ConnectionStrings/SqliteConnectionStringChecker.cs
  21. 2
      framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureCheckerBase.cs
  22. 4
      framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureDefinition.cs
  23. 30
      framework/src/Volo.Abp.MongoDB/Volo/Abp/MongoDB/ConnectionStrings/MongoDBConnectionStringChecker.cs
  24. 7
      framework/src/Volo.Abp.ObjectExtending/Volo/Abp/Data/HasExtraPropertiesExtensions.cs
  25. 39
      framework/src/Volo.Abp.Uow/Volo/Abp/Uow/AlwaysDisableTransactionsUnitOfWorkManager.cs
  26. 12
      framework/src/Volo.Abp.Uow/Volo/Abp/Uow/UnitOfWorkCollectionExtensions.cs
  27. 18
      framework/test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/ConnectionStrings/AbpConnectionStringChecker_Tests.cs
  28. 2
      framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/AbpObjectExtendingTestModule.cs
  29. 3
      framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/ExtensibleObject_Tests.cs
  30. 8
      framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/HasExtraPropertiesObjectExtendingExtensions_Tests.cs
  31. 6
      framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/TestObjects/ExtensibleTestPerson.cs
  32. 28
      framework/test/Volo.Abp.Uow.Tests/Volo/Abp/Uow/AlwaysDisableUnitOfWorkTransaction_Tests.cs
  33. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json
  34. 2
      modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json
  35. 2
      modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json
  36. 2
      modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json
  37. 2
      modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.abppkg.analyze.json
  38. 2
      modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json
  39. 2
      modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.analyze.json
  40. 2
      modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.analyze.json
  41. 2
      modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json
  42. 2
      modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json
  43. 2
      modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json
  44. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.HangFire/Volo.Abp.BackgroundJobs.DemoApp.HangFire.abppkg.analyze.json
  45. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Quartz/Volo.Abp.BackgroundJobs.DemoApp.Quartz.abppkg.analyze.json
  46. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq.abppkg.analyze.json
  47. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.abppkg.analyze.json
  48. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp/Volo.Abp.BackgroundJobs.DemoApp.abppkg.analyze.json
  49. 2
      modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.analyze.json
  50. 2
      modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json
  51. 2
      modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.analyze.json
  52. 2
      modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.analyze.json
  53. 2
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/Volo.Abp.AspNetCore.Components.Server.BasicTheme.abppkg.analyze.json
  54. 2
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Volo.Abp.AspNetCore.Components.Web.BasicTheme.abppkg.analyze.json
  55. 2
      modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json
  56. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.abppkg.analyze.json
  57. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  58. 244
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock
  59. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.abppkg.analyze.json
  60. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  61. 280
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  62. 2
      modules/blogging/app/Volo.BloggingTestApp.EntityFrameworkCore/Volo.BloggingTestApp.EntityFrameworkCore.abppkg.analyze.json
  63. 2
      modules/blogging/app/Volo.BloggingTestApp.MongoDB/Volo.BloggingTestApp.MongoDB.abppkg.analyze.json
  64. 2
      modules/blogging/app/Volo.BloggingTestApp/Volo.BloggingTestApp.abppkg.analyze.json
  65. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  66. 318
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  67. 2
      modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo.Blogging.Admin.Application.Contracts.abppkg.analyze.json
  68. 2
      modules/blogging/src/Volo.Blogging.Admin.Application/Volo.Blogging.Admin.Application.abppkg.analyze.json
  69. 2
      modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client/Volo.Blogging.Admin.HttpApi.Client.abppkg.analyze.json
  70. 2
      modules/blogging/src/Volo.Blogging.Admin.HttpApi/Volo.Blogging.Admin.HttpApi.abppkg.analyze.json
  71. 2
      modules/blogging/src/Volo.Blogging.Admin.Web/Volo.Blogging.Admin.Web.abppkg.analyze.json
  72. 2
      modules/blogging/src/Volo.Blogging.Application.Contracts.Shared/Volo.Blogging.Application.Contracts.Shared.abppkg.analyze.json
  73. 2
      modules/blogging/src/Volo.Blogging.Application.Contracts/Volo.Blogging.Application.Contracts.abppkg.analyze.json
  74. 2
      modules/blogging/src/Volo.Blogging.Application/Volo.Blogging.Application.abppkg.analyze.json
  75. 2
      modules/blogging/src/Volo.Blogging.Domain.Shared/Volo.Blogging.Domain.Shared.abppkg.analyze.json
  76. 2
      modules/blogging/src/Volo.Blogging.Domain/Volo.Blogging.Domain.abppkg.analyze.json
  77. 2
      modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo.Blogging.EntityFrameworkCore.abppkg.analyze.json
  78. 2
      modules/blogging/src/Volo.Blogging.HttpApi.Client/Volo.Blogging.HttpApi.Client.abppkg.analyze.json
  79. 2
      modules/blogging/src/Volo.Blogging.HttpApi/Volo.Blogging.HttpApi.abppkg.analyze.json
  80. 14
      modules/blogging/src/Volo.Blogging.MongoDB/Volo.Blogging.MongoDB.abppkg.analyze.json
  81. 2
      modules/blogging/src/Volo.Blogging.Web/Volo.Blogging.Web.abppkg.analyze.json
  82. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/Volo.ClientSimulation.Demo.abppkg.analyze.json
  83. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  84. 258
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  85. 2
      modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json
  86. 2
      modules/client-simulation/src/Volo.ClientSimulation/Volo.ClientSimulation.abppkg.analyze.json
  87. 10
      modules/cms-kit/angular/package.json
  88. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  89. 2
      modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.abppkg.analyze.json
  90. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/Volo.CmsKit.IdentityServer.abppkg.analyze.json
  91. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  92. 258
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  93. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/Volo.CmsKit.Web.Host.abppkg.analyze.json
  94. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  95. 258
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  96. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/Volo.CmsKit.Web.Unified.abppkg.analyze.json
  97. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  98. 392
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  99. 2
      modules/cms-kit/src/Volo.CmsKit.Admin.Application.Contracts/Volo.CmsKit.Admin.Application.Contracts.abppkg.analyze.json
  100. 2
      modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo.CmsKit.Admin.Application.abppkg.analyze.json

2
Directory.Build.props

@ -17,7 +17,7 @@
<NSubstitutePackageVersion>4.3.0</NSubstitutePackageVersion>
<!-- Shouldly https://www.nuget.org/packages/Shouldly -->
<ShouldlyPackageVersion>4.0.3</ShouldlyPackageVersion>
<ShouldlyPackageVersion>4.1.0</ShouldlyPackageVersion>
<!-- xunit https://www.nuget.org/packages/xUnit -->
<xUnitPackageVersion>2.4.1</xUnitPackageVersion>

12
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

@ -410,7 +410,7 @@
"OverallDiscountText": "Overall Discount Text",
"SelectReport": "- Select Report -",
"NoDataAvailable": "No data available",
"StatisticsOfCachedContents": "Statistics of cached contents for nuget.abp.io",
"StatisticsOfCachedContents": "Statistics of cached NuGet package contents for nuget.abp.io",
"Compact": "Compact",
"EditSettings": "Edit Settings",
"CurrentEstimatedSize": "Current Estimated Size",
@ -421,7 +421,13 @@
"ContentCacheSlidingExpirationByDay": "Content Cache Sliding Expiration By Day",
"MaxDaysForCaching": "Max Days For Caching",
"Enabled": "Enabled",
"Menu:NugetPackagesContentCache": "Packages Content Cache",
"NugetPackagesContentCache": "Content Cache"
"Menu:NugetPackagesContentCache": "NuGet Packages Content Cache",
"NugetPackagesContentCache": "NuGet Content Cache",
"SlidingExpritionByDayInfo": "Gets or sets how long a cache entry can be inactive (e.g. not accessed) before it will be removed. This will not extend the entry lifetime beyond the absolute expiration.",
"MaxDaysForCachingInfo": "Gets or sets an absolute expiration time, relative to now.",
"CurrentEstimatedSizeInfo": "Indicates an estimated sum of all the NuGet packages' content size currently in the memory cache",
"CurrentEntryCountInfo": "Indicates the number of instances currently in the memory cache.",
"TotalHitsInfo": "Indicates the total number of cache misses. A cache hit occurs when a file is requested from a cache and the cache is able to fulfill that request.",
"TotalMissesInfo": "Indicates the total number of cache hits. A cache miss is when the cache does not contain the requested content."
}
}

49
docs/en/Application-Startup.md

@ -204,6 +204,7 @@ We've passed a lambda method to configure the `ApplicationName` option. Here's a
* `ApplicationName`: A human-readable name for the application. It is a unique value for an application.
* `Configuration`: Can be used to setup the [application configuration](Configuration.md) when it is not provided by the hosting system. It is not needed for ASP.NET Core and other .NET hosted applications. However, if you've used `AbpApplicationFactory` with an internal service provider, you can use this option to configure how the application configuration is built.
* `Environment`: Environment name for the application.
* `PlugInSources`: A list of plugin sources. See the [Plug-In Modules documentation](PlugIn-Modules) to learn how to work with plugins.
* `Services`: The `IServiceCollection` object that can be used to register service dependencies. You generally don't need that, because you configure your services in your [module class](Module-Development-Basics.md). However, it can be used while writing extension methods for the `AbpApplicationCreationOptions` class.
@ -253,6 +254,54 @@ The `IAbpApplication` interface extends the `IApplicationInfoAccessor` interface
`IAbpApplication` is disposable. Always dispose of it before exiting your application.
## IAbpHostEnvironment
Sometimes, while creating an application, we need to get the current hosting environment and take actions according to that. In such cases, we can use some services such as [IWebHostEnvironment](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.hosting.iwebhostenvironment?view=aspnetcore-7.0) or [IWebAssemblyHostEnvironment](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.webassembly.hosting.iwebassemblyhostenvironment) provided by .NET, in the final application.
However, we can not use these services in a class library, which is used by the final application. ABP Framework provides the `IAbpHostEnvironment` service, which allows you to get the current environment name whenever you want. `IAbpHostEnvironment` is used by the ABP Framework in several places to perform specific actions by the environment. For example, ABP Framework reduces the cache duration on the **Development** environment for some services.
`IAbpHostEnvironment` obtains the current environment name by the following order:
1. Gets and sets the environment name if it's specified in the `AbpApplicationCreationOptions`.
2. Tries to obtain the environment name from the `IWebHostEnvironment` or `IWebAssemblyHostEnvironment` services for ASP.NET Core & Blazor WASM applications if the environment name isn't specified in the `AbpApplicationCreationOptions`.
3. Sets the environment name as **Production**, if the environment name is not specified or can not be obtained from the services.
You can configure the `AbpApplicationCreationOptions` [options class](Options.md) while creating the ABP application and set an environment name to its `Environment` property. You can find the `AddApplication` or `AddApplicationAsync` call in your solution (typically in the `Program.cs` file), and set the `Environment` option as shown below:
```csharp
await builder.AddApplicationAsync<OrderingServiceHttpApiHostModule>(options =>
{
options.Environment = Environments.Staging; //or directly set as "Staging"
});
```
Then, whenever you need to get the current environment name or check the environment, you can use the `IAbpHostEnvironment` interface:
```csharp
public class MyDemoService
{
private readonly IAbpHostEnvironment _abpHostEnvironment;
public MyDemoService(IAbpHostEnvironment abpHostEnvironment)
{
_abpHostEnvironment = abpHostEnvironment;
}
public void MyMethod()
{
var environmentName = _abpHostEnvironment.EnvironmentName;
if (_abpHostEnvironment.IsDevelopment()) { /* ... */ }
if (_abpHostEnvironment.IsStaging()) { /* ... */ }
if (_abpHostEnvironment.IsProduction()) { /* ... */ }
if (_abpHostEnvironment.IsEnvironment("custom-environment")) { /* ... */ }
}
}
```
## .NET Generic Host & ASP.NET Core Integrations
`AbpApplicationFactory` can create a standalone ABP application container without any external dependency. However, in most cases, you will want to integrate it with [.NET's generic host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host) or ASP.NET Core. For such usages, ABP provides built-in extension methods to easily create an ABP application container that is well-integrated to these systems.

75
docs/en/Blog-Posts/2023-01-04 v7_0_Release_Stable/POST.md

@ -0,0 +1,75 @@
# ABP.IO Platform 7.0 Final Has Been Released!
[ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/) 7.0 versions have been released today.
## What's New With 7.0?
Since all the new features are already explained in detail in the [7.0 RC Announcement Post](https://blog.abp.io/abp/ABP.IO-Platform-7.0-RC-Has-Been-Published), I will not repeat all the details again. See the [RC Blog Post](https://blog.abp.io/abp/ABP.IO-Platform-7.0-RC-Has-Been-Published) for all the features and enhancements.
## Getting Started with 7.0
### Creating New Solutions
You can create a new solution with the ABP Framework version 7.0 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 to the latest version.
If you haven't installed it yet:
```bash
dotnet tool install -g Volo.Abp.Cli
```
To update an existing installation:
```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 v6.x:
* [ABP Framework 6.x to 7.0 Migration Guide](https://docs.abp.io/en/abp/7.0/Migration-Guides/Abp-7_0)
* [ABP Commercial 6.x to 7.0 Migration Guide](https://docs.abp.io/en/commercial/7.0/migration-guides/v7_0)
## Community News
### Highlights from .NET 7.0?
Our team has closely followed the ASP.NET Core and Entity Framework Core 7.0 releases, read Microsoft's guides and documentation and adapt the changes to our ABP.IO Platform. We are proud to say that we've shipped the ABP 7.0 RC.1 based on .NET 7.0 just after Microsoft's .NET 7.0 release.
In addition to the ABP's .NET 7.0 upgrade, our team has created 13 great articles to highlight the important features coming with ASP.NET Core 7.0 and Entity Framework Core 7.0.
You can read [this post](https://volosoft.com/Blog/Highlights-for-ASP.NET-Entity-Framework-Core-NET-7.0) to see the list of all articles.
### New ABP Community Posts
In addition to [the 13 articles to highlight .NET 7.0 features written by our team]((https://volosoft.com/Blog/Highlights-for-ASP.NET-Entity-Framework-Core-NET-7.0)), here are some of the recent posts added to the [ABP Community](https://community.abp.io/):
* [liangshiwei](https://github.com/realLiangshiwei) has created a new community article, that shows [How to Use the Weixin Authentication for MVC / Razor Page Applications](https://community.abp.io/posts/how-to-use-the-weixin-authentication-for-mvc-razor-page-applications-a33e0wti).
* [Jasen Fici](https://community.abp.io/posts/deploying-abp.io-to-an-azure-appservice-ma8kukdp) has created a new article: [Deploying abp.io to an Azure AppService](https://community.abp.io/posts/deploying-abp.io-to-an-azure-appservice-ma8kukdp).
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 7.1. 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.

6
docs/en/JSON.md

@ -66,3 +66,9 @@ Add [Volo.Abp.Json.Newtonsoft](https://www.nuget.org/packages/Volo.Abp.Json.Newt
#### AbpNewtonsoftJsonSerializerOptions
- **JsonSerializerSettings(`Newtonsoft.Json.JsonSerializerSettings`)**: Global options for Newtonsoft library operations. See [here](https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_JsonSerializerSettings.htm) for reference.
## Configuring JSON options in ASP.NET Core
You can change the JSON behavior in ASP.NET Core by configuring [JsonOptions](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.jsonoptions) or
[MvcNewtonsoftJsonOptions](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.mvcnewtonsoftjsonoptions)(if you use `Newtonsoft.Json`)

70
docs/en/Migration-Guides/Abp-7_0.md

@ -115,4 +115,74 @@ See https://github.com/abpframework/abp/pull/13845 for more info.
The `Devart.Data.Oracle.EFCore` package do not yet support EF Core 7.0, If you use `AbpEntityFrameworkCoreOracleDevartModule(Volo.Abp.EntityFrameworkCore.Oracle.Devart)` may not work as expected, We will release new packages as soon as they are updated.
See https://github.com/abpframework/abp/issues/14412 for more info.
# Changes on Angular Apps
## Added a new package `@abp/ng.oauth`
OAuth Functionality moved to a seperate package named `@abp/ng.oauth`, so ABP users should add the `@abp/ng.oauth` packages on app.module.ts.
Add the new npm package to your app.
```
yarn add @abp/ng.oauth
// or npm i ---save @abp/ng.oauth
```
```typescript
// app.module.ts
import { AbpOAuthModule } from "@abp/ng.oauth";
// ...
@NgModule({
// ...
imports: [
AbpOAuthModule.forRoot(), // <-- Add This
// ...
],
// ...
})
export class AppModule {}
```
## Lepton X Google-Font
If you are using LeptonX that has google fonts, the fonts were built-in the Lepton file. It's been moved to a seperate file. So the ABP user should add font-bundle in angular.json. ( under the 'yourProjectName' > 'architect' > 'build' > 'options' >'styles' )
// for LeptonX Lite
```json
{
input: 'node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css',
inject: false,
bundleName: 'font-bundle.rtl',
},
{
input: 'node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css',
inject: false,
bundleName: 'font-bundle',
},
```
// for LeptonX
```json
{
input: 'node_modules/@volosoft/ngx-lepton-x/assets/css/font-bundle.css',
inject: false,
bundleName: 'font-bundle',
},
{
input: 'node_modules/@volosoft/ngx-lepton-x/assets/css/font-bundle.rtl.css',
inject: false,
bundleName: 'font-bundle.rtl',
},
```
## Updated Side Menu Layout
In side menu layout, eThemeLeptonXComponents.Navbar has been changed to eThemeLeptonXComponents.Toolbar, and
eThemeLeptonXComponents.Sidebar to eThemeLeptonXComponents.Navbar.
And also added new replaceable component like Logo Component, Language Component etc.
If you are using replaceable component system you can check [documentation](https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular#customization).
## ng-zorro-antd-tree.css
ng-zorro-antd-tree.css file should be in angular.json if the user uses AbpTree component or Abp-commercial. The ABP User should add this style definition on angular.json. ( under the 'yourProjectName' > 'architect' > 'build' > 'options' >'styles' )
{ "input": "node_modules/ng-zorro-antd/tree/style/index.min.css", "inject": false, "bundleName": "ng-zorro-antd-tree" },

2
docs/en/Road-Map.md

@ -6,7 +6,7 @@ This document provides a road map, release schedule and planned features for the
### v7.1
The next version will be 7.1 and planned to release the stable 7.1 version in February, 2024. In the version 7.1, we will mostly focus on stabilizing and enhancing existing features, improving the developer experience, as well as adding relatively minor new features.
The next version will be 7.1 and planned to release the stable 7.1 version in February, 2023. In the version 7.1, we will mostly focus on stabilizing and enhancing existing features, improving the developer experience, as well as adding relatively minor new features.
See the [7.1 milestone](https://github.com/abpframework/abp/milestone/68) for all the issues we've planned to work on.

2
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/ChartJs/ChartjsScriptContributor.cs

@ -6,6 +6,6 @@ public class ChartjsScriptContributor : BundleContributor
{
public override void ConfigureBundle(BundleConfigurationContext context)
{
context.Files.Add("/libs/chart.js/chart.js");
context.Files.Add("/libs/chart.js/chart.umd.js");
}
}

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs

@ -693,7 +693,7 @@ public abstract class ProjectCreationCommandBase
AngularThemeConfigurer.Configure(new AngularThemeConfigurationArgs(
theme: projectArgs.Theme.Value,
projectName: projectArgs.SolutionName.FullName,
projectName: projectArgs.SolutionName.ProjectName,
angularFolderPath: angularFolderPath
));
}

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

@ -182,8 +182,13 @@ public class VoloNugetPackagesVersionUpdater : ITransientDependency
var versionAttribute = package.Attributes["Version"];
var currentVersion = versionAttribute.Value;
var currentSemanticVersion = SemanticVersion.Parse(currentVersion);
var isVersionParsed = SemanticVersion.TryParse(currentVersion, out var currentSemanticVersion);
if (!isVersionParsed)
{
Logger.LogWarning("Could not parse package \"{0}\" version v{1}. Skipped.", packageId, currentVersion);
continue;
}
var isLeptonXPackage = packageId.Contains("LeptonX");
Logger.LogDebug("Checking package: \"{0}\" - Current version: {1}", packageId, currentSemanticVersion);
@ -194,7 +199,7 @@ public class VoloNugetPackagesVersionUpdater : ITransientDependency
{
continue;
}
if (await SpecifiedVersionExists(specifiedVersion, packageId))
{
var specifiedSemanticVersion = SemanticVersion.Parse(specifiedVersion);
@ -235,12 +240,12 @@ public class VoloNugetPackagesVersionUpdater : ITransientDependency
SemanticVersion latestVersion;
if (currentSemanticVersion.IsPrerelease && !switchToStable)
{
latestVersion = latestNugetReleaseCandidateVersion == null || isLeptonXPackage ?
latestVersion = latestNugetReleaseCandidateVersion == null || isLeptonXPackage ?
await _nuGetService.GetLatestVersionOrNullAsync(packageId, includeReleaseCandidates: true) : latestNugetReleaseCandidateVersion;
}
else
{
latestVersion = latestNugetVersion == null || isLeptonXPackage ?
latestVersion = latestNugetVersion == null || isLeptonXPackage ?
await _nuGetService.GetLatestVersionOrNullAsync(packageId, includeReleaseCandidates: includeReleaseCandidates) : latestNugetVersion;
}

5
framework/src/Volo.Abp.Cli/Volo/Abp/Cli/Program.cs

@ -14,6 +14,7 @@ public class Program
{
Console.OutputEncoding = System.Text.Encoding.UTF8;
var loggerOutputTemplate = "{Message:lj}{NewLine}{Exception}";
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Information()
.MinimumLevel.Override("Microsoft", LogEventLevel.Warning)
@ -26,8 +27,8 @@ public class Program
.MinimumLevel.Override("Volo.Abp.Cli", LogEventLevel.Information)
#endif
.Enrich.FromLogContext()
.WriteTo.File(Path.Combine(CliPaths.Log, "abp-cli-logs.txt"))
.WriteTo.Console(theme: AnsiConsoleTheme.Sixteen)
.WriteTo.File(Path.Combine(CliPaths.Log, "abp-cli-logs.txt"), outputTemplate: loggerOutputTemplate)
.WriteTo.Console(theme: AnsiConsoleTheme.Sixteen, outputTemplate: loggerOutputTemplate)
.CreateLogger();
using (var application = AbpApplicationFactory.Create<AbpCliModule>(

8
framework/src/Volo.Abp.Data/Volo/Abp/Data/AbpConnectionStringCheckResult.cs

@ -0,0 +1,8 @@
namespace Volo.Abp.Data;
public class AbpConnectionStringCheckResult
{
public bool Connected { get; set; }
public bool DatabaseExists { get; set; }
}

16
framework/src/Volo.Abp.Data/Volo/Abp/Data/DefaultConnectionStringChecker.cs

@ -0,0 +1,16 @@
using System.Threading.Tasks;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.Data;
public class DefaultConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
return Task.FromResult(new AbpConnectionStringCheckResult
{
Connected = false,
DatabaseExists = false
});
}
}

8
framework/src/Volo.Abp.Data/Volo/Abp/Data/IConnectionStringChecker.cs

@ -0,0 +1,8 @@
using System.Threading.Tasks;
namespace Volo.Abp.Data;
public interface IConnectionStringChecker
{
Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString);
}

40
framework/src/Volo.Abp.EntityFrameworkCore.MySQL/Volo/Abp/EntityFrameworkCore/ConnectionStrings/MySqlConnectionStringChecker.cs

@ -0,0 +1,40 @@
using System;
using System.Threading.Tasks;
using MySqlConnector;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class MySqlConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual async Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
var result = new AbpConnectionStringCheckResult();
var connString = new MySqlConnectionStringBuilder(connectionString)
{
ConnectionLifeTime = 1
};
var oldDatabaseName = connString.Database;
connString.Database = "mysql";
try
{
await using var conn = new MySqlConnection(connString.ConnectionString);
await conn.OpenAsync();
result.Connected = true;
await conn.ChangeDatabaseAsync(oldDatabaseName);
result.DatabaseExists = true;
await conn.CloseAsync();
return result;
}
catch (Exception e)
{
return result;
}
}
}

36
framework/src/Volo.Abp.EntityFrameworkCore.Oracle.Devart/Volo/Abp/EntityFrameworkCore/ConnectionStrings/OracleDevartConnectionStringChecker.cs

@ -0,0 +1,36 @@
using System;
using System.Threading.Tasks;
using Devart.Data.Oracle;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class OracleDevartConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual async Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
var result = new AbpConnectionStringCheckResult();
var connString = new OracleConnectionStringBuilder(connectionString)
{
ConnectionTimeout = 1
};
try
{
await using var conn = new OracleConnection(connString.ConnectionString);
await conn.OpenAsync();
result.Connected = true;
result.DatabaseExists = true;
await conn.CloseAsync();
return result;
}
catch (Exception e)
{
return result;
}
}
}

36
framework/src/Volo.Abp.EntityFrameworkCore.Oracle/Volo/Abp/EntityFrameworkCore/ConnectionStrings/OracleConnectionStringChecker.cs

@ -0,0 +1,36 @@
using System;
using System.Threading.Tasks;
using Oracle.ManagedDataAccess.Client;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class OracleConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual async Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
var result = new AbpConnectionStringCheckResult();
var connString = new OracleConnectionStringBuilder(connectionString)
{
ConnectionTimeout = 1
};
try
{
await using var conn = new OracleConnection(connString.ConnectionString);
await conn.OpenAsync();
result.Connected = true;
result.DatabaseExists = true;
await conn.CloseAsync();
return result;
}
catch (Exception e)
{
return result;
}
}
}

40
framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo/Abp/EntityFrameworkCore/ConnectionStrings/NpgsqlConnectionStringChecker.cs

@ -0,0 +1,40 @@
using System;
using System.Threading.Tasks;
using Npgsql;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class NpgsqlConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual async Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
var result = new AbpConnectionStringCheckResult();
var connString = new NpgsqlConnectionStringBuilder(connectionString)
{
Timeout = 1
};
var oldDatabaseName = connString.Database;
connString.Database = "postgres";
try
{
await using var conn = new NpgsqlConnection(connString.ConnectionString);
await conn.OpenAsync();
result.Connected = true;
await conn.ChangeDatabaseAsync(oldDatabaseName);
result.DatabaseExists = true;
await conn.CloseAsync();
return result;
}
catch (Exception e)
{
return result;
}
}
}

40
framework/src/Volo.Abp.EntityFrameworkCore.SqlServer/Volo/Abp/EntityFrameworkCore/ConnectionStrings/SqlServerConnectionStringChecker.cs

@ -0,0 +1,40 @@
using System;
using System.Threading.Tasks;
using Microsoft.Data.SqlClient;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class SqlServerConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual async Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
var result = new AbpConnectionStringCheckResult();
var connString = new SqlConnectionStringBuilder(connectionString)
{
ConnectTimeout = 1
};
var oldDatabaseName = connString.InitialCatalog;
connString.InitialCatalog = "master";
try
{
await using var conn = new SqlConnection(connString.ConnectionString);
await conn.OpenAsync();
result.Connected = true;
await conn.ChangeDatabaseAsync(oldDatabaseName);
result.DatabaseExists = true;
await conn.CloseAsync();
return result;
}
catch (Exception e)
{
return result;
}
}
}

32
framework/src/Volo.Abp.EntityFrameworkCore.Sqlite/Volo/Abp/EntityFrameworkCore/ConnectionStrings/SqliteConnectionStringChecker.cs

@ -0,0 +1,32 @@
using System;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class SqliteConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual async Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
var result = new AbpConnectionStringCheckResult();
try
{
await using var conn = new SqliteConnection(connectionString);
await conn.OpenAsync();
result.Connected = true;
result.DatabaseExists = true;
await conn.CloseAsync();
return result;
}
catch (Exception e)
{
return result;
}
}
}

2
framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureCheckerBase.cs

@ -11,7 +11,7 @@ public abstract class FeatureCheckerBase : IFeatureChecker, ITransientDependency
public virtual async Task<bool> IsEnabledAsync(string name)
{
var value = await GetOrNullAsync(name);
if (value == null)
if (value.IsNullOrEmpty())
{
return false;
}

4
framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureDefinition.cs

@ -100,11 +100,11 @@ public class FeatureDefinition : ICanCreateChildFeature
bool isVisibleToClients = true,
bool isAvailableToHost = true)
{
Name = name;
Name = Check.NotNullOrWhiteSpace(name, nameof(name));
DefaultValue = defaultValue;
DisplayName = displayName ?? new FixedLocalizableString(name);
Description = description;
ValueType = valueType;
ValueType = valueType ?? new ToggleStringValueType();
IsVisibleToClients = isVisibleToClients;
IsAvailableToHost = isAvailableToHost;

30
framework/src/Volo.Abp.MongoDB/Volo/Abp/MongoDB/ConnectionStrings/MongoDBConnectionStringChecker.cs

@ -0,0 +1,30 @@
using System;
using System.Threading.Tasks;
using MongoDB.Driver;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.MongoDB.ConnectionStrings;
[Dependency(ReplaceServices = true)]
public class MongoDBConnectionStringChecker : IConnectionStringChecker, ITransientDependency
{
public virtual Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
{
try
{
var mongoUrl = MongoUrl.Create(connectionString);
var client = new MongoClient(mongoUrl);
client.GetDatabase(mongoUrl.DatabaseName);
return Task.FromResult(new AbpConnectionStringCheckResult()
{
Connected = true,
DatabaseExists = true
});
}
catch (Exception e)
{
return Task.FromResult(new AbpConnectionStringCheckResult());
}
}
}

7
framework/src/Volo.Abp.ObjectExtending/Volo/Abp/Data/HasExtraPropertiesExtensions.cs

@ -45,6 +45,11 @@ public static class HasExtraPropertiesExtensions
return (TProperty)TypeDescriptor.GetConverter(conversionType).ConvertFromInvariantString(value.ToString());
}
if (conversionType.IsEnum)
{
return (TProperty)value;
}
return (TProperty)Convert.ChangeType(value, conversionType, CultureInfo.InvariantCulture);
}
@ -129,7 +134,7 @@ public static class HasExtraPropertiesExtensions
{
Check.NotNull(source, nameof(source));
Check.NotNull(other, nameof(other));
return source.ExtraProperties.HasSameItems(other.ExtraProperties);
}
}

39
framework/src/Volo.Abp.Uow/Volo/Abp/Uow/AlwaysDisableTransactionsUnitOfWorkManager.cs

@ -0,0 +1,39 @@
using Volo.Abp.DependencyInjection;
namespace Volo.Abp.Uow;
[DisableConventionalRegistration]
public class AlwaysDisableTransactionsUnitOfWorkManager : IUnitOfWorkManager
{
private readonly UnitOfWorkManager _unitOfWorkManager;
public AlwaysDisableTransactionsUnitOfWorkManager(UnitOfWorkManager unitOfWorkManager)
{
_unitOfWorkManager = unitOfWorkManager;
}
public IUnitOfWork Current => _unitOfWorkManager.Current;
public IUnitOfWork Begin(AbpUnitOfWorkOptions options, bool requiresNew = false)
{
options.IsTransactional = false;
return _unitOfWorkManager.Begin(options, requiresNew);
}
public IUnitOfWork Reserve(string reservationName, bool requiresNew = false)
{
return _unitOfWorkManager.Reserve(reservationName, requiresNew);
}
public void BeginReserved(string reservationName, AbpUnitOfWorkOptions options)
{
options.IsTransactional = false;
_unitOfWorkManager.BeginReserved(reservationName, options);
}
public bool TryBeginReserved(string reservationName, AbpUnitOfWorkOptions options)
{
options.IsTransactional = false;
return _unitOfWorkManager.TryBeginReserved(reservationName, options);
}
}

12
framework/src/Volo.Abp.Uow/Volo/Abp/Uow/UnitOfWorkCollectionExtensions.cs

@ -0,0 +1,12 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
namespace Volo.Abp.Uow;
public static class UnitOfWorkCollectionExtensions
{
public static IServiceCollection AddAlwaysDisableUnitOfWorkTransaction(this IServiceCollection services)
{
return services.Replace(ServiceDescriptor.Singleton<IUnitOfWorkManager, AlwaysDisableTransactionsUnitOfWorkManager>());
}
}

18
framework/test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/ConnectionStrings/AbpConnectionStringChecker_Tests.cs

@ -0,0 +1,18 @@
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Data;
using Xunit;
namespace Volo.Abp.EntityFrameworkCore.ConnectionStrings;
public class AbpConnectionStringChecker_Tests : EntityFrameworkCoreTestBase
{
[Fact]
public async Task IsValidAsync()
{
var connectionStringChecker = GetRequiredService<IConnectionStringChecker>();
var result = await connectionStringChecker.CheckAsync(@"Data Source=:memory:");
result.Connected.ShouldBeTrue();
result.DatabaseExists.ShouldBeTrue();
}
}

2
framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/AbpObjectExtendingTestModule.cs

@ -21,9 +21,11 @@ public class AbpObjectExtendingTestModule : AbpModule
.AddOrUpdateProperty<ExtensibleTestPerson, int>("Age")
.AddOrUpdateProperty<ExtensibleTestPerson, string>("NoPairCheck", options => options.CheckPairDefinitionOnMapping = false)
.AddOrUpdateProperty<ExtensibleTestPerson, string>("CityName")
.AddOrUpdateProperty<ExtensibleTestPerson, ExtensibleTestEnumProperty>("EnumProperty")
.AddOrUpdateProperty<ExtensibleTestPersonDto, string>("Name")
.AddOrUpdateProperty<ExtensibleTestPersonDto, int>("ChildCount")
.AddOrUpdateProperty<ExtensibleTestPersonDto, string>("CityName")
.AddOrUpdateProperty<ExtensibleTestPersonDto, ExtensibleTestEnumProperty>("EnumProperty")
.AddOrUpdateProperty<ExtensibleTestPersonWithRegularPropertiesDto, string>("Name")
.AddOrUpdateProperty<ExtensibleTestPersonWithRegularPropertiesDto, int>("Age");
});

3
framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/ExtensibleObject_Tests.cs

@ -16,11 +16,13 @@ public class ExtensibleObject_Tests : AbpObjectExtendingTestBase
person.HasProperty("Age").ShouldBeTrue();
person.HasProperty("NoPairCheck").ShouldBeTrue();
person.HasProperty("CityName").ShouldBeTrue();
person.HasProperty("EnumProperty").ShouldBeTrue();
person.GetProperty<string>("Name").ShouldBeNull();
person.GetProperty<int>("Age").ShouldBe(0);
person.GetProperty<string>("NoPairCheck").ShouldBeNull();
person.GetProperty<string>("CityName").ShouldBeNull();
person.GetProperty<ExtensibleTestEnumProperty>("EnumProperty").ShouldBe(default);
}
[Fact]
@ -32,5 +34,6 @@ public class ExtensibleObject_Tests : AbpObjectExtendingTestBase
person.HasProperty("Age").ShouldBeFalse();
person.HasProperty("NoPairCheck").ShouldBeFalse();
person.HasProperty("CityName").ShouldBeFalse();
person.HasProperty("EnumProperty").ShouldBeFalse();
}
}

8
framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/HasExtraPropertiesObjectExtendingExtensions_Tests.cs

@ -18,7 +18,8 @@ public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtend
.SetProperty("ChildCount", 2)
.SetProperty("Sex", "male")
.SetProperty("NoPairCheck", "test-value")
.SetProperty("CityName", "Adana");
.SetProperty("CityName", "Adana")
.SetProperty("EnumProperty", (int)ExtensibleTestEnumProperty.Value1);
_personDto = new ExtensibleTestPersonDto()
.SetProperty("ExistingDtoProperty", "existing-value");
@ -31,6 +32,7 @@ public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtend
_personDto.GetProperty<string>("Name").ShouldBe("John"); //Defined in both classes
_personDto.GetProperty<string>("CityName").ShouldBe("Adana"); //Defined in both classes
_personDto.GetProperty<ExtensibleTestEnumProperty>("EnumProperty").ShouldBe(ExtensibleTestEnumProperty.Value1); //Defined in both classes
_personDto.GetProperty<string>("NoPairCheck").ShouldBe("test-value"); //CheckPairDefinitionOnMapping = false
_personDto.GetProperty<string>("ExistingDtoProperty").ShouldBe("existing-value"); //Should not clear existing values
_personDto.HasProperty("Age").ShouldBeFalse(); //Not defined on the destination
@ -44,6 +46,7 @@ public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtend
_person.MapExtraPropertiesTo(_personDto, ignoredProperties: new[] { "CityName" });
_personDto.GetProperty<string>("Name").ShouldBe("John"); //Defined in both classes
_personDto.GetProperty<ExtensibleTestEnumProperty>("EnumProperty").ShouldBe(ExtensibleTestEnumProperty.Value1); //Defined in both classes
_personDto.GetProperty<string>("NoPairCheck").ShouldBe("test-value"); //CheckPairDefinitionOnMapping = false
_personDto.GetProperty<string>("ExistingDtoProperty").ShouldBe("existing-value"); //Should not clear existing values
_personDto.GetProperty<string>("CityName").ShouldBeNull(); //Ignored, but was set to the default in the constructor
@ -59,6 +62,7 @@ public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtend
_personDto.GetProperty<string>("Name").ShouldBe("John"); //Defined in both classes
_personDto.GetProperty<string>("CityName").ShouldBe("Adana"); //Defined in both classes
_personDto.GetProperty<ExtensibleTestEnumProperty>("EnumProperty").ShouldBe(ExtensibleTestEnumProperty.Value1); //Defined in both classes
_personDto.GetProperty<int>("Age").ShouldBe(42); //Defined in source
_personDto.GetProperty<string>("ExistingDtoProperty").ShouldBe("existing-value"); //Should not clear existing values
_personDto.GetProperty<int>("ChildCount").ShouldBe(0); //Not defined in the source, but was set to the default in the constructor
@ -72,6 +76,7 @@ public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtend
_personDto.GetProperty<string>("Name").ShouldBe("John"); //Defined in both classes
_personDto.GetProperty<string>("CityName").ShouldBe("Adana"); //Defined in both classes
_personDto.GetProperty<ExtensibleTestEnumProperty>("EnumProperty").ShouldBe(ExtensibleTestEnumProperty.Value1); //Defined in both classes
_personDto.GetProperty<int>("ChildCount").ShouldBe(2); //Defined in destination
_personDto.GetProperty<string>("ExistingDtoProperty").ShouldBe("existing-value"); //Should not clear existing values
_personDto.HasProperty("Age").ShouldBeFalse(); //Not defined in destination
@ -88,6 +93,7 @@ public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtend
_personDto.GetProperty<int>("Age").ShouldBe(42);
_personDto.GetProperty<int>("ChildCount").ShouldBe(2);
_personDto.GetProperty<string>("Sex").ShouldBe("male");
_personDto.GetProperty<ExtensibleTestEnumProperty>("EnumProperty").ShouldBe(ExtensibleTestEnumProperty.Value1);
_personDto.GetProperty<string>("ExistingDtoProperty").ShouldBe("existing-value"); //Should not clear existing values
}
}

6
framework/test/Volo.Abp.ObjectExtending.Tests/Volo/Abp/ObjectExtending/TestObjects/ExtensibleTestPerson.cs

@ -13,3 +13,9 @@ public class ExtensibleTestPerson : ExtensibleObject
}
}
public enum ExtensibleTestEnumProperty
{
Value1,
Value2
}

28
framework/test/Volo.Abp.Uow.Tests/Volo/Abp/Uow/AlwaysDisableUnitOfWorkTransaction_Tests.cs

@ -0,0 +1,28 @@
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Testing;
using Xunit;
namespace Volo.Abp.Uow;
public class AlwaysDisableUnitOfWorkTransaction_Tests: AbpIntegratedTest<AbpUnitOfWorkModule>
{
protected override void AfterAddApplication(IServiceCollection services)
{
services.AddAlwaysDisableUnitOfWorkTransaction();
}
[Fact]
public void AlwaysDisableUnitOfWorkTransaction_Test()
{
GetService<UnitOfWorkManager>().ShouldNotBeNull();
var unitOfWorkManager = ServiceProvider.GetRequiredService<IUnitOfWorkManager>();
unitOfWorkManager.GetType().ShouldBe(typeof(AlwaysDisableTransactionsUnitOfWorkManager));
using (var uow = unitOfWorkManager.Begin(isTransactional: true))
{
uow.Options.IsTransactional.ShouldBeFalse();
}
}
}

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Application.Contracts",
"hash": "663cf1f5c30e2a1390c3c2f37bebd1d1",
"hash": "18f3a9ff4cc0891a58b7fe3e5ef09d93",
"contents": [
{
"namespace": "Volo.Abp.Account",

2
modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Application",
"hash": "243660ad0fbeeb334fc060887852b41c",
"hash": "fe4875f87824e53aeda7ec1d51d807b1",
"contents": [
{
"namespace": "Volo.Abp.Account",

2
modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.HttpApi.Client",
"hash": "79c64ba0dedc2c7910ef019fb4f97947",
"hash": "d6a43f6e023a1cd778d9a196292e0f5e",
"contents": [
{
"namespace": "Volo.Abp.Account",

2
modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.HttpApi",
"hash": "910a38d1d6340043e1335ed31bf0ade2",
"hash": "e56c740e001afd8457c08771c74c924e",
"contents": [
{
"namespace": "Volo.Abp.Account",

2
modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Web.IdentityServer",
"hash": "2b3c7ba644a6a96c30f359ee15a7e644",
"hash": "40cd5b48b3b63d21ee3621d0b9e576e5",
"contents": [
{
"namespace": "Volo.Abp.Account.Web",

2
modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Web.OpenIddict",
"hash": "d570f359a33c759da017069ed4749df2",
"hash": "104f37be416769a40eba2f7a3df6f1f4",
"contents": [
{
"namespace": "Volo.Abp.Account.Web",

2
modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Web",
"hash": "099ced054d638baafdc35efaa7055bed",
"hash": "7eab8dddb7f525a088333e05f31edba2",
"contents": [
{
"namespace": "Volo.Abp.Account.Web",

2
modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AuditLogging.Domain.Shared",
"hash": "240b6ecd8a36dc37a1fc56f5f62246c7",
"hash": "361bc4f3cf245220e1edb554f087f209",
"contents": [
{
"namespace": "Volo.Abp.AuditLogging",

2
modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AuditLogging.Domain",
"hash": "5ba719e9f63c7f73b1d88a98d3e7d550",
"hash": "f7ad0bc33e817c4688f827382007cf6b",
"contents": [
{
"namespace": "Volo.Abp.AuditLogging",

2
modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AuditLogging.EntityFrameworkCore",
"hash": "e9653fd592bba6dd48a69b9b6a7e44fa",
"hash": "1a22afdb375b35786b0f9554e4202534",
"contents": [
{
"namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore",

2
modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AuditLogging.MongoDB",
"hash": "42684d351baa4959f737fc947927eae4",
"hash": "a2df9ee17b75b1206d43e406c35bf292",
"contents": [
{
"namespace": "Volo.Abp.AuditLogging.MongoDB",

2
modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.HangFire/Volo.Abp.BackgroundJobs.DemoApp.HangFire.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.DemoApp.HangFire",
"hash": "d6b4a232ddb3c49d322881f20eadcaae",
"hash": "4564fddc85cb476430afc501b05f04de",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.HangFire",

2
modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Quartz/Volo.Abp.BackgroundJobs.DemoApp.Quartz.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.DemoApp.Quartz",
"hash": "c178a5214ac9688922349fbe8ab55533",
"hash": "af02378643f5c264a4f9f8feacc93abc",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Quartz",

2
modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.DemoApp.RabbitMq",
"hash": "5deba013e8eab012c5c97c29cbf1f6d9",
"hash": "1dbe12bbbddfa1709cbc0b8b4c9b4be4",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.RabbitMq",

2
modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.DemoApp.Shared",
"hash": "84c2d9320ed4bf5f3710b2b23fd6333b",
"hash": "5ddbab62dec3c25ff023e99688923fa1",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared",

2
modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp/Volo.Abp.BackgroundJobs.DemoApp.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.DemoApp",
"hash": "da8d0f33dbfc316fef15a3e7cd2385f7",
"hash": "01a191a9e1801af2ac66e4d5d7a12ec1",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.DemoApp",

2
modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.Domain.Shared",
"hash": "67d17191b203a76dda10f64a69d0ba90",
"hash": "887c7502e4c34596ef8f71652ecac566",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs",

2
modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.Domain",
"hash": "14c714ce0304fb3015d64bd8cfd3b7b2",
"hash": "ab10046fc446a4f2bf9b142fba2ccef7",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs",

2
modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.EntityFrameworkCore",
"hash": "68f9f424a35066d9d90ec64547f8337f",
"hash": "c1dbbcaf4991b0cfeb513cde24f11892",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore",

2
modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.BackgroundJobs.MongoDB",
"hash": "cc2e513b303d2a961a28bbba65f4830b",
"hash": "6344680e15792f7726d49525d34e634b",
"contents": [
{
"namespace": "Volo.Abp.BackgroundJobs.MongoDB",

2
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/Volo.Abp.AspNetCore.Components.Server.BasicTheme.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AspNetCore.Components.Server.BasicTheme",
"hash": "6065d7a81ffee67d26588101ce86f3c2",
"hash": "3ec597ffa0e621e6e5fe39a5cc444f8f",
"contents": [
{
"namespace": "Volo.Abp.AspNetCore.Components.Server.BasicTheme",

2
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Volo.Abp.AspNetCore.Components.Web.BasicTheme.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AspNetCore.Components.Web.BasicTheme",
"hash": "fe1fda8cdff4a7a5d23e013ee86ddcf5",
"hash": "f1af6e63bbee31fb0721f1bda5e34924",
"contents": [
{
"namespace": "Volo.Abp.AspNetCore.Components.Web.BasicTheme",

2
modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic",
"hash": "cb555b1b0a30b273250ddaf30546806d",
"hash": "e76a09ae21458b1acc674ddeaf740370",
"contents": [
{
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic",

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

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo",
"hash": "e0a093161c55bb3b8646499d74df58a5",
"hash": "980cebd369e4cc3eea89740123801a5c",
"contents": [
{
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo",

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.0.0-rc.6",
"@abp/aspnetcore.mvc.ui.theme.shared": "^7.0.0",
"highlight.js": "^9.13.1"
},
"devDependencies": {}

244
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock

@ -2,32 +2,32 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.shared@^7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.shared@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -36,158 +36,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

2
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo",
"hash": "a9adf90c430f6c3747002567495b94fb",
"hash": "84a484f0d605ea6d29aef1dc537de415",
"contents": [
{
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo",

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.0.0-rc.6",
"@abp/prismjs": "^7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.0",
"@abp/prismjs": "^7.0.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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0-rc.6.tgz#d56dc689a144146567d087c12aa5099a1b5f00de"
integrity sha512-ShMdA6DmVdjBErTYTOKtZiXJm8mhSGU+rdvw6uh7vdHl9oCVXiswY1SM0CE3PevcmmM7F5VeXI/n/JGW2G5rjQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0.tgz#b61845e6c2d7486575ab0fd177e7c87005f51d54"
integrity sha512-T4rhCG+O3agwD0pt7m/977ID8Hm0ME9zlqyHIQWiIIaRbicmgblr3OY5szv0C5ttCTUsjzeYlxtcv7I+7SXcaA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.0.0-rc.6.tgz#584da37e12bb9310a4546e9d8dc4634f7a7d71a9"
integrity sha512-Mcou0xiE66PqnySB/zPdOkWKVD2g4LyyzgtOSOQN92yBc8wzxpkebOTfS2llobCicUdjM9Yx7k1IbLps7hcMdQ==
"@abp/clipboard@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.0.0.tgz#d148a9a509c1343e145835d204ec2ba00ff82445"
integrity sha512-3Pq++9D6pU93osVNWwJeVVzvWz/eU3dFE0fWBnqgvH9wdOClIIIy6SQJfAXHj0yxThQ8p6dl1QjonPn7AevRNA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
clipboard "^2.0.8"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/prismjs@^7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.0.0-rc.6.tgz#fe301d0c0e66ae3e13b13306b441190a5234d2ba"
integrity sha512-WqrkC/JTuP1suy98lfIXmml6EYHPgbns9HydZgKbCf/lqFe18Ao51CJarLaviAwufqSwUnsLhh3dFldzbDVrrQ==
"@abp/prismjs@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.0.0.tgz#0c0b085205de8e4d9f8c5e1fa33f8ba3cfda97b4"
integrity sha512-kWglpAUKZI9XltBFzs8fUEy0BaaPNDC5WWTlFx2Aj8zHgV9a6ljprx1gcJX9lm4+H8YGf6IISbr2nUeCWGJ0TA==
dependencies:
"@abp/clipboard" "~7.0.0-rc.6"
"@abp/core" "~7.0.0-rc.6"
"@abp/clipboard" "~7.0.0"
"@abp/core" "~7.0.0"
prismjs "^1.26.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

2
modules/blogging/app/Volo.BloggingTestApp.EntityFrameworkCore/Volo.BloggingTestApp.EntityFrameworkCore.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.BloggingTestApp.EntityFrameworkCore",
"hash": "1a179f766a2284bcdef9646bf9cf6bc0",
"hash": "2ff4025a67a3a050595317a193a3b967",
"contents": [
{
"namespace": "Volo.BloggingTestApp.EntityFrameworkCore",

2
modules/blogging/app/Volo.BloggingTestApp.MongoDB/Volo.BloggingTestApp.MongoDB.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.BloggingTestApp.MongoDB",
"hash": "0e779eed4709a49bdc8bbcf311532f90",
"hash": "d7f9b97d5da337cb3c4686f2101a936a",
"contents": [
{
"namespace": "Volo.BloggingTestApp.MongoDB",

2
modules/blogging/app/Volo.BloggingTestApp/Volo.BloggingTestApp.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.BloggingTestApp",
"hash": "fa0a8ee9e39ff940ac85c6ac7ce13b56",
"hash": "8638555c618f244b63944d6c810fdc0f",
"contents": [
{
"namespace": "Volo.BloggingTestApp",

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.0.0-rc.6",
"@abp/blogging": "^7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.0",
"@abp/blogging": "^7.0.0"
}
}

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0-rc.6.tgz#d56dc689a144146567d087c12aa5099a1b5f00de"
integrity sha512-ShMdA6DmVdjBErTYTOKtZiXJm8mhSGU+rdvw6uh7vdHl9oCVXiswY1SM0CE3PevcmmM7F5VeXI/n/JGW2G5rjQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0.tgz#b61845e6c2d7486575ab0fd177e7c87005f51d54"
integrity sha512-T4rhCG+O3agwD0pt7m/977ID8Hm0ME9zlqyHIQWiIIaRbicmgblr3OY5szv0C5ttCTUsjzeYlxtcv7I+7SXcaA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-7.0.0-rc.6.tgz#b406f3b842014f7b3b981464a5a29dce517724c8"
integrity sha512-04+jYFSALUDDQCRzl/I4s+4ZpymcY5MCpV4gDsiwOaUoR1C+0ezTxhJ2JYFX4IYhWQlTWYCFzthJ0N4hkTveHQ==
"@abp/blogging@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-7.0.0.tgz#94ef363d174e609127b9a6bdd02fe0c6331446f5"
integrity sha512-ASZ9A5E6zTnPCRQtJ2eKWXXucIWQsAAN6rifp3bquUkG3q9Tj/KsBhFYmpuKESoJknVUcY+1wWUz0YeEXsrNTQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/owl.carousel" "~7.0.0-rc.6"
"@abp/prismjs" "~7.0.0-rc.6"
"@abp/tui-editor" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/owl.carousel" "~7.0.0"
"@abp/prismjs" "~7.0.0"
"@abp/tui-editor" "~7.0.0"
"@abp/bootstrap-datepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.0.0-rc.6.tgz#584da37e12bb9310a4546e9d8dc4634f7a7d71a9"
integrity sha512-Mcou0xiE66PqnySB/zPdOkWKVD2g4LyyzgtOSOQN92yBc8wzxpkebOTfS2llobCicUdjM9Yx7k1IbLps7hcMdQ==
"@abp/clipboard@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.0.0.tgz#d148a9a509c1343e145835d204ec2ba00ff82445"
integrity sha512-3Pq++9D6pU93osVNWwJeVVzvWz/eU3dFE0fWBnqgvH9wdOClIIIy6SQJfAXHj0yxThQ8p6dl1QjonPn7AevRNA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
clipboard "^2.0.8"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/owl.carousel@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-7.0.0-rc.6.tgz#10b15833ef5565b90345902a93cd8082f44a28ef"
integrity sha512-Cc2hKp25az7feqhLx+mZ3/xmxL1MoDJ+S729OaaS3Z28Y2hqrjMhQBoEM7Uw3kAOp/TGNedchezFDekBlP3pWA==
"@abp/owl.carousel@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-7.0.0.tgz#91c1572a38e436d58275164a3a5f8bb4b149ec9f"
integrity sha512-akQDAnwWhBlwc/2tw2E66uiKAJG+IzYzdg+7oqc1H4nXgVPRDuZuH5u5aGbB7ViPL4hWZMbsBKaw8ywMAjuxsA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
owl.carousel "^2.3.4"
"@abp/prismjs@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.0.0-rc.6.tgz#fe301d0c0e66ae3e13b13306b441190a5234d2ba"
integrity sha512-WqrkC/JTuP1suy98lfIXmml6EYHPgbns9HydZgKbCf/lqFe18Ao51CJarLaviAwufqSwUnsLhh3dFldzbDVrrQ==
"@abp/prismjs@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.0.0.tgz#0c0b085205de8e4d9f8c5e1fa33f8ba3cfda97b4"
integrity sha512-kWglpAUKZI9XltBFzs8fUEy0BaaPNDC5WWTlFx2Aj8zHgV9a6ljprx1gcJX9lm4+H8YGf6IISbr2nUeCWGJ0TA==
dependencies:
"@abp/clipboard" "~7.0.0-rc.6"
"@abp/core" "~7.0.0-rc.6"
"@abp/clipboard" "~7.0.0"
"@abp/core" "~7.0.0"
prismjs "^1.26.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/tui-editor@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.0.0-rc.6.tgz#073b322983aaa184bc3e8e2e346ee6e5646c7b28"
integrity sha512-PaHfDp4301b/hsH2s4z7z6n7WVGO69Cbq5a2PeDKzRovhvsvcCyhrorpPKE74nXbYQqBnWcVJGuTLbUyA7FXIQ==
"@abp/tui-editor@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.0.0.tgz#917e3761cd65d9f5d62b076d8fc60661675bbbe5"
integrity sha512-DydmZKqDE2EeymLZq3OvW9u8FAyg1MisyvrAeNf/UCDqLnzwS3LVslLojQA8K6BD+gFtrH7VyH4/8Vrd8xIcNA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/prismjs" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
"@abp/prismjs" "~7.0.0"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

2
modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo.Blogging.Admin.Application.Contracts.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Admin.Application.Contracts",
"hash": "cf76ead9a86e1a01178b976a2b5721e3",
"hash": "7d34d84da948c24bae66b68b71d07804",
"contents": [
{
"namespace": "Volo.Blogging.Admin",

2
modules/blogging/src/Volo.Blogging.Admin.Application/Volo.Blogging.Admin.Application.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Admin.Application",
"hash": "f6da2167886973fc5fff67b4b52ced91",
"hash": "47aba737d3b314277468a8c0486aa0a0",
"contents": [
{
"namespace": "Volo.Blogging.Admin",

2
modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client/Volo.Blogging.Admin.HttpApi.Client.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Admin.HttpApi.Client",
"hash": "e8793e3db698947e5786f9599a02f81a",
"hash": "26d11ee2e6eb2c7ade82dcf388936d2d",
"contents": [
{
"namespace": "Volo.Blogging.Admin",

2
modules/blogging/src/Volo.Blogging.Admin.HttpApi/Volo.Blogging.Admin.HttpApi.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Admin.HttpApi",
"hash": "53a99e9e30415186b9832e971cb6fb8b",
"hash": "09cb3a697ab61bf66b5efdbb4bd1512b",
"contents": [
{
"namespace": "Volo.Blogging.Admin",

2
modules/blogging/src/Volo.Blogging.Admin.Web/Volo.Blogging.Admin.Web.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Admin.Web",
"hash": "1dd72f514bc09a7078c88c47981cd542",
"hash": "8d97d21114a4371ab724d03d2ab36e0c",
"contents": [
{
"namespace": "Volo.Blogging.Admin",

2
modules/blogging/src/Volo.Blogging.Application.Contracts.Shared/Volo.Blogging.Application.Contracts.Shared.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Application.Contracts.Shared",
"hash": "6ef2069434368b4d5c39df4617b9e658",
"hash": "523fb53cec8265f3884ddf2b49e7be37",
"contents": [
{
"namespace": "Volo.Blogging",

2
modules/blogging/src/Volo.Blogging.Application.Contracts/Volo.Blogging.Application.Contracts.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Application.Contracts",
"hash": "79aaedec9a66549902bf8736741f0270",
"hash": "4dab1e9c1c85217907a239417a5a779d",
"contents": [
{
"namespace": "Volo.Blogging",

2
modules/blogging/src/Volo.Blogging.Application/Volo.Blogging.Application.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Application",
"hash": "83c58f91468c0aa839c6a46eab6685d1",
"hash": "fca35c643b4a08df8c9f589fcc25c6de",
"contents": [
{
"namespace": "Volo.Blogging",

2
modules/blogging/src/Volo.Blogging.Domain.Shared/Volo.Blogging.Domain.Shared.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Domain.Shared",
"hash": "5a60efaeaed0c6007c92bb8e1ff16967",
"hash": "d53524ee1bc634f1610b24892b5e8680",
"contents": [
{
"namespace": "Volo.Blogging",

2
modules/blogging/src/Volo.Blogging.Domain/Volo.Blogging.Domain.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Domain",
"hash": "c3d741dd86c937bd501351f5d077615a",
"hash": "cd767263312a048b1de9d3c9dbb2b6e3",
"contents": [
{
"namespace": "Volo.Blogging",

2
modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo.Blogging.EntityFrameworkCore.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.EntityFrameworkCore",
"hash": "95cd8db30319f2f2b12388bcb9bfd20e",
"hash": "274ac04f5a2e57a47d27c05cf192e98c",
"contents": [
{
"namespace": "Volo.Blogging.EntityFrameworkCore",

2
modules/blogging/src/Volo.Blogging.HttpApi.Client/Volo.Blogging.HttpApi.Client.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.HttpApi.Client",
"hash": "7610ba38bb100af8427ae90b41705f7f",
"hash": "18c1fb8f548c356e336997d386ed9820",
"contents": [
{
"namespace": "Volo.Blogging",

2
modules/blogging/src/Volo.Blogging.HttpApi/Volo.Blogging.HttpApi.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.HttpApi",
"hash": "ee6d8bc05082e3ce5c0f77c626cb4293",
"hash": "d1bba1f2f9abbc1a1e390027517709ac",
"contents": [
{
"namespace": "Volo.Blogging",

14
modules/blogging/src/Volo.Blogging.MongoDB/Volo.Blogging.MongoDB.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.MongoDB",
"hash": "7dcc897f1df253d96ff7723de9c96c14",
"hash": "48e745c1f76b95a5e23961cf9eead6b0",
"contents": [
{
"namespace": "Volo.Blogging.MongoDB",
@ -29,12 +29,6 @@
"namespace": "Volo.Blogging.MongoDB",
"connectionStringName": "Blogging",
"databaseCollections": [
{
"entityFullName": "Volo.Blogging.Posts.Post",
"contentType": "databaseCollection",
"name": "BlgPosts",
"summary": null
},
{
"entityFullName": "Volo.Blogging.Comments.Comment",
"contentType": "databaseCollection",
@ -53,6 +47,12 @@
"name": "BlgBlogs",
"summary": null
},
{
"entityFullName": "Volo.Blogging.Posts.Post",
"contentType": "databaseCollection",
"name": "BlgPosts",
"summary": null
},
{
"entityFullName": "Volo.Blogging.Tagging.Tag",
"contentType": "databaseCollection",

2
modules/blogging/src/Volo.Blogging.Web/Volo.Blogging.Web.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.Blogging.Web",
"hash": "7c82117ebf54feb8ce99bd85fbf52d7d",
"hash": "27647ba316cb7932462cf710228fd0f0",
"contents": [
{
"namespace": "Volo.Blogging",

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

@ -1,6 +1,6 @@
{
"name": "Volo.ClientSimulation.Demo",
"hash": "ff2539efad23c68ee902683745fc03e7",
"hash": "174f7c14311f5b358c4c5f02f9c0c1b9",
"contents": [
{
"namespace": "Volo.ClientSimulation.Demo",

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.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0-rc.6.tgz#d56dc689a144146567d087c12aa5099a1b5f00de"
integrity sha512-ShMdA6DmVdjBErTYTOKtZiXJm8mhSGU+rdvw6uh7vdHl9oCVXiswY1SM0CE3PevcmmM7F5VeXI/n/JGW2G5rjQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0.tgz#b61845e6c2d7486575ab0fd177e7c87005f51d54"
integrity sha512-T4rhCG+O3agwD0pt7m/977ID8Hm0ME9zlqyHIQWiIIaRbicmgblr3OY5szv0C5ttCTUsjzeYlxtcv7I+7SXcaA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

2
modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.ClientSimulation.Web",
"hash": "4b3669174497ef6e710384a2fc6617a9",
"hash": "76ad30b4f92d3b2d6e5dce5ce74a4812",
"contents": [
{
"namespace": "Volo.ClientSimulation",

2
modules/client-simulation/src/Volo.ClientSimulation/Volo.ClientSimulation.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.ClientSimulation",
"hash": "c16feabef73d4b2f3a54613e820771be",
"hash": "b27173e87617af0317b8a37a169f1571",
"contents": [
{
"namespace": "Volo.ClientSimulation",

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

@ -15,11 +15,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~7.0.0-rc.6",
"@abp/ng.identity": "~7.0.0-rc.6",
"@abp/ng.setting-management": "~7.0.0-rc.6",
"@abp/ng.tenant-management": "~7.0.0-rc.6",
"@abp/ng.theme.basic": "~7.0.0-rc.6",
"@abp/ng.account": "~7.0.0",
"@abp/ng.identity": "~7.0.0",
"@abp/ng.setting-management": "~7.0.0",
"@abp/ng.tenant-management": "~7.0.0",
"@abp/ng.theme.basic": "~7.0.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.0.0-rc.6",
"@abp/ng.theme.shared": ">=7.0.0-rc.6"
"@abp/ng.core": ">=7.0.0",
"@abp/ng.theme.shared": ">=7.0.0"
},
"dependencies": {
"tslib": "^2.0.0"

2
modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.CmsKit.HttpApi.Host",
"hash": "7ba2e01f69ae49f522a52f7c2e0f36c3",
"hash": "2f274e57b2846a831dbf26d397df422c",
"contents": [
{
"namespace": "Volo.CmsKit",

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

@ -1,6 +1,6 @@
{
"name": "Volo.CmsKit.IdentityServer",
"hash": "c1c7c90679ff7b32bb2c9ac956312219",
"hash": "7a51f67bdae48ff9d27763490b98d424",
"contents": [
{
"namespace": "Volo.CmsKit",

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.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0-rc.6.tgz#d56dc689a144146567d087c12aa5099a1b5f00de"
integrity sha512-ShMdA6DmVdjBErTYTOKtZiXJm8mhSGU+rdvw6uh7vdHl9oCVXiswY1SM0CE3PevcmmM7F5VeXI/n/JGW2G5rjQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0.tgz#b61845e6c2d7486575ab0fd177e7c87005f51d54"
integrity sha512-T4rhCG+O3agwD0pt7m/977ID8Hm0ME9zlqyHIQWiIIaRbicmgblr3OY5szv0C5ttCTUsjzeYlxtcv7I+7SXcaA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

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

@ -1,6 +1,6 @@
{
"name": "Volo.CmsKit.Web.Host",
"hash": "3cc5abe4666dccf36725d85d847f0922",
"hash": "9c0a871dcaad976c9df79565361898d4",
"contents": [
{
"namespace": "Volo.CmsKit",

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.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0-rc.6.tgz#d56dc689a144146567d087c12aa5099a1b5f00de"
integrity sha512-ShMdA6DmVdjBErTYTOKtZiXJm8mhSGU+rdvw6uh7vdHl9oCVXiswY1SM0CE3PevcmmM7F5VeXI/n/JGW2G5rjQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0.tgz#b61845e6c2d7486575ab0fd177e7c87005f51d54"
integrity sha512-T4rhCG+O3agwD0pt7m/977ID8Hm0ME9zlqyHIQWiIIaRbicmgblr3OY5szv0C5ttCTUsjzeYlxtcv7I+7SXcaA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

2
modules/cms-kit/host/Volo.CmsKit.Web.Unified/Volo.CmsKit.Web.Unified.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.CmsKit.Web.Unified",
"hash": "61f4e9f4912eb59d503091daadeb3517",
"hash": "01c15ff98016004c6cb8e3083108cdac",
"contents": [
{
"namespace": "Volo.CmsKit",

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.0.0-rc.6",
"@abp/cms-kit": "7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.0",
"@abp/cms-kit": "7.0.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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0-rc.6.tgz#d56dc689a144146567d087c12aa5099a1b5f00de"
integrity sha512-ShMdA6DmVdjBErTYTOKtZiXJm8mhSGU+rdvw6uh7vdHl9oCVXiswY1SM0CE3PevcmmM7F5VeXI/n/JGW2G5rjQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0-rc.6.tgz#6fb9ed0d873e992a5b8ee39213c052bc4fed3fb7"
integrity sha512-xnxhkWggBckHFqFM2r9IlIe1DSPBWztFI8M0o9l6Tq+FwPn0r6hcc1EerhVj3mPTwFOOwyQzoSS0EMz34sav6Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0-rc.6"
"@abp/bootstrap" "~7.0.0-rc.6"
"@abp/bootstrap-datepicker" "~7.0.0-rc.6"
"@abp/bootstrap-daterangepicker" "~7.0.0-rc.6"
"@abp/datatables.net-bs5" "~7.0.0-rc.6"
"@abp/font-awesome" "~7.0.0-rc.6"
"@abp/jquery-form" "~7.0.0-rc.6"
"@abp/jquery-validation-unobtrusive" "~7.0.0-rc.6"
"@abp/lodash" "~7.0.0-rc.6"
"@abp/luxon" "~7.0.0-rc.6"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0-rc.6"
"@abp/moment" "~7.0.0-rc.6"
"@abp/select2" "~7.0.0-rc.6"
"@abp/sweetalert2" "~7.0.0-rc.6"
"@abp/timeago" "~7.0.0-rc.6"
"@abp/toastr" "~7.0.0-rc.6"
"@abp/aspnetcore.mvc.ui@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0-rc.6.tgz#1b5a7f3b2cac37df4084b578d09ebec5944b973f"
integrity sha512-LiR808MpgCW9gkWHrI5CyX4peo3n7jl1AVIgARj6ugg6uLEBdSohZnkSpJVGBoygZJrB75vxN8XcRrygWzhe7Q==
"@abp/aspnetcore.mvc.ui.theme.basic@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-7.0.0.tgz#b61845e6c2d7486575ab0fd177e7c87005f51d54"
integrity sha512-T4rhCG+O3agwD0pt7m/977ID8Hm0ME9zlqyHIQWiIIaRbicmgblr3OY5szv0C5ttCTUsjzeYlxtcv7I+7SXcaA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~7.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.0.0.tgz#d2c2785dfe0e482677a38d19f40399eddc246a3b"
integrity sha512-LNetkktN3cMuo28bTrKKC0qYo4vo6OKxWTSGX7tXI9uyd0fPHupwQSh5cNzrJ6KZjNLxINn6MphWiSbcTRYLZw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~7.0.0"
"@abp/bootstrap" "~7.0.0"
"@abp/bootstrap-datepicker" "~7.0.0"
"@abp/bootstrap-daterangepicker" "~7.0.0"
"@abp/datatables.net-bs5" "~7.0.0"
"@abp/font-awesome" "~7.0.0"
"@abp/jquery-form" "~7.0.0"
"@abp/jquery-validation-unobtrusive" "~7.0.0"
"@abp/lodash" "~7.0.0"
"@abp/luxon" "~7.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~7.0.0"
"@abp/moment" "~7.0.0"
"@abp/select2" "~7.0.0"
"@abp/sweetalert2" "~7.0.0"
"@abp/timeago" "~7.0.0"
"@abp/toastr" "~7.0.0"
"@abp/aspnetcore.mvc.ui@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.0.0.tgz#9b55260d41c3dc0f94c6210b88ed8cdb549fea05"
integrity sha512-Ualz90DAgixUOV/B4xoQuGpSfpyDp8vsxB/56qnHcWtbHqdI9lEjdmZstH2CwV6Ey6vIDNMlPR3azbQlEkwslg==
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.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0-rc.6.tgz#8c877513b29356c1aa2142baea8e4c746c977b1c"
integrity sha512-VyEnEzDWXgRQxSyj113g2HzuPpBOF/SESWIBVZtuIl4F8AI4t7mcEEk6xdfmxeW+7MzdNOGC03KbgfY7uxFkdw==
"@abp/bootstrap-datepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.0.0.tgz#7d83206c7a496addd9136ebd08635fd55e88e004"
integrity sha512-IBr1lyptW1w8E34yDfx8UcY/9QhWn54X+p1VsVi5vNsabIw/eV2cizfU200w7qdWRENJxWR2rCbvPAvfB79erA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0-rc.6.tgz#c4b4667e536f232d0a3545fa2f786c5386e6d46a"
integrity sha512-yJ5fe1EyaajUCyuMMN0zsj4hiAAPtsDm342+0NTLSEsCmpesyPUmW/x1LKRukJKGGJ7ufVwW7m9xomhRWwTutw==
"@abp/bootstrap-daterangepicker@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.0.0.tgz#8bbbbb5696edbe9dfb02c5057e5aaf0b1e4b3296"
integrity sha512-+dWOj3H5rerpt1JMIWeSEjWh2WkJxYy944BBO42G0TYVghrWFSZkpu3HQTJu4hc/WSEFcHBbE5DmbGmg8tSpvA==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0-rc.6.tgz#25a97b0d8418e627fdded2e041b661b0d429acf7"
integrity sha512-mMWsAZWgVDyl5PBpdsSzJ5XhzWBCSxqSh9rC+wH2R50M0cMZOzdTeb4Xw2Ec0n54vS4aC+3t2ztsZQL4sGfztQ==
"@abp/bootstrap@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-7.0.0.tgz#f28bf80bf0422c726a563588ed07697d0c990ec9"
integrity sha512-7u6x8hPf4ldpoxpVYZrIvo9AvVdUQdASaDWXgYiuIjgR+xvnVwD1cWI/jzAhKLnnVXfCpv9pcUYp6bfyCHpO8g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
bootstrap "^5.1.3"
"@abp/clipboard@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.0.0-rc.6.tgz#584da37e12bb9310a4546e9d8dc4634f7a7d71a9"
integrity sha512-Mcou0xiE66PqnySB/zPdOkWKVD2g4LyyzgtOSOQN92yBc8wzxpkebOTfS2llobCicUdjM9Yx7k1IbLps7hcMdQ==
"@abp/clipboard@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-7.0.0.tgz#d148a9a509c1343e145835d204ec2ba00ff82445"
integrity sha512-3Pq++9D6pU93osVNWwJeVVzvWz/eU3dFE0fWBnqgvH9wdOClIIIy6SQJfAXHj0yxThQ8p6dl1QjonPn7AevRNA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
clipboard "^2.0.8"
"@abp/cms-kit.admin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-7.0.0-rc.6.tgz#ab3eeeec8c0d2ef4ee3ac16505d52b9e79065969"
integrity sha512-16oH8GWSCQT8cbYfOD+f9R7YOTFMXcWPLcGwqGH0Ixrz1Ej6GFxTo6Or7cHWiAioCgXwRGowrnJJY/eRIvXQAA==
"@abp/cms-kit.admin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-7.0.0.tgz#f46e79910eb70e84423e5d9c9e200777a70f31aa"
integrity sha512-iC+dN6FVHtgPXrR4rGqyYC46y6u/wMfQKjqqZtil2irhYOlcDLqdoA0At+URZGRnGlFXLjOiwUQC+Ju7/agfMw==
dependencies:
"@abp/codemirror" "~7.0.0-rc.6"
"@abp/jstree" "~7.0.0-rc.6"
"@abp/slugify" "~7.0.0-rc.6"
"@abp/tui-editor" "~7.0.0-rc.6"
"@abp/uppy" "~7.0.0-rc.6"
"@abp/codemirror" "~7.0.0"
"@abp/jstree" "~7.0.0"
"@abp/slugify" "~7.0.0"
"@abp/tui-editor" "~7.0.0"
"@abp/uppy" "~7.0.0"
"@abp/cms-kit.public@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-7.0.0-rc.6.tgz#de6a4d692f8183fe4e2c0970c4ae1726cb2e5cd5"
integrity sha512-fcxJX0IObCRQiQHTvV27lAMtfHiYadvV+8E5saBEbSZ/krnNJ9pGdZfaqgisV+XyRj6eTvVSCVPHFX6KSmHUxA==
"@abp/cms-kit.public@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-7.0.0.tgz#44774c6ff5f81866150845010ac13b5101f0a030"
integrity sha512-KZsYOeQAk/YAbqwHdV01c0B5yCqX5iMA94yiz3ZjyoLy7i1/cCpWD2WYa9hVC5i+gMz7yMTwIPKfl9GjA9NQPw==
dependencies:
"@abp/highlight.js" "~7.0.0-rc.6"
"@abp/star-rating-svg" "~7.0.0-rc.6"
"@abp/highlight.js" "~7.0.0"
"@abp/star-rating-svg" "~7.0.0"
"@abp/cms-kit@7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-7.0.0-rc.6.tgz#900d482eaa881148fc0d92eb070c8b49dfb995d2"
integrity sha512-gQv9K0JcMSy96eRvfKrCsxTC0AeNWxuZ6aNwsBiPVtTaTR80eglNiouoe3bx6PT/SS498UGBWda8FUWpoalljw==
"@abp/cms-kit@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-7.0.0.tgz#a521c6093672e94617a140a8a9146a6bed23f8d8"
integrity sha512-ztjF1Xn1OyOYA5wIR5t7HzO0x6/7yTMlC0EFxEKSRnsZMUswauD9d4vq8+HAMod2mL+l7zjnjLljZEi6GMKsLw==
dependencies:
"@abp/cms-kit.admin" "~7.0.0-rc.6"
"@abp/cms-kit.public" "~7.0.0-rc.6"
"@abp/cms-kit.admin" "~7.0.0"
"@abp/cms-kit.public" "~7.0.0"
"@abp/codemirror@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-7.0.0-rc.6.tgz#59922fbee363a5170dbb3f1e86ab1b83e0344326"
integrity sha512-+wXgpXzucG79AjOmi+fXC+cNvwncJxNu4yN0jkVwEL+Vabo98Lbqk5kS1+SeV65gI0WCSRpqXD/fN7GNboPlQA==
"@abp/codemirror@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-7.0.0.tgz#554457081196dc5813900c393974187aa4fa275d"
integrity sha512-dUZRMADTp044/9HPBX90yPEqt3Viw2Bue/mqJcCKHhZLggoFTXJOkBmL1iGSc3fN0F2vT+X5YfXxeEEZzL2RJQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
codemirror "^5.65.1"
"@abp/core@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0-rc.6.tgz#6de4f69f4f1c3f2dddba975ed17cd50d1c187ae7"
integrity sha512-otkkLDGclMF/k1hR6gtR+kkUTMj7hs+id52CYcrSfoy21HHB36dVG32L3K2AshcKbggAGeti8WABBPcx09+ydQ==
"@abp/core@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-7.0.0.tgz#f2f62ea826563cb7498dff1534f2e87a875002e4"
integrity sha512-I9V+amo8a4eYlKeMV6fxb+2uvBLZkuJv78IRilmL6jOxg5F9mJuvPzg7XQugMnDQ9NZXErjDW04DyR/5OfeIiA==
dependencies:
"@abp/utils" "~7.0.0-rc.6"
"@abp/utils" "~7.0.0"
"@abp/datatables.net-bs5@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0-rc.6.tgz#c574821607be7324c303439c8a4bc98ad7d98c6e"
integrity sha512-xEmsFcbaCBYA1PTPNj4sRveXEKVuuTWFuimaC8zTTtbqB4ky/f2ZXdnljjLoEdRmyPvrulSYpF0iNtr1f6M/RQ==
"@abp/datatables.net-bs5@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-7.0.0.tgz#f85e62d8f634dd0493f6e0bf093b43b1a83ccd1c"
integrity sha512-yul58rrMylQJUJS4aUZNpm85dLbU1IF84LESAqFKrRST0v3uK3/qXdXgir2XQt0cuOv33rQIrljKRovxxv57zA==
dependencies:
"@abp/datatables.net" "~7.0.0-rc.6"
"@abp/datatables.net" "~7.0.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0-rc.6.tgz#6aced4aed5e487de2877bcaeee3bc4fad189553c"
integrity sha512-JY4XEO1IaJcNa+Hh/1aysDk0bVh7ponxc9xtb03BzvwjeW7qQIUyiL/8q5/7juQ97xe+T5/V2Oupw0//orM8BA==
"@abp/datatables.net@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-7.0.0.tgz#d6b0557695070a3fdb939e4f3c6593a092881081"
integrity sha512-vETe0eUB5LXQP3oHdwjMibXYFcXmwjkZea3ZoCHH9IG/gLmmrr0zM8yQHwRJvJv+wkxUtp2cWwcMMLFmK5o2Aw==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0-rc.6.tgz#d97853944131dc5b8a3c2704669a124b65559266"
integrity sha512-D/iOkenG3eFKkWKJWOAYxzGKsk9QrMLKGcojQJlI1T5D+P7ib7zLs0Od00nT0Ix2yTiu8JQrXrP92MtvR9Zizg==
"@abp/font-awesome@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-7.0.0.tgz#938f4e4cf3d46e0ec45fc60f568519f4df7221a3"
integrity sha512-UXiO/y9yrguhvev8BmFEKzdek0wMC25IwppMOsVmxtv/SiCRUsHGIzyTVs1ZLuvlL94cuxxqfIHrQrat423/0g==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/highlight.js@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-7.0.0-rc.6.tgz#03762699e26e37a9f9ad0a78267645dd48f2a654"
integrity sha512-Y1Yc18DjlGZk1elXP7ZREiAhc7PwBT4C6BR34iukEVmYXeGtdJY4aT69MjaYSIRfnEB72A2MNsemyaYzJRmTvg==
"@abp/highlight.js@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-7.0.0.tgz#45d5d92c4434d74d7f458556d2b807d2ae22445c"
integrity sha512-2p/M6e0zjvNwxz6z502WlY2pUlQCOeQmhDm1s9XbYb4CLa0968D2IUhTbXF9WmFdAsap4jtbPk0yGCTM62tyJQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0-rc.6.tgz#b0cd242733fcfb6370a9e2e66a4399ff7ea064a0"
integrity sha512-MUVldaVPOw0cM0NPaYGjA/jNgFLLcMspqjuU8V5U3GqZL0QolrdoEuPxTjX6ExQiU+r9oUuOQSjV9LGJY/zjlg==
"@abp/jquery-form@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-7.0.0.tgz#86a051c9d98b51ce70d15ee578cf4f5d9c628030"
integrity sha512-nm89ufHtO+QFaVZ+TwihuWgmEpxhaFoUUbuD7Plzt3PpFWeGet722yTma7MUr10FUTIshOiBBWJ84+ak+CMqgA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0-rc.6.tgz#a49ea6f9dad4c475bda9f1bbaa0f7a110fa998aa"
integrity sha512-fjDa22bwl5OK1tGrmVA5gnOQAD86RkNHobcwTJzv1PuuWZ8NfpV6lZkub2ZQxKjAsl74Moej645VFQe2jkLEtg==
"@abp/jquery-validation-unobtrusive@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.0.0.tgz#5049fc367ed8ed7b0faff63b89a7eee1619afaf9"
integrity sha512-B8OPreI05utq3IPyU+/713e0c35OjQrS5OKO7dZs1D6V9L6S/VzkeD3sdoVJQ0Syh59KcSr3IGr1F9VM1O0LJw==
dependencies:
"@abp/jquery-validation" "~7.0.0-rc.6"
"@abp/jquery-validation" "~7.0.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0-rc.6.tgz#97d6270988da7d9692de7349db4e3216bdf97544"
integrity sha512-MLTDC9v+tICr1vPVkeoKdCqzf1VDSs7GZvV5yrMiGJxJ8uQ6mWMTItD5WLckVRzLQQ1rHsAH8nAesdHdwKJt+Q==
"@abp/jquery-validation@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-7.0.0.tgz#eebadba703391ce6dea1a5217a177af0bafe4f4b"
integrity sha512-6YrYZhVZBTt3897eR0t/b9cQp4gMsiylhe6xqtZBhcuTlS5q0ac30UeiOj9bsBisg4TWS6+3XZYUccdM38YE0Q==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jquery-validation "^1.19.3"
"@abp/jquery@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0-rc.6.tgz#28497a7c5753f104e9dc617f250d07f4bd099f30"
integrity sha512-aJLaSOHImXYBEVggWKCgMiXp4qnprigxKjPMERMxr42nWIXaG6Fe32j5Gy0QgNm486ZBJUBQbXGK7aiI/pMG2g==
"@abp/jquery@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-7.0.0.tgz#0ec51b53c92bd23100bbbe1f719e7e1c13c41406"
integrity sha512-Gsyl1Bl6ahIv1Sc0y1Zt9iaYeS3HCjx7mxJGMitQiKOmKRNHDX6bOzcUN2tY3CaZ+Q5lgHw9RNehleFF2AasJw==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
jquery "~3.6.0"
"@abp/jstree@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-7.0.0-rc.6.tgz#9934e9f0934b758ca493a6243ebf841b280c1f2d"
integrity sha512-4QcrsD3kD27cEO13Cz2si72iC8IgwCGCxZrRO8zoV1SkbfQDqdmbWIOX9OiGeFB6veFc/r3j4zNFUOeL4dG9sg==
"@abp/jstree@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-7.0.0.tgz#9b7aa4c6bf2d93f8b37d8a7bb496709acdd13ea2"
integrity sha512-qw8wuABgjeRZkhkzp0ib5ILCGFTUrmx2bXj1FIflowZ5Kyd/tHHJhP6K5jAjEFqAFW+DhEhjXdf13dm5HIywKA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
jstree "^3.3.12"
"@abp/lodash@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0-rc.6.tgz#521f4e8c6f4564c3cc4eb00209cb02dd33e82995"
integrity sha512-w8/ARTaru7HsNHhXAJy01x/EIdtOmAqvDoykKwkswnE48BLFfTI8pP/rs57LrpCFa1AiT60MFbS5flTiaDwnWg==
"@abp/lodash@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-7.0.0.tgz#7086287a6fafee12a44b2c2abc3c9bea4338ebde"
integrity sha512-JbUxeZNB/RYETPxALKuMJ78SeuVxHPXjsl1lv21XrRhOU6SaQMIFMHWL7AlfLjLS/ibbSXHoHM1K/YwkN3zAZQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
lodash "^4.17.21"
"@abp/luxon@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0-rc.6.tgz#294baaf2ea2259ea076a5e7c3e12d942b7ea0b59"
integrity sha512-yWjoHiUcaCufa2M/8BU1K6w208LkfxHopsFfeJWG+jNFc6m5bFBA/TIxn6oK9Um+BUK2yD7heZjTtggyGtKMXA==
"@abp/luxon@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-7.0.0.tgz#5f781dc826fc1f15af9da52b032f2d4fc1b61c4d"
integrity sha512-zbHZuvkH4F5f0/r2Rfr42k+iNkHlJJKZMCyaCjcDcypLHg/HSsVnpVNjqCrdggSxDgx/7jdf6M3aRIa6hINthA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0-rc.6.tgz#edf243ee9028fb0bfa63564511709ffd0eb57e40"
integrity sha512-V2aX14qjKyPg5oZ5QPFmL6kkJ1uDR+bE+oZ/ePu9nwYl0pgAoaLX5UCqej1/BgUWe4g/SfZfwXCA0QDpjQqSBA==
"@abp/malihu-custom-scrollbar-plugin@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.0.0.tgz#6d01a2a75d04bb1919a9ef4c6bfb8559fb2a1744"
integrity sha512-S6rlGNtcgFtfyuF2/1yoeA6VWE1a4ChGWll08DAwM9oz4ULU2vsjQCsbcLB3uhgmTKmF0Q7I964AF1Ngc7FfrQ==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0-rc.6.tgz#2e4506f8562d09ec2639358baf5c773beaaac91e"
integrity sha512-wUr5s9tCmULdUZhpNBP0q47W4ey0CJh/E3Mx0E18WZlW2boLO4iW36yVAk8v00Vk6cRR9jzFFk2kJbKVRNWpYA==
"@abp/moment@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-7.0.0.tgz#fd5480a0f4e59e6cad7fb7dda1167e75eb9b872d"
integrity sha512-22gWkJgb16DAuq4dqol5gNR1xXkJLXfI30lOOMFhGAuFNlyhQiaZH7tk/pt/wk8+74zi5swdcx42R4C4ioJsMg==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.0.0-rc.6.tgz#fe301d0c0e66ae3e13b13306b441190a5234d2ba"
integrity sha512-WqrkC/JTuP1suy98lfIXmml6EYHPgbns9HydZgKbCf/lqFe18Ao51CJarLaviAwufqSwUnsLhh3dFldzbDVrrQ==
"@abp/prismjs@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-7.0.0.tgz#0c0b085205de8e4d9f8c5e1fa33f8ba3cfda97b4"
integrity sha512-kWglpAUKZI9XltBFzs8fUEy0BaaPNDC5WWTlFx2Aj8zHgV9a6ljprx1gcJX9lm4+H8YGf6IISbr2nUeCWGJ0TA==
dependencies:
"@abp/clipboard" "~7.0.0-rc.6"
"@abp/core" "~7.0.0-rc.6"
"@abp/clipboard" "~7.0.0"
"@abp/core" "~7.0.0"
prismjs "^1.26.0"
"@abp/select2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0-rc.6.tgz#00e4a78fc420b68e8e1ab9b9e9d2df6b083da76e"
integrity sha512-SCH/lOrej2yd+Cz+bogcppUD861vtihFrBw6EPYDVEMcaL3wQ/kpmdoxgq3gKm1joxA3wa6LTAdEKIbrMBzzeQ==
"@abp/select2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-7.0.0.tgz#510b6a281beb10708609308fe8a001ceb294bdbe"
integrity sha512-1LsxnglYz87zus2XLiknmnISq1WB+FOqNVkVEV5B/tgjZxB47QDHlBAsDq+CVSUdHupvyaoqjvzjhepQWn4lXg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
select2 "^4.0.13"
"@abp/slugify@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-7.0.0-rc.6.tgz#4510f74bee8fb4cb41b25552503879e1c097a76f"
integrity sha512-Me2138egRtc6ZB843CPGQkfwu00mM8yfmEt/7kFiNRBHfvn8Rh8s174cmnlTQW+ENGiFVaU4zS9Nfe2DRhDFSg==
"@abp/slugify@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-7.0.0.tgz#36ca948220f6e7418feacaab50ae25ace0e1322d"
integrity sha512-RJGdkz4wHec6V11E1QKaqaFF1OtYBjpRrnABv/uyN71lg8otKMUhfIR9tcZzBuWVR2LsG0faX8N3x+W1TL8pEQ==
dependencies:
slugify "^1.6.5"
"@abp/star-rating-svg@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-7.0.0-rc.6.tgz#7ca7c9cb3f71664811ad59ee2c36cffe381aab2d"
integrity sha512-QgBWcGUyOk2GsdSFoiSEpSqEy38mgoPxtcUJCP6hBoadxV1UXljw8a9A6Yug1SrLPqH4DCAA/Iv911+J4l196Q==
"@abp/star-rating-svg@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-7.0.0.tgz#121513f4ba3919563a27ac101b74b6eeec83edf0"
integrity sha512-JTHPuKvEUsIM9zVaGXiCLVq7KNJFSv8kv0qefOjkLqJPoyuvX0Q2X4xDNvYAHzM13Mh4XXqcvcwP9RRNqo+4eQ==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
star-rating-svg "^3.5.0"
"@abp/sweetalert2@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0-rc.6.tgz#3eef9082f6841614e16a450e073e1ad0915ede61"
integrity sha512-/5qx4rFTm7d+5pLNXaP6FOJeFbO1a0RtQZIC62s+sQiMBbef1cfWz78xa+hqgtwBs2EVFYJ/P9i8E34fccgOtw==
"@abp/sweetalert2@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-7.0.0.tgz#0c4ff48755bbc13e00430a5c7107a2d3c0f4ffc6"
integrity sha512-mVFfikx48hnYqQzvmkrYw1pa+ggKkLD+S94U70aEMZE+pqYsVzkPHckFKPqi+iQL265iQ8zTLgeclYCrOsEnrg==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0-rc.6.tgz#2db1987c92c898bbc519c719ff57739da1c9c06f"
integrity sha512-+r+fKi0OWyg4vqA5vjPxeS6oBKrN2CI4HJdE2pQKgFIiUuku3SbS0htt8gnJvvwIFdQ0fRgyOTLNEouuKHa9xg==
"@abp/timeago@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-7.0.0.tgz#b5c0a98511cef63d24d51c531adccc135d12706e"
integrity sha512-Y4PZxP4YVUVIQp8mQtNCxdsK9JxxQj7QJURGVtS+v4bfr6HO9GHK2Byq57ypCdB6hHcn+DJ/NHJV8qANcjHnFA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
timeago "^1.6.7"
"@abp/toastr@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0-rc.6.tgz#a7d9d6c6812d18217ed2e7ffc5f6ef5701475f61"
integrity sha512-KJQvGsA1kh90D47FzFOMVGZMAn36Nv7qQc2M6ASWsnVRLV+//rmIcDimr6gqDw/HAP2QJocPXERWMm5q7je1HQ==
"@abp/toastr@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-7.0.0.tgz#4704e61aa0ac741dd4a53505533a5278b5c205cb"
integrity sha512-kDd4YkyOInBs1u1enOL6ov8HKUJwZbJ3Dx0GI+UNnl+7/LFboeWBfsGukDTVaCn8U73jEP+wbc98mTe8j2coZA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
toastr "^2.1.4"
"@abp/tui-editor@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.0.0-rc.6.tgz#073b322983aaa184bc3e8e2e346ee6e5646c7b28"
integrity sha512-PaHfDp4301b/hsH2s4z7z6n7WVGO69Cbq5a2PeDKzRovhvsvcCyhrorpPKE74nXbYQqBnWcVJGuTLbUyA7FXIQ==
"@abp/tui-editor@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-7.0.0.tgz#917e3761cd65d9f5d62b076d8fc60661675bbbe5"
integrity sha512-DydmZKqDE2EeymLZq3OvW9u8FAyg1MisyvrAeNf/UCDqLnzwS3LVslLojQA8K6BD+gFtrH7VyH4/8Vrd8xIcNA==
dependencies:
"@abp/jquery" "~7.0.0-rc.6"
"@abp/prismjs" "~7.0.0-rc.6"
"@abp/jquery" "~7.0.0"
"@abp/prismjs" "~7.0.0"
"@abp/uppy@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-7.0.0-rc.6.tgz#235f4ce52ae3dd208d755d63b67a5dcd6bcacf8b"
integrity sha512-wllBdInZdEuf/FQHpldMZSI89GHr5u1cr6sEgsc424kzI1lgYtaumZd8+6AcwhCen+zXJ7YN1C0cKpW33bHgCw==
"@abp/uppy@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-7.0.0.tgz#429ef580306dfb4337aa15fe8e3fb227fa225eee"
integrity sha512-VLpZrPn1DkjN5WP4j0jlmhhaKxnP25Izt1j29im06L9SEvsslvQpnWGpEiNKBa75LL6A4x+Yziz6iN2IDgY8GA==
dependencies:
"@abp/core" "~7.0.0-rc.6"
"@abp/core" "~7.0.0"
uppy "^1.16.1"
"@abp/utils@~7.0.0-rc.6":
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0-rc.6.tgz#a6490ee9111f45bfdce3a406fc36dad7051d3b75"
integrity sha512-o18pnFZK17fSdkq4M2mXsKgQajeJnebvQW5uqEhZPqTBMkgEL/pMkRNTuntlBtfaFOs+7RECe9uvxLBiPJo8CQ==
"@abp/utils@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-7.0.0.tgz#662645b8774b048ba5eb6f7971fa1f20b909ad96"
integrity sha512-JLufGsUmZ8jUdZNteXXp/phYqVCiOHO6ymMyd2oUjVEnRh3wRtRs4snhN2MQruGa6KCbPHkjGhXiQTUo75IbaQ==
dependencies:
just-compare "^1.3.0"

2
modules/cms-kit/src/Volo.CmsKit.Admin.Application.Contracts/Volo.CmsKit.Admin.Application.Contracts.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.CmsKit.Admin.Application.Contracts",
"hash": "ddd9b3b5242dbfd55d9a35afa24271dd",
"hash": "4504a0df6b7e8b03a48df17d9c478835",
"contents": [
{
"namespace": "Volo.CmsKit.Admin",

2
modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo.CmsKit.Admin.Application.abppkg.analyze.json

@ -1,6 +1,6 @@
{
"name": "Volo.CmsKit.Admin.Application",
"hash": "78a203f0ea87da6099791e0eeaf1fd69",
"hash": "371eb8fc6ce8669eab7625958a977081",
"contents": [
{
"namespace": "Volo.CmsKit.Admin",

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

Loading…
Cancel
Save