@igo2/integration 21.0.0-next.23 → 21.0.0-next.25
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.25",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@angular/common": "^21.0.0",
|
|
33
33
|
"@angular/core": "^21.0.0",
|
|
34
|
-
"@igo2/auth": "^21.0.0-next.
|
|
35
|
-
"@igo2/context": "^21.0.0-next.
|
|
36
|
-
"@igo2/geo": "^21.0.0-next.
|
|
34
|
+
"@igo2/auth": "^21.0.0-next.25",
|
|
35
|
+
"@igo2/context": "^21.0.0-next.25",
|
|
36
|
+
"@igo2/geo": "^21.0.0-next.25",
|
|
37
37
|
"@turf/point-on-feature": "^7.3.0",
|
|
38
38
|
"jspdf": "^4.2.0",
|
|
39
39
|
"jspdf-autotable": "^5.0.0",
|
|
@@ -445,7 +445,6 @@ declare class IgoAppImportExportModule {
|
|
|
445
445
|
*/
|
|
446
446
|
declare class MapState {
|
|
447
447
|
private mapService;
|
|
448
|
-
private projectionService;
|
|
449
448
|
private storageService;
|
|
450
449
|
private configService;
|
|
451
450
|
private overlayService;
|
|
@@ -1334,7 +1333,6 @@ declare class MeasureState {
|
|
|
1334
1333
|
declare class QueryState {
|
|
1335
1334
|
private configService;
|
|
1336
1335
|
private propertyTypeDetectorService;
|
|
1337
|
-
private capabilitiesService;
|
|
1338
1336
|
private mapState;
|
|
1339
1337
|
/**
|
|
1340
1338
|
* Store that holds the query results
|