@igo2/context 21.0.0-next.10 → 21.0.0-next.12
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/context",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.12",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@angular/forms": "^21.0.0",
|
|
36
36
|
"@angular/material": "^21.0.0",
|
|
37
37
|
"@angular/platform-browser": "^21.0.0",
|
|
38
|
-
"@igo2/auth": "^21.0.0-next.
|
|
39
|
-
"@igo2/common": "^21.0.0-next.
|
|
40
|
-
"@igo2/core": "^21.0.0-next.
|
|
41
|
-
"@igo2/geo": "^21.0.0-next.
|
|
42
|
-
"@igo2/utils": "^21.0.0-next.
|
|
38
|
+
"@igo2/auth": "^21.0.0-next.12",
|
|
39
|
+
"@igo2/common": "^21.0.0-next.12",
|
|
40
|
+
"@igo2/core": "^21.0.0-next.12",
|
|
41
|
+
"@igo2/geo": "^21.0.0-next.12",
|
|
42
|
+
"@igo2/utils": "^21.0.0-next.12",
|
|
43
43
|
"ol": "^10.0.0",
|
|
44
44
|
"rxjs": "^7.8.0"
|
|
45
45
|
},
|
package/types/igo2-context.d.ts
CHANGED
|
@@ -534,7 +534,7 @@ declare class PoiButtonComponent implements OnInit, OnDestroy {
|
|
|
534
534
|
private messageService;
|
|
535
535
|
private languageService;
|
|
536
536
|
private confirmDialogService;
|
|
537
|
-
selected
|
|
537
|
+
selected?: Poi;
|
|
538
538
|
readonly map: _angular_core.InputSignal<IgoMap>;
|
|
539
539
|
readonly color: _angular_core.InputSignal<string | undefined>;
|
|
540
540
|
pois: Poi[];
|