@igo2/integration 21.0.0-next.22 → 21.0.0-next.24
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.24",
|
|
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.24",
|
|
35
|
+
"@igo2/context": "^21.0.0-next.24",
|
|
36
|
+
"@igo2/geo": "^21.0.0-next.24",
|
|
37
37
|
"@turf/point-on-feature": "^7.3.0",
|
|
38
38
|
"jspdf": "^4.2.0",
|
|
39
39
|
"jspdf-autotable": "^5.0.0",
|
|
@@ -364,6 +364,7 @@ declare class WorkspaceButtonComponent implements OnInit {
|
|
|
364
364
|
private destroyRef;
|
|
365
365
|
hasWorkspace: i0.WritableSignal<boolean>;
|
|
366
366
|
readonly layer: i0.InputSignal<AnyLayer | undefined>;
|
|
367
|
+
private readonly layer$;
|
|
367
368
|
readonly color: i0.InputSignal<string>;
|
|
368
369
|
ngOnInit(): void;
|
|
369
370
|
activateWorkspace(): void;
|
|
@@ -444,7 +445,6 @@ declare class IgoAppImportExportModule {
|
|
|
444
445
|
*/
|
|
445
446
|
declare class MapState {
|
|
446
447
|
private mapService;
|
|
447
|
-
private projectionService;
|
|
448
448
|
private storageService;
|
|
449
449
|
private configService;
|
|
450
450
|
private overlayService;
|
|
@@ -1333,7 +1333,6 @@ declare class MeasureState {
|
|
|
1333
1333
|
declare class QueryState {
|
|
1334
1334
|
private configService;
|
|
1335
1335
|
private propertyTypeDetectorService;
|
|
1336
|
-
private capabilitiesService;
|
|
1337
1336
|
private mapState;
|
|
1338
1337
|
/**
|
|
1339
1338
|
* Store that holds the query results
|