@igo2/geo 20.0.0 → 20.0.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.
- package/fesm2022/igo2-geo.mjs +585 -582
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +5 -5
package/index.d.ts
CHANGED
|
@@ -6395,7 +6395,7 @@ declare class LayerViewerBottomActionsComponent {
|
|
|
6395
6395
|
raiseSelection(): void;
|
|
6396
6396
|
lowerSelection(): void;
|
|
6397
6397
|
changeOpacity(event: MatSliderChange): void;
|
|
6398
|
-
toggleSelectionVisibility(): void;
|
|
6398
|
+
toggleSelectionVisibility(layers?: AnyLayer[], visibility?: boolean): void;
|
|
6399
6399
|
private isLowerable;
|
|
6400
6400
|
private isRaisable;
|
|
6401
6401
|
private getRecipientOfVisibleLayer;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@angular/material-moment-adapter": "^20.0.0",
|
|
40
40
|
"@angular/material": "^20.0.0",
|
|
41
41
|
"@angular/platform-browser": "^20.0.0",
|
|
42
|
-
"@igo2/auth": "^20.0.
|
|
43
|
-
"@igo2/common": "^20.0.
|
|
44
|
-
"@igo2/core": "^20.0.
|
|
45
|
-
"@igo2/utils": "^20.0.
|
|
42
|
+
"@igo2/auth": "^20.0.1",
|
|
43
|
+
"@igo2/common": "^20.0.1",
|
|
44
|
+
"@igo2/core": "^20.0.1",
|
|
45
|
+
"@igo2/utils": "^20.0.1",
|
|
46
46
|
"@mat-datetimepicker/core": "^16.0.0",
|
|
47
47
|
"@turf/boolean-intersects": "^7.2.0",
|
|
48
48
|
"@turf/buffer": "^7.2.0",
|