@abp/ng.core
Advanced tools
Comparing version 7.3.2 to 7.4.0-rc.1
@@ -23,1 +23,2 @@ export * from './config-state.service'; | ||
export * from './window.service'; | ||
export * from './internet-connection-service'; |
@@ -17,2 +17,5 @@ import { Injector, OnDestroy } from '@angular/core'; | ||
get page(): number; | ||
private _totalCount; | ||
set totalCount(value: number); | ||
get totalCount(): number; | ||
private _sortKey; | ||
@@ -19,0 +22,0 @@ set sortKey(value: string); |
@@ -39,6 +39,7 @@ import { Injector, OnDestroy } from '@angular/core'; | ||
private permissionService; | ||
private compareFunc; | ||
readonly id = "name"; | ||
readonly parentId = "parentName"; | ||
readonly hide: (item: T) => boolean; | ||
readonly sort: (a: T, b: T) => number; | ||
readonly sort: (a: T, b: T) => any; | ||
constructor(injector: Injector); | ||
@@ -45,0 +46,0 @@ protected isGranted({ requiredPolicy }: T): boolean; |
{ | ||
"name": "@abp/ng.core", | ||
"version": "7.3.2", | ||
"version": "7.4.0-rc.1", | ||
"homepage": "https://abp.io", | ||
@@ -10,3 +10,3 @@ "repository": { | ||
"dependencies": { | ||
"@abp/utils": "~7.3.2", | ||
"@abp/utils": "~7.4.0-rc.1", | ||
"angular-oauth2-oidc": "^15.0.1", | ||
@@ -13,0 +13,0 @@ "just-clone": "^6.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1491009
342
13221
1
+ Added@abp/utils@7.4.5(transitive)
- Removed@abp/utils@7.3.3(transitive)
Updated@abp/utils@~7.4.0-rc.1