@igo2/integration 21.0.0-next.21 → 21.0.0-next.23
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.23",
|
|
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.23",
|
|
35
|
+
"@igo2/context": "^21.0.0-next.23",
|
|
36
|
+
"@igo2/geo": "^21.0.0-next.23",
|
|
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;
|