@igo2/integration 20.1.0-next.15 → 20.1.0-next.17

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
@@ -293,7 +293,6 @@ declare class DirectionsToolComponent implements OnInit {
293
293
  */
294
294
  get routesFeatureStore(): RoutesFeatureStore;
295
295
  get stepFeatureStore(): StepsFeatureStore;
296
- get zoomOnActiveRoute(): i0.WritableSignal<boolean>;
297
296
  get authenticated$(): rxjs.BehaviorSubject<boolean>;
298
297
  /**
299
298
  * Map to measure on
@@ -1025,10 +1024,11 @@ declare class IgoAppFilterModule {
1025
1024
 
1026
1025
  declare class AboutToolComponent implements OnInit {
1027
1026
  configService: ConfigService<any>;
1028
- auth: AuthService;
1027
+ auth: AuthService<any>;
1029
1028
  private http;
1030
1029
  private cdRef;
1031
1030
  private languageService;
1031
+ private userService;
1032
1032
  private configOptions;
1033
1033
  get headerHtml(): string;
1034
1034
  set headerHtml(value: string);
@@ -1042,7 +1042,6 @@ declare class AboutToolComponent implements OnInit {
1042
1042
  effectiveVersion: string;
1043
1043
  private _html;
1044
1044
  private _headerHtml;
1045
- private baseUrlProfil;
1046
1045
  private baseUrlGuide;
1047
1046
  loading: boolean;
1048
1047
  constructor();
@@ -103,8 +103,8 @@
103
103
  "maximizeTooltip": "Agrandir la fenêtre",
104
104
  "standardExtent": "Réduire",
105
105
  "standardExtentTooltip": "Réduire la fenêtre",
106
- "interactiveSelection.title": "Sélectioner les entités par géométrie",
107
- "interactiveSelection.tooltip": "Sélectioner les entités par géométrie"
106
+ "interactiveSelection.title": "Sélectionner les entités par géométrie",
107
+ "interactiveSelection.tooltip": "Sélectionner les entités par géométrie"
108
108
  },
109
109
  "directions": {
110
110
  "warning": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "20.1.0-next.15",
3
+ "version": "20.1.0-next.17",
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.15",
35
- "@igo2/context": "^20.1.0-next.15",
36
- "@igo2/geo": "^20.1.0-next.15",
34
+ "@igo2/auth": "^20.1.0-next.17",
35
+ "@igo2/context": "^20.1.0-next.17",
36
+ "@igo2/geo": "^20.1.0-next.17",
37
37
  "@turf/point-on-feature": "^7.2.0",
38
38
  "jspdf": "^4.0.0",
39
39
  "jspdf-autotable": "^5.0.0",