@igo2/integration 20.1.0-next.16 → 20.1.0-next.18
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/fesm2022/igo2-integration.mjs +21 -23
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -1024,10 +1024,11 @@ declare class IgoAppFilterModule {
|
|
|
1024
1024
|
|
|
1025
1025
|
declare class AboutToolComponent implements OnInit {
|
|
1026
1026
|
configService: ConfigService<any>;
|
|
1027
|
-
auth: AuthService
|
|
1027
|
+
auth: AuthService<any>;
|
|
1028
1028
|
private http;
|
|
1029
1029
|
private cdRef;
|
|
1030
1030
|
private languageService;
|
|
1031
|
+
private userService;
|
|
1031
1032
|
private configOptions;
|
|
1032
1033
|
get headerHtml(): string;
|
|
1033
1034
|
set headerHtml(value: string);
|
|
@@ -1041,7 +1042,6 @@ declare class AboutToolComponent implements OnInit {
|
|
|
1041
1042
|
effectiveVersion: string;
|
|
1042
1043
|
private _html;
|
|
1043
1044
|
private _headerHtml;
|
|
1044
|
-
private baseUrlProfil;
|
|
1045
1045
|
private baseUrlGuide;
|
|
1046
1046
|
loading: boolean;
|
|
1047
1047
|
constructor();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "20.1.0-next.
|
|
3
|
+
"version": "20.1.0-next.18",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@angular/common": "^20.0.0",
|
|
33
33
|
"@angular/core": "^20.0.0",
|
|
34
|
-
"@igo2/auth": "^20.1.0-next.
|
|
35
|
-
"@igo2/context": "^20.1.0-next.
|
|
36
|
-
"@igo2/geo": "^20.1.0-next.
|
|
34
|
+
"@igo2/auth": "^20.1.0-next.18",
|
|
35
|
+
"@igo2/context": "^20.1.0-next.18",
|
|
36
|
+
"@igo2/geo": "^20.1.0-next.18",
|
|
37
37
|
"@turf/point-on-feature": "^7.2.0",
|
|
38
38
|
"jspdf": "^4.0.0",
|
|
39
39
|
"jspdf-autotable": "^5.0.0",
|