Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/abpframework/abp into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cotur committed Apr 20, 2020
2 parents 68b2b4b + 0a1dc67 commit 2a255e5
Show file tree
Hide file tree
Showing 93 changed files with 1,097 additions and 994 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.6.0</Version>
<Version>2.7.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>
<PackageProjectUrl>https://abp.io</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion npm/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.6.0",
"packages": [
"packs/*"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/lerna.version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.6.0",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions npm/ng-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"devDependencies": {
"@abp/ng.account": "^2.5.0",
"@abp/ng.account.config": "^2.5.0",
"@abp/ng.core": "^2.5.0",
"@abp/ng.feature-management": "^2.5.0",
"@abp/ng.core": "~2.5.0",
"@abp/ng.feature-management": "~2.5.0",
"@abp/ng.identity": "^2.5.0",
"@abp/ng.identity.config": "^2.5.0",
"@abp/ng.permission-management": "^2.5.0",
"@abp/ng.permission-management": "~2.5.0",
"@abp/ng.setting-management": "^2.5.0",
"@abp/ng.setting-management.config": "^2.5.0",
"@abp/ng.tenant-management": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/account-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.account.config",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions npm/ng-packs/packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@abp/ng.account",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.config": "~2.5.0",
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.account.config": "^2.6.0",
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.core",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/feature-management/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@abp/ng.feature-management",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion npm/ng-packs/packages/identity-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.identity.config",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions npm/ng-packs/packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@abp/ng.identity",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.identity.config": "~2.5.0",
"@abp/ng.permission-management": "~2.5.0",
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.identity.config": "^2.6.0",
"@abp/ng.permission-management": "^2.6.0",
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/permission-management/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@abp/ng.permission-management",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.setting-management.config",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions npm/ng-packs/packages/setting-management/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@abp/ng.setting-management",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.setting-management.config": "~2.5.0",
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.setting-management.config": "^2.6.0",
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abp/ng.tenant-management.config",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions npm/ng-packs/packages/tenant-management/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@abp/ng.tenant-management",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "~2.5.0",
"@abp/ng.tenant-management.config": "~2.5.0",
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.feature-management": "^2.6.0",
"@abp/ng.tenant-management.config": "^2.6.0",
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/theme-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.basic",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~2.5.0"
"@abp/ng.theme.shared": "^2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions npm/ng-packs/packages/theme-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.shared",
"version": "2.5.0",
"version": "2.6.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~2.5.0",
"@abp/ng.core": "^2.6.0",
"@fortawesome/fontawesome-free": "^5.12.1",
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
"@ngx-validate/core": "^0.0.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export type ModalSize = 'sm' | 'md' | 'lg' | 'xl';
templateUrl: './modal.component.html',
animations: [fadeAnimation],
styleUrls: ['./modal.component.scss'],
providers: [ModalService],
})
export class ModalComponent implements OnDestroy {
@Input()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { ContentProjectionService, PROJECTION_STRATEGY } from '@abp/ng.core';
import { ComponentRef, Injectable, TemplateRef, ViewContainerRef } from '@angular/core';
import { ComponentRef, Injectable, TemplateRef, ViewContainerRef, OnDestroy } from '@angular/core';
import { ModalContainerComponent } from '../components/modal/modal-container.component';

@Injectable({
providedIn: 'root',
})
export class ModalService {
export class ModalService implements OnDestroy {
private containerComponentRef: ComponentRef<ModalContainerComponent>;

constructor(private contentProjectionService: ContentProjectionService) {
Expand Down Expand Up @@ -44,4 +44,8 @@ export class ModalService {

this.contentProjectionService.projectContent(strategy);
}

ngOnDestroy() {
this.containerComponentRef.destroy();
}
}
6 changes: 3 additions & 3 deletions npm/ng-packs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@abp/ng.theme.shared" "^2.5.0"
tslib "^1.9.0"

"@abp/ng.core@^2.5.0":
"@abp/ng.core@^2.5.0", "@abp/ng.core@~2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@abp/ng.core/-/ng.core-2.5.0.tgz#e7168615b4078e3fa494c4efcc69842acbd2c627"
integrity sha512-opYkOFCKeU17YvNJhfcG1dOwZZ4F2QGspTNTagNZ9fepmeNl0yqFamFdRM6irfEEL3cOBQhUpI2NQZP+ugLOEg==
Expand All @@ -35,7 +35,7 @@
ts-toolbelt "^6.3.6"
tslib "^1.9.0"

"@abp/ng.feature-management@^2.5.0":
"@abp/ng.feature-management@^2.5.0", "@abp/ng.feature-management@~2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@abp/ng.feature-management/-/ng.feature-management-2.5.0.tgz#3bc4501a2abbe6b6447e5b4a2b2d86fb07ce8a59"
integrity sha512-keZ3gCDMvU/e17tsBBrZpLmpIpDm/2TTSAmCoRRy3GH4BQICXr/XJmssStNx7V7sdo6vAPiW9pcM9zI/C8IrBw==
Expand All @@ -60,7 +60,7 @@
"@abp/ng.theme.shared" "^2.5.0"
tslib "^1.9.0"

"@abp/ng.permission-management@^2.5.0":
"@abp/ng.permission-management@^2.5.0", "@abp/ng.permission-management@~2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@abp/ng.permission-management/-/ng.permission-management-2.5.0.tgz#c769a97aee8517ec724dc5b7756e1dfc8fe7fcf1"
integrity sha512-grmJ46Qf26cwGfDt5acL6eXXWBDgjvL/04/ZLtxsP4Hf+tSlnL/1rWz5fxMF8548sQ6vZlVIdrSa4Tz/Dh0WLw==
Expand Down
6 changes: 3 additions & 3 deletions npm/packs/anchor-js/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.5.0",
"version": "2.6.0",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^2.5.0",
"@abp/core": "^2.6.0",
"anchor-js": "^4.2.2"
},
"gitHead": "a9a36b8a4681df04377497addf94b15e6c521664"
"gitHead": "03238c9aa7d4090b7c6ae9cc8c790bc0545501eb"
}
6 changes: 3 additions & 3 deletions npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "2.5.0",
"version": "2.6.0",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.5.0"
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.6.0"
},
"gitHead": "a9a36b8a4681df04377497addf94b15e6c521664"
"gitHead": "03238c9aa7d4090b7c6ae9cc8c790bc0545501eb"
}
32 changes: 16 additions & 16 deletions npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"version": "2.5.0",
"version": "2.6.0",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "^2.5.0",
"@abp/bootstrap": "^2.5.0",
"@abp/bootstrap-datepicker": "^2.5.0",
"@abp/datatables.net-bs4": "^2.5.0",
"@abp/font-awesome": "^2.5.0",
"@abp/jquery-form": "^2.5.0",
"@abp/jquery-validation-unobtrusive": "^2.5.0",
"@abp/lodash": "^2.5.0",
"@abp/luxon": "^2.5.0",
"@abp/malihu-custom-scrollbar-plugin": "^2.5.0",
"@abp/select2": "^2.5.0",
"@abp/sweetalert": "^2.5.0",
"@abp/timeago": "^2.5.0",
"@abp/toastr": "^2.5.0"
"@abp/aspnetcore.mvc.ui": "^2.6.0",
"@abp/bootstrap": "^2.6.0",
"@abp/bootstrap-datepicker": "^2.6.0",
"@abp/datatables.net-bs4": "^2.6.0",
"@abp/font-awesome": "^2.6.0",
"@abp/jquery-form": "^2.6.0",
"@abp/jquery-validation-unobtrusive": "^2.6.0",
"@abp/lodash": "^2.6.0",
"@abp/luxon": "^2.6.0",
"@abp/malihu-custom-scrollbar-plugin": "^2.6.0",
"@abp/select2": "^2.6.0",
"@abp/sweetalert": "^2.6.0",
"@abp/timeago": "^2.6.0",
"@abp/toastr": "^2.6.0"
},
"gitHead": "a9a36b8a4681df04377497addf94b15e6c521664"
"gitHead": "03238c9aa7d4090b7c6ae9cc8c790bc0545501eb"
}
4 changes: 2 additions & 2 deletions npm/packs/aspnetcore.mvc.ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.6.0",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"
Expand All @@ -12,5 +12,5 @@
"path": "^0.12.7",
"rimraf": "^3.0.0"
},
"gitHead": "a9a36b8a4681df04377497addf94b15e6c521664"
"gitHead": "03238c9aa7d4090b7c6ae9cc8c790bc0545501eb"
}
10 changes: 5 additions & 5 deletions npm/packs/blogging/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.5.0",
"version": "2.6.0",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.5.0",
"@abp/owl.carousel": "^2.5.0",
"@abp/tui-editor": "^2.5.0"
"@abp/aspnetcore.mvc.ui.theme.shared": "^2.6.0",
"@abp/owl.carousel": "^2.6.0",
"@abp/tui-editor": "^2.6.0"
},
"gitHead": "a9a36b8a4681df04377497addf94b15e6c521664"
"gitHead": "03238c9aa7d4090b7c6ae9cc8c790bc0545501eb"
}
4 changes: 2 additions & 2 deletions npm/packs/bootstrap-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "2.5.0",
"version": "2.6.0",
"name": "@abp/bootstrap-datepicker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"bootstrap-datepicker": "^1.9.0"
},
"gitHead": "a9a36b8a4681df04377497addf94b15e6c521664"
"gitHead": "03238c9aa7d4090b7c6ae9cc8c790bc0545501eb"
}
Loading

0 comments on commit 2a255e5

Please sign in to comment.