@abp/ng.core 9.3.0-rc.3 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ export { NgxValidateCoreModule, Validation } from '@ngx-validate/core';
|
|
|
16
16
|
import { DateTime } from 'luxon';
|
|
17
17
|
import { O as O$1 } from 'ts-toolbelt';
|
|
18
18
|
import { Title } from '@angular/platform-browser';
|
|
19
|
-
import * as _angular_common_module_d from '@angular/common/module.d';
|
|
20
19
|
|
|
21
20
|
interface IAbpGuard {
|
|
22
21
|
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
@@ -2941,7 +2940,7 @@ declare class WebHttpUrlEncodingCodec implements HttpParameterCodec {
|
|
|
2941
2940
|
}
|
|
2942
2941
|
|
|
2943
2942
|
declare function getInitialData(): Promise<void>;
|
|
2944
|
-
declare function localeInitializer(): Promise<unknown>;
|
|
2943
|
+
declare function localeInitializer(injector?: Injector): Promise<unknown>;
|
|
2945
2944
|
|
|
2946
2945
|
declare function fromLazyLoad<T extends Event>(element: HTMLScriptElement | HTMLLinkElement, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy): Observable<T>;
|
|
2947
2946
|
|
|
@@ -3044,7 +3043,7 @@ declare class ApiInterceptor implements IApiInterceptor {
|
|
|
3044
3043
|
private httpWaitService;
|
|
3045
3044
|
constructor(httpWaitService: HttpWaitService);
|
|
3046
3045
|
getAdditionalHeaders(existingHeaders?: HttpHeaders): HttpHeaders;
|
|
3047
|
-
intercept(request: HttpRequest<any>, next: HttpHandler):
|
|
3046
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
3048
3047
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiInterceptor, never>;
|
|
3049
3048
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiInterceptor>;
|
|
3050
3049
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.core",
|
|
3
|
-
"version": "9.3.0
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abpframework/abp.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@abp/utils": "~9.3.0
|
|
10
|
+
"@abp/utils": "~9.3.0",
|
|
11
11
|
"just-clone": "^6.0.0",
|
|
12
12
|
"just-compare": "^2.0.0",
|
|
13
13
|
"ts-toolbelt": "^9.0.0",
|