Browse Source

Increased version of the npm packages and published all.

pull/2661/head 2.0.0
Halil İbrahim Kalkan 6 years ago
parent
commit
8db15a81cb
  1. 2
      npm/lerna.json
  2. 1491
      npm/ng-packs/scripts/package-lock.json
  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. 10
      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. 4
      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. 95
      npm/yarn.lock
  37. 10
      templates/app/angular/package.json
  38. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
  39. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/yarn.lock
  40. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
  41. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  42. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
  43. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  44. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
  45. 222
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
  46. 10
      templates/module/angular/package.json
  47. 2
      templates/module/angular/projects/my-project-name-config/package.json
  48. 2
      templates/module/angular/projects/my-project-name/package.json
  49. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
  50. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/yarn.lock
  51. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
  52. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/yarn.lock
  53. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json
  54. 222
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/yarn.lock

2
npm/lerna.json

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

1491
npm/ng-packs/scripts/package-lock.json

File diff suppressed because it is too large

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"anchor-js": "^4.2.2"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,11 +1,11 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.0.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

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

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

@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"
@ -12,5 +12,5 @@
"path": "^0.12.7",
"rimraf": "^3.0.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

10
npm/packs/blogging/package.json

@ -1,13 +1,13 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^1.1.1",
"@abp/owl.carousel": "^1.1.1",
"@abp/tui-editor": "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.0.0",
"@abp/owl.carousel": "^2.0.0",
"@abp/tui-editor": "^2.0.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/bootstrap-datepicker",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"bootstrap-datepicker": "^1.9.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/bootstrap/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/bootstrap",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"bootstrap": "^4.3.1"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"chart.js": "^2.9.3"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/clipboard/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"clipboard": "^2.0.4"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/codemirror/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"codemirror": "^5.49.2"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

4
npm/packs/core/package.json

@ -1,8 +1,8 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/core",
"publishConfig": {
"access": "public"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/datatables.net-bs4",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "^1.1.1",
"@abp/datatables.net": "^2.0.0",
"datatables.net-bs4": "^1.10.20"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/datatables.net",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"datatables.net": "^1.10.20"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

14
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/anchor-js": "^1.1.1",
"@abp/clipboard": "^1.1.1",
"@abp/malihu-custom-scrollbar-plugin": "^1.1.1",
"@abp/popper.js": "^1.1.1",
"@abp/prismjs": "^1.1.1"
"@abp/anchor-js": "^2.0.0",
"@abp/clipboard": "^2.0.0",
"@abp/malihu-custom-scrollbar-plugin": "^2.0.0",
"@abp/popper.js": "^2.0.0",
"@abp/prismjs": "^2.0.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"flag-icon-css": "^3.4.5"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/font-awesome",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"@fortawesome/fontawesome-free": "^5.11.2"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,11 +1,11 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1"
"@abp/core": "^2.0.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/jquery-form",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^1.1.1",
"@abp/jquery": "^2.0.0",
"jquery-form": "^4.2.2"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/jquery-validation-unobtrusive",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "^1.1.1",
"@abp/jquery-validation": "^2.0.0",
"jquery-validation-unobtrusive": "^3.2.11"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/jquery-validation",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^1.1.1",
"@abp/jquery": "^2.0.0",
"jquery-validation": "^1.19.1"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/jquery/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"jquery": "^3.4.1"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/lodash/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/lodash",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"lodash": "^4.17.15"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

4
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/luxon",
"publishConfig": {
"access": "public"
@ -7,5 +7,5 @@
"dependencies": {
"luxon": "^1.21.3"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/malihu-custom-scrollbar-plugin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"markdown-it": "^10.0.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"owl.carousel": "^2.3.4"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"popper.js": "^1.16.0"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/prismjs/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"prismjs": "^1.17.1"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/select2/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/select2",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"select2": "^4.0.12"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/sweetalert/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/sweetalert",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^1.1.1",
"@abp/core": "^2.0.0",
"sweetalert": "^2.1.2"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/timeago/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/timeago",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^1.1.1",
"@abp/jquery": "^2.0.0",
"timeago": "^1.6.7"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

6
npm/packs/toastr/package.json

@ -1,12 +1,12 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/toastr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^1.1.1",
"@abp/jquery": "^2.0.0",
"toastr": "^2.1.4"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

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

@ -1,15 +1,15 @@
{
"version": "1.1.1",
"version": "2.0.0",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "^1.1.1",
"@abp/highlight.js": "^1.1.1",
"@abp/jquery": "^1.1.1",
"@abp/markdown-it": "^1.1.1",
"@abp/codemirror": "^2.0.0",
"@abp/highlight.js": "^2.0.0",
"@abp/jquery": "^2.0.0",
"@abp/markdown-it": "^2.0.0",
"tui-editor": "^1.4.8"
},
"gitHead": "b926d7a3fed6365550493ec00bdfe9da9dd6c541"
"gitHead": "407ad749bb735eb9b6cc1ef6dd310253b9680883"
}

95
npm/yarn.lock

@ -1609,6 +1609,15 @@ cross-spawn@^6.0.0:
shebang-command "^1.2.0"
which "^1.2.9"
cross-spawn@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
which "^2.0.1"
crypto-random-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@ -1930,6 +1939,22 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"
execa@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
dependencies:
cross-spawn "^7.0.0"
get-stream "^5.0.0"
human-signals "^1.1.1"
is-stream "^2.0.0"
merge-stream "^2.0.0"
npm-run-path "^4.0.0"
onetime "^5.1.0"
p-finally "^2.0.0"
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"
expand-brackets@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@ -2207,7 +2232,7 @@ get-stream@^4.0.0, get-stream@^4.1.0:
dependencies:
pump "^3.0.0"
get-stream@^5.1.0:
get-stream@^5.0.0, get-stream@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
@ -2510,6 +2535,11 @@ https-proxy-agent@^2.2.1:
agent-base "^4.3.0"
debug "^3.1.0"
human-signals@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
humanize-ms@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@ -2837,6 +2867,11 @@ is-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
is-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
is-symbol@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@ -3280,6 +3315,11 @@ meow@^4.0.0:
redent "^2.0.0"
trim-newlines "^2.0.0"
merge-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
merge2@^1.2.3:
version "1.3.0"
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
@ -3320,6 +3360,11 @@ mimic-fn@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
mimic-fn@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
mimic-response@^1.0.0, mimic-response@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@ -3654,6 +3699,13 @@ npm-run-path@^2.0.0:
dependencies:
path-key "^2.0.0"
npm-run-path@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
dependencies:
path-key "^3.0.0"
"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
@ -3734,6 +3786,13 @@ onetime@^2.0.0:
dependencies:
mimic-fn "^1.0.0"
onetime@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
dependencies:
mimic-fn "^2.1.0"
optimist@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
@ -3775,6 +3834,11 @@ p-finally@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
p-finally@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
p-limit@^1.1.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@ -3979,6 +4043,11 @@ path-key@^2.0.0, path-key@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
path-key@^3.0.0, path-key@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
path-parse@^1.0.5, path-parse@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@ -4531,10 +4600,22 @@ shebang-command@^1.2.0:
dependencies:
shebang-regex "^1.0.0"
shebang-command@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
dependencies:
shebang-regex "^3.0.0"
shebang-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
shebang-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@ -4821,6 +4902,11 @@ strip-eof@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
strip-final-newline@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
strip-indent@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
@ -5207,6 +5293,13 @@ which@1, which@^1.2.9, which@^1.3.1:
dependencies:
isexe "^2.0.0"
which@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
dependencies:
isexe "^2.0.0"
wide-align@^1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

10
templates/app/angular/package.json

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

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

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

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

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

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

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

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

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

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

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": "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.0.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

10
templates/module/angular/package.json

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

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

@ -2,6 +2,6 @@
"name": "my-project-name.config",
"version": "0.0.1",
"peerDependencies": {
"@abp/ng.core": ">=1.1.1"
"@abp/ng.core": ">=2.0.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": "^1.1.1",
"@abp/ng.theme.shared": "^2.0.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": "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.0.0"
}
}

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

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

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

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

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

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

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

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-1.1.1.tgz#a3d21f8cc5ede2e85b881fe69d9ecd5fc2268e47"
integrity sha512-ooXtCM3TWN69RU7xs6avnzOQBXzsiHY5BEIogzSBialZC4uG5H56qrIr4MbsFNae+PQM23Mw2tnJ/Z7dutURCQ==
"@abp/aspnetcore.mvc.ui.theme.basic@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-2.0.0.tgz#824f69bbbf868e4d72c36a0c6d0d11e18bd055b1"
integrity sha512-x3899Y+XZPj1z9aO0sqxsbwFebHCoEaLedcVEOJugJxM9JXfKuNG3tlvuurLirdaFQAs6WoMCFsQ9sbR8ZHm2w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^1.1.1"
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-1.1.1.tgz#b5eb57bcebcf211a75cf7d540dcc89a0f9ade013"
integrity sha512-LilSyefzT1+rcTU7vbWxcO8TwBgGZIx6QbMUrDicSTH6LLJ9S5+yNaGNJbbZKDG6qx0BEoC1u8dE8KCUshwxoQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "^1.1.1"
"@abp/bootstrap" "^1.1.1"
"@abp/bootstrap-datepicker" "^1.1.1"
"@abp/datatables.net-bs4" "^1.1.1"
"@abp/font-awesome" "^1.1.1"
"@abp/jquery-form" "^1.1.1"
"@abp/jquery-validation-unobtrusive" "^1.1.1"
"@abp/lodash" "^1.1.1"
"@abp/luxon" "^1.1.1"
"@abp/malihu-custom-scrollbar-plugin" "^1.1.1"
"@abp/select2" "^1.1.1"
"@abp/sweetalert" "^1.1.1"
"@abp/timeago" "^1.1.1"
"@abp/toastr" "^1.1.1"
"@abp/aspnetcore.mvc.ui@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-1.1.1.tgz#9d693516b6a215dfd2113db9ef52f02881a3e1d5"
integrity sha512-wZbptVCSxZzEjkJx+/sWrH9Pikp9nOy7V8Htz+L+S7/qAzfXu5PRVV8ahddfAcDHRk30buRhdbJlCVdt6hkZ6g==
"@abp/aspnetcore.mvc.ui.theme.shared@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-2.0.0.tgz#9859308a910ecd89fd008bc9622c0fd2ca10e5c6"
integrity sha512-fGIEOY3i9DgrEYay1B+IiTkBW94bBY9Fk0bou6ULxvb0jndqAnuws1mifBUrvKIF2cjKKBxO2iqBZ5n2IbHLhA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.0.0"
"@abp/bootstrap" "^2.0.0"
"@abp/bootstrap-datepicker" "^2.0.0"
"@abp/datatables.net-bs4" "^2.0.0"
"@abp/font-awesome" "^2.0.0"
"@abp/jquery-form" "^2.0.0"
"@abp/jquery-validation-unobtrusive" "^2.0.0"
"@abp/lodash" "^2.0.0"
"@abp/luxon" "^2.0.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.0.0"
"@abp/select2" "^2.0.0"
"@abp/sweetalert" "^2.0.0"
"@abp/timeago" "^2.0.0"
"@abp/toastr" "^2.0.0"
"@abp/aspnetcore.mvc.ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-2.0.0.tgz#d7e67b99e6c31e670337e787d55dd49f81717155"
integrity sha512-fNxQINx6COagbA2UepOMgOZg6dqXlEKbiftSt+/yhUVkMW3+c8IILJODyHxAaJfGrYjHqKAcyItqR7vVCWDYsw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,135 +41,135 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-1.1.1.tgz#fb1ceec1df24f384a6349c4acfb3627e02e4a42f"
integrity sha512-RIQLSrKBu/cTAU2lFenSAoKcMp7wgF4e3nP4/iOu5ZtCgti5vUjMEcqEvBxtlwKTHMXsTG4GtNKqjTwjXMjONQ==
"@abp/bootstrap-datepicker@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-2.0.0.tgz#e55064d554163865c3c4871c10cc8e8416cccbf4"
integrity sha512-kz6RYUDO6txf9gJXxXLL3aboM4OjJWwtdMD0pwhwWJCujqjaQi3YJIGZFXAxO2GhUq5bqX+KaBdOqdMl0gIasA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-1.1.1.tgz#e16fae6ff6b18096276219edf3483fd8f41c925d"
integrity sha512-OIaGJaizhI8UNfy4bnw2xT2Z0QG7BJJrjxOPGepfd4jn/AUi/vFdOpJFWvu2P9PwSzRmn/LuSlr2WONDOdPVWQ==
"@abp/bootstrap@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-2.0.0.tgz#1c12edc28a9400a349049ab60f43a8123da0f2b0"
integrity sha512-sim0zmmUqtTvFDn4RQxJZPHCH4kxHsuep63O86sfn3XjgU8FDw6C2AP7j0l+q2yDt94qKTUMxg17MWDr5DqEEA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
bootstrap "^4.3.1"
"@abp/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-1.1.1.tgz#1379145980d6b142fd0123200c60ffb206149d56"
integrity sha512-OvUG7xRvk8nSqwC1s45YPnTuhC2OWe1AVa1nnC6FVHMH/g1Je7UJwnbu47K7uNS+lDRJUIktNbufYKiwutEjRg==
"@abp/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-2.0.0.tgz#19368fc332eec89d6442e6b991eed72af92f8ec8"
integrity sha512-aPb4anAZhmVxJrPnBNT33bRkYLUMmCqpPIrN+NCqejwiEIg5jb4zu4bOS71/oTxViNRF5S/XzKF6ceLD+CVq4g==
"@abp/datatables.net-bs4@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-1.1.1.tgz#c7e79534c2e4b51b3e98bcc0df3292cb08ae9d2e"
integrity sha512-t40xQIGBMLPZiSbcZHW3AwE8uk+xcl7OitBT1jym0XPKVtgJsHez3ynDE5v/PjHe+ColCG8lTRjRnNoXo5dzDw==
"@abp/datatables.net-bs4@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-2.0.0.tgz#bb7f1eddd0dee5ba8fb7a8e760d6b6fdc9374a65"
integrity sha512-7kCD4WhszgQOCQsAvXUGdDSqi+ZRWqENzjxoPQa9oPxFD2hy3AshYMvc+JQC71Pbp6YIZU09LV3pGkFPHO7lOw==
dependencies:
"@abp/datatables.net" "^1.1.1"
"@abp/datatables.net" "^2.0.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-1.1.1.tgz#de8b362c29f452188624536cdd6feccad2b533e6"
integrity sha512-y76IDBlgc0n1YgQqJ+9cfzXpLwr2arhdIfSmqX+qRXz6GfVNY7e3JijkFSgDKUzKGYo1HZMzgJmDmeNIRwMZsQ==
"@abp/datatables.net@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-2.0.0.tgz#43fa36590373dccffc3f4402b2c94777c9ce70cd"
integrity sha512-xSUkrpWUfzqPIbo5pI6gcrrbc2R2yBlq+TLxry064ILHfGvZI8lwmv9rEkPP/hBTvk1YnzaZScFneaA0xJn9hw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-1.1.1.tgz#7f0a210eb7611d75542028b0c88a0c83f1d9db50"
integrity sha512-6RHbixi7IVWAb3JCHrUmEYD3HmAH4R75Nuo54LvFzATrh4G6gdBONIeDuTo79OTxe4Zhp+WLxeA49Y21kt77mg==
"@abp/font-awesome@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-2.0.0.tgz#aed2718808820f2cbe54edf09a23a65d819a798d"
integrity sha512-zfNjgnvOnCQQh4egk3NE7e6FbaDbjCzFnVDiHelM+9R6GAfDZTMS9jm3X+vDrn8vQfqQmDpzTpcz0v0IMNM8/g==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-1.1.1.tgz#1dae1145da720e222efcb396906c3fbe5a3dd29f"
integrity sha512-AIIdN36f8xwr4LgiNnBHohJ5tlxh/r+DuDtXcScpZN6GWBE+XgUotN0pZIIva82IxCyUNdDudzgluX9IjI+00w==
"@abp/jquery-form@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-2.0.0.tgz#b987944d1aff79c540c951cca020ec49e1a0a004"
integrity sha512-2JmXIbeTM+9RQSTFOurbL6Vk0WR2RbwU+ApKVYJhF7NxEdE9cMGTrs1Z2xF85h28VrVAtPnpApd9ORaopSqaYQ==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-1.1.1.tgz#aeba0883260f47ab22a39343817b1811fc2b81a9"
integrity sha512-q1b0KG8l3DXUiW8JXdq9l1jR/CwgzrZdxwdKGLB2J/oxHlywQIb7yrjR6WGCshjPpcx2SkOL0j/ZXMIMh533hQ==
"@abp/jquery-validation-unobtrusive@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-2.0.0.tgz#75d4f54732a4608542d968874e676f3de08126bf"
integrity sha512-CfU9/Q2dsaqLAWvqEb/VgMvJ5RC2IoSSW7l8SbduKOzqg7FiiBOpOd1AcqApjh0vuzZrRj+HcuoFBE+jWiberw==
dependencies:
"@abp/jquery-validation" "^1.1.1"
"@abp/jquery-validation" "^2.0.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-1.1.1.tgz#03febd285ce9d7e5681619897967b0ccde7e8e04"
integrity sha512-YvAjIW8epp+ddu01BTUkZWPfEADAvNPJeUrrZ6OpcPWM15Tf+ddr4ATgJ1LCg0Bh5F09iQC855osow3lt8sc7g==
"@abp/jquery-validation@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-2.0.0.tgz#e8afe0e677f8a7ec1fd7818b916b1894904d3cc3"
integrity sha512-cjkk5TJyr09H6EO13/GtiIRZv/1FP94IX2tVstqtOa5x8uI8HWCgFpPrchg9ldBsBoBelyExoISjlzqiKNkIHA==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
jquery-validation "^1.19.1"
"@abp/jquery@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-1.1.1.tgz#56928814bb3df73c1c0014d4b18fef09ec06e195"
integrity sha512-kj4BTtXF0VbCzCqRXnRVEbGndR3F8NlbBhVQN6BQktOuZta3fvx7f2+pSok8vQv0ddmqUFY7FTT2Ei3l4363LQ==
"@abp/jquery@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-2.0.0.tgz#71781f3ad1914c1d2a516c7157080d7c82c9b7aa"
integrity sha512-2EfGIiSaXPTxfdb/jomae75Y77OlS4H+G1oWz7L6XDhBIzctVivbOKSJim3BI2no1GJWOM/U1r1TKEKzwJyY4Q==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
jquery "^3.4.1"
"@abp/lodash@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-1.1.1.tgz#aa6ef3a85b9827796e295f440b29f0611c508b5f"
integrity sha512-nH7bRS28Tf4hEXcpKHd1IM+MzYTqX8t3htGmsLX4UESQd52eODYOIldtX6gm3OW1O6ECwW6si/o0M2pTEpQqvg==
"@abp/lodash@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-2.0.0.tgz#ac5697a32a0ab0b3a0420c90ada1b87b853d19bc"
integrity sha512-QZWrDDfCjyW+q5lauwyrdFmsoDTC154k9ZZAkgAt9lJ6bbBWvDFgNEevg9etfh6heTBzBO7v7ftqDTt01/ArCQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
lodash "^4.17.15"
"@abp/luxon@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-1.1.1.tgz#ec389270d78bb271d52163ab3773f549aa91751e"
integrity sha512-WNu8JRSb5FDXfcDwjMYyeYeUN48uuDc/I2cdo3xd1rcY+lbmbzxoG9IYOlE8cRHdgX3z82qsZXFs2lcAy0Le2g==
"@abp/luxon@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-2.0.0.tgz#3bb3c3fcb0a9d74161a9f82afd840f9fdbffd42e"
integrity sha512-DloPuJrAcpgcPGkuaJCi9XfC+2JsKPxFXTtxNlgkEaTuFwKnrWeGSOZqwedfawnQA+YPGGg1hz+7+WPb0X4Fog==
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-1.1.1.tgz#73f8423c29d646dc7f0f270d1d7ef05947333e2a"
integrity sha512-n4b4QK/L1Czdx0oOpUR/bWjK9VENexfUSV/aMjwzHhDmEFABAmEfhIpudCYDwewGswrd7C9agmBvakv2rwPQeA==
"@abp/malihu-custom-scrollbar-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-2.0.0.tgz#6df2bcf1a3413880ebcf45017fe4966ad01e4fb9"
integrity sha512-ZqfVJyEMykg7IqemxV1jZ4FXu74F3eT8Be2EobSrc0avx27Oh6sD38TvgPv3e4etDbCekZYG1J7glKY7RzNPYw==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-1.1.1.tgz#777967821cfcc4bd1c9fc895e913427fbb330abe"
integrity sha512-t0qcJhD+uo2+XWr4nmMQLAx7MRGQUBdZ81YmGty045ReoSaEKQf4haLkzBcMzpBRusiyMQO/PbxjtwMw/xJQTQ==
"@abp/select2@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-2.0.0.tgz#252710d172c7a7385f41292d3d3400c68ed93dbb"
integrity sha512-kRNuVdr5EbFQxXD7Fq8H3bYJo3bmE7QsIlxZQeSl6xfBK4nYGeLJ6ZGPwzKPFN9P6sfpZ4TBM2eOie9LgmHWLA==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
select2 "^4.0.12"
"@abp/sweetalert@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-1.1.1.tgz#e055ea46eb4e3d53e623ee0aada9b2d16fea5610"
integrity sha512-V6K/qg7J/bdFmom2kaXYeiLvcmLHFl+MacPX4yYAK2biZdb2pWOkUdmcAzZdOT+UruKfLRhvraVC2uXDySi9NA==
"@abp/sweetalert@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-2.0.0.tgz#2bb99ba7c0b6154181bce8fc5a959d4520032279"
integrity sha512-uotKepUBfQL8hrwSxSDLBLiAesIZ8low6OLsFIXqkUDDQIgKWUpPBuTbP7XGiHvHBOXXLxmpQ+YeYe72eOPtXQ==
dependencies:
"@abp/core" "^1.1.1"
"@abp/core" "^2.0.0"
sweetalert "^2.1.2"
"@abp/timeago@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-1.1.1.tgz#b626087ca35fb325e8e8a337552694fcbb8a6bf9"
integrity sha512-QYYih/4n6XhCqkRw7fBfyg58T5CHqJHyz7SAfq86RiKAJ4jVtjdSVxj3XKxz8eCb56wZGsO1xXXStI3vdLwwNw==
"@abp/timeago@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-2.0.0.tgz#6e410cbf09e252b9eb1cf03cdc7ea62424249694"
integrity sha512-rtZ/avYpCTIDq4ZjIxaSQxN9wuRnQwhZ+dS1HfHb2NZK2sqJnb+iH7Nm9IQPHk7y89mgSrMWskYW91KaABSolw==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
timeago "^1.6.7"
"@abp/toastr@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-1.1.1.tgz#aeb6a8ef8004fce136997f9ee3af7dd241890d50"
integrity sha512-GDewBppm+0FO6kTTy0huczoH9P5q6lFicHFAoEawAMkuWJFW/Ihv/YnEvKGDQwGftuVSWexfqBMN/RZ5YSOiGQ==
"@abp/toastr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-2.0.0.tgz#a87591132c5586b16d521346ae9012affed0e3cd"
integrity sha512-SC8zWe87Kyec7mIsp9LRSmOlBfu+a1X658oS2eP/NscirU8tCnhvl/F2PeHWLjE8zkULLd8GZ8ht/XSU1gtTpg==
dependencies:
"@abp/jquery" "^1.1.1"
"@abp/jquery" "^2.0.0"
toastr "^2.1.4"
"@fortawesome/fontawesome-free@^5.11.2":

Loading…
Cancel
Save