@abp/ng.theme.shared 7.3.0 → 7.3.2
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/esm2022/extensions/lib/components/extensible-form/extensible-form-prop.component.mjs +4 -4
- package/esm2022/lib/handlers/error.handler.mjs +4 -2
- package/fesm2022/abp-ng.theme.shared-extensions.mjs +3 -3
- package/fesm2022/abp-ng.theme.shared-extensions.mjs.map +1 -1
- package/fesm2022/abp-ng.theme.shared.mjs +3 -1
- package/fesm2022/abp-ng.theme.shared.mjs.map +1 -1
- package/lib/handlers/error.handler.d.ts +2 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpErrorReporterService, LocalizationParam, RouterEvents } from '@abp/ng.core';
|
|
1
|
+
import { HttpErrorReporterService, LocalizationParam, RouterEvents, SessionStateService } from '@abp/ng.core';
|
|
2
2
|
import { HttpErrorResponse } from '@angular/common/http';
|
|
3
3
|
import { ComponentFactoryResolver, ComponentRef, Injector, RendererFactory2 } from '@angular/core';
|
|
4
4
|
import { NavigationError } from '@angular/router';
|
|
@@ -62,6 +62,7 @@ export declare class ErrorHandler {
|
|
|
62
62
|
protected cfRes: ComponentFactoryResolver;
|
|
63
63
|
protected rendererFactory: RendererFactory2;
|
|
64
64
|
protected httpErrorConfig: HttpErrorConfig;
|
|
65
|
+
protected sessionStateService: SessionStateService;
|
|
65
66
|
private authService;
|
|
66
67
|
constructor(injector: Injector);
|
|
67
68
|
protected listenToRouterError(): void;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.theme.shared",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
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/ng.core": "~7.3.
|
|
10
|
+
"@abp/ng.core": "~7.3.2",
|
|
11
11
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
12
12
|
"@ng-bootstrap/ng-bootstrap": "^15.0.0",
|
|
13
13
|
"@ngx-validate/core": "^0.2.0",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@abp/ng.oauth": "7.3.
|
|
63
|
+
"@abp/ng.oauth": "7.3.2"
|
|
64
64
|
}
|
|
65
65
|
}
|