@igo2/integration 21.0.0-next.3 → 21.0.0-next.5

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",
3
+ "version": "21.0.0-next.5",
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.3",
35
- "@igo2/context": "^21.0.0-next.3",
36
- "@igo2/geo": "^21.0.0-next.3",
34
+ "@igo2/auth": "^21.0.0-next.5",
35
+ "@igo2/context": "^21.0.0-next.5",
36
+ "@igo2/geo": "^21.0.0-next.5",
37
37
  "@turf/point-on-feature": "^7.3.0",
38
38
  "jspdf": "^4.2.0",
39
39
  "jspdf-autotable": "^5.0.0",
@@ -842,6 +842,7 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
842
842
  private abstractSelectedResult;
843
843
  private destroyRef;
844
844
  debouncedEmpty: i0.WritableSignal<boolean>;
845
+ private searchResult;
845
846
  /**
846
847
  * Store holding the search results
847
848
  * @internal
@@ -856,7 +857,6 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
856
857
  feature: i0.WritableSignal<Feature<Record<string, any>>>;
857
858
  term: string;
858
859
  private searchTerm$$;
859
- settingsChange$: BehaviorSubject<boolean>;
860
860
  topPanelState$: BehaviorSubject<FlexibleState>;
861
861
  private topPanelState$$;
862
862
  set topPanelState(value: FlexibleState);