Browse Source

npm packages 2.7.0

pull/3869/head
Arkat Erol 6 years ago
parent
commit
a0c3759519
  1. 2
      npm/lerna.json
  2. 19
      npm/ng-packs/yarn.lock
  3. 6
      npm/packs/anchor-js/package.json
  4. 6
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  5. 32
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  6. 4
      npm/packs/aspnetcore.mvc.ui/package.json
  7. 12
      npm/packs/blogging/package.json
  8. 4
      npm/packs/bootstrap-datepicker/package.json
  9. 6
      npm/packs/bootstrap/package.json
  10. 4
      npm/packs/chart.js/package.json
  11. 6
      npm/packs/clipboard/package.json
  12. 6
      npm/packs/codemirror/package.json
  13. 6
      npm/packs/core/package.json
  14. 6
      npm/packs/datatables.net-bs4/package.json
  15. 6
      npm/packs/datatables.net/package.json
  16. 14
      npm/packs/docs/package.json
  17. 4
      npm/packs/flag-icon-css/package.json
  18. 6
      npm/packs/font-awesome/package.json
  19. 6
      npm/packs/highlight.js/package.json
  20. 6
      npm/packs/jquery-form/package.json
  21. 6
      npm/packs/jquery-validation-unobtrusive/package.json
  22. 6
      npm/packs/jquery-validation/package.json
  23. 6
      npm/packs/jquery/package.json
  24. 6
      npm/packs/lodash/package.json
  25. 4
      npm/packs/luxon/package.json
  26. 6
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  27. 6
      npm/packs/markdown-it/package.json
  28. 6
      npm/packs/owl.carousel/package.json
  29. 6
      npm/packs/popper.js/package.json
  30. 6
      npm/packs/prismjs/package.json
  31. 6
      npm/packs/select2/package.json
  32. 6
      npm/packs/sweetalert/package.json
  33. 6
      npm/packs/timeago/package.json
  34. 6
      npm/packs/toastr/package.json
  35. 12
      npm/packs/tui-editor/package.json
  36. 4
      npm/packs/utils/package.json
  37. 10
      templates/app/angular/package.json
  38. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
  39. 32
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/core/abp.js
  40. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  41. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  42. 236
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/yarn.lock
  43. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
  44. 32
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/core/abp.js
  45. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  46. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  47. 236
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  48. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
  49. 32
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/core/abp.js
  50. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  51. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  52. 236
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  53. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
  54. 32
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/core/abp.js
  55. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  56. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  57. 236
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
  58. 10
      templates/module/angular/package.json
  59. 2
      templates/module/angular/projects/my-project-name-config/package.json
  60. 2
      templates/module/angular/projects/my-project-name/package.json
  61. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
  62. 32
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/core/abp.js
  63. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  64. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  65. 236
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  66. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
  67. 32
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/core/abp.js
  68. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  69. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  70. 236
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  71. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
  72. 32
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/core/abp.js
  73. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  74. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  75. 236
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/yarn.lock

2
npm/lerna.json

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

19
npm/ng-packs/yarn.lock

@ -18,7 +18,7 @@
"@abp/ng.theme.shared" "^2.6.2"
tslib "^1.9.0"
"@abp/ng.core@^2.6.2", "@abp/ng.core@~2.6.2":
"@abp/ng.core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/ng.core/-/ng.core-2.6.2.tgz#d0e4f6666a9a207fc7425001449bea2cdfe93522"
integrity sha512-e7c82d9VF20d4JFUkyzT5iTqGKnkq5FBHdv6IW6lsVyuz2Zf/p4wNtKATRr2ntM7qNIjIQebtGNFyxxX4nmL+w==
@ -35,7 +35,7 @@
ts-toolbelt "^6.3.6"
tslib "^1.9.0"
"@abp/ng.feature-management@^2.6.2", "@abp/ng.feature-management@~2.6.2":
"@abp/ng.feature-management@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/ng.feature-management/-/ng.feature-management-2.6.2.tgz#da09b07ebe81f09ccf338a7c10c384920375567a"
integrity sha512-JdHuAZk9j9AR1iKU02Xoux40ULOccm+68q7/4L2G1cBET6yTAE8Ua9RPPX9HadmCG0cR8awl3d+5JPwyL3OjFA==
@ -60,7 +60,7 @@
"@abp/ng.theme.shared" "^2.6.2"
tslib "^1.9.0"
"@abp/ng.permission-management@^2.6.2", "@abp/ng.permission-management@~2.6.2":
"@abp/ng.permission-management@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/ng.permission-management/-/ng.permission-management-2.6.2.tgz#ba7902256acf3e1ff49552983e4d292f670f9ad8"
integrity sha512-6NW5BF+5ZFQI8oLEQWCiJS5iF2v3gHLvohrbN84RsPNTc+ZRDte6MbIOGq2CWxM8qXwisLBiR/RWC4ssgfPqEA==
@ -109,7 +109,7 @@
"@abp/ng.theme.shared" "^2.6.2"
tslib "^1.9.0"
"@abp/ng.theme.shared@^2.6.2", "@abp/ng.theme.shared@~2.6.2":
"@abp/ng.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.shared/-/ng.theme.shared-2.6.2.tgz#9d70b7aab010af4cd5a451c9c2d162d73ec5f9cc"
integrity sha512-e3QVsPpmbPGmTpQY9J1RgmWer7Tx7mrsOtxjFvbJGqKVF1UUtU5Kc3VyGPb3JsjQtT+890/9qmAf/YSj3cNPIA==
@ -122,7 +122,7 @@
chart.js "^2.9.3"
tslib "^1.9.0"
"@abp/utils@^2.6.0", "@abp/utils@~2.6.2":
"@abp/utils@^2.6.0":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
@ -2129,7 +2129,14 @@
tree-kill "1.2.2"
webpack-sources "1.4.3"
"@ngx-validate/core@^0.0.7", "@ngx-validate/core@^0.0.8":
"@ngx-validate/core@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@ngx-validate/core/-/core-0.0.7.tgz#35a4364e8c8bb43ce1731e8d681ce1ab307c5955"
integrity sha512-APT7kstDaJ0JkC6cDkypbVSXAOAEyPTQ9P8DjEI1szi+Xzuz69XLASK3NdTYjFwogWevhYXoYRaR2Bq9iWzl+g==
dependencies:
tslib "^1.9.0"
"@ngx-validate/core@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@ngx-validate/core/-/core-0.0.8.tgz#8577405eb1af0f5002cdda7a86fbcda56280f116"
integrity sha512-caIG5ao76Xhf7T+pNA8crnpAwK0yqj3i0OAUGZRUq1W+kNgz+ZnrSd4F9an/W4g+38u/8gfUVvsfsm07ju6qYA==

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"anchor-js": "^4.2.2"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,11 +1,11 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.7.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

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

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

@ -1,5 +1,5 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"
@ -12,5 +12,5 @@
"path": "^0.12.7",
"rimraf": "^3.0.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

12
npm/packs/blogging/package.json

@ -1,14 +1,14 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.6.2",
"@abp/owl.carousel": "^2.6.2",
"@abp/tui-editor": "^2.6.2",
"@abp/prismjs": "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.7.0",
"@abp/owl.carousel": "^2.7.0",
"@abp/prismjs": "^2.7.0",
"@abp/tui-editor": "^2.7.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,5 +1,5 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/bootstrap-datepicker",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"bootstrap-datepicker": "^1.9.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/bootstrap/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/bootstrap",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"bootstrap": "^4.3.1"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,5 +1,5 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"chart.js": "^2.9.3"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/clipboard/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"clipboard": "^2.0.4"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/codemirror/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"codemirror": "^5.49.2"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/core/package.json

@ -1,11 +1,11 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/core",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/utils": "^2.6.2"
"@abp/utils": "^2.7.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/datatables.net-bs4",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "^2.6.2",
"@abp/datatables.net": "^2.7.0",
"datatables.net-bs4": "^1.10.20"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/datatables.net",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^2.6.2",
"@abp/jquery": "^2.7.0",
"datatables.net": "^1.10.20"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

14
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/anchor-js": "^2.6.2",
"@abp/clipboard": "^2.6.2",
"@abp/malihu-custom-scrollbar-plugin": "^2.6.2",
"@abp/popper.js": "^2.6.2",
"@abp/prismjs": "^2.6.2"
"@abp/anchor-js": "^2.7.0",
"@abp/clipboard": "^2.7.0",
"@abp/malihu-custom-scrollbar-plugin": "^2.7.0",
"@abp/popper.js": "^2.7.0",
"@abp/prismjs": "^2.7.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,5 +1,5 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"flag-icon-css": "^3.4.5"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/font-awesome",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"@fortawesome/fontawesome-free": "^5.11.2"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,11 +1,11 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2"
"@abp/core": "^2.7.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/jquery-form",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^2.6.2",
"@abp/jquery": "^2.7.0",
"jquery-form": "^4.2.2"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/jquery-validation-unobtrusive",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "^2.6.2",
"@abp/jquery-validation": "^2.7.0",
"jquery-validation-unobtrusive": "^3.2.11"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/jquery-validation",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^2.6.2",
"@abp/jquery": "^2.7.0",
"jquery-validation": "^1.19.1"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/jquery/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"jquery": "^3.4.1"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/lodash/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/lodash",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"lodash": "^4.17.15"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

4
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/luxon",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"luxon": "^1.21.3"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/malihu-custom-scrollbar-plugin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"markdown-it": "^10.0.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"owl.carousel": "^2.3.4"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"popper.js": "^1.16.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/prismjs/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"prismjs": "^1.17.1"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/select2/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/select2",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"select2": "^4.0.12"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/sweetalert/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/sweetalert",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.6.2",
"@abp/core": "^2.7.0",
"sweetalert": "^2.1.2"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/timeago/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/timeago",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^2.6.2",
"@abp/jquery": "^2.7.0",
"timeago": "^1.6.7"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

6
npm/packs/toastr/package.json

@ -1,12 +1,12 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/toastr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^2.6.2",
"@abp/jquery": "^2.7.0",
"toastr": "^2.1.4"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

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

@ -1,15 +1,15 @@
{
"version": "2.6.2",
"version": "2.7.0",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "^2.6.2",
"@abp/highlight.js": "^2.6.2",
"@abp/jquery": "^2.6.2",
"@abp/markdown-it": "^2.6.2",
"@abp/codemirror": "^2.7.0",
"@abp/highlight.js": "^2.7.0",
"@abp/jquery": "^2.7.0",
"@abp/markdown-it": "^2.7.0",
"tui-editor": "^1.4.8"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

4
npm/packs/utils/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/utils",
"version": "2.6.2",
"version": "2.7.0",
"scripts": {
"prepublish": "yarn install --ignore-scripts && node prepublish.js",
"ng": "ng",
@ -55,5 +55,5 @@
"dependencies": {
"just-compare": "^1.3.0"
},
"gitHead": "eb4a0e507f492e275865b72caeb02ce28d69ae56"
"gitHead": "0ea3895f3b0b489e3ea81fc88f8f0896b22b61bd"
}

10
templates/app/angular/package.json

@ -11,11 +11,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~2.6.2",
"@abp/ng.identity": "~2.6.2",
"@abp/ng.setting-management": "~2.6.2",
"@abp/ng.tenant-management": "~2.6.2",
"@abp/ng.theme.basic": "~2.6.2",
"@abp/ng.account": "~2.7.0",
"@abp/ng.identity": "~2.7.0",
"@abp/ng.setting-management": "~2.7.0",
"@abp/ng.tenant-management": "~2.7.0",
"@abp/ng.theme.basic": "~2.7.0",
"@angular/animations": "~9.1.0",
"@angular/common": "~9.1.0",
"@angular/compiler": "~9.1.0",

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

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

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

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

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

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

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

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

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

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

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

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

10
templates/module/angular/package.json

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

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

@ -2,6 +2,6 @@
"name": "my-project-name.config",
"version": "0.0.1",
"peerDependencies": {
"@abp/ng.core": "~2.6.2"
"@abp/ng.core": "~2.7.0"
}
}

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

@ -2,7 +2,7 @@
"name": "my-project-name",
"version": "0.0.1",
"dependencies": {
"@abp/ng.theme.shared": "~2.6.2",
"@abp/ng.theme.shared": "~2.7.0",
"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",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.7.0"
}
}

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

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

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

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

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

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

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

@ -76,10 +76,17 @@ var abp = abp || {};
abp.localization.values = {};
abp.localization.localize = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return key;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
abp.log.warn('Localization source name is not specified and the defaultResourceName was not defined!');
return key;
}
var source = abp.localization.values[sourceName];
if (!source) {
abp.log.warn('Could not find localization source: ' + sourceName);
return key;
@ -97,6 +104,29 @@ var abp = abp || {};
return abp.utils.formatString.apply(this, copiedArguments);
};
abp.localization.isLocalized = function (key, sourceName) {
if (sourceName === '_') { //A convention to suppress the localization
return true;
}
sourceName = sourceName || abp.localization.defaultResourceName;
if (!sourceName) {
return false;
}
var source = abp.localization.values[sourceName];
if (!source) {
return false;
}
var value = source[key];
if (value === undefined) {
return false;
}
return true;
};
abp.localization.getResource = function (name) {
return function () {
var copiedArguments = Array.prototype.slice.call(arguments, 0);

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.6.2.tgz#c9f16291034eb68ea05b27ad3c503cb90cb1ee0a"
integrity sha512-aGKPHHRosvIONIwEfHJmSu1o61t5UxAiuQEe4vXf1+Jl9Fb/yKvOWFCMJ4BTgV+F+vNXK5OlD7u1oeWprVjKow==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.6.2"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.6.2.tgz#281584070428adc693f554c051cb4290d2401956"
integrity sha512-aq946vbDmT7cRqB5SmyadINkU1bJnOvOKhf8P0ss0JWIUBWW2MS0f3N1cRfUAgP9DBP+u+uOjijnd6kI2eC7EQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.6.2"
"@abp/bootstrap" "^2.6.2"
"@abp/bootstrap-datepicker" "^2.6.2"
"@abp/datatables.net-bs4" "^2.6.2"
"@abp/font-awesome" "^2.6.2"
"@abp/jquery-form" "^2.6.2"
"@abp/jquery-validation-unobtrusive" "^2.6.2"
"@abp/lodash" "^2.6.2"
"@abp/luxon" "^2.6.2"
"@abp/malihu-custom-scrollbar-plugin" "^2.6.2"
"@abp/select2" "^2.6.2"
"@abp/sweetalert" "^2.6.2"
"@abp/timeago" "^2.6.2"
"@abp/toastr" "^2.6.2"
"@abp/aspnetcore.mvc.ui@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.6.2.tgz#854fb357c4f8c9c9d40aff877fe00b440c82dc3e"
integrity sha512-yUthVRfgBJwYqehJqWEa8oTLuoJJKSlGvlnSQsjJrV8+BiE47rPwPVkoP3ow0gUog/jRfvFjfJsyc7H9pPekEQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha512-go4bi+L/BVayZbojjbObtZe5gbPnn2+tamtCBwwCJo4aqSxbSloOtB0coLtFDxmGr0mYBpB+aaT9OP8MDkEPvA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha512-hq65whXnjHDY5ke8t6LTu2bf5AmTrRgghXI14GsgqbQ4hMfHndblgxR2CkNpfp+T1cBlih0oI4DmSo6bv3fZHQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha512-fISt3ZLgGFLY4YLFZPoMsiYfGevoRcSIgTeqBV5rYoTO5pLx4lHnGz1qx/RNv626SKRyKUuoBGPy04VMVLfMwg==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,143 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.6.2.tgz#2e811e1ae6326d665004fa7e54eab571eaf7e886"
integrity sha512-bp9rCC6h/k3SK9BM6Nu+lZXYOtjuVMgD0Tuu5qZkkdgmcaDoFzFlBZgs+4HEMJzMNGop0n3cJ2YKiYmJHaUvlA==
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha512-wm8xxM8ON3aUztC8581THxenXzs6A4n/65dxThsS+pa+Sm1AuwyjTXUnOfmFA7on20cGKPJ5Ruj634j0LlMD3g==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.6.2.tgz#48265d0236e09d653999f6a22d80265461f32a35"
integrity sha512-lXP7QR3+3Aqsq5+IVg7J7gIhLvdqkapWRon1PkdZIgiveY3ue0MZywApJNhz/vpfUbO3t/tP4mjaiFEMd45qzQ==
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha512-XYGLw7AiIYOMgZ/1Ie6eBZZ4yKIsKzP8U4tAlwRxIIwQxLLoeTEMv5hUFGpDqGy2YpejGMunCkuAsiBSmLIOrQ==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
bootstrap "^4.3.1"
"@abp/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.6.2.tgz#7a256dd7c5707229849a36236b3df5bbbf080946"
integrity sha512-UOuWZXBxCtbKrmjqyXE5z76+E7pr0JcfKCDOmi0Au7F7qy5zU+CfYCJt4IbOQklgq0v3US2AMHj9CjBUA12Tfg==
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha512-DpMPddtPtDVjWgEwTLdX6bjcKYAH/mK3hn1k/j5t+EKlLvZiy1w4GrK8tRpw0p+Aq2O61sI8EtaZeqrV71qN3A==
dependencies:
"@abp/utils" "^2.6.2"
"@abp/utils" "^2.7.0"
"@abp/datatables.net-bs4@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.6.2.tgz#14f35f94a01dac93306175d20d9d2270c935579d"
integrity sha512-YxqLD3XmxlECjo/Xhf7Qq7RvYDNTEUxeSTJNAUOr66DWINPbzqMyQF//q8OtpWt3lK5FRix+/W3EOqX07wb+bw==
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha512-DHf1fSY4+lfbtDQv35jwqWrak/amJ8SboOKvzo0rp4469rKuPlakOSeVzTJASIwNzdmqqZjLe/7bQ8hkr3VgGA==
dependencies:
"@abp/datatables.net" "^2.6.2"
"@abp/datatables.net" "^2.7.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.6.2.tgz#df3706dce18512773c79cb86615083763313424b"
integrity sha512-XU3U2xtmHs9ED0MpKZ0hnj/JDvIVYy+zqxRvcqNcIlUC6QBgcJE7evAMMeh55I9gOfqZgBOyND6XQIhGGzfLgg==
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha512-YVxKrk5xXvREWIwFkqUvnQB3RjmdJ/xbNJIrQW+N0Z7pVgPsVBx+1N3VBkimWY/ieBkV4Q+lx/r9IkHs9iSFqQ==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.6.2.tgz#472b831f292b59fdd34c8395f41855afdafe63e9"
integrity sha512-IkGxxC0MX7LOF0BKNURpLqsQiulCd6yAjbAkbu/TVoteO+G1qbw5+hioX3MOklF6te3xc//+HKhil+0zmd0tKQ==
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha512-MsyD6lYD9beuXcojAL8hF5KXp47qQIrl3xz3VoXIfIMCsY8cyJLeQJpIdKPh05T4shr3dbh3csUMOYXor/eoGw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.6.2.tgz#56dc3e585e1d9ae8b85e8d23181f066b8017e4c0"
integrity sha512-rBXU24pqSwb+Me2W7V23jLaWuFVCzVqD1xO3Zbp8VoVMLysn7xv6FtTSNEGs8gazoYT5mAuYqZzbvYcKLrpC4w==
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha512-noikCGGbePQQe2QUjeLP3SSN8IKkZlyDOSKJXCMa0Cuc/CDzXrsdR4Zs7yHNwVYhKKnc+6kZkOCRKVrMeELxRg==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.6.2.tgz#5f324d146c488068ec53e4e76e9d2b4f19c20295"
integrity sha512-TzHGyR+nQO6Vm+aAzKopuEN7CdhrZ6MXleyrFFeUodkdzvl8zay6C2GRBIdZ2vIpv0EIUySxkNCAol8QJSifNA==
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha512-adyWl0DdZyGfx0raz+Ghh3aa4Yyggi3m4DR44GS1otXENIrAhYDQWA2KCC4V53zsKfp3P0hDqyOl5o1VlJuzUw==
dependencies:
"@abp/jquery-validation" "^2.6.2"
"@abp/jquery-validation" "^2.7.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.6.2.tgz#c9d615fbae0cd5629135de425d530e20f9e4d7ed"
integrity sha512-+baPNwj4A4EXDgG+bxWI14Nn8MNFDxVt5AQXrgIUuv4o1/6Wud7OaBs7qW7guHptiAUlE7cZFUFkdKn7vsbN+g==
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha512-ghmh3l7tY9ZFMkl2dFrJE5UjjuPJuZELMyVUFLZFM634U8WuLXY85SMgwT/8sGzlxbQYgt1H8XRl4i67vu3NVA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.6.2.tgz#c9cd3e1631924aaa3d9d6874e18104abc8b93e44"
integrity sha512-tn2YlIN3qPb+9CsaM6pTo1KgknJusyxczMrsWBq3BglVgKCcMSoTXi7N0tGj927d0kLShrU8urOwNchyijt1kQ==
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha512-1a444k81wsMsrX68jT4jr29C2noOwM2KsCwhhoJUDWig0dCwQ3zlrn8cw+dr1odnhAUdHECOPbD2s7DYBASgFw==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
jquery "^3.4.1"
"@abp/lodash@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.6.2.tgz#9c200b1040da55f4dac7748feea6672dbeab1a6c"
integrity sha512-XQERYW4Ff13hYO2PoFqLKmykR0BDJxkCCeVUSvj49gtaW1lyEKog/33T9Xa0ewazS6hhKjqGO0f6R11FMZOJTQ==
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha512-9vQ55nd/rQ3WMDyz9EocM5dAS3FvjyGgI8NjgrL/GdhU2VOeHkTLeEC62SRokgeLEX/u46sMTme61q2rEzkG+g==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
lodash "^4.17.15"
"@abp/luxon@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.6.2.tgz#5278e8d8abc5c524af3977557c50135395aa2f0d"
integrity sha512-T/GLdmjhsQeEpfVs/8Djm0hZqPFtMFRRR6Hi0+mFuAkEW5XwIuhApAluyBFCA1RYu9qPCZVqa9oXgNUq4TvVvg==
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha512-IM/l0M2cEWKKW/Gsi4QlodLNqLmID9B/szqSpK8kCGyCuc9AC5OvfblTmr3trUQVscHl2LXgLZYigVXVqswmVg==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.6.2.tgz#0f849ad03ab713109fada47d5e5367bafa99c2dc"
integrity sha512-GtADJJUfvisKIXTwF3xEXWWBNYI549dtlytITV1ZnMB9V3vvVbtNlJqMMxQnOGB0V77x+RKWzDx+0N7L1GCHRg==
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha512-ENLhpcj1R8H8s2bIBo49x9pvBTwYssx+apSWU1pritqKhSTAMHC5zeXaQsm3t1SMK9fTmJNwcQeS5jtdtudgYA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.6.2.tgz#699d35efbe388f716a2aa1822bc0177d93e19859"
integrity sha512-Otiw711Jx3XmKB8VMQGn5XGHP88xXCCP/ucw3ILVjJIt6VZFPMAIpQPAKGQuEcYQiv8Ohlnw4J/OMV/y7V6ZKg==
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha512-ppTSWqNUC8segSowhOalNJgZgWjUvUnfe7Wwzeo9JcaEY7CEKpNTBKEqSTPWsLpyuWGCG8b/mTtq1regezxkIA==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.6.2.tgz#ab7ca9630d10bebaf80e7edf59380643a2e0834c"
integrity sha512-ft+bQynMdJI21LreOgsGra5KJKHtPubxdUTCLPshg5J1TUSLp74ScohJEDtOIzATmo4BCyEBLtqBEpxYpYkgDQ==
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha512-1PKMbaUlRUllPkVdRaWRuj51fXwmKSHGKEsN4BwA4FQtHagCDUP4C2mxCsVRESKvVrJRRGhz2h7VT4BVs/QLpg==
dependencies:
"@abp/core" "^2.6.2"
"@abp/core" "^2.7.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.6.2.tgz#cdb624b3d50bfc7ef719498bcecde786a60fecc2"
integrity sha512-ifeA6KIIwpoBmN5idcdOaHE1SBg3bsZ9rF47KP3+zOox5ZtpLLg3K1UxGQyKIkGg/RjYrg7WIYdR67HQBXslHA==
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha512-oTHvDoJi90buSBMkhg1WYzRAyQ42x5qjfIsqCCGjPeRokPB+IOBoCLScgo/WgQI7a2MEJULZnLynGB/UdO3eaA==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
timeago "^1.6.7"
"@abp/toastr@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.6.2.tgz#00fa37b43b6fa2b68f41dfa6ffc5fa4ca47dcf88"
integrity sha512-6qAYYz8DdNDDxkgzf0O3HOkXZbD2ZoUS6HbuH5KeFXxX0q8qhmHAJd3+4N/2851uGnT/KeFateJb68SZP5XQKA==
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha512-9cjLh4ITlgFiAkBi/oCUCpvZCkQjG7zWTkbYnMJiaV/OMjIFj6lw58i+gqFmAZsOrnasXqlqHhHh1woDC3WFBw==
dependencies:
"@abp/jquery" "^2.6.2"
"@abp/jquery" "^2.7.0"
toastr "^2.1.4"
"@abp/utils@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.6.2.tgz#dba9e7c0aa1531fae6c5ff22fcbdfb4d98c576e3"
integrity sha512-MqExfPA4FRYORsskVG7kbkAwzs9z4XaMaZ75XkoahD+FyZtm1e0miEEoDvwrdye9jgL/FrWeShWNE49GY7PvpA==
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha512-pYU4rXgDVef+osba2TXjmBTzB9B9+aXY6vssf9+9DONZWyBDLAiK+UrV89X2SbRPaAxD9N0CRWHD3EAVPnqXiA==
dependencies:
just-compare "^1.3.0"

Loading…
Cancel
Save