@igo2/integration 1.13.4 → 1.14.1

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.
@@ -84,7 +84,7 @@ export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
84
84
  }): void;
85
85
  computeElementRef(): any[];
86
86
  adjustTopPanel(elemSource: any, elem: any): void;
87
- toggleTopPanel(): void;
87
+ toggleTopPanel(event?: MouseEvent): void;
88
88
  zoomToFeatureExtent(): void;
89
89
  /**
90
90
  * Try to add a feature to the map overlay
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "1.13.4",
3
+ "version": "1.14.1",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -18,8 +18,8 @@
18
18
  "peerDependencies": {
19
19
  "@angular/common": "^14.1.2",
20
20
  "@angular/core": "^14.1.2",
21
- "@igo2/geo": "1.13.4",
22
- "@igo2/context": "1.13.4",
21
+ "@igo2/geo": "1.14.1",
22
+ "@igo2/context": "1.14.1",
23
23
  "rxjs": "^7.5.6"
24
24
  },
25
25
  "dependencies": {