Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into dev

pull/1810/head
mehmet-erim 7 years ago
parent
commit
55095ef96c
  1. 4
      docs/en/Modules/Index.md
  2. 2
      npm/lerna.json
  3. 4
      npm/ng-packs/dist/account/package.json
  4. 4
      npm/ng-packs/dist/core/package.json
  5. 4
      npm/ng-packs/dist/feature-management/package.json
  6. 4
      npm/ng-packs/dist/identity/package.json
  7. 4
      npm/ng-packs/dist/permission-management/package.json
  8. 4
      npm/ng-packs/dist/setting-management/package.json
  9. 6
      npm/ng-packs/dist/tenant-management/package.json
  10. 4
      npm/ng-packs/dist/theme-basic/package.json
  11. 4
      npm/ng-packs/dist/theme-shared/package.json
  12. 4
      npm/ng-packs/packages/account/package.json
  13. 2
      npm/ng-packs/packages/core/package.json
  14. 4
      npm/ng-packs/packages/feature-management/package.json
  15. 4
      npm/ng-packs/packages/identity/package.json
  16. 4
      npm/ng-packs/packages/permission-management/package.json
  17. 4
      npm/ng-packs/packages/setting-management/package.json
  18. 6
      npm/ng-packs/packages/tenant-management/package.json
  19. 4
      npm/ng-packs/packages/theme-basic/package.json
  20. 4
      npm/ng-packs/packages/theme-shared/package.json
  21. 4
      npm/packs/anchor-js/package.json
  22. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  23. 28
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  24. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  25. 8
      npm/packs/blogging/package.json
  26. 4
      npm/packs/bootstrap/package.json
  27. 2
      npm/packs/chart.js/package.json
  28. 4
      npm/packs/clipboard/package.json
  29. 4
      npm/packs/codemirror/package.json
  30. 2
      npm/packs/core/package.json
  31. 4
      npm/packs/datatables.net-bs4/package.json
  32. 4
      npm/packs/datatables.net/package.json
  33. 12
      npm/packs/docs/package.json
  34. 2
      npm/packs/flag-icon-css/package.json
  35. 4
      npm/packs/font-awesome/package.json
  36. 4
      npm/packs/highlight.js/package.json
  37. 4
      npm/packs/jquery-form/package.json
  38. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  39. 4
      npm/packs/jquery-validation/package.json
  40. 4
      npm/packs/jquery/package.json
  41. 4
      npm/packs/lodash/package.json
  42. 2
      npm/packs/luxon/package.json
  43. 4
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  44. 4
      npm/packs/markdown-it/package.json
  45. 4
      npm/packs/owl.carousel/package.json
  46. 4
      npm/packs/popper.js/package.json
  47. 4
      npm/packs/prismjs/package.json
  48. 4
      npm/packs/select2/package.json
  49. 4
      npm/packs/sweetalert/package.json
  50. 4
      npm/packs/timeago/package.json
  51. 4
      npm/packs/toastr/package.json
  52. 10
      npm/packs/tui-editor/package.json
  53. 12
      samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/AppModule.cs
  54. 7
      samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/BasicAspNetCoreApplication.csproj
  55. 4
      samples/BasicConsoleApplication/AbpConsoleDemo/AbpConsoleDemo.csproj
  56. 4
      samples/BasicConsoleApplication/AbpConsoleDemo/AppModule.cs
  57. 8
      templates/app/angular/package.json
  58. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json
  59. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json
  60. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json
  61. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json
  62. 219
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/yarn.lock
  63. 4
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json
  64. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json
  65. 6
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json

4
docs/en/Modules/Index.md

@ -15,7 +15,7 @@ There are some **free and open source** application modules developed and mainta
* **Audit Logging**: Used to persist audit logs to a database.
* **Background Jobs**: Used to persist background jobs when using default background job manager.
* **Blogging**: Used to create fancy blogs. ABP's [own blog](https://abp.io/blog/abp/) already using this module.
* [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://abp.io/documents/) already using this module.
* [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://docs.abp.io) already using this module.
* **Identity**: Used to manage roles, users and their permissions.
* **Identity Server**: Integrates to IdentityServer4.
* **Permission Management**: Used to persist permissions.
@ -23,4 +23,4 @@ There are some **free and open source** application modules developed and mainta
* **Tenant Management**: Used to manage tenants for a [multi-tenant](../Multi-Tenancy.md) application.
* **Users**: Used to abstract users, so other modules can depend on this instead of the Identity module.
Documenting the modules is in the progress. See [this repository](https://github.com/abpframework/abp/tree/master/modules) for source code of all modules.
Documenting the modules is in the progress. See [this repository](https://github.com/abpframework/abp/tree/master/modules) for source code of all modules.

2
npm/lerna.json

@ -1,5 +1,5 @@
{
"version": "0.8.3",
"version": "0.9.0",
"packages": [
"ng-packs/dist/*",
"packs/*"

4
npm/ng-packs/dist/account/package.json

@ -1,8 +1,8 @@
{
"name": "@abp/ng.account",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

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

@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@ngxs/router-plugin": "^3.5.0",
"@ngxs/storage-plugin": "^3.5.0",
"@ngxs/store": "^3.5.0",
"angular-oauth2-oidc": "^8.0.1",
"just-compare": "^1.3.0",
"just-clone": "3.1.0",
"just-compare": "^1.3.0",
"snq": "^1.0.3",
"tslib": "^1.9.0"
},

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.feature-management",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

4
npm/ng-packs/dist/identity/package.json

@ -1,8 +1,8 @@
{
"name": "@abp/ng.identity",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.permission-management": "^0.8.3",
"@abp/ng.permission-management": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.permission-management",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

4
npm/ng-packs/dist/setting-management/package.json

@ -1,8 +1,8 @@
{
"name": "@abp/ng.setting-management",
"version": "0.0.1",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

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

@ -1,9 +1,9 @@
{
"name": "@abp/ng.tenant-management",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.feature-management": "^0.8.3",
"@abp/ng.feature-management": "^0.9.0",
"@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.basic",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.theme.shared": "^0.9.0",
"tslib": "^1.9.0"
},
"publishConfig": {

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.shared",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.core": "^0.8.3",
"@abp/ng.core": "^0.9.0",
"@angular/cdk": "^8.0.1",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@ngx-validate/core": "^0.0.5",

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.account",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3"
"@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,6 +1,6 @@
{
"name": "@abp/ng.core",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@ngxs/router-plugin": "^3.5.0",
"@ngxs/storage-plugin": "^3.5.0",

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.feature-management",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3"
"@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.identity",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.permission-management": "^0.8.3"
"@abp/ng.permission-management": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.permission-management",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3"
"@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.setting-management",
"version": "0.0.1",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3"
"@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,9 +1,9 @@
{
"name": "@abp/ng.tenant-management",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3",
"@abp/ng.feature-management": "^0.8.3"
"@abp/ng.theme.shared": "^0.9.0",
"@abp/ng.feature-management": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.basic",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.8.3"
"@abp/ng.theme.shared": "^0.9.0"
},
"publishConfig": {
"access": "public"

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

@ -1,8 +1,8 @@
{
"name": "@abp/ng.theme.shared",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"@abp/ng.core": "^0.8.3",
"@abp/ng.core": "^0.9.0",
"@angular/cdk": "^8.0.1",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@ngx-validate/core": "^0.0.5",

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"anchor-js": "^4.1.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.8.0"
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}

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

@ -1,23 +1,23 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "^0.8.0",
"@abp/bootstrap": "^0.8.0",
"@abp/datatables.net-bs4": "^0.8.0",
"@abp/font-awesome": "^0.8.0",
"@abp/jquery-form": "^0.8.0",
"@abp/jquery-validation-unobtrusive": "^0.8.0",
"@abp/lodash": "^0.8.0",
"@abp/malihu-custom-scrollbar-plugin": "^0.8.0",
"@abp/select2": "^0.8.0",
"@abp/sweetalert": "^0.8.0",
"@abp/timeago": "^0.8.0",
"@abp/luxon": "^0.8.0",
"@abp/toastr": "^0.8.0"
"@abp/aspnetcore.mvc.ui": "^0.9.0",
"@abp/bootstrap": "^0.9.0",
"@abp/datatables.net-bs4": "^0.9.0",
"@abp/font-awesome": "^0.9.0",
"@abp/jquery-form": "^0.9.0",
"@abp/jquery-validation-unobtrusive": "^0.9.0",
"@abp/lodash": "^0.9.0",
"@abp/luxon": "^0.9.0",
"@abp/malihu-custom-scrollbar-plugin": "^0.9.0",
"@abp/select2": "^0.9.0",
"@abp/sweetalert": "^0.9.0",
"@abp/timeago": "^0.9.0",
"@abp/toastr": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}

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

@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"

8
npm/packs/blogging/package.json

@ -1,13 +1,13 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.8.0",
"@abp/owl.carousel": "^0.8.0",
"@abp/tui-editor": "^0.8.0"
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.9.0",
"@abp/owl.carousel": "^0.9.0",
"@abp/tui-editor": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}

4
npm/packs/bootstrap/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/bootstrap",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"bootstrap": "^4.1.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

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

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"clipboard": "^2.0.4"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/codemirror/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"codemirror": "^5.38.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

2
npm/packs/core/package.json

@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/core",
"publishConfig": {
"access": "public"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/datatables.net-bs4",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "^0.8.0",
"@abp/datatables.net": "^0.9.0",
"datatables.net-bs4": "^1.10.16"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/datatables.net",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"datatables.net": "^1.10.16"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

12
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/anchor-js": "^0.8.0",
"@abp/clipboard": "^0.8.0",
"@abp/malihu-custom-scrollbar-plugin": "^0.8.0",
"@abp/popper.js": "^0.8.0",
"@abp/prismjs": "^0.8.0"
"@abp/anchor-js": "^0.9.0",
"@abp/clipboard": "^0.9.0",
"@abp/malihu-custom-scrollbar-plugin": "^0.9.0",
"@abp/popper.js": "^0.9.0",
"@abp/prismjs": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}

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

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

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/font-awesome",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"font-awesome": "^4.7.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0"
"@abp/core": "^0.9.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"
}

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/jquery-form",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^0.8.0",
"@abp/jquery": "^0.9.0",
"jquery-form": "^4.2.2"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/jquery-validation-unobtrusive",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "^0.8.0",
"@abp/jquery-validation": "^0.9.0",
"jquery-validation-unobtrusive": "^3.2.9"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/jquery-validation",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^0.8.0",
"@abp/jquery": "^0.9.0",
"jquery-validation": "^1.17.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/jquery/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"jquery": "^3.3.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/lodash/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/lodash",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"lodash": "^4.17.10"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

2
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/luxon",
"publishConfig": {
"access": "public"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/malihu-custom-scrollbar-plugin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"markdown-it": "^8.4.1"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"owl.carousel": "^2.3.4"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"popper.js": "^1.14.6"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/prismjs/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"prismjs": "^1.15.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/select2/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/select2",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"select2": "^4.0.5"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/sweetalert/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/sweetalert",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.8.0",
"@abp/core": "^0.9.0",
"sweetalert": "^2.1.0"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/timeago/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/timeago",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^0.8.0",
"@abp/jquery": "^0.9.0",
"timeago": "^1.6.3"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

4
npm/packs/toastr/package.json

@ -1,11 +1,11 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/toastr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^0.8.0",
"@abp/jquery": "^0.9.0",
"toastr": "^2.1.4"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

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

@ -1,14 +1,14 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "^0.8.0",
"@abp/highlight.js": "^0.8.0",
"@abp/jquery": "^0.8.0",
"@abp/markdown-it": "^0.8.0",
"@abp/codemirror": "^0.9.0",
"@abp/highlight.js": "^0.9.0",
"@abp/jquery": "^0.9.0",
"@abp/markdown-it": "^0.9.0",
"tui-editor": "^1.2.6"
},
"gitHead": "4d6791834b7723d8ad78ba4d23ae3425f170fdeb"

12
samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/AppModule.cs

@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Volo.Abp;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Autofac;
@ -8,8 +8,10 @@ using Volo.Abp.Modularity;
namespace BasicAspNetCoreApplication
{
[DependsOn(typeof(AbpAspNetCoreMvcModule))]
[DependsOn(typeof(AbpAutofacModule))]
[DependsOn(
typeof(AbpAspNetCoreMvcModule),
typeof(AbpAutofacModule)
)]
public class AppModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
@ -29,7 +31,9 @@ namespace BasicAspNetCoreApplication
app.UseDeveloperExceptionPage();
}
app.UseMvcWithDefaultRoute();
app.UseRouting();
app.UseMvcWithDefaultRouteAndArea();
}
}
}

7
samples/BasicAspNetCoreApplication/BasicAspNetCoreApplication/BasicAspNetCoreApplication.csproj

@ -1,13 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App"/>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="0.15.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="0.15.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="0.20.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="0.20.0" />
</ItemGroup>
</Project>

4
samples/BasicConsoleApplication/AbpConsoleDemo/AbpConsoleDemo.csproj

@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Autofac" Version="0.15.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="0.20.0" />
</ItemGroup>
</Project>

4
samples/BasicConsoleApplication/AbpConsoleDemo/AppModule.cs

@ -3,7 +3,9 @@ using Volo.Abp.Modularity;
namespace AbpConsoleDemo
{
[DependsOn(typeof(AbpAutofacModule))]
[DependsOn(
typeof(AbpAutofacModule)
)]
public class AppModule : AbpModule
{

8
templates/app/angular/package.json

@ -13,10 +13,10 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "^0.8.3",
"@abp/ng.identity": "^0.8.3",
"@abp/ng.tenant-management": "^0.8.3",
"@abp/ng.theme.basic": "^0.8.3",
"@abp/ng.account": "^0.9.0",
"@abp/ng.identity": "^0.9.0",
"@abp/ng.tenant-management": "^0.9.0",
"@abp/ng.theme.basic": "^0.9.0",
"@angular/animations": "~8.2.2",
"@angular/common": "~8.2.2",
"@angular/compiler": "~8.2.2",

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

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

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

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

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

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

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

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

@ -2,35 +2,36 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-0.8.0.tgz#8b6b5fdcee9d0a61b2e6d602158c814eac808ef9"
integrity sha512-TLP5iCXnxfL7IECBHiJFTpvlgVEuzb9wm0vvxAGFZYiu5IkxeZxVMreQHiXOwJdRFGtyJtM6T5+va4LqNQtfCw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^0.8.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-0.8.0.tgz#3892843e1519aa8e9bf56bd08d69a7114de20b56"
integrity sha512-s63rg2nmjbJn5oBrPwt0VBw0V8LQsS4kpup7b7jW8f6Fw1k07w6i4XVG0JZCZPx3HTCZbHc+Nu3fBTUhZfokaA==
dependencies:
"@abp/aspnetcore.mvc.ui" "^0.8.0"
"@abp/bootstrap" "^0.8.0"
"@abp/datatables.net-bs4" "^0.8.0"
"@abp/font-awesome" "^0.8.0"
"@abp/jquery-form" "^0.8.0"
"@abp/jquery-validation-unobtrusive" "^0.8.0"
"@abp/lodash" "^0.8.0"
"@abp/malihu-custom-scrollbar-plugin" "^0.8.0"
"@abp/select2" "^0.8.0"
"@abp/sweetalert" "^0.8.0"
"@abp/timeago" "^0.8.0"
"@abp/toastr" "^0.8.0"
"@abp/aspnetcore.mvc.ui@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-0.8.0.tgz#bb5234696771a900caa91a22033d017ceecd7df5"
integrity sha512-3wokY7KSjoft9O4UnysHZ5756YPTYdKMogxWddzJXCZXK8jJfx0hbAwV0sK+3Q0f4DGOzIzRoxE0UH6Dk2a9pw==
"@abp/aspnetcore.mvc.ui.theme.basic@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-0.9.0.tgz#7f68998a082c1b0972a101d9d4f7e15d0a86599c"
integrity sha512-5SW+Y5zIzjsy5SweBo9+C4ZX1xnJSLSmPhQW6Qup3Sfy7A+862ZcJj5IrSgH6Vxc36pNdBz4WyHj/gXQDuZ70Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^0.9.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-0.9.0.tgz#8bce8ad565ddba9768ddae121ea0c04111485e53"
integrity sha512-mgf3fqKi/ksdWZEPeM9uUluc48MM7V+9BwR9P3bCwih0P9+6aWJq6gq/BsnZrNAe9qKd11smjFku22OC1/c/tg==
dependencies:
"@abp/aspnetcore.mvc.ui" "^0.9.0"
"@abp/bootstrap" "^0.9.0"
"@abp/datatables.net-bs4" "^0.9.0"
"@abp/font-awesome" "^0.9.0"
"@abp/jquery-form" "^0.9.0"
"@abp/jquery-validation-unobtrusive" "^0.9.0"
"@abp/lodash" "^0.9.0"
"@abp/luxon" "^0.9.0"
"@abp/malihu-custom-scrollbar-plugin" "^0.9.0"
"@abp/select2" "^0.9.0"
"@abp/sweetalert" "^0.9.0"
"@abp/timeago" "^0.9.0"
"@abp/toastr" "^0.9.0"
"@abp/aspnetcore.mvc.ui@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-0.9.0.tgz#85a7745a59dd10164aa3862cc0e0d2839bab1dc7"
integrity sha512-DlcjrMk5dLRC6NJpITNO3XiqsbSPNwkSkqq8aqGYC5iN+tq9wzRgf1b8rz4sJsOeBZxaHH2U4L4SXSufsy7weg==
dependencies:
ansi-colors "^3.2.4"
extend-object "^1.0.0"
@ -39,121 +40,128 @@
path "^0.12.7"
rimraf "^2.6.3"
"@abp/bootstrap@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-0.8.0.tgz#ef5b076a892c47ebf00a13420b819a5f627b0beb"
integrity sha512-ZUu+4pbX1ky1Ub41d68VKAa1M/dy+u5RtEAvv2aqECsGu9LUZTxG5hc9adU59ZdnhPjARe2AeG9LA7Pf4KOAVA==
"@abp/bootstrap@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-0.9.0.tgz#6ff1df5b34197996938c08b06288dc7f6a161aa3"
integrity sha512-0aHTrJSKXqI0+V7V8+t3M6wG0L1E5Zq+UzJAzd79FXlXF9MoaNbMPpPrnnya4p+d0cZQsZm3lnWx0LwVXj2AVA==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
bootstrap "^4.1.1"
"@abp/core@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-0.8.0.tgz#e7504cc14acc3a44bee2a414717a43c234600a14"
integrity sha512-hAY1HzZ+NkpmeutVrSajA1jBLoyaNonncO+qa6J463v2UJ/a7+WYGIfllsAIhaUDNqHhFtED2LJHQNEG9gpCfA==
"@abp/core@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-0.9.0.tgz#ef15f932bbc8d2b6345be9fe0c762810cf33c306"
integrity sha512-/Lg36ud9B6muLDjbaigCiMP9K+FgVCdERPuq+6We1k5xpPuVj+/cIJZQHlgSY25VIciOLMLbJg2lAOyuHSXbAA==
"@abp/datatables.net-bs4@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-0.8.0.tgz#acc42026a49948405792fcea2bcece002fe13e38"
integrity sha512-jqWxpbzfaq9VL+xb8qNMYJc0odAwZCbybHbN4kTPN4vIasL4Yhiotsxv6EC7T6YR9FxbAXnHpdmKBUogO3TGrw==
"@abp/datatables.net-bs4@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-0.9.0.tgz#30adb5e3afbf0cc58eec3ee52fdbd62cf2a1cce1"
integrity sha512-dD7ELc30bQeZdPFmTfZ/EUtmL6o4iY+1Ew17vdvkUxX3x+j7jmiaH2BJahKrtUTKtc4zCnv38dKt4ZwichsrBg==
dependencies:
"@abp/datatables.net" "^0.8.0"
"@abp/datatables.net" "^0.9.0"
datatables.net-bs4 "^1.10.16"
"@abp/datatables.net@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-0.8.0.tgz#0a596cbf810a224eeae9189442d0e993eaf4c18a"
integrity sha512-u2o6ZYzJ5kDi7t3ONhbwe14qNSVUj/5egIy645Ab8tDN7wEOt3eS7M3kledCEFmCcdmH2Ls9lxeHK5KMaizzzA==
"@abp/datatables.net@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-0.9.0.tgz#bcfa60fda70c1184e19fdde15d6e6aea706f9e0a"
integrity sha512-hYvGrG9PCfEO0D7jD/a7XbE/HOBCV2PQBSMakut81cx5piB0Gz4Zhw7I90ZHJ4r4CEqCM8u8A/xyaBFkQEqsbw==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
datatables.net "^1.10.16"
"@abp/font-awesome@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-0.8.0.tgz#9325be9f6c7c1258c71b8706a0aea4f8436c67d1"
integrity sha512-R9NGupEjpMFaQ7EOumMwZd5+DgO+UIZ9KgvLU8q+SYTSQ/aSpYUX85BuUpaCWihKpOmucRHDBY4Jy8X/hBtLgQ==
"@abp/font-awesome@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-0.9.0.tgz#577196f787d3069216e8c7ed81fe1826b0036e79"
integrity sha512-6IAI7I7AMP3ubfTvjy4MKZUGIAYTzEDJq59UrLWuLrmpzwmdU/XRI3ItWg6hFbqkzkDiQh+qc5Eu9Oy15oi4JQ==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
font-awesome "^4.7.0"
"@abp/jquery-form@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-0.8.0.tgz#9408a9fb7b240d21163fe3ccad703701fe22f40c"
integrity sha512-krUQkEV0HbrjsPmKB6qivVGJvB69SfyGE0t4hRrrOPh2NpSPeeQvVHlm9uTuzJyQ57/JPYuGINe2M8/bVbHdNA==
"@abp/jquery-form@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-0.9.0.tgz#351723fdfb0f0f84bad98a456eff209b556bca4c"
integrity sha512-aTx84JamYJnqQmNRLVN6PVQgZbFE+dS9jSQMHOs/zxJb/FU0Ko7sen0JQPgQ3SXuBYLHvqZgn9AFNg58nD9Kuw==
dependencies:
"@abp/jquery" "^0.8.0"
"@abp/jquery" "^0.9.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-0.8.0.tgz#369c9e995b6da6ef76519ce1f3ed41dc2f4e2bac"
integrity sha512-qkEXYe6kiI3UECK1vfiR+8zrdrr3bzhbdttP6F+DdstncPEe593B976H/jcXYruAXYAPIgP8sM5CTWoL0HrF2Q==
"@abp/jquery-validation-unobtrusive@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-0.9.0.tgz#731e2a74c2d551f395b3cb3dd18389843ac24735"
integrity sha512-dPBwdUu2ih0OKt3H7DciyLX2/+Db4HzsMejtzKQqpDhTQTccxGqOi0KDCj08Ak/JlEYgQI6pN1Vo9v7crBd29A==
dependencies:
"@abp/jquery-validation" "^0.8.0"
"@abp/jquery-validation" "^0.9.0"
jquery-validation-unobtrusive "^3.2.9"
"@abp/jquery-validation@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-0.8.0.tgz#c9fccfa8afd7b2bc2c455c131fd95338c2954c60"
integrity sha512-9ug0UTTfPdjOKlbUImzTP30SPY+IXz6BBHU4ODpNpIB9bnspW0VymSme3XJnM01pAiwjYEptf+uh7wuXbUvnDQ==
"@abp/jquery-validation@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-0.9.0.tgz#c32fbc119609ca2088e4e92b4134af52cabdc555"
integrity sha512-aUObKQVWb04GFt9Pmz232fzR5LQ/7+sjtoZEzO6ZT1zgYllFRPXEyiwjvsUyIQ4lzx8RQWfVLYCR5JBvcwZ/Ew==
dependencies:
"@abp/jquery" "^0.8.0"
"@abp/jquery" "^0.9.0"
jquery-validation "^1.17.0"
"@abp/jquery@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-0.8.0.tgz#3ece7d75f6f19adc1adf07f54e5db5c7c74931c2"
integrity sha512-cAZR/Jl5zWSbnYBKiLYbfItTVIf8teIeGVztA1pI6l40KpvtbGJsokz94su89kSMQj4Ixzo8SfSYlCgaFwYFSg==
"@abp/jquery@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-0.9.0.tgz#95a591ddbbcf13f772143ccfba5cbc8ab74c16fb"
integrity sha512-pqnqV5LtTolZz4J3aT+a+9yoBcv4LkaP3cG40r64fIdO1RsgWmNc6OWeRdD0N42bLJuPB7BQXd1vjNn+nT+cyA==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
jquery "^3.3.1"
"@abp/lodash@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-0.8.0.tgz#54bfbe8d69dbd6866b1d923973f20033fc01457d"
integrity sha512-hzkSD36Ig127futjVBTi8HkO6KLPcsCyPiwVyncu1TVNTf37LVOcgtSdp7kaHV6ExwNs+u5FCpUUUftA+MHZig==
"@abp/lodash@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-0.9.0.tgz#df1128c7189e18f98dad379244015ce0ca230db2"
integrity sha512-ZzqSQy6F52p3XxcxTpzSj11gLJnTv3NzRPfSbl3FlRF++NJjLxFqKwYpAtZ2ExlnH5gWZwGBa5zdDmFMO0gMIQ==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
lodash "^4.17.10"
"@abp/malihu-custom-scrollbar-plugin@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-0.8.0.tgz#fdd561e34d2e78dbb18141a5b45f3067e78d13f7"
integrity sha512-YAcVVWkmCv+eAiZl8FMK4inQAYLgqvtT6wp3LHPSwpi9M+npP7rsM1F8Xh8Yxi19ts7/QSluQMdfUqAlC8tzrg==
"@abp/luxon@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-0.9.0.tgz#3f10ff30382b17872cadc642285f3dfec54cd3c3"
integrity sha512-x8erCOutFMnDxSV/crnjriMtFCwTezSTdnv1eeWfAeFLu0H2Y4Y7f2OcXlxB0/n6qh+N4tffXsU9DaXKCi6XNA==
dependencies:
"@abp/core" "^0.8.0"
luxon "^1.17.3"
"@abp/malihu-custom-scrollbar-plugin@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-0.9.0.tgz#05b959c799d826e3f1bfcc6e112894613c3c9917"
integrity sha512-x9E09tyvuhMulzHvvjkgK/DvD5KPDH8J/gcVYtnJNlX6YGV6fBA/t1+nRgqPVbcGfhCzOW+ocqpJRQ05zIsVZw==
dependencies:
"@abp/core" "^0.9.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-0.8.0.tgz#037600ea3ef68ecd0b9d895a8a715b5e52a0ac85"
integrity sha512-Q2HV4/+zk9NNkZP7i0rbeEunE2usXtAHzTiSOFDHJaKCC3b1pAyo9ZZFwlVE69CVb9j0khXeem8T6zQmO9A88Q==
"@abp/select2@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-0.9.0.tgz#879a9ce03bb7e7c7b92847cf8c91696b459e3997"
integrity sha512-qoA0+KPpxRadQz5zA6UoDSNHXiu+mFU4oiqSvAngY2FvR5tC4w79n+6MNwDa+s2qUsUM6B6G0Q7LhcSVp6cWQA==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
select2 "^4.0.5"
"@abp/sweetalert@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-0.8.0.tgz#d81d553d318c2809c8ff37aa92a4eed6492513e4"
integrity sha512-AcUil0SDrbuOSZyrBEOqa9TB9bqwVyfBGtULjRTxlVfYxyfPYxCajsqDL2W0uu9Ju+vRLZRIzY6IiAE7GFm8Ug==
"@abp/sweetalert@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-0.9.0.tgz#2efe24e5a678956259a060d3161a0a9f41fd8e49"
integrity sha512-90dvkVzO+SGEvE/L/7TZjIarU75VDqMooRRX71WH8H7hxyo/6Wq43/0Mw9X/nekSrUAO8iwDbUAVcmIooUjQtQ==
dependencies:
"@abp/core" "^0.8.0"
"@abp/core" "^0.9.0"
sweetalert "^2.1.0"
"@abp/timeago@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-0.8.0.tgz#9035f3476e26b7a70560280c7f87aa99c2a1ff29"
integrity sha512-/DJKXHorakg2Y4Tul+LV4Qihx3rsIAnuA236tttGQCuwynBXMCgNQxSDdvfdxYKlx36N+q1+FNa/d7bJ3bLY8g==
"@abp/timeago@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-0.9.0.tgz#be1b8e45a49502ce3df152279607b11233c5db9f"
integrity sha512-89hBxxGbd8LLLVPiRjKX2emybHzhAAfXMTL0eJVXAQj4f3pGPtD10TqfNmEaEQDS3ADrOmMTqOUHsHvkDy75rA==
dependencies:
"@abp/jquery" "^0.8.0"
"@abp/jquery" "^0.9.0"
timeago "^1.6.3"
"@abp/toastr@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-0.8.0.tgz#474e03e8154270fac7998a375d24469a1447e480"
integrity sha512-UUyhYE30KfeTc33kq0QTYuaUseVtHTYzybUDKTpZkXj9Tvb7hJ3MNVfmNcCzX9HYw/oKNNcvYgJHFUuSFX3bwQ==
"@abp/toastr@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-0.9.0.tgz#f7ae4499404ac5a5563acfe6d436419ae561a089"
integrity sha512-JEZKlmXLdPToVP9vmMUnSThBuY7dGutCw/DMo+w/mLuBC1Pv4e2FTzJdXQqM3ccunyy/pFZqXMfcoJtC+fwkTw==
dependencies:
"@abp/jquery" "^0.8.0"
"@abp/jquery" "^0.9.0"
toastr "^2.1.4"
abbrev@1:
@ -1410,6 +1418,11 @@ lodash@^4.17.10:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
luxon@^1.17.3:
version "1.19.2"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.19.2.tgz#f041a9031e7dff6fdbff46e46c73b3fdf4ab2764"
integrity sha512-4Dn6oriheX04QQd7mMhuScnyQPdD7h11aCJgSTq9FqkOWdxX7xRUXoX/OXu4rkw98NmcVz3QSLpLbDnT6lVsMw==
make-iterator@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/make-iterator/-/make-iterator-1.0.1.tgz#29b33f312aa8f547c4a5e490f56afcec99133ad6"

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

@ -1,8 +1,8 @@
{
"version": "0.1.0",
"version": "1.0.0",
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}

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

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

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

@ -1,8 +1,8 @@
{
"version": "0.1.0",
"name": "demo-app",
"version": "1.0.0",
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^0.8.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^0.9.0"
}
}
Loading…
Cancel
Save