Browse Source

Merge pull request #2 from abpframework/dev

merge
pull/13021/head
Marcelo M. Maciel 4 years ago
committed by GitHub
parent
commit
c098942297
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 69
      docs/en/Blog-Posts/2022-06-15 v5_3_Release_Stable/POST.md
  2. 2
      docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md
  3. 2
      docs/en/UI/Blazor/Basic-Theme.md
  4. 6
      framework/src/Volo.Abp.Core/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs
  5. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  6. 224
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock
  7. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  8. 260
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  9. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  10. 298
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  11. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  12. 238
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  13. 10
      modules/cms-kit/angular/package.json
  14. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  15. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  16. 238
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  17. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  18. 238
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  19. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  20. 372
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  21. 4
      modules/docs/app/VoloDocs.Web/package.json
  22. 298
      modules/docs/app/VoloDocs.Web/yarn.lock
  23. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  24. 238
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  25. 4
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json
  26. 272
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock
  27. 2
      npm/lerna.json
  28. 2
      npm/ng-packs/lerna.version.json
  29. 24
      npm/ng-packs/package.json
  30. 6
      npm/ng-packs/packages/account-core/package.json
  31. 6
      npm/ng-packs/packages/account/package.json
  32. 6
      npm/ng-packs/packages/components/package.json
  33. 4
      npm/ng-packs/packages/core/package.json
  34. 120
      npm/ng-packs/packages/core/src/lib/core.module.ts
  35. 3
      npm/ng-packs/packages/core/src/lib/services/list.service.ts
  36. 4
      npm/ng-packs/packages/feature-management/package.json
  37. 6
      npm/ng-packs/packages/identity/package.json
  38. 4
      npm/ng-packs/packages/permission-management/package.json
  39. 2
      npm/ng-packs/packages/schematics/package.json
  40. 6
      npm/ng-packs/packages/setting-management/package.json
  41. 6
      npm/ng-packs/packages/tenant-management/package.json
  42. 6
      npm/ng-packs/packages/theme-basic/package.json
  43. 4
      npm/ng-packs/packages/theme-shared/extensions/src/lib/components/abstract-actions/abstract-actions.component.ts
  44. 4
      npm/ng-packs/packages/theme-shared/extensions/src/lib/components/page-toolbar/page-toolbar.component.html
  45. 44
      npm/ng-packs/packages/theme-shared/extensions/src/lib/components/page-toolbar/page-toolbar.component.ts
  46. 22
      npm/ng-packs/packages/theme-shared/extensions/src/lib/models/toolbar-actions.ts
  47. 35
      npm/ng-packs/packages/theme-shared/extensions/src/lib/pipes/create-injector.pipe.ts
  48. 3
      npm/ng-packs/packages/theme-shared/extensions/src/lib/ui-extensions.module.ts
  49. 1
      npm/ng-packs/packages/theme-shared/extensions/src/public-api.ts
  50. 4
      npm/ng-packs/packages/theme-shared/package.json
  51. 4
      npm/packs/anchor-js/package.json
  52. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  53. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  54. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  55. 30
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  56. 2
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  57. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  58. 10
      npm/packs/blogging/package.json
  59. 2
      npm/packs/bootstrap-datepicker/package.json
  60. 4
      npm/packs/bootstrap/package.json
  61. 2
      npm/packs/chart.js/package.json
  62. 4
      npm/packs/clipboard/package.json
  63. 12
      npm/packs/cms-kit.admin/package.json
  64. 6
      npm/packs/cms-kit.public/package.json
  65. 6
      npm/packs/cms-kit/package.json
  66. 4
      npm/packs/codemirror/package.json
  67. 4
      npm/packs/core/package.json
  68. 4
      npm/packs/cropperjs/package.json
  69. 4
      npm/packs/datatables.net-bs4/package.json
  70. 4
      npm/packs/datatables.net-bs5/package.json
  71. 4
      npm/packs/datatables.net/package.json
  72. 12
      npm/packs/docs/package.json
  73. 2
      npm/packs/flag-icon-css/package.json
  74. 4
      npm/packs/font-awesome/package.json
  75. 4
      npm/packs/highlight.js/package.json
  76. 4
      npm/packs/jquery-form/package.json
  77. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  78. 4
      npm/packs/jquery-validation/package.json
  79. 4
      npm/packs/jquery/package.json
  80. 4
      npm/packs/jstree/package.json
  81. 4
      npm/packs/lodash/package.json
  82. 4
      npm/packs/luxon/package.json
  83. 4
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  84. 4
      npm/packs/markdown-it/package.json
  85. 4
      npm/packs/owl.carousel/package.json
  86. 4
      npm/packs/popper.js/package.json
  87. 6
      npm/packs/prismjs/package.json
  88. 4
      npm/packs/select2/package.json
  89. 4
      npm/packs/signalr/package.json
  90. 2
      npm/packs/slugify/package.json
  91. 4
      npm/packs/star-rating-svg/package.json
  92. 4
      npm/packs/sweetalert2/package.json
  93. 4
      npm/packs/timeago/package.json
  94. 4
      npm/packs/toastr/package.json
  95. 6
      npm/packs/tui-editor/package.json
  96. 4
      npm/packs/uppy/package.json
  97. 2
      npm/packs/utils/package.json
  98. 4
      npm/packs/vee-validate/package.json
  99. 6
      npm/packs/virtual-file-explorer/package.json
  100. 2
      npm/packs/vue/package.json

69
docs/en/Blog-Posts/2022-06-15 v5_3_Release_Stable/POST.md

@ -0,0 +1,69 @@
# ABP.IO Platform 5.3 Final Has Been Released!
[ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/) 5.3 versions have been released today.
## What's New With 5.3?
Since all the new features are already explained in details with the [5.3 RC Announcement Post](https://blog.abp.io/abp/ABP.IO-Platform-5.3-RC-Has-Been-Published), I will not repeat all the details again. See the [RC Blog Post](https://blog.abp.io/abp/ABP.IO-Platform-5.3-RC-Has-Been-Published) for all the features and enhancements.
## Getting Started with 5.3
### Creating New Solutions
You can create a new solution with the ABP Framework version 5.3 by either using the `abp new` command or using the **direct download** tab on the [get started page](https://abp.io/get-started).
> See the [getting started document](https://docs.abp.io/en/abp/latest/Getting-Started) for more.
### How to Upgrade an Existing Solution
#### Install/Update the ABP CLI
First of all, install the ABP CLI or upgrade to the latest version.
If you haven't installed it yet:
```bash
dotnet tool install -g Volo.Abp.Cli
```
To update an existing installation:
```bash
dotnet tool update -g Volo.Abp.Cli
```
#### Upgrading Existing Solutions with the ABP Update Command
[ABP CLI](https://docs.abp.io/en/abp/latest/CLI) provides a handy command to update all the ABP related NuGet and NPM packages in your solution with a single command:
```bash
abp update
```
Run this command in the root folder of your solution.
## Migration Guides
Check the following migration guides for the applications with version 5.2 that are upgrading to version 5.3.
* [ABP Framework 5.2 to 5.3 migration guide](https://docs.abp.io/en/abp/5.3/Migration-Guides/Abp-5_3)
* [ABP Commercial 5.2 to 5.3 migration guide](https://docs.abp.io/en/commercial/5.3/migration-guides/v5_3)
## Community News
### New ABP Community Posts
Here are some of the recent posts added to the [ABP Community](https://community.abp.io/):
* [Integrating Elsa .NET Workflows with ABP Commercial](https://community.abp.io/posts/integrating-elsa-.net-workflows-with-abp-commercial-io32k420) by [kirtik](https://community.abp.io/members/kirtik).
* [ABP's Conventional Dependency Injection](https://community.abp.io/posts/abps-conventional-dependency-injection-948toiqy) by [iyilm4z](https://github.com/iyilm4z).
* [How to implement Single Sign-On with ABP commercial application](https://community.abp.io/posts/how-to-implement-single-signon-with-abp-commercial-application-m5ek38y9) by [kirtik](https://community.abp.io/members/kirtik).
* [Introduce DTM for Multi-Tenant Multi-Database Scene](https://community.abp.io/posts/introduce-dtm-for-multitenant-multidatabase-scene-23ziikbe) by [gdlcf88](https://github.com/gdlcf88).
Thanks to the ABP Community for all the contents they have published. You can also [post your ABP related (text or video) contents](https://community.abp.io/articles/submit) to the ABP Community.
## About the Next Version
The next feature version will be 6.0. It is planned to release the 6.0 RC (Release Candidate) on July 12 and the final version on August 16, 2022. You can follow the [release planning here](https://github.com/abpframework/abp/milestones).
Please [submit an issue](https://github.com/abpframework/abp/issues/new) if you have any problems with this version.

2
docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md

@ -22,7 +22,7 @@ Unix: `templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/apps
You need to install SQL Server and Redis. You can install these programs without docker, but my example uses docker containers. Your computer should have Docker Engine. Then open the terminal en execute the commands one by one.
For the Sql Server
docker run -v sqlvolume:/var/opt/mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourpassword -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-CU3-ubuntu-18.04
docker run -v sqlvolume:/var/opt/mssql -e 'ACCEPT_EULA=Y' -e "SA_PASSWORD=yourpassword" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-CU3-ubuntu-18.04
For the Redis

2
docs/en/UI/Blazor/Basic-Theme.md

@ -87,7 +87,7 @@ See the [Customization / Overriding Components](Customization-Overriding-Compone
### Copy & Customize
You can run the following [ABP CLI](../../CLI.md) command in **Blazor WebAssembly** project directory to copy the source code to your solution:
You can run the following [ABP CLI](../../CLI.md) command in **Blazor{{if UI == "Blazor"}}WebAssembly{{else}} Server{{end}}** project directory to copy the source code to your solution:
{{if UI == "Blazor"}}

6
framework/src/Volo.Abp.Core/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs

@ -3,6 +3,7 @@ using System.Linq;
using System.Reflection;
using JetBrains.Annotations;
using Volo.Abp;
using Volo.Abp.Reflection;
namespace Microsoft.Extensions.DependencyInjection;
@ -18,6 +19,11 @@ public static class ServiceCollectionCommonExtensions
return services.Any(d => d.ServiceType == type);
}
public static ITypeFinder GetTypeFinder(this IServiceCollection services)
{
return services.GetSingletonInstance<ITypeFinder>();
}
public static T GetSingletonInstanceOrNull<T>(this IServiceCollection services)
{
return (T)services

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

@ -3,7 +3,7 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^5.3.0-rc.3",
"@abp/aspnetcore.mvc.ui.theme.shared": "^5.3.0",
"highlight.js": "^9.13.1"
},
"devDependencies": {}

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

@ -2,30 +2,30 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.shared@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.shared@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -34,144 +34,144 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3",
"@abp/prismjs": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0",
"@abp/prismjs": "^5.3.0"
},
"devDependencies": {}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,161 +41,161 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/clipboard@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0-rc.3.tgz#30ed8014dfc383f53df91553cef8d405a6d9070a"
integrity sha512-4IVMgasvomY8Q0m1Y48VJr5TK3+BmeAQhEp+B4h2whE+/uIFpAhFWS5U0Bie9GjqQdEEqJ1a01tn16fK9jpzcw==
"@abp/clipboard@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0.tgz#579bbc786d32c4e07c969073872b936575df7a9c"
integrity sha512-J55jQnzPOOAwo70GK9hAB3JxG7rz75tex+17QSFjW7/dXVWt1bPIDRHh/a1wiLEgYc6btsSGhptLtkYAfWpq6w==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
clipboard "^2.0.8"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/prismjs@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0-rc.3.tgz#c382946b15c820a01e3833ba5c4b3f6d52f8365c"
integrity sha512-a/lahdqzBEcsQ8j9Vjg8KC8xyDroGBi+4NIV2wb+k0CAaA49L25lfq0RSCji5RgyZ9Hjznhg/NyD6AFKaB3ykA==
"@abp/prismjs@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0.tgz#658a371023d9a3de9ecfff1f10bae7a83064fac7"
integrity sha512-NPsYJ9oj/57vG+eVGpDkJcdPAx4WlXTVEUZWWxmaXuM9sHY1/2av975Qk8R5HG6fC74w3DrVCP8YQvU6jlaF1w==
dependencies:
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/core" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0"
"@abp/core" "~5.3.0"
prismjs "^1.26.0"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3",
"@abp/blogging": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0",
"@abp/blogging": "^5.3.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,187 +41,187 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/blogging@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-5.3.0-rc.3.tgz#8fae4cde6d81edd1a00fe79cb42c7f05ed21bb69"
integrity sha512-xJ1VIAPCKRJBp9nMl51G+T5/arBFBHRVX3JXssnzimT1QbPqeDHaDjw3QIYoKPvXif5WvGs1xtmaXrCm9wXVSA==
"@abp/blogging@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-5.3.0.tgz#ccc257d04e586e66e2350b3f3bdc77d55171b516"
integrity sha512-ZeMaprd1MXXebCX1ocyQO7n62tx3+ly0FFTbXRAL/aBRANWVZ+M3c6vPixwJZVyY8CfGHrN+chseD7Tnczw0zA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/owl.carousel" "~5.3.0-rc.3"
"@abp/prismjs" "~5.3.0-rc.3"
"@abp/tui-editor" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/owl.carousel" "~5.3.0"
"@abp/prismjs" "~5.3.0"
"@abp/tui-editor" "~5.3.0"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/clipboard@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0-rc.3.tgz#30ed8014dfc383f53df91553cef8d405a6d9070a"
integrity sha512-4IVMgasvomY8Q0m1Y48VJr5TK3+BmeAQhEp+B4h2whE+/uIFpAhFWS5U0Bie9GjqQdEEqJ1a01tn16fK9jpzcw==
"@abp/clipboard@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0.tgz#579bbc786d32c4e07c969073872b936575df7a9c"
integrity sha512-J55jQnzPOOAwo70GK9hAB3JxG7rz75tex+17QSFjW7/dXVWt1bPIDRHh/a1wiLEgYc6btsSGhptLtkYAfWpq6w==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
clipboard "^2.0.8"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/owl.carousel@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-5.3.0-rc.3.tgz#658a1703840205eb510c5183ae8b1dfdc18ae935"
integrity sha512-HgUsMdQEPOiKaMhuBnAfnC4ixQfvPLCYGUq9yABvriM1p7o5REmz3ClbTFY2mpAL0jhl6BR/TNavuGsfFo2bUA==
"@abp/owl.carousel@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-5.3.0.tgz#65f4459fa25f3aadf7bbd11e7202dfc4bc50c943"
integrity sha512-ku7a6Yq46lXU3RMnYDPBb5fCYr2Il1U/iGv+rFLueJ2Y06gvLBOEYF+5VAK+nv6Q6nvUdtubOC5SX9Hn2VHtjQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
owl.carousel "^2.3.4"
"@abp/prismjs@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0-rc.3.tgz#c382946b15c820a01e3833ba5c4b3f6d52f8365c"
integrity sha512-a/lahdqzBEcsQ8j9Vjg8KC8xyDroGBi+4NIV2wb+k0CAaA49L25lfq0RSCji5RgyZ9Hjznhg/NyD6AFKaB3ykA==
"@abp/prismjs@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0.tgz#658a371023d9a3de9ecfff1f10bae7a83064fac7"
integrity sha512-NPsYJ9oj/57vG+eVGpDkJcdPAx4WlXTVEUZWWxmaXuM9sHY1/2av975Qk8R5HG6fC74w3DrVCP8YQvU6jlaF1w==
dependencies:
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/core" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0"
"@abp/core" "~5.3.0"
prismjs "^1.26.0"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/tui-editor@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.0-rc.3.tgz#15059c844009e4fea931fc5ef1c7e7128dd453ee"
integrity sha512-m1CLpUzQsJaea3jKPBkII9+erHn+6kvltJXMePI5DSXDGYvaEZiO05pbk30rk0QsSYm++jTiGS+83JllfR/tTA==
"@abp/tui-editor@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.0.tgz#99969b636687a6ca4fc651129d12b8a19499c32c"
integrity sha512-FldoVDpVnbBd7jirGnsVDho9hV6Qg2lU4YB5iUgkuMjAEVO/QOb25FK4Fei1jwioE6fjbyF9cwG7WDnG/YEc3g==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/prismjs" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
"@abp/prismjs" "~5.3.0"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,144 +41,144 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.3.0"

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

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

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

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

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

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

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,144 +41,144 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,144 +41,144 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3",
"@abp/cms-kit": "5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0",
"@abp/cms-kit": "5.3.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,243 +41,243 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/clipboard@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0-rc.3.tgz#30ed8014dfc383f53df91553cef8d405a6d9070a"
integrity sha512-4IVMgasvomY8Q0m1Y48VJr5TK3+BmeAQhEp+B4h2whE+/uIFpAhFWS5U0Bie9GjqQdEEqJ1a01tn16fK9jpzcw==
"@abp/clipboard@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0.tgz#579bbc786d32c4e07c969073872b936575df7a9c"
integrity sha512-J55jQnzPOOAwo70GK9hAB3JxG7rz75tex+17QSFjW7/dXVWt1bPIDRHh/a1wiLEgYc6btsSGhptLtkYAfWpq6w==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
clipboard "^2.0.8"
"@abp/cms-kit.admin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-5.3.0-rc.3.tgz#008b3b76cc8254ce195b464ade2faaebc5a67e9b"
integrity sha512-z0NCiPGLi1vuh6fyWlnewqyYiyRU8KSQ5s7coWSp1IILjQx+C3vLYctdjpCL2iUC06pJp9zwR+obT2vW7a17YA==
"@abp/cms-kit.admin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-5.3.0.tgz#5cdb2df086887009a6cf96743586df513a1741ce"
integrity sha512-dO68zu1q5iE8xVY5YUFyl8OLeHcqIRc8/JmGDalhPF+714aQEWEB1OtLBPjyadLzaYZkoIbppePW1E0zGtwtog==
dependencies:
"@abp/codemirror" "~5.3.0-rc.3"
"@abp/jstree" "~5.3.0-rc.3"
"@abp/slugify" "~5.3.0-rc.3"
"@abp/tui-editor" "~5.3.0-rc.3"
"@abp/uppy" "~5.3.0-rc.3"
"@abp/codemirror" "~5.3.0"
"@abp/jstree" "~5.3.0"
"@abp/slugify" "~5.3.0"
"@abp/tui-editor" "~5.3.0"
"@abp/uppy" "~5.3.0"
"@abp/cms-kit.public@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-5.3.0-rc.3.tgz#d20c34a3399309e430df844b544bcf823a65d0ea"
integrity sha512-//uKZBdmbpTyvdPxqA3YqfhNgkxsqCJWlhW0WHkYj7VNUDQF92n69GzstPC0IlF1A722GS6ymOQQxEFN2LVyyQ==
"@abp/cms-kit.public@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-5.3.0.tgz#c545edbb4d2ee0c4d4d99cb597353635a336f607"
integrity sha512-hY+1j3ZqgU2D86/677yGEbbbMntqEy+drbqcj/DkG+YT/pXndJG3XwKZQ/fMpyD4+f9uvTnM1SBdQzvyFSRtMw==
dependencies:
"@abp/highlight.js" "~5.3.0-rc.3"
"@abp/star-rating-svg" "~5.3.0-rc.3"
"@abp/highlight.js" "~5.3.0"
"@abp/star-rating-svg" "~5.3.0"
"@abp/cms-kit@5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-5.3.0-rc.3.tgz#4c4fbf7c4caa4ef559f2d045945e22ae9ef70775"
integrity sha512-8CFKOLVC0HX6uKCO57AVI5peMBineYB0dwJtdCoEAR4BcIOlUeAriTsD7riVOYpJMDk8ZcEYreQpusY/ikwqBg==
"@abp/cms-kit@5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-5.3.0.tgz#5bc0635bcb79615578bf7c86f2b3ee1113e6d5c5"
integrity sha512-1LMeGa/dCaVmrMBdFsYV7DwlAtK4wktrb6SAHYTVDEdbvR306hjvYZBa99w20oXNlmvWDTs/EW5ZPbSyjF+ILw==
dependencies:
"@abp/cms-kit.admin" "~5.3.0-rc.3"
"@abp/cms-kit.public" "~5.3.0-rc.3"
"@abp/cms-kit.admin" "~5.3.0"
"@abp/cms-kit.public" "~5.3.0"
"@abp/codemirror@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-5.3.0-rc.3.tgz#65e253eb2313a9c57c29d7ab3b2dd7740c4a2ab1"
integrity sha512-zf65dI0ScFsIHkGuf8nDLElGWLyMEF7JFyFDrS+TxeiZVTFCuvpjk79Aiptvf2oyYtg21vBxWVca2oif1mr30w==
"@abp/codemirror@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-5.3.0.tgz#16fc4b0158b32d1505d3c3c5adaa4eddbc9f225c"
integrity sha512-xw802zydI4OHk9P2rI4vKgT8wKDAK/JQlEEPIZvPFXNvmfIkV2CDJr0AZkrhYw0AB07EzAQkndPFia8TyW82Pw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
codemirror "^5.65.1"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/highlight.js@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-5.3.0-rc.3.tgz#5a64b01c0a2b580c7281a2e020f4f7d172abf6b4"
integrity sha512-W1KkclGXR7VWmMq317y6dOvRWBNSsOrhMSck/up+uV+wmbqR3ON2Zxh78AqJlUHTQu0PK54CZYi722j3E6Im4A==
"@abp/highlight.js@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-5.3.0.tgz#651817b146b9305ea07938ecceef160ff83413bd"
integrity sha512-bcbz67DzyE5pN+/FsyKEX860j7KUDwL3qot1IH995bGT538Fso6xwwA5r4TpR/A/nEx2frmgljU0erX/9MgKew==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/jstree@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-5.3.0-rc.3.tgz#dc065f231ebd3348f00d03c43bf78f967da3c683"
integrity sha512-7iTzrsX9uXQ6URMkzdy46lBQRX0FO1QPtFs8gSORofxlvz7ZPkpsNcos9+t2p8JmdZdAzl/FN/1oPqust0ZAYA==
"@abp/jstree@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-5.3.0.tgz#20127f006dec2589c76deaf39227af95253952c6"
integrity sha512-ipiXKUAJjqiph4V7qtSfDr9/nU0UViu+zG+GeKdqxgVxFKR92hsisDOKrPJF+XmprLu7o9T7bxsFgS/B6ko4Og==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jstree "^3.3.12"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/prismjs@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0-rc.3.tgz#c382946b15c820a01e3833ba5c4b3f6d52f8365c"
integrity sha512-a/lahdqzBEcsQ8j9Vjg8KC8xyDroGBi+4NIV2wb+k0CAaA49L25lfq0RSCji5RgyZ9Hjznhg/NyD6AFKaB3ykA==
"@abp/prismjs@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0.tgz#658a371023d9a3de9ecfff1f10bae7a83064fac7"
integrity sha512-NPsYJ9oj/57vG+eVGpDkJcdPAx4WlXTVEUZWWxmaXuM9sHY1/2av975Qk8R5HG6fC74w3DrVCP8YQvU6jlaF1w==
dependencies:
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/core" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0"
"@abp/core" "~5.3.0"
prismjs "^1.26.0"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/slugify@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-5.3.0-rc.3.tgz#5b0279a18c9ba79613b91e196af642d16c244893"
integrity sha512-oONsqNzD9GNoxueO0LWYMDAZ/6RTxDgBULTYxS8F0jZdivGYfsgv6xtGi8omKDJq+H5Ap3yw3fw4X78Gy3uIjQ==
"@abp/slugify@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-5.3.0.tgz#b805f0c2965382607ce031b949b01ac82dfaa68c"
integrity sha512-N2SUiYDMAyDrs+a35yTsSknFfGDmWtq1IUcOnb6D0WdGyhOTdeBzn5zAQPXYBH6buAjsQQT5mR1tWS0phICVdg==
dependencies:
slugify "^1.6.5"
"@abp/star-rating-svg@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-5.3.0-rc.3.tgz#0e68f225eae78106d80812fcc32d20bdb3fc11f1"
integrity sha512-VaM6FBY0ePJdXs/yw0Jx+GgRDv3RqrGj7qAdcSyrfqfzhTm97g34RtSHtLTVsvSVn5rLaUn6QEpOvgIF05mJ1A==
"@abp/star-rating-svg@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-5.3.0.tgz#9a5544b3a62df467d04f8c5b73fb6f056cafc8ad"
integrity sha512-DbzCtZE41ELMf22XOXAHbe8zzRuA/BW6s4PxDgk8JEJHAx/BaPOHxauEkd3dpmxBSZGUVaX3RedofnJgIBREEg==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
star-rating-svg "^3.5.0"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/tui-editor@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.0-rc.3.tgz#15059c844009e4fea931fc5ef1c7e7128dd453ee"
integrity sha512-m1CLpUzQsJaea3jKPBkII9+erHn+6kvltJXMePI5DSXDGYvaEZiO05pbk30rk0QsSYm++jTiGS+83JllfR/tTA==
"@abp/tui-editor@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.0.tgz#99969b636687a6ca4fc651129d12b8a19499c32c"
integrity sha512-FldoVDpVnbBd7jirGnsVDho9hV6Qg2lU4YB5iUgkuMjAEVO/QOb25FK4Fei1jwioE6fjbyF9cwG7WDnG/YEc3g==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/prismjs" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
"@abp/prismjs" "~5.3.0"
"@abp/uppy@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-5.3.0-rc.3.tgz#a4048e3c23cb9ac9e3106404b45c634e18a1edbe"
integrity sha512-Imy4AD0WJSVKMsZrovd9U9uASuNmSdTUb7ntM8lXn32vVyT8WLl8Eezwccj9do//ECtS7w8qztSP2+jJUUWoZw==
"@abp/uppy@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-5.3.0.tgz#af4174021849538fe54a46be9325bb6419618ac8"
integrity sha512-5fP/Warb1SWk+ChkMOLa400uv6S5UTC0ujvDUtkPmR6Q7TY4gtg8Eg9VNQJMLBtcC9t3431OjOfP6J+MdUt8CQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
uppy "^1.16.1"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3",
"@abp/docs": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0",
"@abp/docs": "^5.3.0"
}
}

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

@ -2,45 +2,45 @@
# yarn lockfile v1
"@abp/anchor-js@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-5.3.0-rc.3.tgz#e1c2f62b3e01b6b5895bab85fa94623644e6dd6e"
integrity sha512-q3UbE4WTWdWUaD2uETtGiJtqzKK3fQJjczV8DscnbwuwIPXPTT7VnEFNoAu5WEQl/tmBYVxW25IhMoEkqrJ89A==
"@abp/anchor-js@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-5.3.0.tgz#a6786ffc7c646179cdabd6ad05e8801ab9520d1c"
integrity sha512-4mBV86YzkhHbSyMSUGQLmZ2TYGzTQJjO+2TI86BGTwcrEyuuLo0Hbdi6bvSpdctQeQnuQaIREE0nEpPPMwjsDQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
anchor-js "^4.3.1"
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -49,180 +49,180 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/clipboard@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0-rc.3.tgz#30ed8014dfc383f53df91553cef8d405a6d9070a"
integrity sha512-4IVMgasvomY8Q0m1Y48VJr5TK3+BmeAQhEp+B4h2whE+/uIFpAhFWS5U0Bie9GjqQdEEqJ1a01tn16fK9jpzcw==
"@abp/clipboard@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0.tgz#579bbc786d32c4e07c969073872b936575df7a9c"
integrity sha512-J55jQnzPOOAwo70GK9hAB3JxG7rz75tex+17QSFjW7/dXVWt1bPIDRHh/a1wiLEgYc6btsSGhptLtkYAfWpq6w==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
clipboard "^2.0.8"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/docs@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-5.3.0-rc.3.tgz#7fee7afbf8524ec57f0a0337a7233a43b8a51599"
integrity sha512-W9ryWHrojgSKSRUzPUzLmkdq1M3YZwTkXB4pZNkSoknwC1TK/+LQMYCvCVAykRpqpQ6fuKNomhpCabVCcjTFXQ==
"@abp/docs@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-5.3.0.tgz#6d579324861e19fe04026557b078924482832cd3"
integrity sha512-MJNFP6qRdIoZHiBmydniHb8fXVdn1TwCvHL3nTH8efOeRXfj985LXLDwIhem3sOUdJ/bnpRDS8camObScdYWRQ==
dependencies:
"@abp/anchor-js" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/popper.js" "~5.3.0-rc.3"
"@abp/prismjs" "~5.3.0-rc.3"
"@abp/anchor-js" "~5.3.0"
"@abp/clipboard" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/popper.js" "~5.3.0"
"@abp/prismjs" "~5.3.0"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/popper.js@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-5.3.0-rc.3.tgz#d01c8cbfe2bdb75e302483dc8321f5b698a94b99"
integrity sha512-/FjBhHKTDQXDi3xsBQVuUIuIJoN230q5EsG5IGHXHUJr9pnlC4ZhYJlfni80XlXuue7X3RiJeZc5P5MyZt4QFA==
"@abp/popper.js@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-5.3.0.tgz#7042fc857ccc7a43f5c4d4411910e9e1b2e57384"
integrity sha512-+LQWbZGNCfxOGWHnP40R0SpG4O4ft0JPla9JCaKw0rFPyel0ih3M2gpUlKO1a6fKApDxTFQIvJYYRD1tLkMkvw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@popperjs/core" "^2.11.2"
"@abp/prismjs@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0-rc.3.tgz#c382946b15c820a01e3833ba5c4b3f6d52f8365c"
integrity sha512-a/lahdqzBEcsQ8j9Vjg8KC8xyDroGBi+4NIV2wb+k0CAaA49L25lfq0RSCji5RgyZ9Hjznhg/NyD6AFKaB3ykA==
"@abp/prismjs@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0.tgz#658a371023d9a3de9ecfff1f10bae7a83064fac7"
integrity sha512-NPsYJ9oj/57vG+eVGpDkJcdPAx4WlXTVEUZWWxmaXuM9sHY1/2av975Qk8R5HG6fC74w3DrVCP8YQvU6jlaF1w==
dependencies:
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/core" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0"
"@abp/core" "~5.3.0"
prismjs "^1.26.0"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.3.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": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,144 +41,144 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.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": "^5.3.0-rc.3",
"@abp/virtual-file-explorer": "^5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.0",
"@abp/virtual-file-explorer": "^5.3.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0-rc.3.tgz#726ce9dc03974ee192b3bb6a921a33fb69cf7f95"
integrity sha512-yOXp2ZXNGGDHWKHOXjudH1v7MK5ss1kpQ8DeorrboYybdmeWsq7BtrMIfvfudv8iCIWrg5Jmnf3GQ/7hBxdAdg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0-rc.3.tgz#34a752e71b965e762a81d758965a30d140501bc9"
integrity sha512-GnGhj6Y2DE1mrSWmp1jRnNvCsUiugWPKxlv1ue5dCdPVOw14OdXa6tLJwnZ38w9OOCDzXQyDUFdr19+uwOvEzQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0-rc.3"
"@abp/bootstrap" "~5.3.0-rc.3"
"@abp/bootstrap-datepicker" "~5.3.0-rc.3"
"@abp/datatables.net-bs5" "~5.3.0-rc.3"
"@abp/font-awesome" "~5.3.0-rc.3"
"@abp/jquery-form" "~5.3.0-rc.3"
"@abp/jquery-validation-unobtrusive" "~5.3.0-rc.3"
"@abp/lodash" "~5.3.0-rc.3"
"@abp/luxon" "~5.3.0-rc.3"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0-rc.3"
"@abp/select2" "~5.3.0-rc.3"
"@abp/sweetalert2" "~5.3.0-rc.3"
"@abp/timeago" "~5.3.0-rc.3"
"@abp/toastr" "~5.3.0-rc.3"
"@abp/aspnetcore.mvc.ui@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0-rc.3.tgz#810821c844f4a1f248182ed9d3a8b54237b83124"
integrity sha512-1yvpDgZpYegL/JiwPdpCm/VjruEymt5VcamMYLPiUpmGTl0b7QFtUIwjSonE3gHEsBDXj9eCw9Kw3Bi+sd7NNQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.0.tgz#dcdd73d8582c4d14438f70d765170398d5d582fb"
integrity sha512-H6UrafHRI1DHfIoi47gZWHKSanlyAkghtGgUO6GTmPqTubBXjl7Ky3owVUAXvFd49+72gwdCLA/DB0Khjc3Ayw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.0.tgz#84e94845a247815ce981cda2d195944a350530b9"
integrity sha512-RwXxlncjidvh8Hgw91Hz1f5rnfG9hlNROr5bD/kxTUB47vIh/TIBd06UYrYw2/lqFLw5d6wd8q7VLuDjGUQbpg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~5.3.0"
"@abp/bootstrap" "~5.3.0"
"@abp/bootstrap-datepicker" "~5.3.0"
"@abp/datatables.net-bs5" "~5.3.0"
"@abp/font-awesome" "~5.3.0"
"@abp/jquery-form" "~5.3.0"
"@abp/jquery-validation-unobtrusive" "~5.3.0"
"@abp/lodash" "~5.3.0"
"@abp/luxon" "~5.3.0"
"@abp/malihu-custom-scrollbar-plugin" "~5.3.0"
"@abp/select2" "~5.3.0"
"@abp/sweetalert2" "~5.3.0"
"@abp/timeago" "~5.3.0"
"@abp/toastr" "~5.3.0"
"@abp/aspnetcore.mvc.ui@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.0.tgz#e947fd1aecbd2aabc5db4c6a64b78f2690fcf0d4"
integrity sha512-en2YDb/hRG1MKkbli1PYcoeU9OLU0YPSahkIBSfOmMLntAe8y0c2+Xe09chXP4r+GoZu0zd9FM3qqCRZojrlug==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,171 +41,171 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0-rc.3.tgz#f98743539a1e8d883869aa7a759ba1aa00cd0689"
integrity sha512-VNNROxO1wzjG2q35wKEh4STluZllVggNhb0UyGtpZVNbtLydSxeFGHcve26f8UfEWE3WfC5Yyw8nBOHyJxh6tg==
"@abp/bootstrap-datepicker@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.0.tgz#09c44954774d8f52ca8ff6699ad4dbb7cc0308c2"
integrity sha512-AQ26I0jgoCioW1/4XmQIyn1c1+CLv8KTb4Vd4ZbtdYGBkkkUe+JEAWpJSeXlJRr/XrOs0BKWp/fa7Nnwx8srLg==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0-rc.3.tgz#338b5ce194a257e5f14be2344b4e722874273ab1"
integrity sha512-fom2AboT9d1O3K1cOrIFT9l5Cvw2l42BvxEHkV3sXkZxZSstc9exURQn0WmKxWnOMCwM03N2IMKsFlk6SePN2A==
"@abp/bootstrap@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.0.tgz#42dac2d2d6374f39d068a638687039c5c74df123"
integrity sha512-rg9mLcvT4JQRc1rIAhGYK1P2eMRJ1+GArQXV5l7k3FrVU+bRLKdoE6PNpuwXHpdlom4/dOgekfuWH/SAuY5kyw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
bootstrap "^5.1.3"
"@abp/clipboard@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0-rc.3.tgz#30ed8014dfc383f53df91553cef8d405a6d9070a"
integrity sha512-4IVMgasvomY8Q0m1Y48VJr5TK3+BmeAQhEp+B4h2whE+/uIFpAhFWS5U0Bie9GjqQdEEqJ1a01tn16fK9jpzcw==
"@abp/clipboard@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.0.tgz#579bbc786d32c4e07c969073872b936575df7a9c"
integrity sha512-J55jQnzPOOAwo70GK9hAB3JxG7rz75tex+17QSFjW7/dXVWt1bPIDRHh/a1wiLEgYc6btsSGhptLtkYAfWpq6w==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
clipboard "^2.0.8"
"@abp/core@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0-rc.3.tgz#7846bd8582bbb9effdb058b3b815fc1798b33f01"
integrity sha512-RyFoereWj/YOccWFeB5yq4aktKnYl44xrb6LKNkCmcVadbOJ+7AHgHljychTuMZalTvfzW2GcZacIoHw4bhn/A==
"@abp/core@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.0.tgz#032724dd0c0b850204896ce0275c7f9c8f516740"
integrity sha512-Uk9h98jiEF1dItWrvWnYB6s/UNZZapvFSyJ4+piAsZmXOSAbrObV+s19n5xfUagQQTWn4+aU5+aChEcfWpYv9A==
dependencies:
"@abp/utils" "~5.3.0-rc.3"
"@abp/utils" "~5.3.0"
"@abp/datatables.net-bs5@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0-rc.3.tgz#f420208050a3a6f8e0ad3bcbb6af0e74584d2883"
integrity sha512-gwWMRElBQatElOdWyozYOY7lhYAUQu6/aZnf4XyiTlaWp6g1iMRJKgmaT73DhiIl+jxUiFtWjEla+65cXSl7sA==
"@abp/datatables.net-bs5@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.0.tgz#84771ce4eb7229bed347a5904c891b08e3230422"
integrity sha512-FpKrgrjaBKVgFAnbBsrvDIJJOy8gbWCEHm5Jy2vFWXmx25fITMw/2ckBDH87yrZtCNVTSUbMIdHYOIHMPfSavQ==
dependencies:
"@abp/datatables.net" "~5.3.0-rc.3"
"@abp/datatables.net" "~5.3.0"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0-rc.3.tgz#e4b1f9fe41e788878f9cce082d6a79db9c4a8bae"
integrity sha512-FghO+XGSu9rwKOAUYC5AsB6hh1KrXAJ3GmHFYOIHrcd9nB/e60NtyoOo14TeO/LAFCVLOLq/FIBpEbkUZJZHkA==
"@abp/datatables.net@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.0.tgz#dd27ae451df9551f5b815e10c87a8a89c6a38293"
integrity sha512-d4lQ09G7HY2gEN1lRAteCZzY0Fv3gPuUM+icgWm+UkmDZV9lhvovTQ58Xkwayw8vf+NPlit1eGMMQedn6MbeAQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
datatables.net "^1.11.4"
"@abp/font-awesome@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0-rc.3.tgz#ef97f0a95385f1d56d4432b84944379d2cb1bfbd"
integrity sha512-kbm9ZaK8SSMcoeBbMdT1b5rJOZ3y8i/bdqD+3g0s65LEeqXNrKV/TkDdJqns72x4PxUQV6r3naXaEbV6Yj/sXQ==
"@abp/font-awesome@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.0.tgz#ce1d5bb59bd597cc9717885917d4dd2eae1f8b9c"
integrity sha512-JX62EVfZSJ7pv75Gd3ya/3c3He0hXF7KmpTizUNd/EbeHuNJoCND5wwq5OAFV9Ld3vdcGJChNTydNa5RsBzrpg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0-rc.3.tgz#497f0a442323d99a7939ba8f9e5234d1a1891e03"
integrity sha512-gknwOgCEF4oJo9Vz2uM2Dl9dkJ2ulJSLb6YXEsPWx5fAFfIuwOl/5H0I1EE4XemtcEpF6xb+Ettnaxo8TcnIcg==
"@abp/jquery-form@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.0.tgz#5ae9906f0cffaf3e043681a5dd80a014b4860f6b"
integrity sha512-ZTpXCImHirJDZjfnJRtSEHLIbWMTYkqtTv7Z3GMRKnI4fllpmuco9EWLAKjAfYPyc/QpTx+MYnUg5SsXORhJyQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0-rc.3.tgz#a3e39dfb4ba2e0f45dcfde28bd22ff36c55173a0"
integrity sha512-zgSNkg/mzNDzvE+3cL58nLoV3EvFB/ALiLHudo8GcWsdFxx7R+2DfboCSFE1oJ8do6tED+9YG0/VJiZDXnFPwQ==
"@abp/jquery-validation-unobtrusive@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.0.tgz#ccf90a7840398e69e0a91ed6c32b80fa2eb82d14"
integrity sha512-6B3ywnpvPxpnxkrcXzjTjMWgKRImbzNPOZvv5ant/kQv3zXedV1GXSIILy+imX39FuDPslOmEfx8plwrNvIteA==
dependencies:
"@abp/jquery-validation" "~5.3.0-rc.3"
"@abp/jquery-validation" "~5.3.0"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0-rc.3.tgz#917a2b2e7e4b8e5aacdd10284f18f58bfac1743d"
integrity sha512-m2pPTGJs8MQzzdzMpWFD94RU4dqMrwwT4ZJyqz07EPzRv7NURGVlzJOPdwDiTVdiT5UsaYzDF0BYgfj3/FL/iw==
"@abp/jquery-validation@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.0.tgz#a21696e7d5d54ef8bcdc0e8bd2debb1da1f7f5cc"
integrity sha512-4z2I9iORf+z5SlN9crC/Gx3X5GAOVePD+WN8SaHSYr4VWYNe8TV8LvCZPilN56sIPt3jYvy0N+bI1tAuZPu/NQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
jquery-validation "^1.19.3"
"@abp/jquery@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0-rc.3.tgz#e75ca02fa0520c60b1aed14444fc129ed6a27d0b"
integrity sha512-ZJYpnFqByAzHKru1aGz8VLZw4xb/YD1wpahN9pIsPYeFrE6/7Vjs8npQk5it2Ww5gaA3unSrMIc0CMsr5kk0Nw==
"@abp/jquery@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.0.tgz#0279ee501ed774a788072c2ec8b003e348fec22c"
integrity sha512-rqYbU3LpsT7XT8ygn+TFVmjev5NlgEcDhGwQ8PraY1dEjlDbteeQ50N4adS8fdRfOM1UjGL19ueN3F8E5qNUSg==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
jquery "~3.6.0"
"@abp/lodash@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0-rc.3.tgz#3fcc23626b9e36652ee36847b4a8879cf8aae8ef"
integrity sha512-KJFNAhW3AHi6AAhSlix50gbU9QmQT9TD5RYofEoIm1rfd7iZF0uowJheES0jqHU4PeS80Fnzp8AnBhVYgRMUjg==
"@abp/lodash@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.0.tgz#45f1dba7bb65b6599b4973d7e0c617dfd2c46c49"
integrity sha512-vQVMv58QuYttWBfLjJzIsw92JunGbWYsqk6pp6/JuoBls5UJtdP1F7vM4JgQxsscGYHFRZB3F4a3h1cxZ+dblQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
lodash "^4.17.21"
"@abp/luxon@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0-rc.3.tgz#cf9e2070f3b3e1281dcf05ba1781d8daa41da98d"
integrity sha512-1gBfWwFrS+xuTD12dB/LLUbGWCATbByp1kCFbHdgVNOkkkDvJETS0LeB8o/ggw7rBWL5i3Jkpb5xFTRT6yKX4Q==
"@abp/luxon@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.0.tgz#8a6277046f6e38c3affbf79c06f8ac00d1ca8098"
integrity sha512-6tETR03i1NPJuDqSQWtpkOykdq/84awifQUqRyh+b8340wV7P54NqUMDXDit9sjITFDhq99V/R+Rj3PVjvJD3A==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0-rc.3.tgz#1d8d5cede65dbd0d0975d8fabfe135105710ddde"
integrity sha512-SW8UBKQGsS8zrG2RkmGBuze/NgreDWWJ84l2qMKYmTtgL/kOCLm4FBvo44azNOq6a3rYVJGpwirYRBcwrsAfHw==
"@abp/malihu-custom-scrollbar-plugin@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.0.tgz#e6e12162aa50d3c3d98629378cec2f6fd5964338"
integrity sha512-GVwgAZQurH/tr4Hgmuby2dun//v1dT+wLGV4ZvjCJzBRs4FgrB+25pj4qKm20j6/NKRKc4V5re/b1y6njCubFQ==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/prismjs@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0-rc.3.tgz#c382946b15c820a01e3833ba5c4b3f6d52f8365c"
integrity sha512-a/lahdqzBEcsQ8j9Vjg8KC8xyDroGBi+4NIV2wb+k0CAaA49L25lfq0RSCji5RgyZ9Hjznhg/NyD6AFKaB3ykA==
"@abp/prismjs@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.0.tgz#658a371023d9a3de9ecfff1f10bae7a83064fac7"
integrity sha512-NPsYJ9oj/57vG+eVGpDkJcdPAx4WlXTVEUZWWxmaXuM9sHY1/2av975Qk8R5HG6fC74w3DrVCP8YQvU6jlaF1w==
dependencies:
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/core" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0"
"@abp/core" "~5.3.0"
prismjs "^1.26.0"
"@abp/select2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0-rc.3.tgz#7a0f9f7472c812b85ce9bc5bd8a557c33e967e7d"
integrity sha512-6t+UXjDh3bzaCWsSxwuRtOgGz+aDidPKA2JKZfKLAFM4WkcLmY8Px0RY3jgsbxrtM9ANncA9gbl69Q3uY2DmHA==
"@abp/select2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.0.tgz#aae202b87dc23dfc7c8fd933413a8dbeb2f5b683"
integrity sha512-0aIxdtzgONkrYnUN5ACkIIIhsC9e61QLRq3K+/98fjf7NkHOjG3Sptr8EKu5U3IQ2hNHgqBjPGYjkztGuxZ9kw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
select2 "^4.0.13"
"@abp/sweetalert2@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0-rc.3.tgz#91557a4b4a103f68a926fde19c830e195597ff0d"
integrity sha512-hAw+E8EnGO9nnyGbGiD/y+SyScHD4R0MEi/eK2bsMSKAzBxKcUBv0MxrsNQc0WhVwqRQETRccdLX3WYofmh8Kw==
"@abp/sweetalert2@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.0.tgz#67379cfa4cb8884cb66b58f4cafa79960cf8426a"
integrity sha512-EBr8J7MDsYmSvOYxTbqsSmw6c2yLokHZe8A+EW2vsY9VYFXkoOJLVpCkCK4fhvHUv8/+Y5QnHW7bs1I6SKYXOw==
dependencies:
"@abp/core" "~5.3.0-rc.3"
"@abp/core" "~5.3.0"
sweetalert2 "^11.3.6"
"@abp/timeago@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0-rc.3.tgz#7480ed2d5ee035d2f43c223d7bb58d794ff3ba2f"
integrity sha512-kgIlH/KGWhYwZSGvCT5LnCYoD+1pSwoQf2GhtvgBUnYqxS6+s0FUSMSzX/MISLOvLWknl2KNnARsOXJkqrWXEw==
"@abp/timeago@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.0.tgz#3aaef3edca333224ba6b3e81c8ad1ebaae51a2f4"
integrity sha512-FxtoPYxyk2CHeoloC6kaeCj5YtXH0rebhOEaCjrfyg9/Ec6LEkvpfC7RWlcsHaEUAtFXZegJDfOk066EPH7RHQ==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
timeago "^1.6.7"
"@abp/toastr@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0-rc.3.tgz#1a6f03737c2ae92d62a8b7f51d4c70cc4d97212f"
integrity sha512-Vag9lz2YboyZ0/4Y/OvFG+EaY0PCs5X97ZijZRB+saSRe1pL1+qnBMpniMDUvbMEpitB5Qq+FqdkOnKdhlrH4A==
"@abp/toastr@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.0.tgz#8a002c19ea25ac6b042a25c0f9d289d03c93c2fb"
integrity sha512-gjb2O/XrYkX8IeCERIqlOYPh15WlF9LxGR6t9jeVF/p6BTX/yaWabYCFfB9SkU2pQ6xrGl7WmSTAC06JOAtPTA==
dependencies:
"@abp/jquery" "~5.3.0-rc.3"
"@abp/jquery" "~5.3.0"
toastr "^2.1.4"
"@abp/utils@~5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0-rc.3.tgz#e91f10b18ac1e17af7f15c85257c24034cab2ba1"
integrity sha512-vMzsddCvI+M6Qd7Hns5KPUXqdFFboJwAOB9gvxj+MmjVNDCpFTo1hjq0H0zB6NHI8Ik+9sw44D0c7gkTdQQt7Q==
"@abp/utils@~5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.0.tgz#e93739074a3cd445a5a221209506b7e663050ca0"
integrity sha512-Nm+h+3PL10+rBFSh8UUuenmGM+OBlEoNQeGzHRmhOc6hJ3oqCogPzY+zkq0e4pksrwhjxAu/cgCEGLAoEXXycw==
dependencies:
just-compare "^1.3.0"
"@abp/virtual-file-explorer@^5.3.0-rc.3":
version "5.3.0-rc.3"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-5.3.0-rc.3.tgz#3e1728541e13a8e5aaf61a86faaa481e7c603e2d"
integrity sha512-g7lKMM6G6teoNKi7+zvg8Yp6Xp5p1XMzEstgVi+LEggYrDatxwoBCFNg4PcxghuzyJDQa9Hj1sk91bcW3HljmA==
"@abp/virtual-file-explorer@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-5.3.0.tgz#ae7b39a9c0f43a56072cbad01765636c30f626f4"
integrity sha512-jfzQTS8uHAwmC2jKZHvk1CnTV4eiCRt847LDSmzGAcnxg5vho8/6HzkdcZgCOHDVjxwoEjzKgfjJMLRa2kjjcA==
dependencies:
"@abp/clipboard" "~5.3.0-rc.3"
"@abp/prismjs" "~5.3.0-rc.3"
"@abp/clipboard" "~5.3.0"
"@abp/prismjs" "~5.3.0"
"@fortawesome/fontawesome-free@^5.15.4":
version "5.15.4"

2
npm/lerna.json

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

2
npm/ng-packs/lerna.version.json

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

24
npm/ng-packs/package.json

@ -38,7 +38,7 @@
},
"private": true,
"devDependencies": {
"@abp/utils": "~5.3.0-rc.3",
"@abp/utils": "~5.3.0",
"@angular-devkit/build-angular": "13.3.5",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-devkit/schematics-cli": "~12.2.0",
@ -57,17 +57,17 @@
"@angular/platform-browser": "13.3.6",
"@angular/platform-browser-dynamic": "13.3.6",
"@angular/router": "13.3.6",
"@abp/ng.account": "~5.3.0-rc.3",
"@abp/ng.account.core": "~5.3.0-rc.3",
"@abp/ng.core": "~5.3.0-rc.3",
"@abp/ng.feature-management": "~5.3.0-rc.3",
"@abp/ng.identity": "~5.3.0-rc.3",
"@abp/ng.permission-management": "~5.3.0-rc.3",
"@abp/ng.schematics": "~5.3.0-rc.3",
"@abp/ng.setting-management": "~5.3.0-rc.3",
"@abp/ng.tenant-management": "~5.3.0-rc.3",
"@abp/ng.theme.basic": "~5.3.0-rc.3",
"@abp/ng.theme.shared": "~5.3.0-rc.3",
"@abp/ng.account": "~5.3.0",
"@abp/ng.account.core": "~5.3.0",
"@abp/ng.core": "~5.3.0",
"@abp/ng.feature-management": "~5.3.0",
"@abp/ng.identity": "~5.3.0",
"@abp/ng.permission-management": "~5.3.0",
"@abp/ng.schematics": "~5.3.0",
"@abp/ng.setting-management": "~5.3.0",
"@abp/ng.tenant-management": "~5.3.0",
"@abp/ng.theme.basic": "~5.3.0",
"@abp/ng.theme.shared": "~5.3.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "~12.0.0-beta.4",
"@ngneat/spectator": "^10.0.0",

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

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

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

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

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

@ -1,14 +1,14 @@
{
"name": "@abp/ng.components",
"version": "5.3.0-rc.3",
"version": "5.3.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": ">=5.3.0-rc.3",
"@abp/ng.theme.shared": ">=5.3.0-rc.3",
"@abp/ng.core": ">=5.3.0",
"@abp/ng.theme.shared": ">=5.3.0",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0"
},
"dependencies": {

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

@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "5.3.0-rc.3",
"version": "5.3.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/utils": "~5.3.0-rc.3",
"@abp/utils": "~5.3.0",
"angular-oauth2-oidc": "^13.0.1",
"just-clone": "^3.2.1",
"just-compare": "^1.4.0",

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

@ -1,5 +1,5 @@
import { CommonModule } from '@angular/common';
import { HttpClientModule, HttpClientXsrfModule, HTTP_INTERCEPTORS } from '@angular/common/http';
import { HTTP_INTERCEPTORS, HttpClientModule, HttpClientXsrfModule } from '@angular/common/http';
import { APP_INITIALIZER, Injector, ModuleWithProviders, NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
@ -29,7 +29,7 @@ import { LocaleProvider } from './providers/locale.provider';
import { LocalizationService } from './services/localization.service';
import { oAuthStorage } from './strategies/auth-flow.strategy';
import { localizationContributor, LOCALIZATIONS } from './tokens/localization.token';
import { coreOptionsFactory, CORE_OPTIONS } from './tokens/options.token';
import { CORE_OPTIONS, coreOptionsFactory } from './tokens/options.token';
import { TENANT_KEY } from './tokens/tenant-key.token';
import { noop } from './utils/common-utils';
import './utils/date-extensions';
@ -49,61 +49,60 @@ export function storageFactory(): OAuthStorage {
* This module will be imported and exported by all others.
*/
@NgModule({
exports: [
CommonModule,
HttpClientModule,
FormsModule,
ReactiveFormsModule,
RouterModule,
LocalizationModule,
AbstractNgModelComponent,
AutofocusDirective,
DynamicLayoutComponent,
ForDirective,
FormSubmitDirective,
InitDirective,
InputEventDebounceDirective,
PermissionDirective,
ReplaceableRouteContainerComponent,
ReplaceableTemplateDirective,
RouterOutletComponent,
SortPipe,
StopPropagationDirective,
ToInjectorPipe,
ShortDateTimePipe,
ShortTimePipe,
ShortDatePipe
],
imports: [
OAuthModule,
CommonModule,
HttpClientModule,
FormsModule,
ReactiveFormsModule,
RouterModule,
LocalizationModule,
],
declarations: [
AbstractNgModelComponent,
AutofocusDirective,
DynamicLayoutComponent,
ForDirective,
FormSubmitDirective,
InitDirective,
InputEventDebounceDirective,
PermissionDirective,
ReplaceableRouteContainerComponent,
ReplaceableTemplateDirective,
RouterOutletComponent,
SortPipe,
StopPropagationDirective,
ToInjectorPipe,
ShortDateTimePipe,
ShortTimePipe,
ShortDatePipe
],
providers: [LocalizationPipe]
exports: [
CommonModule,
HttpClientModule,
FormsModule,
ReactiveFormsModule,
RouterModule,
LocalizationModule,
AbstractNgModelComponent,
AutofocusDirective,
DynamicLayoutComponent,
ForDirective,
FormSubmitDirective,
InitDirective,
InputEventDebounceDirective,
PermissionDirective,
ReplaceableRouteContainerComponent,
ReplaceableTemplateDirective,
RouterOutletComponent,
SortPipe,
StopPropagationDirective,
ToInjectorPipe,
ShortDateTimePipe,
ShortTimePipe,
ShortDatePipe,
],
imports: [
OAuthModule,
CommonModule,
HttpClientModule,
FormsModule,
ReactiveFormsModule,
RouterModule,
LocalizationModule,
],
declarations: [
AbstractNgModelComponent,
AutofocusDirective,
DynamicLayoutComponent,
ForDirective,
FormSubmitDirective,
InitDirective,
InputEventDebounceDirective,
PermissionDirective,
ReplaceableRouteContainerComponent,
ReplaceableTemplateDirective,
RouterOutletComponent,
SortPipe,
StopPropagationDirective,
ToInjectorPipe,
ShortDateTimePipe,
ShortTimePipe,
ShortDatePipe,
],
providers: [LocalizationPipe],
})
export class BaseCoreModule {}
@ -116,7 +115,7 @@ export class BaseCoreModule {}
imports: [
BaseCoreModule,
LocalizationModule,
OAuthModule.forRoot(),
OAuthModule,
HttpClientXsrfModule.withOptions({
cookieName: 'XSRF-TOKEN',
headerName: 'RequestVerificationToken',
@ -191,6 +190,7 @@ export class CoreModule {
useValue: localizationContributor(options.localizations),
deps: [LocalizationService],
},
OAuthModule.forRoot().providers,
],
};
}
@ -209,7 +209,3 @@ export class CoreModule {
};
}
}
export function ngxsStoragePluginSerialize(data) {
return data;
}

3
npm/ng-packs/packages/core/src/lib/services/list.service.ts

@ -106,9 +106,8 @@ export class ListService<QueryParamsType = ABP.PageQueryParams | any> implements
hookToQuery<T>(
streamCreatorCallback: QueryStreamCreatorCallback<T, QueryParamsType>,
): Observable<PagedResultDto<T>> {
this._isLoading$.next(true);
return this.query$.pipe(
tap(() => this._isLoading$.next(true)),
switchMap(query => streamCreatorCallback(query).pipe(catchError(() => of(null)))),
filter(Boolean),
tap(() => this._isLoading$.next(false)),

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@abp/ng.schematics",
"version": "5.3.0-rc.3",
"version": "5.3.0",
"description": "Schematics that works with ABP Backend",
"keywords": [
"schematics"

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

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

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

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

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

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

4
npm/ng-packs/packages/theme-shared/extensions/src/lib/components/abstract-actions/abstract-actions.component.ts

@ -2,6 +2,7 @@ import { Directive, Injector, Input } from '@angular/core';
import { ActionData, ActionList } from '../../models/actions';
import { ExtensionsService } from '../../services/extensions.service';
import { EXTENSIONS_ACTION_TYPE, EXTENSIONS_IDENTIFIER } from '../../tokens/extensions.token';
import { InferredData, InferredRecord } from '../../models/toolbar-actions';
// Fix for https://github.com/angular/angular/issues/23904
// @dynamic
@ -25,6 +26,3 @@ export abstract class AbstractActionsComponent<L extends ActionList<any>> extend
this.actionList = extensions[type].get(name).actions as unknown as L;
}
}
type InferredData<L> = ActionData<InferredRecord<L>>;
type InferredRecord<L> = L extends ActionList<infer R> ? R : never;

4
npm/ng-packs/packages/theme-shared/extensions/src/lib/components/page-toolbar/page-toolbar.component.html

@ -8,12 +8,12 @@
<ng-container *abpPermission="action.permission">
<ng-container *ngIf="action.component as component; else button">
<ng-container
*ngComponentOutlet="component; injector: createInjector(action)"
*ngComponentOutlet="component; injector: record | createInjector: action:this"
></ng-container>
</ng-container>
<ng-template #button>
<button (click)="action.action(data)" type="button" class="btn btn-primary btn-sm">
<button (click)="action.action(data)" type="button" [ngClass]="action.btnClass ? action.btnClass : defaultBtnClass" >
<i [ngClass]="action.icon" [class.me-1]="action.icon"></i>
{{ action.text | abpLocalization }}
</button>

44
npm/ng-packs/packages/theme-shared/extensions/src/lib/components/page-toolbar/page-toolbar.component.ts

@ -1,18 +1,10 @@
import { ChangeDetectionStrategy, Component, Injector, TrackByFunction } from '@angular/core';
import {
ChangeDetectionStrategy,
Component,
InjectFlags,
InjectionToken,
Injector,
TrackByFunction,
Type,
} from '@angular/core';
import { ToolbarActionList, ToolbarComponent } from '../../models/toolbar-actions';
import {
EXTENSIONS_ACTION_CALLBACK,
EXTENSIONS_ACTION_DATA,
EXTENSIONS_ACTION_TYPE,
} from '../../tokens/extensions.token';
HasCreateInjectorPipe,
ToolbarActionList,
ToolbarComponent,
} from '../../models/toolbar-actions';
import { EXTENSIONS_ACTION_TYPE } from '../../tokens/extensions.token';
import { AbstractActionsComponent } from '../abstract-actions/abstract-actions.component';
@Component({
@ -27,23 +19,17 @@ import { AbstractActionsComponent } from '../abstract-actions/abstract-actions.c
],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class PageToolbarComponent<R = any> extends AbstractActionsComponent<ToolbarActionList<R>> {
export class PageToolbarComponent<R = any>
extends AbstractActionsComponent<ToolbarActionList<R>>
implements HasCreateInjectorPipe<R>
{
defaultBtnClass = 'btn btn-sm btn-primary';
getData = () => this.data;
readonly trackByFn: TrackByFunction<ToolbarComponent<R>> = (_, item) =>
item.action || item.component;
constructor(private readonly injector: Injector) {
constructor(public readonly injector: Injector) {
super(injector);
}
createInjector(action: ToolbarComponent<R>): Injector {
const get = <T>(token: Type<T> | InjectionToken<T>, notFoundValue?: T, flags?: InjectFlags) => {
return token === EXTENSIONS_ACTION_DATA
? this.data
: token === EXTENSIONS_ACTION_CALLBACK
? (data = this.data) => action.action(data)
: this.getInjected.call(this.injector, token, notFoundValue, flags);
};
return { get };
}
}

22
npm/ng-packs/packages/theme-shared/extensions/src/lib/models/toolbar-actions.ts

@ -1,12 +1,14 @@
import { Type } from '@angular/core';
import { Injector, Type } from '@angular/core';
import { O } from 'ts-toolbelt';
import {
Action,
ActionContributorCallback,
ActionContributorCallbacks,
ActionData,
ActionList,
Actions,
ActionsFactory,
ReadonlyActionData,
} from './actions';
export class ToolbarActionList<R = any> extends ActionList<
@ -25,11 +27,15 @@ export class ToolbarActionsFactory<R = any> extends ActionsFactory<ToolbarAction
export class ToolbarAction<R = any> extends Action<R> {
readonly text: string;
readonly icon: string;
readonly btnClass?: string;
constructor(options: ToolbarActionOptions<R>) {
super(options.permission || '', options.visible, options.action);
this.text = options.text;
this.icon = options.icon || '';
if (options.btnClass) {
this.btnClass = options.btnClass;
}
}
static create<R = any>(options: ToolbarActionOptions<R>) {
@ -60,7 +66,7 @@ export class ToolbarComponent<R = any> extends Action<R> {
export type ToolbarActionOptions<R = any> = O.Optional<
O.Writable<ToolbarAction<R>>,
'permission' | 'visible' | 'icon'
'permission' | 'visible' | 'icon' | 'btnClass'
>;
export type ToolbarComponentOptions<R = any> = O.Optional<
@ -68,10 +74,20 @@ export type ToolbarComponentOptions<R = any> = O.Optional<
'permission' | 'visible' | 'action'
>;
export type ToolbarActionDefaults<R = any> = Record<string, ToolbarAction<R>[]>;
export type ToolbarActionDefault<R = any> = ToolbarAction<R> | ToolbarComponent<R>;
export type ToolbarActionDefaults<R = any> = Record<string, Array<ToolbarActionDefault<R>>>;
export type ToolbarActionContributorCallback<R = any> = ActionContributorCallback<
ToolbarActionList<R>
>;
export type ToolbarActionContributorCallbacks<R = any> = ActionContributorCallbacks<
ToolbarActionList<R>
>;
export type InferredData<L> = ActionData<InferredRecord<L>>;
export type InferredRecord<L> = L extends ActionList<infer R> ? R : never;
export interface HasCreateInjectorPipe<R> {
getData: () => ReadonlyActionData<R>;
injector: Injector;
getInjected: InferredData<ToolbarActionList<R>>['getInjected'];
}

35
npm/ng-packs/packages/theme-shared/extensions/src/lib/pipes/create-injector.pipe.ts

@ -0,0 +1,35 @@
import { InjectFlags, InjectionToken, Injector, Pipe, PipeTransform, Type } from '@angular/core';
import { HasCreateInjectorPipe, ToolbarComponent } from '../models/toolbar-actions';
import { EXTENSIONS_ACTION_CALLBACK, EXTENSIONS_ACTION_DATA } from '../tokens/extensions.token';
@Pipe({
name: 'createInjector',
})
export class CreateInjectorPipe<R> implements PipeTransform {
public transform(
_: any,
action: ToolbarComponent<R>,
context: HasCreateInjectorPipe<R>,
): Injector {
const get = <T>(token: Type<T> | InjectionToken<T>, notFoundValue?: T, flags?: InjectFlags) => {
const componentData = context.getData();
const componentDataCallback = data => {
data = data ?? context.getData();
return action.action(data);
};
let extensionData;
switch (token) {
case EXTENSIONS_ACTION_DATA:
extensionData = componentData;
break;
case EXTENSIONS_ACTION_CALLBACK:
extensionData = componentDataCallback;
break;
default:
extensionData = context.getInjected.call(context.injector, token, notFoundValue, flags);
}
return extensionData;
};
return { get };
}
}

3
npm/ng-packs/packages/theme-shared/extensions/src/lib/ui-extensions.module.ts

@ -16,6 +16,7 @@ import { GridActionsComponent } from './components/grid-actions/grid-actions.com
import { PageToolbarComponent } from './components/page-toolbar/page-toolbar.component';
import { DisabledDirective } from './directives/disabled.directive';
import { PropDataDirective } from './directives/prop-data.directive';
import { CreateInjectorPipe } from './pipes/create-injector.pipe';
@NgModule({
exports: [
@ -26,6 +27,7 @@ import { PropDataDirective } from './directives/prop-data.directive';
ExtensibleTableComponent,
PropDataDirective,
DisabledDirective,
CreateInjectorPipe,
],
declarations: [
DateTimePickerComponent,
@ -36,6 +38,7 @@ import { PropDataDirective } from './directives/prop-data.directive';
ExtensibleTableComponent,
PropDataDirective,
DisabledDirective,
CreateInjectorPipe,
],
imports: [
CoreModule,

1
npm/ng-packs/packages/theme-shared/extensions/src/public-api.ts

@ -61,6 +61,7 @@ export {
ToolbarComponent,
ToolbarComponentOptions,
} from './lib/models/toolbar-actions';
export * from './lib/pipes/create-injector.pipe';
export * from './lib/services/extensions.service';
export * from './lib/tokens/extensions.token';
export * from './lib/ui-extensions.module';

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

10
npm/packs/blogging/package.json

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

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

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

4
npm/packs/bootstrap/package.json

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

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

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

4
npm/packs/clipboard/package.json

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

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

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

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

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

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

@ -1,12 +1,12 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/cms-kit",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/cms-kit.admin": "~5.3.0-rc.3",
"@abp/cms-kit.public": "~5.3.0-rc.3"
"@abp/cms-kit.admin": "~5.3.0",
"@abp/cms-kit.public": "~5.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

4
npm/packs/codemirror/package.json

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

4
npm/packs/core/package.json

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

4
npm/packs/cropperjs/package.json

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

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

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

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

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

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

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

12
npm/packs/docs/package.json

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

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

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

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

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

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

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

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

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

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

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

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

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

4
npm/packs/jquery/package.json

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

4
npm/packs/jstree/package.json

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

4
npm/packs/lodash/package.json

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

4
npm/packs/luxon/package.json

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

4
npm/packs/malihu-custom-scrollbar-plugin/package.json

@ -1,5 +1,5 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/malihu-custom-scrollbar-plugin",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/markdown-it/package.json

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"markdown-it": "^12.3.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/owl.carousel/package.json

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"owl.carousel": "^2.3.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

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

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"@popperjs/core": "^2.11.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

6
npm/packs/prismjs/package.json

@ -1,12 +1,12 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/clipboard": "~5.3.0-rc.3",
"@abp/core": "~5.3.0-rc.3",
"@abp/clipboard": "~5.3.0",
"@abp/core": "~5.3.0",
"prismjs": "^1.26.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/select2/package.json

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

4
npm/packs/signalr/package.json

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/signalr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"@microsoft/signalr": "~6.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

2
npm/packs/slugify/package.json

@ -1,5 +1,5 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/slugify",
"publishConfig": {
"access": "public"

4
npm/packs/star-rating-svg/package.json

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/star-rating-svg",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.3.0-rc.3",
"@abp/jquery": "~5.3.0",
"star-rating-svg": "^3.5.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/sweetalert2/package.json

@ -1,5 +1,5 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/sweetalert2",
"publishConfig": {
"access": "public"
@ -10,7 +10,7 @@
"directory": "npm/packs/sweetalert2"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"sweetalert2": "^11.3.6"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

4
npm/packs/timeago/package.json

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

4
npm/packs/toastr/package.json

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

6
npm/packs/tui-editor/package.json

@ -1,12 +1,12 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~5.3.0-rc.3",
"@abp/prismjs": "~5.3.0-rc.3"
"@abp/jquery": "~5.3.0",
"@abp/prismjs": "~5.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

4
npm/packs/uppy/package.json

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/uppy",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~5.3.0-rc.3",
"@abp/core": "~5.3.0",
"uppy": "^1.16.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

2
npm/packs/utils/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/utils",
"version": "5.3.0-rc.3",
"version": "5.3.0",
"scripts": {
"prepublishOnly": "yarn install --ignore-scripts && node prepublish.js",
"ng": "ng",

4
npm/packs/vee-validate/package.json

@ -1,11 +1,11 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/vee-validate",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/vue": "~5.3.0-rc.3",
"@abp/vue": "~5.3.0",
"vee-validate": "~3.4.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"

6
npm/packs/virtual-file-explorer/package.json

@ -1,12 +1,12 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/virtual-file-explorer",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/clipboard": "~5.3.0-rc.3",
"@abp/prismjs": "~5.3.0-rc.3"
"@abp/clipboard": "~5.3.0",
"@abp/prismjs": "~5.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
}

2
npm/packs/vue/package.json

@ -1,5 +1,5 @@
{
"version": "5.3.0-rc.3",
"version": "5.3.0",
"name": "@abp/vue",
"publishConfig": {
"access": "public"

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

Loading…
Cancel
Save