@igo2/integration 20.1.0-next.13 → 20.1.0-next.15
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/fesm2022/igo2-integration.mjs +57 -50
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/index.d.ts +4 -6
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -244,7 +244,6 @@ declare class ContextState {
|
|
|
244
244
|
private contextService;
|
|
245
245
|
private toolService;
|
|
246
246
|
private toolState;
|
|
247
|
-
private languageService;
|
|
248
247
|
/**
|
|
249
248
|
* Observable of the active context
|
|
250
249
|
*/
|
|
@@ -841,8 +840,8 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
841
840
|
private isSelectedResultOutOfView$$;
|
|
842
841
|
private abstractFocusedResult;
|
|
843
842
|
private abstractSelectedResult;
|
|
844
|
-
|
|
845
|
-
|
|
843
|
+
private destroyRef;
|
|
844
|
+
debouncedEmpty: i0.WritableSignal<boolean>;
|
|
846
845
|
/**
|
|
847
846
|
* Store holding the search results
|
|
848
847
|
* @internal
|
|
@@ -854,8 +853,7 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
854
853
|
*/
|
|
855
854
|
get map(): IgoMap;
|
|
856
855
|
get featureTitle(): string;
|
|
857
|
-
|
|
858
|
-
feature: Feature;
|
|
856
|
+
feature: i0.WritableSignal<Feature<Record<string, any>>>;
|
|
859
857
|
term: string;
|
|
860
858
|
private searchTerm$$;
|
|
861
859
|
settingsChange$: BehaviorSubject<boolean>;
|
|
@@ -1040,7 +1038,7 @@ declare class AboutToolComponent implements OnInit {
|
|
|
1040
1038
|
discoverTitleInLocale$: Observable<string>;
|
|
1041
1039
|
get discoverTitleInLocale(): string;
|
|
1042
1040
|
set discoverTitleInLocale(value: string);
|
|
1043
|
-
readonly trainingGuideURLs: i0.ModelSignal<
|
|
1041
|
+
readonly trainingGuideURLs: i0.ModelSignal<string[]>;
|
|
1044
1042
|
effectiveVersion: string;
|
|
1045
1043
|
private _html;
|
|
1046
1044
|
private _headerHtml;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "20.1.0-next.
|
|
3
|
+
"version": "20.1.0-next.15",
|
|
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.
|
|
35
|
-
"@igo2/context": "^20.1.0-next.
|
|
36
|
-
"@igo2/geo": "^20.1.0-next.
|
|
34
|
+
"@igo2/auth": "^20.1.0-next.15",
|
|
35
|
+
"@igo2/context": "^20.1.0-next.15",
|
|
36
|
+
"@igo2/geo": "^20.1.0-next.15",
|
|
37
37
|
"@turf/point-on-feature": "^7.2.0",
|
|
38
38
|
"jspdf": "^4.0.0",
|
|
39
39
|
"jspdf-autotable": "^5.0.0",
|