Browse Source

Merge branch 'dev' into salihozkara/abpUnited

pull/19876/head
Salih 2 years ago
parent
commit
6f0f1c4f2d
  1. 20
      .github/workflows/auto-pr.yml
  2. 8
      Directory.Packages.props
  3. 8
      docs/en/Community-Articles/2024-05-10-Sentiment-Analysis-within-ABP-Based-Application/POST.md
  4. 2
      docs/en/Modules/Cms-Kit/Index.md
  5. 8
      docs/en/Samples/Index.md
  6. 59
      docs/en/UI/Angular/Title-Strategy-Service.md
  7. 4
      docs/en/docs-nav.json
  8. 14
      framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor
  9. 2
      framework/src/Volo.Abp.BlazoriseUI/Components/ObjectExtending/LookupExtensionProperty.razor
  10. 8
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/ChangeThemeStyleStep.cs
  11. 23
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Templates/App/AppTemplateSwitchEntityFrameworkCoreToMongoDbStep.cs
  12. 2
      latest-versions.json
  13. 6
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  14. 276
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock
  15. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  16. 280
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  17. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  18. 318
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  19. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  20. 258
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  21. 10
      modules/cms-kit/angular/package.json
  22. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  23. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  24. 258
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  25. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  26. 258
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  27. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  28. 392
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  29. 4
      modules/docs/app/VoloDocs.Web/package.json
  30. 318
      modules/docs/app/VoloDocs.Web/yarn.lock
  31. 3
      modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml
  32. 5
      modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs
  33. 8
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityRoleRepository.cs
  34. 6
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityUserRepository.cs
  35. 29
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityClaimTypeManager.cs
  36. 24
      modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityRoleRepository.cs
  37. 24
      modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs
  38. 18
      modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityRoleRepository.cs
  39. 34
      modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityUserRepository.cs
  40. 59
      modules/identity/test/Volo.Abp.Identity.TestBase/Volo/Abp/Identity/IdentityClaimTypeRepository_Tests.cs
  41. 2
      modules/openiddict/app/OpenIddict.Demo.Server/package.json
  42. 20
      modules/openiddict/app/angular/package.json
  43. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  44. 258
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  45. 4
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json
  46. 292
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock
  47. 2
      npm/lerna.json
  48. 42
      npm/ng-packs/package.json
  49. 6
      npm/ng-packs/packages/account-core/package.json
  50. 6
      npm/ng-packs/packages/account/package.json
  51. 2
      npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html
  52. 29
      npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.ts
  53. 6
      npm/ng-packs/packages/components/package.json
  54. 4
      npm/ng-packs/packages/core/package.json
  55. 17
      npm/ng-packs/packages/core/src/lib/core.module.ts
  56. 1
      npm/ng-packs/packages/core/src/lib/models/common.ts
  57. 25
      npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts
  58. 3
      npm/ng-packs/packages/core/src/lib/tokens/index.ts
  59. 3
      npm/ng-packs/packages/core/src/lib/tokens/title-strategy-disable-project-name.token.ts
  60. 4
      npm/ng-packs/packages/feature-management/package.json
  61. 2
      npm/ng-packs/packages/generators/package.json
  62. 8
      npm/ng-packs/packages/identity/package.json
  63. 6
      npm/ng-packs/packages/oauth/package.json
  64. 3
      npm/ng-packs/packages/oauth/src/lib/services/remember-me.service.ts
  65. 4
      npm/ng-packs/packages/permission-management/package.json
  66. 8
      npm/ng-packs/packages/permission-management/src/lib/components/permission-management.component.html
  67. 2
      npm/ng-packs/packages/schematics/package.json
  68. 6
      npm/ng-packs/packages/setting-management/package.json
  69. 6
      npm/ng-packs/packages/tenant-management/package.json
  70. 6
      npm/ng-packs/packages/theme-basic/package.json
  71. 4
      npm/ng-packs/packages/theme-shared/package.json
  72. 4
      npm/ng-packs/packages/theme-shared/src/lib/adapters/time.adapter.ts
  73. 4
      npm/packs/anchor-js/package.json
  74. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  75. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  76. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  77. 34
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  78. 4
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  79. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  80. 10
      npm/packs/blogging/package.json
  81. 2
      npm/packs/bootstrap-datepicker/package.json
  82. 2
      npm/packs/bootstrap-daterangepicker/package.json
  83. 4
      npm/packs/bootstrap/package.json
  84. 2
      npm/packs/chart.js/package.json
  85. 4
      npm/packs/clipboard/package.json
  86. 12
      npm/packs/cms-kit.admin/package.json
  87. 6
      npm/packs/cms-kit.public/package.json
  88. 6
      npm/packs/cms-kit/package.json
  89. 4
      npm/packs/codemirror/package.json
  90. 4
      npm/packs/core/package.json
  91. 4
      npm/packs/cropperjs/package.json
  92. 4
      npm/packs/datatables.net-bs4/package.json
  93. 4
      npm/packs/datatables.net-bs5/package.json
  94. 4
      npm/packs/datatables.net/package.json
  95. 12
      npm/packs/docs/package.json
  96. 2
      npm/packs/flag-icon-css/package.json
  97. 2
      npm/packs/flag-icons/package.json
  98. 4
      npm/packs/font-awesome/package.json
  99. 4
      npm/packs/highlight.js/package.json
  100. 4
      npm/packs/jquery-form/package.json

20
.github/workflows/auto-pr.yml

@ -1,13 +1,13 @@
name: Merge branch dev with prerel-8.2
name: Merge branch dev with rel-8.2
on:
push:
branches:
- prerel-8.2
- rel-8.2
permissions:
contents: read
jobs:
merge-dev-with-prerel-8-2:
merge-dev-with-rel-8-2:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
@ -18,19 +18,19 @@ jobs:
ref: dev
- name: Reset promotion branch
run: |
git fetch origin prerel-8.2:prerel-8.2
git reset --hard prerel-8.2
git fetch origin rel-8.2:rel-8.2
git reset --hard rel-8.2
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/prerel-8-2/${{github.run_number}}
title: Merge branch dev with prerel-8.2
body: This PR generated automatically to merge dev with prerel-8.2. Please review the changed files before merging to prevent any errors that may occur.
branch: auto-merge/rel-8-2/${{github.run_number}}
title: Merge branch dev with rel-8.2
body: This PR generated automatically to merge dev with rel-8.2. Please review the changed files before merging to prevent any errors that may occur.
reviewers: maliming
token: ${{ github.token }}
- name: Merge Pull Request
env:
GH_TOKEN: ${{ secrets.BOT_SECRET }}
run: |
gh pr review auto-merge/prerel-8-2/${{github.run_number}} --approve
gh pr merge auto-merge/prerel-8-2/${{github.run_number}} --merge --auto --delete-branch
gh pr review auto-merge/rel-8-2/${{github.run_number}} --approve
gh pr merge auto-merge/rel-8-2/${{github.run_number}} --merge --auto --delete-branch

8
Directory.Packages.props

@ -16,10 +16,10 @@
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.300.2" />
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.17.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageVersion Include="Blazorise" Version="1.5.0" />
<PackageVersion Include="Blazorise.Components" Version="1.5.0" />
<PackageVersion Include="Blazorise.DataGrid" Version="1.5.0" />
<PackageVersion Include="Blazorise.Snackbar" Version="1.5.0" />
<PackageVersion Include="Blazorise" Version="1.5.2" />
<PackageVersion Include="Blazorise.Components" Version="1.5.2" />
<PackageVersion Include="Blazorise.DataGrid" Version="1.5.2" />
<PackageVersion Include="Blazorise.Snackbar" Version="1.5.2" />
<PackageVersion Include="Castle.Core" Version="5.1.1" />
<PackageVersion Include="Castle.Core.AsyncInterceptor" Version="2.1.0" />
<PackageVersion Include="CommonMark.NET" Version="0.15.1" />

8
docs/en/Community-Articles/2024-05-10-Sentiment-Analysis-within-ABP-Based-Application/POST.md

@ -325,12 +325,16 @@ public class SentimentAnalyzeResult
}
```
Then, finally we can run the application to see the final results:
Then, finally, we can run the application to see the final results:
![](demo.gif)
## Advanced: Reusing And Optimizing Machine Learning Models
Once the model is trained and evaluated, we can save the trained model and use it directly for further use. In this way, you don’t have to retrain the model every time when you want to make predictions. It’s essential to save the trained model for future use and a must for the production-ready code. I created a separate article dedicated to that topic, and if you are interested, you can read it from [here](https://engincanv.github.io/machine-learning/sentiment-analysis/best-practises/2024/05/16/reusing-and-optimizing-machine-learning-models-in-dotnet.html).
## Conclusion
In this article, I briefly explain what sentiment analysis is, created a sample ABP-based application, integrated the CMS Kit Module and finally, applied sentiment analysis to make spam checks whenever a new comment has been submitted or updated. You can get the source code of the demo from [https://github.com/EngincanV/SentimentAnalysisDemo](https://github.com/EngincanV/SentimentAnalysisDemo)
Thanks for reading :)
Thanks for reading :)

2
docs/en/Modules/Cms-Kit/Index.md

@ -2,6 +2,8 @@
This module provides CMS (Content Management System) capabilities for your application. It provides **core building blocks** and fully working **sub-systems** to create your own website with CMS features enabled, or use the building blocks in your web sites with any purpose.
> You can see the live demo at [cms-kit-demo.abpdemo.com](https://cms-kit-demo.abpdemo.com/).
> **This module currently available only for the MVC / Razor Pages UI**. While there is no official Blazor package, it can also work in a Blazor Server UI since a Blazor Server UI is actually a hybrid application that runs in an ASP.NET Core MVC / Razor Pages application.
The following features are currently available:

8
docs/en/Samples/Index.md

@ -12,8 +12,16 @@ Reference microservice solution built with the ABP Framework and .NET.
This is a reference application built with the ABP Framework. It implements the Domain Driven Design with multiple application layers.
* [Live](https://openeventhub.com/)
* [Source code](https://github.com/abpframework/eventhub)
## CMS Kit Demo
This reference application built with the ABP Framework and demonstrates the [CMS Kit Module's](../Modules/Cms-Kit/Index.md) capabilities.
* [Live](https://cms-kit-demo.abpdemo.com/)
* [Source code](https://github.com/abpframework/cms-kit-demo)
## Book Store
A simple CRUD application to show basic principles of developing an application with the ABP Framework. The same sample was implemented with different technologies:

59
docs/en/UI/Angular/Title-Strategy-Service.md

@ -0,0 +1,59 @@
# Title Strategy For Angular
## **ABP has a default title strategy for Angular UI**.
This strategy is based on the title property. Provide a title property when setting a new route.
**Example**
```ts
{
path: 'customers',
component: CustomersComponent,
title: 'AbpCustomers::Roles'
},
```
- It is better to use localized text in the title property. It will be translated by **LocalizationService**.
- The **`title`** property is already set in **ABP internal packages**.
## How it looks
When you create a new route and provide a **`title`** property, it will look like this **`<title> | <projectName>`**
### What is `projectName` and How to Customize
- **`projectName`** is the name of your application. By default, ABP sets a [**`projectName`**](https://github.com/abpframework/abp/blob/f48f78618a326644843c01424b093f0d79448769/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/en.json#L4) for your application. This localization text is added for customization and can be changed for different languages.
### Disable `projectName`
- If you don't want to show **`projectName`** in the title, you can disable it.
**app.module.ts**
```ts
import { DISABLE_PROJECT_NAME } from '@abp/ng.core';
providers: [
...,
{ provide: DISABLE_PROJECT_NAME, useValue: true}
],
```
- Now only title will be shown.
## Override ABP's Default Title Strategy
**app.module.ts**
```ts
import { TitleStrategy } from '@angular/router';
import { YourCustomStrategy } from './title-strategy.service.ts';
providers: [
...,
{ provide: TitleStrategy, useExisting: YourCustomStrategy },
],
```
- You can check [Angular Documentation](https://angular.io/api/router/TitleStrategy) to write a custom **`TitleStrategy`**.

4
docs/en/docs-nav.json

@ -1188,6 +1188,10 @@
{
"text": "Abp Window Service",
"path": "UI/Angular/Abp-Window-Service.md"
},
{
"text": "Title Strategy",
"path": "UI/Angular/Title-Strategy-Service.md"
}
]
},

14
framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor

@ -45,9 +45,9 @@
<EntityAction TItem="TItem"
Color="@(action.Color != null ? (Blazorise.Color)action.Color : Blazorise.Color.Primary)"
Icon="@action.Icon"
Clicked="async () => await action.Clicked(context)"
ConfirmationMessage="() => action.ConfirmationMessage.Invoke(context)"
Visible="@(action.Visible != null ? action.Visible(context) : true)"
Clicked="async () => await action.Clicked(context!)"
ConfirmationMessage="() => action.ConfirmationMessage.Invoke(context!)"
Visible="@(action.Visible != null ? action.Visible(context!) : true)"
Text="@action.Text"
Disabled="@action.Disabled">
</EntityAction>
@ -55,10 +55,10 @@
else
{
<EntityAction TItem="TItem"
Clicked="async () => await action.Clicked(context)"
Clicked="async () => await action.Clicked(context!)"
Color="@(action.Color != null ? (Blazorise.Color)action.Color : Blazorise.Color.Primary)"
Icon="@action.Icon"
Visible="@(action.Visible != null ? action.Visible(context) : true)"
Visible="@(action.Visible != null ? action.Visible(context!) : true)"
Text="@action.Text"
Disabled="@action.Disabled">
</EntityAction>
@ -76,7 +76,7 @@
{
<DataGridColumn TItem="TItem" Field="@column.Data" Caption="@column.Title" Sortable="@column.Sortable" DisplayFormat="@column.DisplayFormat" DisplayFormatProvider="@column.DisplayFormatProvider" Displayable="column.Visible" >
<DisplayTemplate>
@RenderCustomTableColumnComponent(column.Component, context)
@RenderCustomTableColumnComponent(column.Component, context!)
</DisplayTemplate>
</DataGridColumn>
}
@ -84,7 +84,7 @@
{
<DataGridColumn TItem="TItem" Field="@column.Data" Caption="@column.Title" Sortable="@column.Sortable" Displayable="column.Visible">
<DisplayTemplate>
@RenderCustomTableColumnComponent(column.Component, context)
@RenderCustomTableColumnComponent(column.Component, context!)
</DisplayTemplate>
</DataGridColumn>
}

2
framework/src/Volo.Abp.BlazoriseUI/Components/ObjectExtending/LookupExtensionProperty.razor

@ -10,7 +10,7 @@
TItem="SelectItem<object>"
TValue="object"
TextField="item => item?.Text!"
ValueField="item => item?.Value"
ValueField="item => item?.Value!"
SelectedValue="@SelectedValue"
SelectedValueChanged="@SelectedValueChanged"
SearchChanged="@SearchFilterChangedAsync"

8
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/ChangeThemeStyleStep.cs

@ -31,7 +31,7 @@ public class ChangeThemeStyleStep : ProjectBuildPipelineStep
var defaultThemeStyleName = "LeptonXStyleNames.System";
var newThemeStyleName = $"LeptonXStyleNames.{themeStyleName}";
var filePaths = new List<string>
var filePaths = new List<string>
{
"/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs",
"/MyCompanyName.MyProjectName.Web.Host/MyProjectNameWebModule.cs",
@ -40,6 +40,10 @@ public class ChangeThemeStyleStep : ProjectBuildPipelineStep
"/MyCompanyName.MyProjectName.Blazor/MyProjectNameBlazorModule.cs",
"/MyCompanyName.MyProjectName.Blazor.Server/MyProjectNameBlazorModule.cs",
"/MyCompanyName.MyProjectName.Blazor.Server/MyProjectNameModule.cs",
"/MyCompanyName.MyProjectName.Blazor.WebApp/MyProjectNameBlazorModule.cs",
"/MyCompanyName.MyProjectName.Blazor.WebApp.Client/MyProjectNameBlazorClientModule.cs",
"/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyProjectNameBlazorModule.cs",
"/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client/MyProjectNameBlazorClientModule.cs",
"/MyCompanyName.MyProjectName.Blazor.Server.Mongo/MyProjectNameModule.cs",
"/MyCompanyName.MyProjectName.Host/MyProjectNameModule.cs",
"/MyCompanyName.MyProjectName.Host.Mongo/MyProjectNameModule.cs",
@ -76,4 +80,4 @@ public class ChangeThemeStyleStep : ProjectBuildPipelineStep
file.SetLines(lines);
}
}
}

23
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Templates/App/AppTemplateSwitchEntityFrameworkCoreToMongoDbStep.cs

@ -106,6 +106,29 @@ public class AppTemplateSwitchEntityFrameworkCoreToMongoDbStep : ProjectBuildPip
"/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/appsettings.json"
);
//MyCompanyName.MyProjectName.Blazor.WebApp
ChangeProjectReference(
context,
"/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj",
_hasDbMigrations ? "EntityFrameworkCore.DbMigrations" : "EntityFrameworkCore",
"MongoDB"
);
ChangeNamespaceAndKeyword(
context,
"/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyProjectNameBlazorModule.cs",
"MyCompanyName.MyProjectName.EntityFrameworkCore",
"MyCompanyName.MyProjectName.MongoDB",
_hasDbMigrations ? "MyProjectNameEntityFrameworkCoreDbMigrationsModule" : "MyProjectNameEntityFrameworkCoreModule",
"MyProjectNameMongoDbModule"
);
ChangeConnectionStringToMongoDb(
context,
"/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/appsettings.json"
);
//MyCompanyName.MyProjectName.HttpApi.HostWithIds
ChangeProjectReference(

2
latest-versions.json

@ -1,6 +1,6 @@
[
{
"version": "8.1.1",
"version": "8.1.3",
"releaseDate": "",
"type": "stable",
"message": ""

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

@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.1",
"@abp/prismjs": "~8.1.1",
"@abp/highlight.js": "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.3",
"@abp/prismjs": "~8.1.3",
"@abp/highlight.js": "~8.1.3"
}
}

276
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -36,183 +36,183 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.1.tgz#8cac7c2258e54afdea9cfbf371366028e272759b"
integrity sha512-GJ5I0JRBfP46UxViaMMhi6+Vw8inw+/x2eTdjy5scEH/Omelk6KFwZdZU+1II31pP7Tw5n/+QTZxQChyD//ydQ==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/highlight.js@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.1.tgz#37b2e6787715b792c5b36f9ae181c83f93de6347"
integrity sha512-Df0iNyv7y1xnkLCSG5ATmNkrliWXkN2J8tknPXFZgp//AxX81SOmePmU1eBpvlqLkgPr8In1GTOxoSFCsk1ELw==
"@abp/highlight.js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.3.tgz#e96f8762db4b207d058587b6b07a4c38aec71c72"
integrity sha512-woZxisPOH+VXkNDoS7DfjEzFzsTM96Vw372BNGyCV1i5IAsAeCaUKNTSpmxx9bmra5SHirb4x8nqQGb1Vd2+Eg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.1.tgz#9af0a362fdec253334120481fc21c2932b7ede91"
integrity sha512-ax0sRwXfDsxLj+BKs4QeZPnLiW3FuHqgtllaIrLWqk68lrQp44zxXi7ughSMOPJn5fgzOXBTOIQiDSXUKM9c3A==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/core" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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": "~8.1.1",
"@abp/prismjs": "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3",
"@abp/prismjs": "~8.1.3"
},
"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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.1.tgz#8cac7c2258e54afdea9cfbf371366028e272759b"
integrity sha512-GJ5I0JRBfP46UxViaMMhi6+Vw8inw+/x2eTdjy5scEH/Omelk6KFwZdZU+1II31pP7Tw5n/+QTZxQChyD//ydQ==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.1.tgz#9af0a362fdec253334120481fc21c2932b7ede91"
integrity sha512-ax0sRwXfDsxLj+BKs4QeZPnLiW3FuHqgtllaIrLWqk68lrQp44zxXi7ughSMOPJn5fgzOXBTOIQiDSXUKM9c3A==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/core" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.1.1.tgz#117712354373aee4c85a2d46e3355ff3a4f00d17"
integrity sha512-TFABC3u+leWPrGD21PonF5mLZ7LKoVjuwj9mL4iMUNsqbjhLdLzsMhz8AUIu+0WoUReYAxp7dF8swYl+tbmAvA==
"@abp/blogging@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.1.3.tgz#528fe5b407c61f89668493f4aafee7aff43f482c"
integrity sha512-baZFy2qkuS6tpSs0bV6g29HViYSW2xIWRVQTPbp1DPGu80SzugfHb324zRN8ZcyWoJsHGKnjk3YwuO4p4xNvqw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/owl.carousel" "~8.1.1"
"@abp/prismjs" "~8.1.1"
"@abp/tui-editor" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/owl.carousel" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/tui-editor" "~8.1.3"
"@abp/bootstrap-datepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.1.tgz#8cac7c2258e54afdea9cfbf371366028e272759b"
integrity sha512-GJ5I0JRBfP46UxViaMMhi6+Vw8inw+/x2eTdjy5scEH/Omelk6KFwZdZU+1II31pP7Tw5n/+QTZxQChyD//ydQ==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/owl.carousel@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.1.1.tgz#8f0b61ccf422068387da411c0c47ab926e8ad6ca"
integrity sha512-3MV9leIXt6fRcTqNY4VvknFg2mgFRWAMLA3qcUrLTd8oOBNvHMk+PZvkqvMTDkxnyIdeXXTox9ht5Se7OEgdKA==
"@abp/owl.carousel@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.1.3.tgz#89b0f891b07fb2ff348efa4791de67253c9e9ace"
integrity sha512-bRk4p5QsrMxdRuRh0qHPVQ0ouOFdM5V+wyBTrojugtAPxSvQC7alvDjX/f1hy3kVoAoNDKLXhMTBz9mEs8+GBA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
owl.carousel "^2.3.4"
"@abp/prismjs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.1.tgz#9af0a362fdec253334120481fc21c2932b7ede91"
integrity sha512-ax0sRwXfDsxLj+BKs4QeZPnLiW3FuHqgtllaIrLWqk68lrQp44zxXi7ughSMOPJn5fgzOXBTOIQiDSXUKM9c3A==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/core" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/tui-editor@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.1.tgz#86a074a94564303697bcf1ceb65b08d1a37f8c75"
integrity sha512-/43lOKLJM5r5tKBnvwSvT4w7nm4zSBmhMiSGHP/Bj3kC5Hf6A+2pQppLzC/BOUL6bU4YDRq5IFHVCwMdUmcSAQ==
"@abp/tui-editor@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.3.tgz#22d663e62e986a3f2558b1cc79df9a8027552198"
integrity sha512-WAXXVuM+xtjw0k58r8xgC2pNvbyEMB6d3t7jt8tCze5Zf4wZc2N1nHkMxxrDyJYWTezO0e6qVpyUe2Z7dxZTWw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/prismjs" "~8.1.1"
"@abp/jquery" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.1.tgz#8cac7c2258e54afdea9cfbf371366028e272759b"
integrity sha512-GJ5I0JRBfP46UxViaMMhi6+Vw8inw+/x2eTdjy5scEH/Omelk6KFwZdZU+1II31pP7Tw5n/+QTZxQChyD//ydQ==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/cms-kit.admin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.1.1.tgz#96e192f95e23ac308c86455606b1eef76c34dde9"
integrity sha512-1Co1tLtrw2a0le8oeGuP7TR8QDyuODhN4hq+mfv4dfZc+z1If8Hwne4N5U9MlnAXG7Yk5a07tEJMhfaLUCgOHA==
"@abp/cms-kit.admin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.1.3.tgz#700e846dc2d1b9e19be05b14ffb89fa0696af5df"
integrity sha512-shVepiLMbfdspCgZtWWp+fmBo5qHC8AFLVCZYG7oQm4Ijf1cr0rR0KI/oNyMl8PvlMY0QK39vEX9F5zjYQMp3Q==
dependencies:
"@abp/codemirror" "~8.1.1"
"@abp/jstree" "~8.1.1"
"@abp/slugify" "~8.1.1"
"@abp/tui-editor" "~8.1.1"
"@abp/uppy" "~8.1.1"
"@abp/codemirror" "~8.1.3"
"@abp/jstree" "~8.1.3"
"@abp/slugify" "~8.1.3"
"@abp/tui-editor" "~8.1.3"
"@abp/uppy" "~8.1.3"
"@abp/cms-kit.public@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.1.1.tgz#fb0f06245b011fd95639b1d842cf1aff60759538"
integrity sha512-MSabSDoKFCoT8dUZ+LVnvHYLQoTbPWtBW9UegCOnniZT0c+Dvj1nfR6rHZ6394JV+fgdVQYOEsJsvg/km8R6Ag==
"@abp/cms-kit.public@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.1.3.tgz#54439fc466b65e8866fe685d378ffd03d18f58e1"
integrity sha512-R8wnZEYb0xKO10w5uDuFHhKgRHJYC3UXnlxf6SA9KHBFTVVbR9OwUSV69apgUj9YWD0PtKRhTiRYOZSyEGvZAQ==
dependencies:
"@abp/highlight.js" "~8.1.1"
"@abp/star-rating-svg" "~8.1.1"
"@abp/highlight.js" "~8.1.3"
"@abp/star-rating-svg" "~8.1.3"
"@abp/cms-kit@8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.1.1.tgz#058ccd9c793f7599c7d63e19bdd3b4f9d8e376e4"
integrity sha512-vtU+OhhtmviI2FQGCmplkwT/FthqtwXi6NW9qfFaZnQrWNYmJ2zc/8P//8+Hf3k4o8DAY++qYyKDBqfk4Tljfw==
"@abp/cms-kit@8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.1.3.tgz#32e2f03b2020053f703f5ee2ac98a508b138d5c5"
integrity sha512-ZOpU8YBhWXbzFgCGw1EMpCZE59BNTlxx2WJiUDynYJGHGPeUUHOlePhWgBB2qbvmjhKjuNFYDp9LkoI1Kj0VLg==
dependencies:
"@abp/cms-kit.admin" "~8.1.1"
"@abp/cms-kit.public" "~8.1.1"
"@abp/cms-kit.admin" "~8.1.3"
"@abp/cms-kit.public" "~8.1.3"
"@abp/codemirror@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.1.1.tgz#0f3b3295ad8d11ea0c53914ab8af89dcb07c9fb3"
integrity sha512-L1Fmau65uLQVi67McAG39bsnbDJS+NLF0dNagtECDFcTqJl9c2LbJqczZrX+a9Ji3rw8BU6T0bev+2UYrN1jrg==
"@abp/codemirror@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.1.3.tgz#39d0e4bf1c56fdb453c16a69de34cd76330e809c"
integrity sha512-Mrrbpi6hI/98KBw9hY+kA7MeH5Yka6iDfReLwMonz9fNLp64sQNaKjitOHEVthnCYIL4JK3fM/qO4I27njV7fQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
codemirror "^5.65.1"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/highlight.js@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.1.tgz#37b2e6787715b792c5b36f9ae181c83f93de6347"
integrity sha512-Df0iNyv7y1xnkLCSG5ATmNkrliWXkN2J8tknPXFZgp//AxX81SOmePmU1eBpvlqLkgPr8In1GTOxoSFCsk1ELw==
"@abp/highlight.js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.3.tgz#e96f8762db4b207d058587b6b07a4c38aec71c72"
integrity sha512-woZxisPOH+VXkNDoS7DfjEzFzsTM96Vw372BNGyCV1i5IAsAeCaUKNTSpmxx9bmra5SHirb4x8nqQGb1Vd2+Eg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/jstree@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.1.1.tgz#5192e83bfe20b0185dff2f32deaadc414b4e596a"
integrity sha512-GHdOO8d6x0+r46Rz4AOOCHkIhbu8Vy4E7dlV9qEnqfBVByjKJElsQaR7P4cKmyrn/NLeMRxtLG0+oCTEds/uyQ==
"@abp/jstree@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.1.3.tgz#26321504090679bd736d630df25a235282d4f62a"
integrity sha512-1hWfzwbC2SRB+oWMs+ZSnYm/qBP2p7VOtLjWvspcE3xOI4OglSOjrb5+GIwx5StDYXsTlQhkl5mBTpI0symxlA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jstree "^3.3.12"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.1.tgz#9af0a362fdec253334120481fc21c2932b7ede91"
integrity sha512-ax0sRwXfDsxLj+BKs4QeZPnLiW3FuHqgtllaIrLWqk68lrQp44zxXi7ughSMOPJn5fgzOXBTOIQiDSXUKM9c3A==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/core" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/slugify@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.1.1.tgz#13c4b7f61d2ca611f0e065172cf051e66106b3d6"
integrity sha512-EIKqhitvNIcHXIqEvPtei0Faj9W/u82IYVzF2BXIl3mbkr0Pwr1DUix4KI9aIP4xI6uZnn7/PCu9/KTuOKdApQ==
"@abp/slugify@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.1.3.tgz#3be2a07570ba4551b4635506cdb1b1a545cc4fbd"
integrity sha512-9Pow9nENe+xPTxB9jWwqVFGkA+8VPvMDQUjc/8PIpPW+QbdtxiUbVCEKTifpavAszlmkKIpjAP4xKEaUn1JCVA==
dependencies:
slugify "^1.6.5"
"@abp/star-rating-svg@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.1.1.tgz#a6f4925a62c7e8aa87aab34778ba866bdaa16a44"
integrity sha512-2GXL2EStw4WjqsE3ufKnwx9+x482QMyBxPxOJBiBDN6hkZuxl6vxcBYD8fkba+5V01dUXtiraI3UbysxavVoug==
"@abp/star-rating-svg@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.1.3.tgz#dc808a0f1eb57007b919ef100dc26ed8b23e1de8"
integrity sha512-F++i/z2o11gctBwqH4VuQMC8ptN/v8/cfaGSWmY5FeLo2tHU/OkwifbHEkXDkewg4vP30kEk+Z8Ux7voqOFqMA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
star-rating-svg "^3.5.0"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/tui-editor@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.1.tgz#86a074a94564303697bcf1ceb65b08d1a37f8c75"
integrity sha512-/43lOKLJM5r5tKBnvwSvT4w7nm4zSBmhMiSGHP/Bj3kC5Hf6A+2pQppLzC/BOUL6bU4YDRq5IFHVCwMdUmcSAQ==
"@abp/tui-editor@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.3.tgz#22d663e62e986a3f2558b1cc79df9a8027552198"
integrity sha512-WAXXVuM+xtjw0k58r8xgC2pNvbyEMB6d3t7jt8tCze5Zf4wZc2N1nHkMxxrDyJYWTezO0e6qVpyUe2Z7dxZTWw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/prismjs" "~8.1.1"
"@abp/jquery" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/uppy@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.1.1.tgz#9de4e98bcf04e08eaecddb5838430203e667f040"
integrity sha512-G/8yMTzkflOzCzIoUNb5VTHYLOfqgETNoC9EgfzS8aH4ATesFiyQ24iowsjbUd+c1EgfdfSpi4E2XDkfrPN1LA==
"@abp/uppy@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.1.3.tgz#6cb02e5e20e483d4b6a7857ec8e1bcee4c3a06b6"
integrity sha512-Pn+Mgr1uT3lMg+EhB0QPlTAV9ESvu97aC0aA6kOUITLpWxBsohCS1lAJnVdXKBLqKb6eiv97NDpvIfglBLWYRQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
uppy "^3.0.0"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

@ -2,47 +2,47 @@
# yarn lockfile v1
"@abp/anchor-js@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.1.1.tgz#180f64dc564bac8a888bad24a6a076574c6c398e"
integrity sha512-cR281g3mvgglfzOfZJEJ/X05XPucB/cVkNQKzvn7GtwxNagv+aTW6tuvrHwxcJ55zt29uNh8Oq3LkRRNYU8khA==
"@abp/anchor-js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.1.3.tgz#85849514d244e0d8bd4c168c15152c614c55406a"
integrity sha512-qHHGUrGd7Cn3PcK6CMV7e8ZLDAGbPpbWlAQ+44Qj9M4b26asOJ8c7elTFVIMv4/540Xu1Rh0Venv2vAW273XAw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
anchor-js "^4.3.1"
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -51,194 +51,194 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.1.tgz#8cac7c2258e54afdea9cfbf371366028e272759b"
integrity sha512-GJ5I0JRBfP46UxViaMMhi6+Vw8inw+/x2eTdjy5scEH/Omelk6KFwZdZU+1II31pP7Tw5n/+QTZxQChyD//ydQ==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/docs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.1.1.tgz#47866b805d4bef20324a2cf808908a1d1f13f223"
integrity sha512-n4VC2Ltt7Q1WLEjP4abaHUvkpIxXZK9todO3mZx93kEwLwBhHZUkqvFMnnyRi4nmuG1vfmXfSyrt8aKUVlbz+g==
"@abp/docs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.1.3.tgz#a3bb10eae3d1844b2c15f3dd9bead391b631dd86"
integrity sha512-H9lyG8WZU2I8Iw3aGxt/GZ86ag7aSWX9NBZOOnhI9prKtLpHLlWggjFIdOZUOYBrNtWmLboH4advvGbGsBGnig==
dependencies:
"@abp/anchor-js" "~8.1.1"
"@abp/clipboard" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/popper.js" "~8.1.1"
"@abp/prismjs" "~8.1.1"
"@abp/anchor-js" "~8.1.3"
"@abp/clipboard" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/popper.js" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/popper.js@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.1.1.tgz#e28c49e235a9a467831adcb05374939336852419"
integrity sha512-5J4IA6+Nr9ii7JP7iDR5Yu8glcumK1ItCdy21Bx4ufTWjmWjRuXUUhmCvohk+/xWgx8AlV0dRh0wKcswCAsWiA==
"@abp/popper.js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.1.3.tgz#bb1de31776b0240544ad0c935239c4ffe34ce598"
integrity sha512-f/rxKeAAbBcUdx6ydxr8BJ0uNvXw97fB3AhV0iTBUlqbWOVFhVl+vDJa+K4m1Z5oqacToervafkOdWcf2aSmYA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@popperjs/core" "^2.11.2"
"@abp/prismjs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.1.tgz#9af0a362fdec253334120481fc21c2932b7ede91"
integrity sha512-ax0sRwXfDsxLj+BKs4QeZPnLiW3FuHqgtllaIrLWqk68lrQp44zxXi7ughSMOPJn5fgzOXBTOIQiDSXUKM9c3A==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/core" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

3
modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml

@ -43,6 +43,7 @@
@for (var j = 0; j < featureGroup.Features.Count; j++)
{
var feature = featureGroup.Features[j];
var disabled = Model.IsDisabled(feature.Provider.Name);
<div class="mt-2">
<input type="text" abp-id-name="@Model.FeatureGroups[i].Features[j].Type" value="@feature.ValueType?.Name" hidden/>
@ -53,6 +54,7 @@
type="checkbox"
abp-id-name="@Model.FeatureGroups[i].Features[j].BoolValue"
label="@feature.DisplayName"
disabled="@disabled"
group-data-feature-name="@feature.Name"
group-data-parent-name="@(feature.ParentName ?? "")"
group-style="margin-inline-start: @(feature.Depth * 20)px"/>
@ -74,6 +76,7 @@
<abp-input asp-for="@feature.Value"
label="@feature.DisplayName"
abp-id-name="@Model.FeatureGroups[i].Features[j].Value"
disabled="@disabled"
type="@type"
group-data-feature-name="@feature.Name"
group-data-parent-name="@(feature.ParentName ?? "")"

5
modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml.cs

@ -77,6 +77,11 @@ public class FeatureManagementModal : AbpPageModel
return NoContent();
}
public virtual bool IsDisabled(string providerName)
{
return providerName != ProviderName && providerName != DefaultValueFeatureValueProvider.ProviderName;
}
public class FeatureGroupViewModel
{
public List<FeatureViewModel> Features { get; set; }

8
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityRoleRepository.cs

@ -22,7 +22,7 @@ public interface IIdentityRoleRepository : IBasicRepository<IdentityRole, Guid>
bool includeDetails = false,
CancellationToken cancellationToken = default
);
Task<List<IdentityRole>> GetListAsync(
string sorting = null,
int maxResultCount = int.MaxValue,
@ -45,4 +45,10 @@ public interface IIdentityRoleRepository : IBasicRepository<IdentityRole, Guid>
string filter = null,
CancellationToken cancellationToken = default
);
Task RemoveClaimFromAllRolesAsync(
string claimType,
bool autoSave = false,
CancellationToken cancellationToken = default
);
}

6
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityUserRepository.cs

@ -44,6 +44,12 @@ public interface IIdentityUserRepository : IBasicRepository<IdentityUser, Guid>
CancellationToken cancellationToken = default
);
Task RemoveClaimFromAllUsersAsync(
string claimType,
bool autoSave = false,
CancellationToken cancellationToken = default
);
Task<List<IdentityUser>> GetListByNormalizedRoleNameAsync(
string normalizedRoleName,
bool includeDetails = false,

29
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityClaimTypeManager.cs

@ -1,4 +1,6 @@
using System.Threading.Tasks;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Volo.Abp.Domain.Services;
namespace Volo.Abp.Identity;
@ -6,10 +8,17 @@ namespace Volo.Abp.Identity;
public class IdentityClaimTypeManager : DomainService
{
protected IIdentityClaimTypeRepository IdentityClaimTypeRepository { get; }
protected IIdentityUserRepository IdentityUserRepository { get; }
protected IIdentityRoleRepository IdentityRoleRepository { get; }
public IdentityClaimTypeManager(IIdentityClaimTypeRepository identityClaimTypeRepository)
public IdentityClaimTypeManager(
IIdentityClaimTypeRepository identityClaimTypeRepository,
IIdentityUserRepository identityUserRepository,
IIdentityRoleRepository identityRoleRepository)
{
IdentityClaimTypeRepository = identityClaimTypeRepository;
IdentityUserRepository = identityUserRepository;
IdentityRoleRepository = identityRoleRepository;
}
public virtual async Task<IdentityClaimType> CreateAsync(IdentityClaimType claimType)
@ -34,7 +43,21 @@ public class IdentityClaimTypeManager : DomainService
throw new AbpException($"Can not update a static ClaimType.");
}
return await IdentityClaimTypeRepository.UpdateAsync(claimType);
}
public virtual async Task DeleteAsync(Guid id)
{
var claimType = await IdentityClaimTypeRepository.GetAsync(id);
if (claimType.IsStatic)
{
throw new AbpException($"Can not delete a static ClaimType.");
}
//Remove claim of this type from all users and roles
await IdentityUserRepository.RemoveClaimFromAllUsersAsync(claimType.Name);
await IdentityRoleRepository.RemoveClaimFromAllRolesAsync(claimType.Name);
await IdentityClaimTypeRepository.DeleteAsync(id);
}
}

24
modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityRoleRepository.cs

@ -29,26 +29,26 @@ public class EfCoreIdentityRoleRepository : EfCoreRepository<IIdentityDbContext,
}
public virtual async Task<List<IdentityRoleWithUserCount>> GetListWithUserCountAsync(
string sorting = null,
string sorting = null,
int maxResultCount = int.MaxValue,
int skipCount = 0,
string filter = null,
bool includeDetails = false,
bool includeDetails = false,
CancellationToken cancellationToken = default)
{
var roles = await GetListInternalAsync(sorting, maxResultCount, skipCount, filter, includeDetails, cancellationToken: cancellationToken);
var roleIds = roles.Select(x => x.Id).ToList();
var userCount = await (await GetDbContextAsync()).Set<IdentityUserRole>()
.Where(userRole => roleIds.Contains(userRole.RoleId))
.GroupBy(userRole => userRole.RoleId)
.Select(x => new
.Select(x => new
{
RoleId = x.Key,
Count = x.Count()
})
.ToListAsync(GetCancellationToken(cancellationToken));
return roles.Select(role => new IdentityRoleWithUserCount(role, userCount.FirstOrDefault(x => x.RoleId == role.Id)?.Count ?? 0)).ToList();
}
@ -92,6 +92,20 @@ public class EfCoreIdentityRoleRepository : EfCoreRepository<IIdentityDbContext,
.LongCountAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllRolesAsync(string claimType, bool autoSave = false, CancellationToken cancellationToken = default)
{
var dbContext = await GetDbContextAsync();
var roleClaims = await dbContext.Set<IdentityRoleClaim>().Where(uc => uc.ClaimType == claimType).ToListAsync(cancellationToken: cancellationToken);
if (roleClaims.Any())
{
(await GetDbContextAsync()).Set<IdentityRoleClaim>().RemoveRange(roleClaims);
if (autoSave)
{
await dbContext.SaveChangesAsync(GetCancellationToken(cancellationToken));
}
}
}
protected virtual async Task<List<IdentityRole>> GetListInternalAsync(
string sorting = null,
int maxResultCount = int.MaxValue,

24
modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs

@ -74,7 +74,7 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
{
Id = gp.Key, RoleNames = gp.Select(x => x.Name).ToArray()
}).ToListAsync(cancellationToken: cancellationToken);
var orgUnitRoles = await (from userOu in dbContext.Set<IdentityUserOrganizationUnit>()
join roleOu in dbContext.Set<OrganizationUnitRole>() on userOu.OrganizationUnitId equals roleOu.OrganizationUnitId
join role in dbContext.Roles on roleOu.RoleId equals role.Id
@ -89,7 +89,7 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
{
Id = gp.Key, RoleNames = gp.Select(x => x.Name).ToArray()
}).ToListAsync(cancellationToken: cancellationToken);
return userRoles.Concat(orgUnitRoles).GroupBy(x => x.Id).Select(x => new IdentityUserIdWithRoleNames {Id = x.Key, RoleNames = x.SelectMany(y => y.RoleNames).Distinct().ToArray()}).ToList();
}
@ -145,6 +145,20 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
.ToListAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllUsersAsync(string claimType, bool autoSave, CancellationToken cancellationToken = default)
{
var dbContext = await GetDbContextAsync();
var userClaims = await dbContext.Set<IdentityUserClaim>().Where(uc => uc.ClaimType == claimType).ToListAsync(cancellationToken: cancellationToken);
if (userClaims.Any())
{
(await GetDbContextAsync()).Set<IdentityUserClaim>().RemoveRange(userClaims);
if (autoSave)
{
await dbContext.SaveChangesAsync(GetCancellationToken(cancellationToken));
}
}
}
public virtual async Task<List<IdentityUser>> GetListByNormalizedRoleNameAsync(
string normalizedRoleName,
bool includeDetails = false,
@ -216,7 +230,7 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
minModifitionTime,
cancellationToken
);
return await query.IncludeDetails(includeDetails)
.OrderBy(sorting.IsNullOrWhiteSpace() ? nameof(IdentityUser.UserName) : sorting)
.PageBy(skipCount, maxResultCount)
@ -437,14 +451,14 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
{
var upperFilter = filter?.ToUpperInvariant();
var query = await GetQueryableAsync();
if (roleId.HasValue)
{
var dbContext = await GetDbContextAsync();
var organizationUnitIds = await dbContext.Set<OrganizationUnitRole>().Where(q => q.RoleId == roleId.Value).Select(q => q.OrganizationUnitId).ToArrayAsync(cancellationToken: cancellationToken);
query = query.Where(identityUser => identityUser.Roles.Any(x => x.RoleId == roleId.Value) || identityUser.OrganizationUnits.Any(x => organizationUnitIds.Contains(x.OrganizationUnitId)));
}
return query
.WhereIf(
!filter.IsNullOrWhiteSpace(),

18
modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityRoleRepository.cs

@ -42,13 +42,13 @@ public class MongoIdentityRoleRepository : MongoDbRepository<IAbpIdentityMongoDb
.Where(user => user.Roles.Any(role => roleIds.Contains(role.RoleId)))
.SelectMany(user => user.Roles)
.GroupBy(userRole => userRole.RoleId)
.Select(x => new
.Select(x => new
{
RoleId = x.Key,
Count = x.Count()
})
.ToListAsync(GetCancellationToken(cancellationToken));
return roles.Select(role => new IdentityRoleWithUserCount(role, userCount.FirstOrDefault(x => x.RoleId == role.Id)?.Count ?? 0)).ToList();
}
@ -99,6 +99,20 @@ public class MongoIdentityRoleRepository : MongoDbRepository<IAbpIdentityMongoDb
.LongCountAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllRolesAsync(string claimType, bool autoSave = false, CancellationToken cancellationToken = default)
{
var roles = await (await GetMongoQueryableAsync(cancellationToken))
.Where(r => r.Claims.Any(c => c.ClaimType == claimType))
.ToListAsync(GetCancellationToken(cancellationToken));
foreach (var role in roles)
{
role.Claims.RemoveAll(c => c.ClaimType == claimType);
}
await UpdateManyAsync(roles, cancellationToken: cancellationToken);
}
protected virtual async Task<List<IdentityRole>> GetListInternalAsync(
string sorting = null,
int maxResultCount = int.MaxValue,

34
modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityUserRepository.cs

@ -108,6 +108,20 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
.ToListAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllUsersAsync(string claimType, bool autoSave, CancellationToken cancellationToken = default)
{
var users = await (await GetMongoQueryableAsync(cancellationToken))
.Where(u => u.Claims.Any(c => c.ClaimType == claimType))
.ToListAsync(GetCancellationToken(cancellationToken));
foreach (var user in users)
{
user.Claims.RemoveAll(c => c.ClaimType == claimType);
}
await UpdateManyAsync(users, cancellationToken: cancellationToken);
}
public virtual async Task<List<IdentityUser>> GetListByNormalizedRoleNameAsync(
string normalizedRoleName,
bool includeDetails = false,
@ -164,7 +178,7 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
DateTime? maxModifitionTime = null,
DateTime? minModifitionTime = null,
CancellationToken cancellationToken = default)
{
{
var query = await GetFilteredQueryableAsync(
filter,
roleId,
@ -184,7 +198,7 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
minModifitionTime,
cancellationToken
);
return await query
.OrderBy(sorting.IsNullOrWhiteSpace() ? nameof(IdentityUser.UserName) : sorting)
.As<IMongoQueryable<IdentityUser>>()
@ -365,17 +379,17 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
CancellationToken cancellationToken = default)
{
var users = await GetListByIdsAsync(userIds, cancellationToken: cancellationToken);
var userAndRoleIds = users.SelectMany(u => u.Roles)
.Select(userRole => new { userRole.UserId, userRole.RoleId })
.GroupBy(x => x.UserId).ToDictionary(x => x.Key, x => x.Select(r => r.RoleId).ToList());
var userAndOrganizationUnitIds = users.SelectMany(u => u.OrganizationUnits)
.Select(userOrganizationUnit => new { userOrganizationUnit.UserId, userOrganizationUnit.OrganizationUnitId })
.GroupBy(x => x.UserId).ToDictionary(x => x.Key, x => x.Select(r => r.OrganizationUnitId).ToList());
var organizationUnitIds = userAndOrganizationUnitIds.SelectMany(x => x.Value);
var roleIds = userAndRoleIds.SelectMany(x => x.Value);
var organizationUnitAndRoleIds = await (await GetMongoQueryableAsync<OrganizationUnit>(cancellationToken)).Where(ou => organizationUnitIds.Contains(ou.Id))
.Select(userOrganizationUnit => new
{
@ -384,10 +398,10 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
}).ToListAsync(cancellationToken: cancellationToken);
var allOrganizationUnitRoleIds = organizationUnitAndRoleIds.SelectMany(x => x.Roles.Select(r => r.RoleId)).ToList();
var allRoleIds = roleIds.Union(allOrganizationUnitRoleIds);
var roles = await (await GetMongoQueryableAsync<IdentityRole>(cancellationToken)).Where(r => allRoleIds.Contains(r.Id)).Select(r => new{ r.Id, r.Name }).ToListAsync(cancellationToken);
var userRoles = userAndRoleIds.ToDictionary(x => x.Key, x => roles.Where(r => x.Value.Contains(r.Id)).Select(r => r.Name).ToArray());
var result = userRoles.Select(x => new IdentityUserIdWithRoleNames { Id = x.Key, RoleNames = x.Value }).ToList();
foreach (var userAndOrganizationUnitId in userAndOrganizationUnitIds)
@ -429,17 +443,17 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
{
var upperFilter = filter?.ToUpperInvariant();
var query = await GetMongoQueryableAsync(cancellationToken);
if (roleId.HasValue)
{
var organizationUnitIds = (await GetMongoQueryableAsync<OrganizationUnit>(cancellationToken))
.Where(ou => ou.Roles.Any(r => r.RoleId == roleId.Value))
.Select(userOrganizationUnit => userOrganizationUnit.Id)
.ToArray();
query = query.Where(identityUser => identityUser.Roles.Any(x => x.RoleId == roleId.Value) || identityUser.OrganizationUnits.Any(x => organizationUnitIds.Contains(x.OrganizationUnitId)));
}
return query
.WhereIf<IdentityUser, IMongoQueryable<IdentityUser>>(
!filter.IsNullOrWhiteSpace(),

59
modules/identity/test/Volo.Abp.Identity.TestBase/Volo/Abp/Identity/IdentityClaimTypeRepository_Tests.cs

@ -1,12 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Guids;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Xunit;
namespace Volo.Abp.Identity;
@ -15,12 +17,26 @@ public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIde
where TStartupModule : IAbpModule
{
protected IIdentityClaimTypeRepository ClaimTypeRepository { get; }
protected IdentityClaimTypeManager IdentityClaimTypeManager { get; }
protected IGuidGenerator GuidGenerator { get; }
protected IUnitOfWorkManager UnitOfWorkManager { get; }
protected IIdentityUserRepository UserRepository { get; }
protected IdentityUserManager IdentityUserManager { get; }
protected IIdentityRoleRepository RoleRepository { get; }
protected IdentityRoleManager IdentityRoleManager { get; }
protected IdentityTestData IdentityTestData { get; }
public IdentityClaimTypeRepository_Tests()
{
ClaimTypeRepository = ServiceProvider.GetRequiredService<IIdentityClaimTypeRepository>();
IdentityClaimTypeManager = ServiceProvider.GetRequiredService<IdentityClaimTypeManager>();
GuidGenerator = ServiceProvider.GetRequiredService<IGuidGenerator>();
UnitOfWorkManager = ServiceProvider.GetRequiredService<IUnitOfWorkManager>();
IdentityUserManager = ServiceProvider.GetRequiredService<IdentityUserManager>();
UserRepository = ServiceProvider.GetRequiredService<IIdentityUserRepository>();
RoleRepository = ServiceProvider.GetRequiredService<IIdentityRoleRepository>();
IdentityRoleManager = ServiceProvider.GetRequiredService<IdentityRoleManager>();
IdentityTestData = ServiceProvider.GetRequiredService<IdentityTestData>();
}
[Fact]
@ -42,7 +58,7 @@ public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIde
{
(await ClaimTypeRepository.GetCountAsync("Age")).ShouldBe(1);
}
[Fact]
public async Task GetListAsyncByNames()
{
@ -50,4 +66,45 @@ public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIde
result.Count.ShouldBe(2);
}
[Fact]
public async Task DeleteAsync()
{
var ageClaim = await ClaimTypeRepository.FindAsync(IdentityTestData.AgeClaimId);
ageClaim.ShouldNotBeNull();
using (var uow = UnitOfWorkManager.Begin())
{
var john = await UserRepository.FindAsync(IdentityTestData.UserJohnId);
john.ShouldNotBeNull();
await IdentityUserManager.AddClaimAsync(john, new Claim(ageClaim.Name, "18"));
var userClaims = await IdentityUserManager.GetClaimsAsync(john);
userClaims.ShouldContain(c => c.Type == ageClaim.Name && c.Value == "18");
var saleRole = await RoleRepository.FindAsync(IdentityTestData.RoleSaleId);
saleRole.ShouldNotBeNull();
await IdentityRoleManager.AddClaimAsync(saleRole, new Claim(ageClaim.Name, "18"));
var roleClaims = await IdentityRoleManager.GetClaimsAsync(saleRole);
roleClaims.ShouldContain(c => c.Type == ageClaim.Name && c.Value == "18");
await uow.CompleteAsync();
}
await IdentityClaimTypeManager.DeleteAsync(ageClaim.Id);
using (var uow = UnitOfWorkManager.Begin())
{
var john = await UserRepository.FindAsync(IdentityTestData.UserJohnId);
john.ShouldNotBeNull();
var userClaims = await IdentityUserManager.GetClaimsAsync(john);
userClaims.ShouldNotContain(c => c.Type == ageClaim.Name && c.Value == "18");
var saleRole = await RoleRepository.FindAsync(IdentityTestData.RoleSaleId);
saleRole.ShouldNotBeNull();
var roleClaims = await IdentityRoleManager.GetClaimsAsync(saleRole);
roleClaims.ShouldNotContain(c => c.Type == ageClaim.Name && c.Value == "18");
await uow.CompleteAsync();
}
}
}

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

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

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

@ -12,15 +12,15 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~8.1.1",
"@abp/ng.components": "~8.1.1",
"@abp/ng.core": "~8.1.1",
"@abp/ng.oauth": "~8.1.1",
"@abp/ng.identity": "~8.1.1",
"@abp/ng.setting-management": "~8.1.1",
"@abp/ng.tenant-management": "~8.1.1",
"@abp/ng.theme.shared": "~8.1.1",
"@abp/ng.theme.lepton-x": "~3.1.1",
"@abp/ng.account": "~8.1.3",
"@abp/ng.components": "~8.1.3",
"@abp/ng.core": "~8.1.3",
"@abp/ng.oauth": "~8.1.3",
"@abp/ng.identity": "~8.1.3",
"@abp/ng.setting-management": "~8.1.3",
"@abp/ng.tenant-management": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"@abp/ng.theme.lepton-x": "~3.1.3",
"@angular/animations": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1",
@ -36,7 +36,7 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@abp/ng.schematics": "~8.1.1",
"@abp/ng.schematics": "~8.1.3",
"@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.1.0",

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
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@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

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

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

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

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.1.tgz#39836af64c26cd0eb761a8f2e5a8f22baf36f7be"
integrity sha512-V3Ob4t/G1iAkUp/MdiLTwy7Y+cBh73Y2AV9SNh2p4Ca+Cgd8F8Nk7luIAXWaByZFzzXJyxj8Mn6giaiiHyoHlw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.1.tgz#5f7a1c7a71f6bb12a9eb1da0963c9357718efe49"
integrity sha512-dn8DEYq4IauXoC7CXbqhfpeOu0lPCNYGl1eocvvMYQ7m3c5FGo2R/sbpnxS6VTY/LRPxjNh7/jFDxTnI5g/pzg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.1"
"@abp/bootstrap" "~8.1.1"
"@abp/bootstrap-datepicker" "~8.1.1"
"@abp/bootstrap-daterangepicker" "~8.1.1"
"@abp/datatables.net-bs5" "~8.1.1"
"@abp/font-awesome" "~8.1.1"
"@abp/jquery-form" "~8.1.1"
"@abp/jquery-validation-unobtrusive" "~8.1.1"
"@abp/lodash" "~8.1.1"
"@abp/luxon" "~8.1.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.1"
"@abp/moment" "~8.1.1"
"@abp/select2" "~8.1.1"
"@abp/sweetalert2" "~8.1.1"
"@abp/timeago" "~8.1.1"
"@abp/toastr" "~8.1.1"
"@abp/aspnetcore.mvc.ui@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.1.tgz#7788f2bdf9482ba8c6841346e1c9468ad2f8bf1d"
integrity sha512-vOw0l79xDXXzW8aCxMp7cwZ8bkcP2/igDo7jjJSldRYqVABDmxTt0+1azEWgGppdidugDaJGVh9eLg7MczVv+A==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,185 +43,185 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.1.tgz#3f8d67f2c05d20b3259bb998ebc5ba9308fdf9d0"
integrity sha512-JlfVx+7r0laTUl0LLKWEiROAU5sGCSI6xAptAlsTLTTh7qFQEK5v8NLtf+erVE8EeBbFpSXoELbhhjjqiAGvyw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.1.tgz#e0880705fa08e62d49f88f56d42b678bf519b682"
integrity sha512-wREfRwcn0FnkuxebCd2OOVy2rPYE1cPy1LTF3BQJ8rmFqiM1t0hhW+gFyzMygbbTfMLROvkj5yoTbF4/nf6hGQ==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.1.tgz#0bdfa4964e6886d638ffa1c54b683944e0d8f924"
integrity sha512-4IBzbC19S9CsybbhHls916rPFs5US8YX9hnrINnSsKdH5d9TzdyX9yDIagphpTz2RciUs5XDzT1afKFCqA6pnA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.1.tgz#8cac7c2258e54afdea9cfbf371366028e272759b"
integrity sha512-GJ5I0JRBfP46UxViaMMhi6+Vw8inw+/x2eTdjy5scEH/Omelk6KFwZdZU+1II31pP7Tw5n/+QTZxQChyD//ydQ==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.1.tgz#e6b3d39e085ea54f6e91de0322ba809bf77feef2"
integrity sha512-nk3rxfd7ZzEssJDkIJywTE9AnPZAKErh3U6Wy01b5BojCbyyYSS8uemAg0FssRJI+zh2+GqK3rBDkGuw2JMiUA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.1"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.1.tgz#c07ddc7fb4495bd4920b46f378f26f2abc7be181"
integrity sha512-2iRFBXinJpG1KbNZ4Qg0cjJsZTYsZWgzgfeaHFiAGlgUClBS71CfTEdzuXxV+fB8LfQSz+imh3sVlU+SGaqNFw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.1"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.1.tgz#7fc2fd6f60756ff17a0fc8b6ba69c5ee5797774f"
integrity sha512-k7HneXWCEqa33lJxuCgHOPyQjnRBJQW1gmO2BPZjy0hVbLBdViZA5624119xZq2/o0zEsSdrK3+EsXNzSS1wDA==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.1.tgz#e8f777080911f088412259dd9641aed6a01dd3c5"
integrity sha512-3EggV/ekmAGtPJjmGQxow70O1LpB/PGGR+EsGywASzvPq7+3M7yNln4pmOtGlRKnkqaagfqEl1ZRsvMx/E+pbg==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.1.tgz#28c2b89205bc4446972ebd8f2ca6fb2ab9bfb864"
integrity sha512-3+6yre8FieVgNbvco6NBFZ51r+Ey3Kry97wPfZYJQK62lCoDhc9JARFfcrCeR6wY7LQt1WEPSNgYbe7ngXD6Dw==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.1.tgz#9a1dc1030a5a3c6fd894dbb25a895f5ad10135df"
integrity sha512-zieLmxsi/R66BNBjRLCUJiJP7bZ1OTPm+77X/n2Jz7lqHeEKRaiz6b8HYJF7ra6MVsb6yJfVMHGqBCfJBdZZwA==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.1"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.1.tgz#b62d9c58f0ef9b3ece878ede749903621d976a84"
integrity sha512-mHkFbgJv1V77nCQrbkTXMFm+Jo/pyZYI9huNjUvTMfG68EVqfQIepzBD2nTqkJzEo4nPSKI4dApnW3EzWhPtNQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.1.tgz#0e7dee7c7d6565f5aa05c276384274fc99a30bd8"
integrity sha512-V6+bTF8vT6XwGMTDan8so3NbyQYZWHiL7sbb5wDpGunYyLPjWmn17QwZ9/Wa6hK7gVNfRPRAqeJ1aOnm05/HIg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.1.tgz#8c7780c1c00462469e6f7ffab659b9ebff0b629d"
integrity sha512-OERKbrWzzGyeEXJuLBAGvmELW8UbvUFZT1dV2ePik0RYiXRnZSjjD3wntakmfdei0J0UeRa/TdSZwJd1U08VEg==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.1.tgz#82130009fb13166b214b65f8bbc4951313b20fe0"
integrity sha512-XsKu2gc7A4FyT7+tyomjcoxW4+dS28FdJXBi0TzrhK2Vf+xOU2BmnQt2Qscm/uo0iiDMQ9ZLd5kgI7+Xn0E8sA==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.1.tgz#c5515fc66707e96f7aecf8be8e5dd95f67f5e417"
integrity sha512-Oc1Do75jukBGFNw7i3G35q9o+OvhWIyXSoRkTsv6cF0nayKFwhWKlsUbQjRx+4pFBURxJKhbM/MTisRuUax4kg==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.1.tgz#caeecedc4b76443ff3947e20acce195f486e3deb"
integrity sha512-azkWrcu/6Hh/+yaidiOaXzrAU7EO3/ZyFuLADJzz3/YiuUmufovz6F1N1gqCz0lzHmQnpUS+0uD9LYPLT8XYtQ==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.1.tgz#9af0a362fdec253334120481fc21c2932b7ede91"
integrity sha512-ax0sRwXfDsxLj+BKs4QeZPnLiW3FuHqgtllaIrLWqk68lrQp44zxXi7ughSMOPJn5fgzOXBTOIQiDSXUKM9c3A==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/core" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.1.tgz#16b2940248bfe61b05bf56c2c21eb95380a93940"
integrity sha512-ZdfYjrvdyEKLDUHqgXb+FMZAWMun3vg2kTb7V+/zh3SBYASpoHjD1Pah2xlSMwzUx//uMZFsY7Wt3eOFyHDUoQ==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.1.tgz#635f86408c28c2fd49108ce2a93c7d697a57d4c0"
integrity sha512-XwWh2v7u4UDdh9zQxGB04zreVmmbbmRZJq/Ip9grWGG7q+saeTVFx5+SOXYPYZUqitxFMmfBficGO72X5yUfcA==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.1"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.1.tgz#b0ab49c0f3a027f15f7b9666da4f7bc1bed604e8"
integrity sha512-y/OZeNC0YW1cg+EZT2/ck/tYu1Gr4NE7EEGXH7hdMyGYhNHWwCKWg32fYSEz88PBqGO1leNaUALksMUs2Ru2/g==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.1.tgz#bbb00208b2812c0a2122df7f7da3a346f419c162"
integrity sha512-tUWl46S2GN+Lf7GfbB8ywVIV7f/+elwfwXm4pZHYOFIUUYlLMaivzsQ6aluZaMowNKna4Lf+S3FgfNPeVBrs3w==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.1"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.1.tgz#7563b629c46d690912ce61677996197362028a6c"
integrity sha512-I24530OL6ho1+FuySzZBi5KQKQ6meWJvfKPHelKjaF/+qcxIBrB2og3F+JANcbIPuhFzthU8CpLx1ugoZHqZSg==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"
"@abp/virtual-file-explorer@~8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.1.1.tgz#01d6a9807cb8f3ca4642b7bc2d1eeb43a2953485"
integrity sha512-KvF5Q0035r9BZ1wxDbTLU6iQ3eWbGkn6ua/Bmu9ZPGEs23jrh5sgZiuK/Gf+QgmjfKtg0vODJoTC5KiozH+NSg==
"@abp/virtual-file-explorer@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.1.3.tgz#d69742fb65abd32a57da482adfa70b9be28831d4"
integrity sha512-zd3d6iznfVT/LWEfsJ44+8MQqFbCNhg18FbGURdQTZkb05AymMkRUhdjrTI/LJfORcdhoGZ+p1M1/yJ15y1Mbg==
dependencies:
"@abp/clipboard" "~8.1.1"
"@abp/prismjs" "~8.1.1"
"@abp/clipboard" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@fortawesome/fontawesome-free@^6.5.1":
version "6.5.1"

2
npm/lerna.json

@ -1,5 +1,5 @@
{
"version": "8.1.1",
"version": "8.1.3",
"packages": [
"packs/*"
],

42
npm/ng-packs/package.json

@ -44,27 +44,27 @@
},
"private": true,
"devDependencies": {
"@abp/ng.theme.lepton-x": "~3.1.1",
"@abp/utils": "~8.1.1",
"@angular-devkit/build-angular": "~17.3.0",
"@angular-devkit/core": "~17.3.0",
"@angular-devkit/schematics": "~17.3.0",
"@angular-devkit/schematics-cli": "~17.3.0",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "~17.3.0",
"@angular/animations": "~17.3.0",
"@angular/cli": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/language-service": "~17.3.0",
"@angular/localize": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@abp/ng.theme.lepton-x": "~3.1.3",
"@abp/utils": "~8.1.3",
"@angular-devkit/build-angular": "~17.1.0",
"@angular-devkit/core": "~17.1.0",
"@angular-devkit/schematics": "~17.1.0",
"@angular-devkit/schematics-cli": "~17.1.0",
"@angular-eslint/eslint-plugin": "~17.2.0",
"@angular-eslint/eslint-plugin-template": "~17.2.0",
"@angular-eslint/template-parser": "~17.2.0",
"@angular/animations": "~17.1.0",
"@angular/cli": "~17.1.0",
"@angular/common": "~17.1.0",
"@angular/compiler": "~17.1.0",
"@angular/compiler-cli": "~17.1.0",
"@angular/core": "~17.1.0",
"@angular/forms": "~17.1.0",
"@angular/language-service": "~17.1.0",
"@angular/localize": "~17.1.0",
"@angular/platform-browser": "~17.1.0",
"@angular/platform-browser-dynamic": "~17.1.0",
"@angular/router": "~17.1.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
"@ngneat/spectator": "^16.0.0",

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

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

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

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

2
npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html

@ -17,7 +17,7 @@
*ngTemplateOutlet="actionsTemplate || gridActions; context: { $implicit: row, index: i }"
></ng-container>
<ng-template #gridActions>
@if (hasAvailableActions(row)) {
@if (isVisibleActions(row)) {
<abp-grid-actions [index]="i" [record]="row" text="AbpUi::Actions"></abp-grid-actions>
}
</ng-template>

29
npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.ts

@ -206,20 +206,25 @@ export class ExtensibleTableComponent<R = any> implements OnChanges {
});
}
hasAvailableActions(rowData): boolean {
let isActionAvailable = true;
this.actionList.toArray().map(action => {
isVisibleActions(rowData: any): boolean {
const actions = this.actionList.toArray();
const visibleActions = actions.filter(action => {
const { visible, permission } = action;
if (rowData && action) {
const visibilityCheck = visible({
record: rowData,
getInjected: this.getInjected,
});
const permissionCheck = this.permissionService.getGrantedPolicy(permission);
isActionAvailable = visibilityCheck && permissionCheck;
let isVisible = true;
let hasPermission = true;
if (visible) {
isVisible = visible({ record: rowData, getInjected: this.getInjected });
}
if (permission) {
hasPermission = this.permissionService.getGrantedPolicy(permission);
}
return isVisible && hasPermission;
});
return isActionAvailable;
return visibleActions.length > 0;
}
}

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

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

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

@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "8.1.1",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/utils": "~8.1.1",
"@abp/utils": "~8.1.3",
"just-clone": "^6.0.0",
"just-compare": "^2.0.0",
"ts-toolbelt": "6.15.4",

17
npm/ng-packs/packages/core/src/lib/core.module.ts

@ -24,7 +24,7 @@ import { ToInjectorPipe } from './pipes/to-injector.pipe';
import { CookieLanguageProvider } from './providers/cookie-language.provider';
import { LocaleProvider } from './providers/locale.provider';
import { LocalizationService } from './services/localization.service';
import { OTHERS_GROUP } from './tokens';
import { DISABLE_PROJECT_NAME, OTHERS_GROUP } from './tokens';
import { localizationContributor, LOCALIZATIONS } from './tokens/localization.token';
import { CORE_OPTIONS, coreOptionsFactory } from './tokens/options.token';
import { TENANT_KEY } from './tokens/tenant-key.token';
@ -40,12 +40,11 @@ import { DefaultQueueManager } from './utils/queue';
import { IncludeLocalizationResourcesProvider } from './providers/include-localization-resources.provider';
import { SORT_COMPARE_FUNC, compareFuncFactory } from './tokens/compare-func.token';
import { AuthErrorFilterService } from './abstracts';
import { DYNAMIC_LAYOUTS_TOKEN } from "./tokens/dynamic-layout.token";
import { DEFAULT_DYNAMIC_LAYOUTS } from "./constants";
import { DYNAMIC_LAYOUTS_TOKEN } from './tokens/dynamic-layout.token';
import { DEFAULT_DYNAMIC_LAYOUTS } from './constants';
import { AbpTitleStrategy } from './services/title-strategy.service';
import { LocalStorageListenerService } from './services/local-storage-listener.service';
const standaloneDirectives = [
AutofocusDirective,
InputEventDebounceDirective,
@ -201,12 +200,16 @@ export class CoreModule {
IncludeLocalizationResourcesProvider,
{
provide: DYNAMIC_LAYOUTS_TOKEN,
useValue: options.dynamicLayouts || DEFAULT_DYNAMIC_LAYOUTS
useValue: options.dynamicLayouts || DEFAULT_DYNAMIC_LAYOUTS,
},
{
provide: TitleStrategy,
useExisting: AbpTitleStrategy
}
useExisting: AbpTitleStrategy,
},
{
provide: DISABLE_PROJECT_NAME,
useValue: options.disableProjectNameInTitle || false,
},
],
};
}

1
npm/ng-packs/packages/core/src/lib/models/common.ts

@ -15,6 +15,7 @@ export namespace ABP {
localizations?: Localization[];
othersGroup?: string;
dynamicLayouts?: Map<string, string>;
disableProjectNameInTitle?: boolean;
}
export interface Child {

25
npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts

@ -2,21 +2,18 @@ import { Injectable, effect, inject } from '@angular/core';
import { toSignal } from '@angular/core/rxjs-interop';
import { TitleStrategy, RouterStateSnapshot } from '@angular/router';
import { Title } from '@angular/platform-browser';
import { ConfigStateService } from './config-state.service';
import { LocalizationService } from './localization.service';
import { DISABLE_PROJECT_NAME } from '../tokens';
@Injectable({
providedIn: 'root',
})
export class AbpTitleStrategy extends TitleStrategy {
protected readonly title = inject(Title);
protected readonly configState = inject(ConfigStateService);
protected readonly localizationService = inject(LocalizationService);
protected readonly disableProjectName = inject(DISABLE_PROJECT_NAME, { optional: true });
protected routerState: RouterStateSnapshot;
projectName = toSignal(this.configState.getDeep$('localization.defaultResourceName'), {
initialValue: 'MyProjectName',
});
langugageChange = toSignal(this.localizationService.languageChange$);
constructor() {
@ -30,14 +27,22 @@ export class AbpTitleStrategy extends TitleStrategy {
override updateTitle(routerState: RouterStateSnapshot) {
this.routerState = routerState;
let title = this.buildTitle(routerState);
const title = this.buildTitle(routerState);
const projectName = this.localizationService.instant({
key: '::AppName',
defaultValue: 'MyProjectName',
});
if (!title) {
this.title.setTitle(this.projectName());
return;
return this.title.setTitle(projectName);
}
let localizedText = this.localizationService.instant({ key: title, defaultValue: title });
if (!this.disableProjectName) {
localizedText += ` | ${projectName}`;
}
const localizedTitle = this.localizationService.instant({ key: title, defaultValue: title });
this.title.setTitle(`${localizedTitle} | ${this.projectName()}`);
this.title.setTitle(localizedText);
}
}

3
npm/ng-packs/packages/core/src/lib/tokens/index.ts

@ -14,4 +14,5 @@ export * from './check-authentication-state';
export * from './http-context.token';
export * from './others-group.token';
export * from './tenant-not-found-by-name';
export * from './compare-func.token'
export * from './compare-func.token';
export * from './title-strategy-disable-project-name.token';

3
npm/ng-packs/packages/core/src/lib/tokens/title-strategy-disable-project-name.token.ts

@ -0,0 +1,3 @@
import { InjectionToken } from '@angular/core';
export const DISABLE_PROJECT_NAME = new InjectionToken<boolean>('DISABLE_APP_NAME');

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

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

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

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

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

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

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

@ -1,14 +1,14 @@
{
"name": "@abp/ng.oauth",
"version": "8.1.1",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~8.1.1",
"@abp/utils": "~8.1.1",
"@abp/ng.core": "~8.1.3",
"@abp/utils": "~8.1.3",
"angular-oauth2-oidc": "^17.0.0",
"just-clone": "^6.0.0",
"just-compare": "^2.0.0",

3
npm/ng-packs/packages/oauth/src/lib/services/remember-me.service.ts

@ -21,7 +21,8 @@ export class RememberMeService {
}
getFromToken(accessToken: string) {
const parsedToken = JSON.parse(atob(accessToken.split('.')[1]));
const tokenBody = accessToken.split('.')[1].replace(/-/g, '+').replace(/_/g, '/');
const parsedToken = JSON.parse(atob(tokenBody));
return Boolean(parsedToken[this.#rememberMe]);
}
}

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

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

8
npm/ng-packs/packages/permission-management/src/lib/components/permission-management.component.html

@ -70,10 +70,7 @@
</div>
<hr class="my-2" />
@for (permission of selectedGroupPermissions; track $index; let i = $index) {
<div
[ngStyle]="permission.style"
class="form-check mb-2"
>
<div [ngStyle]="permission.style" class="form-check mb-2">
<input
#permissionCheckbox
type="checkbox"
@ -88,8 +85,7 @@
>{{ permission.displayName }}
@if (!hideBadges) {
@for (provider of permission.grantedProviders; track $index) {
<span
class="badge bg-light text-dark"
<span class="badge bg-primary text-dark"
>{{ provider.providerName }}: {{ provider.providerKey }}</span
>
}

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

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

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

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

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

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

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

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

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

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

4
npm/ng-packs/packages/theme-shared/src/lib/adapters/time.adapter.ts

@ -21,7 +21,9 @@ export class TimeAdapter extends NgbTimeAdapter<string | Date> {
}
toModel(value: NgbTimeStruct | null): string {
if (!value) return '';
if (!value) {
return null;
}
const date = new Date(0, 0, 1, value.hour, value.minute, value.second);
const formattedDate = formatDate(date, 'HH:mm:ss', 'en');

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

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

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

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

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

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

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

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

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

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

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

@ -1,7 +1,7 @@
{
"name": "@abp/aspnetcore.mvc.ui",
"version": "8.1.1",
"lockfileVersion": 3,
"version": "8.1.3",
"lockfileVersion": 1,
"requires": true,
"packages": {
"": {

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

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

10
npm/packs/blogging/package.json

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

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

@ -1,5 +1,5 @@
{
"version": "8.1.1",
"version": "8.1.3",
"name": "@abp/bootstrap-datepicker",
"repository": {
"type": "git",

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

@ -1,5 +1,5 @@
{
"version": "8.1.1",
"version": "8.1.3",
"name": "@abp/bootstrap-daterangepicker",
"repository": {
"type": "git",

4
npm/packs/bootstrap/package.json

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

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

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

4
npm/packs/clipboard/package.json

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

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

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

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

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

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

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

4
npm/packs/codemirror/package.json

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

4
npm/packs/core/package.json

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

4
npm/packs/cropperjs/package.json

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

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

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

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

@ -1,11 +1,11 @@
{
"version": "8.1.1",
"version": "8.1.3",
"name": "@abp/datatables.net-bs5",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~8.1.1",
"@abp/datatables.net": "~8.1.3",
"datatables.net-bs5": "^2.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

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

12
npm/packs/docs/package.json

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

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

@ -1,5 +1,5 @@
{
"version": "8.1.1",
"version": "8.1.3",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"

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

@ -1,5 +1,5 @@
{
"version": "8.1.1",
"version": "8.1.3",
"name": "@abp/flag-icons",
"publishConfig": {
"access": "public"

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

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

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

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

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

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

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

Loading…
Cancel
Save