Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into feature/angular-9

pull/2927/head
mehmet-erim 6 years ago
parent
commit
95f62d7410
  1. 4
      common.props
  2. 2
      framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
  3. 2
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/BloggingPage.cs
  4. 2
      npm/lerna.json
  5. 2
      npm/ng-packs/lerna.version.json
  6. 2
      npm/ng-packs/packages/account-config/package.json
  7. 6
      npm/ng-packs/packages/account/package.json
  8. 2
      npm/ng-packs/packages/core/package.json
  9. 4
      npm/ng-packs/packages/feature-management/package.json
  10. 2
      npm/ng-packs/packages/identity-config/package.json
  11. 8
      npm/ng-packs/packages/identity/package.json
  12. 4
      npm/ng-packs/packages/permission-management/package.json
  13. 2
      npm/ng-packs/packages/setting-management-config/package.json
  14. 6
      npm/ng-packs/packages/setting-management/package.json
  15. 2
      npm/ng-packs/packages/tenant-management-config/package.json
  16. 8
      npm/ng-packs/packages/tenant-management/package.json
  17. 4
      npm/ng-packs/packages/theme-basic/package.json
  18. 4
      npm/ng-packs/packages/theme-shared/package.json
  19. 5292
      npm/package-lock.json
  20. 4
      npm/package.json
  21. 6
      npm/packs/anchor-js/package.json
  22. 6
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  23. 32
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  24. 4
      npm/packs/aspnetcore.mvc.ui/package.json
  25. 10
      npm/packs/blogging/package.json
  26. 4
      npm/packs/bootstrap-datepicker/package.json
  27. 6
      npm/packs/bootstrap/package.json
  28. 4
      npm/packs/chart.js/package.json
  29. 6
      npm/packs/clipboard/package.json
  30. 6
      npm/packs/codemirror/package.json
  31. 4
      npm/packs/core/package.json
  32. 6
      npm/packs/datatables.net-bs4/package.json
  33. 6
      npm/packs/datatables.net/package.json
  34. 14
      npm/packs/docs/package.json
  35. 4
      npm/packs/flag-icon-css/package.json
  36. 6
      npm/packs/font-awesome/package.json
  37. 6
      npm/packs/highlight.js/package.json
  38. 6
      npm/packs/jquery-form/package.json
  39. 6
      npm/packs/jquery-validation-unobtrusive/package.json
  40. 6
      npm/packs/jquery-validation/package.json
  41. 6
      npm/packs/jquery/package.json
  42. 6
      npm/packs/lodash/package.json
  43. 4
      npm/packs/luxon/package.json
  44. 6
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  45. 6
      npm/packs/markdown-it/package.json
  46. 6
      npm/packs/owl.carousel/package.json
  47. 6
      npm/packs/popper.js/package.json
  48. 6
      npm/packs/prismjs/package.json
  49. 6
      npm/packs/select2/package.json
  50. 6
      npm/packs/sweetalert/package.json
  51. 6
      npm/packs/timeago/package.json
  52. 6
      npm/packs/toastr/package.json
  53. 12
      npm/packs/tui-editor/package.json
  54. 10
      templates/app/angular/package.json
  55. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
  56. 18
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/jquery/abp.jquery.js
  57. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/yarn.lock
  58. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
  59. 18
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/jquery/abp.jquery.js
  60. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  61. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
  62. 18
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/jquery/abp.jquery.js
  63. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  64. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
  65. 18
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/jquery/abp.jquery.js
  66. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
  67. 10
      templates/module/angular/package.json
  68. 2
      templates/module/angular/projects/my-project-name-config/package.json
  69. 2
      templates/module/angular/projects/my-project-name/package.json
  70. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
  71. 18
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/jquery/abp.jquery.js
  72. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  73. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
  74. 18
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/jquery/abp.jquery.js
  75. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  76. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
  77. 18
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/jquery/abp.jquery.js
  78. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/yarn.lock

4
common.props

@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Version>2.1.0</Version> <Version>2.2.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl> <PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>
<PackageProjectUrl>https://abp.io</PackageProjectUrl> <PackageProjectUrl>https://abp.io</PackageProjectUrl>

2
framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj

@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\configureawait.props" /> <Import Project="..\..\..\configureawait.props" />
<Import Project="..\..\..\common.props" />
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Volo.Abp.Core</AssemblyName> <AssemblyName>Volo.Abp.Core</AssemblyName>

2
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/BloggingPage.cs

@ -33,7 +33,7 @@ namespace Volo.Blogging.Pages.Blog
public string GetShortContent(string content) //TODO: This should be moved to its own place! public string GetShortContent(string content) //TODO: This should be moved to its own place!
{ {
var html = RenderMarkdownToString(content); var html = RenderMarkdownToString(content);
var plainText = Regex.Replace(html, "/<[^>]*>/g", ""); var plainText = Regex.Replace(html, "<[^>]*>", "");
if (string.IsNullOrWhiteSpace(plainText)) if (string.IsNullOrWhiteSpace(plainText))
{ {

2
npm/lerna.json

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

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

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"packages": [ "packages": [
"packages/*" "packages/*"
], ],

2
npm/ng-packs/packages/account-config/package.json

@ -1,6 +1,6 @@
{ {
"name": "@abp/ng.account.config", "name": "@abp/ng.account.config",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,14 +1,14 @@
{ {
"name": "@abp/ng.account", "name": "@abp/ng.account",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.account.config": "^2.0.1", "@abp/ng.account.config": "^2.1.0",
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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

@ -1,6 +1,6 @@
{ {
"name": "@abp/ng.core", "name": "@abp/ng.core",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,13 +1,13 @@
{ {
"name": "@abp/ng.feature-management", "name": "@abp/ng.feature-management",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

2
npm/ng-packs/packages/identity-config/package.json

@ -1,6 +1,6 @@
{ {
"name": "@abp/ng.identity.config", "name": "@abp/ng.identity.config",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,15 +1,15 @@
{ {
"name": "@abp/ng.identity", "name": "@abp/ng.identity",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.identity.config": "^2.0.1", "@abp/ng.identity.config": "^2.1.0",
"@abp/ng.permission-management": "^2.0.1", "@abp/ng.permission-management": "^2.1.0",
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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

@ -1,13 +1,13 @@
{ {
"name": "@abp/ng.permission-management", "name": "@abp/ng.permission-management",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

2
npm/ng-packs/packages/setting-management-config/package.json

@ -1,6 +1,6 @@
{ {
"name": "@abp/ng.setting-management.config", "name": "@abp/ng.setting-management.config",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,14 +1,14 @@
{ {
"name": "@abp/ng.setting-management", "name": "@abp/ng.setting-management",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.setting-management.config": "^2.0.1", "@abp/ng.setting-management.config": "^2.1.0",
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

2
npm/ng-packs/packages/tenant-management-config/package.json

@ -1,6 +1,6 @@
{ {
"name": "@abp/ng.tenant-management.config", "name": "@abp/ng.tenant-management.config",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,15 +1,15 @@
{ {
"name": "@abp/ng.tenant-management", "name": "@abp/ng.tenant-management",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.feature-management": "^2.0.1", "@abp/ng.feature-management": "^2.1.0",
"@abp/ng.tenant-management.config": "^2.0.1", "@abp/ng.tenant-management.config": "^2.1.0",
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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

@ -1,13 +1,13 @@
{ {
"name": "@abp/ng.theme.basic", "name": "@abp/ng.theme.basic",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "^2.0.1" "@abp/ng.theme.shared": "^2.1.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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

@ -1,13 +1,13 @@
{ {
"name": "@abp/ng.theme.shared", "name": "@abp/ng.theme.shared",
"version": "2.0.1", "version": "2.1.0",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.core": "^2.0.1", "@abp/ng.core": "^2.1.0",
"@angular/cdk": "^8.2.3", "@angular/cdk": "^8.2.3",
"@fortawesome/fontawesome-free": "^5.11.2", "@fortawesome/fontawesome-free": "^5.11.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.4", "@ng-bootstrap/ng-bootstrap": "^5.1.4",

5292
npm/package-lock.json

File diff suppressed because it is too large

4
npm/package.json

@ -1,5 +1,5 @@
{ {
"version": "2.1.0", "version": "2.2.0",
"scripts": { "scripts": {
"lerna": "lerna", "lerna": "lerna",
"gulp:app": "node run-gulp-script.js ../templates/app/aspnet-core", "gulp:app": "node run-gulp-script.js ../templates/app/aspnet-core",

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/anchor-js", "name": "@abp/anchor-js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"anchor-js": "^4.2.2" "anchor-js": "^4.2.2"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,11 +1,11 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic", "name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared": "^2.1.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,24 +1,24 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/aspnetcore.mvc.ui.theme.shared", "name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui": "^2.0.1", "@abp/aspnetcore.mvc.ui": "^2.1.0",
"@abp/bootstrap": "^2.0.1", "@abp/bootstrap": "^2.1.0",
"@abp/bootstrap-datepicker": "^2.0.1", "@abp/bootstrap-datepicker": "^2.1.0",
"@abp/datatables.net-bs4": "^2.0.1", "@abp/datatables.net-bs4": "^2.1.0",
"@abp/font-awesome": "^2.0.1", "@abp/font-awesome": "^2.1.0",
"@abp/jquery-form": "^2.0.1", "@abp/jquery-form": "^2.1.0",
"@abp/jquery-validation-unobtrusive": "^2.0.1", "@abp/jquery-validation-unobtrusive": "^2.1.0",
"@abp/lodash": "^2.0.1", "@abp/lodash": "^2.1.0",
"@abp/luxon": "^2.0.1", "@abp/luxon": "^2.1.0",
"@abp/malihu-custom-scrollbar-plugin": "^2.0.1", "@abp/malihu-custom-scrollbar-plugin": "^2.1.0",
"@abp/select2": "^2.0.1", "@abp/select2": "^2.1.0",
"@abp/sweetalert": "^2.0.1", "@abp/sweetalert": "^2.1.0",
"@abp/timeago": "^2.0.1", "@abp/timeago": "^2.1.0",
"@abp/toastr": "^2.0.1" "@abp/toastr": "^2.1.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/aspnetcore.mvc.ui", "name": "@abp/aspnetcore.mvc.ui",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -12,5 +12,5 @@
"path": "^0.12.7", "path": "^0.12.7",
"rimraf": "^3.0.0" "rimraf": "^3.0.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

10
npm/packs/blogging/package.json

@ -1,13 +1,13 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/blogging", "name": "@abp/blogging",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.0.1", "@abp/aspnetcore.mvc.ui.theme.shared": "^2.1.0",
"@abp/owl.carousel": "^2.0.1", "@abp/owl.carousel": "^2.1.0",
"@abp/tui-editor": "^2.0.1" "@abp/tui-editor": "^2.1.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/bootstrap-datepicker", "name": "@abp/bootstrap-datepicker",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -7,5 +7,5 @@
"dependencies": { "dependencies": {
"bootstrap-datepicker": "^1.9.0" "bootstrap-datepicker": "^1.9.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/bootstrap/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/bootstrap", "name": "@abp/bootstrap",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"bootstrap": "^4.3.1" "bootstrap": "^4.3.1"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/chart.js", "name": "@abp/chart.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -7,5 +7,5 @@
"dependencies": { "dependencies": {
"chart.js": "^2.9.3" "chart.js": "^2.9.3"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/clipboard/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/clipboard", "name": "@abp/clipboard",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"clipboard": "^2.0.4" "clipboard": "^2.0.4"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/codemirror/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/codemirror", "name": "@abp/codemirror",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"codemirror": "^5.49.2" "codemirror": "^5.49.2"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

4
npm/packs/core/package.json

@ -1,8 +1,8 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/core", "name": "@abp/core",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/datatables.net-bs4", "name": "@abp/datatables.net-bs4",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/datatables.net": "^2.0.1", "@abp/datatables.net": "^2.1.0",
"datatables.net-bs4": "^1.10.20" "datatables.net-bs4": "^1.10.20"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/datatables.net", "name": "@abp/datatables.net",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"datatables.net": "^1.10.20" "datatables.net": "^1.10.20"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

14
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/docs", "name": "@abp/docs",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/anchor-js": "^2.0.1", "@abp/anchor-js": "^2.1.0",
"@abp/clipboard": "^2.0.1", "@abp/clipboard": "^2.1.0",
"@abp/malihu-custom-scrollbar-plugin": "^2.0.1", "@abp/malihu-custom-scrollbar-plugin": "^2.1.0",
"@abp/popper.js": "^2.0.1", "@abp/popper.js": "^2.1.0",
"@abp/prismjs": "^2.0.1" "@abp/prismjs": "^2.1.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/flag-icon-css", "name": "@abp/flag-icon-css",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -7,5 +7,5 @@
"dependencies": { "dependencies": {
"flag-icon-css": "^3.4.5" "flag-icon-css": "^3.4.5"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/font-awesome", "name": "@abp/font-awesome",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"@fortawesome/fontawesome-free": "^5.11.2" "@fortawesome/fontawesome-free": "^5.11.2"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,11 +1,11 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/highlight.js", "name": "@abp/highlight.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1" "@abp/core": "^2.1.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/jquery-form", "name": "@abp/jquery-form",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "^2.0.1", "@abp/jquery": "^2.1.0",
"jquery-form": "^4.2.2" "jquery-form": "^4.2.2"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/jquery-validation-unobtrusive", "name": "@abp/jquery-validation-unobtrusive",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery-validation": "^2.0.1", "@abp/jquery-validation": "^2.1.0",
"jquery-validation-unobtrusive": "^3.2.11" "jquery-validation-unobtrusive": "^3.2.11"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/jquery-validation", "name": "@abp/jquery-validation",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "^2.0.1", "@abp/jquery": "^2.1.0",
"jquery-validation": "^1.19.1" "jquery-validation": "^1.19.1"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/jquery/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/jquery", "name": "@abp/jquery",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"jquery": "^3.4.1" "jquery": "^3.4.1"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/lodash/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/lodash", "name": "@abp/lodash",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"lodash": "^4.17.15" "lodash": "^4.17.15"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

4
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/luxon", "name": "@abp/luxon",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -7,5 +7,5 @@
"dependencies": { "dependencies": {
"luxon": "^1.21.3" "luxon": "^1.21.3"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/malihu-custom-scrollbar-plugin", "name": "@abp/malihu-custom-scrollbar-plugin",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"malihu-custom-scrollbar-plugin": "^3.1.5" "malihu-custom-scrollbar-plugin": "^3.1.5"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/markdown-it", "name": "@abp/markdown-it",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"markdown-it": "^10.0.0" "markdown-it": "^10.0.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/owl.carousel", "name": "@abp/owl.carousel",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"owl.carousel": "^2.3.4" "owl.carousel": "^2.3.4"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/popper.js", "name": "@abp/popper.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"popper.js": "^1.16.0" "popper.js": "^1.16.0"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/prismjs/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/prismjs", "name": "@abp/prismjs",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"prismjs": "^1.17.1" "prismjs": "^1.17.1"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/select2/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/select2", "name": "@abp/select2",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"select2": "^4.0.12" "select2": "^4.0.12"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/sweetalert/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/sweetalert", "name": "@abp/sweetalert",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "^2.0.1", "@abp/core": "^2.1.0",
"sweetalert": "^2.1.2" "sweetalert": "^2.1.2"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/timeago/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/timeago", "name": "@abp/timeago",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "^2.0.1", "@abp/jquery": "^2.1.0",
"timeago": "^1.6.7" "timeago": "^1.6.7"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

6
npm/packs/toastr/package.json

@ -1,12 +1,12 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/toastr", "name": "@abp/toastr",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "^2.0.1", "@abp/jquery": "^2.1.0",
"toastr": "^2.1.4" "toastr": "^2.1.4"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

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

@ -1,15 +1,15 @@
{ {
"version": "2.0.1", "version": "2.1.0",
"name": "@abp/tui-editor", "name": "@abp/tui-editor",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/codemirror": "^2.0.1", "@abp/codemirror": "^2.1.0",
"@abp/highlight.js": "^2.0.1", "@abp/highlight.js": "^2.1.0",
"@abp/jquery": "^2.0.1", "@abp/jquery": "^2.1.0",
"@abp/markdown-it": "^2.0.1", "@abp/markdown-it": "^2.1.0",
"tui-editor": "^1.4.8" "tui-editor": "^1.4.8"
}, },
"gitHead": "b7064633947fe074ee60eab4f9bf3237acbc5246" "gitHead": "8b95e7469f6459fd51d56f4c20ca067533b07992"
} }

10
templates/app/angular/package.json

@ -13,11 +13,11 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/ng.account": "^2.0.1", "@abp/ng.account": "^2.1.0",
"@abp/ng.identity": "^2.0.1", "@abp/ng.identity": "^2.1.0",
"@abp/ng.setting-management": "^2.0.1", "@abp/ng.setting-management": "^2.1.0",
"@abp/ng.tenant-management": "^2.0.1", "@abp/ng.tenant-management": "^2.1.0",
"@abp/ng.theme.basic": "^2.0.1", "@abp/ng.theme.basic": "^2.1.0",
"@angular/animations": "~8.2.14", "@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14", "@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14", "@angular/compiler": "~8.2.14",

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json

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

18
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json

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

18
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json

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

18
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json

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

18
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

10
templates/module/angular/package.json

@ -12,11 +12,11 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/ng.account": "^2.0.1", "@abp/ng.account": "^2.1.0",
"@abp/ng.theme.basic": "^2.0.1", "@abp/ng.theme.basic": "^2.1.0",
"@abp/ng.identity": "^2.0.1", "@abp/ng.identity": "^2.1.0",
"@abp/ng.tenant-management": "^2.0.1", "@abp/ng.tenant-management": "^2.1.0",
"@abp/ng.setting-management": "^2.0.1", "@abp/ng.setting-management": "^2.1.0",
"@angular/animations": "~8.2.14", "@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14", "@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14", "@angular/compiler": "~8.2.14",

2
templates/module/angular/projects/my-project-name-config/package.json

@ -2,6 +2,6 @@
"name": "my-project-name.config", "name": "my-project-name.config",
"version": "0.0.1", "version": "0.0.1",
"peerDependencies": { "peerDependencies": {
"@abp/ng.core": ">=2.0.1" "@abp/ng.core": ">=2.1.0"
} }
} }

2
templates/module/angular/projects/my-project-name/package.json

@ -2,7 +2,7 @@
"name": "my-project-name", "name": "my-project-name",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "^2.0.1", "@abp/ng.theme.shared": "^2.1.0",
"my-project-name.config": "^0.0.1" "my-project-name.config": "^0.0.1"
} }
} }

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json

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

18
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json

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

18
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json

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

18
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/jquery/abp.jquery.js

@ -359,13 +359,17 @@ var abp = abp || {};
var _loadScript = function (url, loadCallback, failCallback) { var _loadScript = function (url, loadCallback, failCallback) {
_loadFromUrl(url, loadCallback, failCallback, function (urlInfo) { _loadFromUrl(url, loadCallback, failCallback, function (urlInfo) {
$.getScript(url) $.get({
.done(function () { url: url,
urlInfo.succeed(); dataType: 'text'
}) })
.fail(function () { .done(function (script) {
urlInfo.failed(); $.globalEval(script);
}); urlInfo.succeed();
})
.fail(function () {
urlInfo.failed();
});
}); });
}; };

222
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.basic@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.1.tgz#e336c8e3b52b04177fc4039c54f67984f8230f6f" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.1.0.tgz#f815001bd856fb5cbdd0b736181f2401a1a7ec62"
integrity sha512-yMYL8Q1DdS5Dt8nHz5K0ca+4uQ853iOLts/gWmJ4YybWxn4BMu17hlFWpdbmYrtLCW8n45yRYy8dp+9go8zCQw== integrity sha512-ej6dhUo3H9w6bpBTpMhk3M6zbC3fVAVMm5yLSYlYJ0sQxjb9PqC02OgiJme0mkxCUMwPuHVSQLrMQbioXdZu3A==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.1" "@abp/aspnetcore.mvc.ui.theme.shared" "^2.1.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.1": "@abp/aspnetcore.mvc.ui.theme.shared@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.1.tgz#2bad208bfc422e6be12f22431c713180d924e17c" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.1.0.tgz#c2790241b5a44b9d6e4f65911a1b9d9e9104ed82"
integrity sha512-6/ZnF4dFbmpiqDIx3Lc2NJpCNcpmvrEh6kDZC5x9q3ICTPK/CgspM7dVG2dSpFFkXbDNoGH6i/wJwEUWHOKzYQ== integrity sha512-dxC0P/b1T+QJmRrB8HoLM7/GkWblz/X5lLqgn583W7/OTYhvxIxszuRDy/XIEuS+fP6a9rcGvGu5jcKJEqe/xA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.1" "@abp/aspnetcore.mvc.ui" "^2.1.0"
"@abp/bootstrap" "^2.0.1" "@abp/bootstrap" "^2.1.0"
"@abp/bootstrap-datepicker" "^2.0.1" "@abp/bootstrap-datepicker" "^2.1.0"
"@abp/datatables.net-bs4" "^2.0.1" "@abp/datatables.net-bs4" "^2.1.0"
"@abp/font-awesome" "^2.0.1" "@abp/font-awesome" "^2.1.0"
"@abp/jquery-form" "^2.0.1" "@abp/jquery-form" "^2.1.0"
"@abp/jquery-validation-unobtrusive" "^2.0.1" "@abp/jquery-validation-unobtrusive" "^2.1.0"
"@abp/lodash" "^2.0.1" "@abp/lodash" "^2.1.0"
"@abp/luxon" "^2.0.1" "@abp/luxon" "^2.1.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.1" "@abp/malihu-custom-scrollbar-plugin" "^2.1.0"
"@abp/select2" "^2.0.1" "@abp/select2" "^2.1.0"
"@abp/sweetalert" "^2.0.1" "@abp/sweetalert" "^2.1.0"
"@abp/timeago" "^2.0.1" "@abp/timeago" "^2.1.0"
"@abp/toastr" "^2.0.1" "@abp/toastr" "^2.1.0"
"@abp/aspnetcore.mvc.ui@^2.0.1": "@abp/aspnetcore.mvc.ui@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.1.tgz#2c319182f7ab5f99059df4d36cf894deeba20023" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.1.0.tgz#3c86f42e52af3151d2aee0ffdd1281014ea61054"
integrity sha512-bLTyfqoPrzHrdPIw3twJrILO99fzHJZrUJmJDuk5cT1Ox+bCv3AAxi7UEEaOQdjDdZlURq86SKM5x/EndeGpHA== integrity sha512-pKiKMBOPuLm7p44DW8DdbsVn5PY3NqGYkz6gf75uzxyWiVYyl2CM/bvX9w4Ie7Q969owENMLrBREN6ezWZ5ynA==
dependencies: dependencies:
ansi-colors "^4.1.1" ansi-colors "^4.1.1"
extend-object "^1.0.0" extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7" path "^0.12.7"
rimraf "^3.0.0" rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.0.1": "@abp/bootstrap-datepicker@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.1.tgz#458361b7c7ba8c4fc260e9117ae52f054cbab705" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.1.0.tgz#a0d71da15cb3d3cc02f9a390437a44db5e9f9ea1"
integrity sha512-mkF2ioq1UxOw7K2IDzzjuLco/V/HNkB5t7HqDfnNt9JFEt71ms2xRFe8KLxpr9MUWB9MdzlGo4ywyHzGxA61mg== integrity sha512-lkNI0iyefiXS2O5x9Ae9eJQLPXSQlOWDX7QhKnBHLR9JxjJEnhBUIIOylMltAIqtVDtjk2ikDyd3BAiyBdtB/w==
dependencies: dependencies:
bootstrap-datepicker "^1.9.0" bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.0.1": "@abp/bootstrap@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.1.tgz#78d6a7c0787787fd92f8d19c7f8cfee05d8f863e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.1.0.tgz#7ce15d4effac0e0991a3520c4666c6cb17a3fef2"
integrity sha512-GFAho519IBIK0199LCK5NpuaG44w0Tmjjmxns3V+MbzdXGa5d3hZzuPDhYv6hOB9Aj5d0UIqT39KmvrbHAgvuQ== integrity sha512-1xQjqu6shCgzd1FI94y5AIXGIhBlZEoRrOhaT84j/2KzYiDvhP+LAqQjMgqlQmBLs6vMckpxtf5thxKTMXvtOw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
bootstrap "^4.3.1" bootstrap "^4.3.1"
"@abp/core@^2.0.1": "@abp/core@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.1.tgz#441b231f7deb4356f71fdc853873ee3e7eacebea" resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.1.0.tgz#0cd2850f029df1d18517b8e74c70341972c37ed7"
integrity sha512-5m5Buci+efcmkxPkVWAIAad6idvXS5qSqK/oq8fJj2I4J95ug8CUWRwg7cFzZGLljUKX6kEbCtB//NBCoI+aJA== integrity sha512-1wnRo00hWncZWSakaEXm388XhhbKXDVkWDIdaT3kyQpvp3kX1lFx7I5iiZiwIeULwZRF9mi6HV6iHEze58x0kQ==
"@abp/datatables.net-bs4@^2.0.1": "@abp/datatables.net-bs4@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.1.tgz#fac4afdd44784f3cdd395830cda4b2781a817c05" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.1.0.tgz#a0f36cf4e3ef96ae03aa4b9956fcb8b971c854cb"
integrity sha512-jD2cxrPSxfzjM6xSDBiHJuxk6wj6wBQsD4+Go0kOicQSEzDef9CCN8hi8NsCITosAXVAEIoHGwE1uTlK6sir5Q== integrity sha512-93qc2rrGs+JKRPM/7UCasa5VmfswgYU8cv3Ybg5OKoaASODYUn06GChRFnd/mvqcDxw4+8gaqpC3U2ETZZI4pA==
dependencies: dependencies:
"@abp/datatables.net" "^2.0.1" "@abp/datatables.net" "^2.1.0"
datatables.net-bs4 "^1.10.20" datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.0.1": "@abp/datatables.net@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.1.tgz#3a0a5e5a836fe058d43798139349d92996ea9478" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.1.0.tgz#674eaaa5b0948d7ee85b6605bfbad1a70f839aa7"
integrity sha512-xEsvLofWj0W1ieplwEM4j5SEpoW3zS/yRQczHGMWBTR1Uazy0ysqQwMau+nRsNz7z12cFfooVG2mNzfkWRa84g== integrity sha512-3ZM2p+JpHumxbIKlDP/LKLsfceMdttdTOL0ckIZCmAAgoIeKmAtuMoKcHTr8lj5mjgv4arBGvG9WVCemep2PEw==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
datatables.net "^1.10.20" datatables.net "^1.10.20"
"@abp/font-awesome@^2.0.1": "@abp/font-awesome@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.1.tgz#738e5d8a93c29ba13f019a1f0198b9272c644e5c" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.1.0.tgz#c2e628a1b9d0525e7d6950bf007feebcd1c490c8"
integrity sha512-+2yQ3RRMTkj0QsxbYB1gHzqEM+/yiFpuXakKTHxFnCZjgZhmmU229hm14xWbpyWsKohbtrr4R/te1WBrqryqPA== integrity sha512-vlm1IQuQVfuCI2O1vphDd11zUEJ4/4PU0/0XI1YCpilse8fBg080CM3+G0kw6Erm/riznqhOJwBcfT+K+zqk8A==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
"@fortawesome/fontawesome-free" "^5.11.2" "@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.0.1": "@abp/jquery-form@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.1.tgz#e92b9ad75a4f08c63b1005d97d8baeb689ebfe6c" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.1.0.tgz#285dbfdcf722cb0249f149e728cef7f788410c0c"
integrity sha512-A/imqgswwLrU+mR1oyDeVW5PDCIBQk/sMtU/PvRXaNL9c59nU5EVWIuPzORDzpkoECtuNMqStjERHc9IROMjnA== integrity sha512-A17rjHTiBJBKYgrtDX5wIqnI89wNmo3bdK9NagL1wMFj4GvDyOZoRIDLqkopYQsc8zuPjqw4+1aa2TPiA+jtKg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-form "^4.2.2" jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.0.1": "@abp/jquery-validation-unobtrusive@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.1.tgz#e4ed82f6432bba68139210552a9e7800d838d788" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.1.0.tgz#fc938775ced2efc686e7dd092d6ceff1ea947f36"
integrity sha512-72XyC3megf6VXm283pCXB5kctbNLmI/EtfoIEp+FffTUmxCoL+gEEnqb1V+7dMUm5QYCNDnhYWk7K6TTxBPGPw== integrity sha512-a8iBIj6amJ9rQNV+wxQUuEVh93M/c32kJcrwSEPWQcOoTj5gf0j8eKK9YvZaGokpylraz9mdGOwYQQuNj1sxEw==
dependencies: dependencies:
"@abp/jquery-validation" "^2.0.1" "@abp/jquery-validation" "^2.1.0"
jquery-validation-unobtrusive "^3.2.11" jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.0.1": "@abp/jquery-validation@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.1.tgz#f0287d8687275b400a15d4ce8dc76d40b8b38cee" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.1.0.tgz#2bf1a31321cce3b2abe6d56c6112c52a8ecb28b6"
integrity sha512-18teWDVaMVHGEHc8eGuK7yUG+H6HxlKBRtB0L+VCYiUYsnTKshu+4DvSf0QTtGcbKquY8ui9AwgDnWZJ8Qqjqg== integrity sha512-kU6/E+Xc3wHAUs+sGMAL8uozkXv65HnpksTwV4/+RK+D6iFU2EyNgCEFu7QGSwYZsV1/7YsCe2GD4ucBXIknbA==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
jquery-validation "^1.19.1" jquery-validation "^1.19.1"
"@abp/jquery@^2.0.1": "@abp/jquery@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.1.tgz#0048b2344523c1c1d602d81291adf35fe9234d62" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.1.0.tgz#fb5b4c9e8622cf46fee92f9f731d007d5fb200bb"
integrity sha512-daM0nlxHW3iGoLh8sq03/co2dF9aM6LYqj5hFAHnmwx0UunDnS0rXkgbRieu66tGPvk325Qb2S1Ibpjn8/CqAQ== integrity sha512-ZpfzRut5G611bBmuDdiT6BD0M7Rl1P6r8uNxUjdmFXYwFd8wD02ZhIcsX7qFHFkYERuXfcLrZh4rpw9G1DVCJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
jquery "^3.4.1" jquery "^3.4.1"
"@abp/lodash@^2.0.1": "@abp/lodash@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.1.tgz#2f8932eddcc54d569ff37525d5da5219c68247c4" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.1.0.tgz#9fc9e6521e6284d607cedbff1a458fa324137c5c"
integrity sha512-YsnQwXDH1EAz/fUs42E5TxclMaHN00oSWqGNmWrVqPMIw671sjyFf8QwQWIQujlo/7hXNYMxwmh5VGqR0TKNqQ== integrity sha512-s1gTHhpbmEDDCsZeXb9MpClkDS4wH5R2IWPRZUlSPxo3gF0pvkx5ubdhYUEUgqy5QqWxE/+zUAjDc4x+cEriFQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
lodash "^4.17.15" lodash "^4.17.15"
"@abp/luxon@^2.0.1": "@abp/luxon@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.1.tgz#6d0780254699171a509ab6bd5b1dd1a6ebc96468" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.1.0.tgz#624796722119f075119006b436054aecbb38f15f"
integrity sha512-tVdGgfH/ZvKAUYDiVB9x7WnyrXtUQGl7grvdFnXU8fzH0X8HNsQ4cSswlfMNQhiew8es93UqsjCx9VU8wZT08g== integrity sha512-2b0sRo6rdYT1wDu9nSXm/9o8rhQ9ED7FxrDMYabYuOQz48esgn4fBUNcPqpxwejpFmlhZY6CONvkddNtaMeVHw==
dependencies: dependencies:
luxon "^1.21.3" luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.0.1": "@abp/malihu-custom-scrollbar-plugin@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.1.tgz#7099199447db1d49eebd12519bbecba80a49c243" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.1.0.tgz#f4dc1a32cefc3de8af08cb6d585ec5f7636a0c5e"
integrity sha512-Ljqt/poELw9xGr+fh29Ui/cA1zFLcOTZzy6/OyGUWW+BaMGjY8CY5k47ZlI0Vo3MGZpHu0AECKF95/P0RqBd9w== integrity sha512-WcxzCZ5YOMxGxZerEh966cVrFSCw1UTDqwU2rxA/LsHEbPKd69AY+SHvUiacNxPXs1ZCF6FFJ29C5dWicEIRaQ==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.0.1": "@abp/select2@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.1.tgz#f274a3fc51e79fd556012844b54bbbfa0d7fedbf" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.1.0.tgz#79e50d2c25e74a5f96520e8aa1433d79aea674d1"
integrity sha512-RertY05XH+UWp+zipVt0BKGW7Rm3Yn5EZOKKTwlFJ0ciUfPRxkVl70I4xSEgm3Naq83WEH2MmwyOx4yntKZoaQ== integrity sha512-ut/3c+lFdoepuDH36M7thWagmAmTFrChcPnhYjTx4MmIf31WW1BwqOSx3I2g8M+NEEx+V2jTNuBpTq7PONgSJg==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
select2 "^4.0.12" select2 "^4.0.12"
"@abp/sweetalert@^2.0.1": "@abp/sweetalert@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.1.tgz#8198f43855392d0c07eeb0faac0d68ed5bbdf6b2" resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.1.0.tgz#88f405c4ba9f9ed2fd54b945ed6bc48d5ae2fa23"
integrity sha512-ZfbQqUNc1PuzchZzCnmhPMuy2mXAvtVEi3CZiLLAy2DHq+jf3Q3jUG9X6hZiqGuyl+Aq5htTX3HLfimca+gVxg== integrity sha512-EWvReqxZ1DrNH9XD+cf/yGVj+8IPTpuoPuWKDryN4fF7TCMJA+KrXp5lFxpjfkKTtNzLeFGsJqDFWaUifxtqTA==
dependencies: dependencies:
"@abp/core" "^2.0.1" "@abp/core" "^2.1.0"
sweetalert "^2.1.2" sweetalert "^2.1.2"
"@abp/timeago@^2.0.1": "@abp/timeago@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.1.tgz#1f82b07abc281363ada06909143ff09adcee2c13" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.1.0.tgz#28c0aef88aff8b54d1dfb42a664d05097e7fda35"
integrity sha512-zxvoOt2N7ikF1lZ5EBbSWuNdPsn6Z1O+JtnF5B73WEZ0JGp3wVrLN10RkvHLyDqI86dn0SKrocXvFCMEIot7vA== integrity sha512-NklUYcWeji7po+Y6Oi7b7IkYmjd5YRu123bm3MqjQ71AzuOCTFbvPMHzYOjrUTkzr6gW3IJ24LQ4YmpshPy4ZQ==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@^2.0.1": "@abp/toastr@^2.1.0":
version "2.0.1" version "2.1.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.1.tgz#3f41d53bdb66a0b1fe400ae190958540ce2616c1" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.1.0.tgz#22a53a2b1f354770fdc7b37f06bec10eefccfe7a"
integrity sha512-cgOlPVuOyw+4Av9ZXqaQIdKzMTJCpxdd60hSm4drYoq0m7wQADL0X5LB7rH/8i/oPvn+BAD2gRomGZEhTSgouw== integrity sha512-hD3hTDx+CixTVTx73rnZDiiFkfSxpZox8RLm+CiFA62ORdO8Ryij8TOXXkJd84b2tJfkAkYehohVXKwHlHU7Zg==
dependencies: dependencies:
"@abp/jquery" "^2.0.1" "@abp/jquery" "^2.1.0"
toastr "^2.1.4" toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2": "@fortawesome/fontawesome-free@^5.11.2":

Loading…
Cancel
Save