@igo2/geo 20.1.0-next.2 → 20.1.0-next.3
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
|
@@ -6409,7 +6409,7 @@ declare class LayerViewerBottomActionsComponent {
|
|
|
6409
6409
|
raiseSelection(): void;
|
|
6410
6410
|
lowerSelection(): void;
|
|
6411
6411
|
changeOpacity(event: MatSliderChange): void;
|
|
6412
|
-
toggleSelectionVisibility(): void;
|
|
6412
|
+
toggleSelectionVisibility(layers?: AnyLayer[], visibility?: boolean): void;
|
|
6413
6413
|
private isLowerable;
|
|
6414
6414
|
private isRaisable;
|
|
6415
6415
|
private getRecipientOfVisibleLayer;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "20.1.0-next.
|
|
3
|
+
"version": "20.1.0-next.3",
|
|
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.1.0-next.
|
|
43
|
-
"@igo2/common": "^20.1.0-next.
|
|
44
|
-
"@igo2/core": "^20.1.0-next.
|
|
45
|
-
"@igo2/utils": "^20.1.0-next.
|
|
42
|
+
"@igo2/auth": "^20.1.0-next.3",
|
|
43
|
+
"@igo2/common": "^20.1.0-next.3",
|
|
44
|
+
"@igo2/core": "^20.1.0-next.3",
|
|
45
|
+
"@igo2/utils": "^20.1.0-next.3",
|
|
46
46
|
"@mat-datetimepicker/core": "^16.0.0",
|
|
47
47
|
"@turf/boolean-intersects": "^7.2.0",
|
|
48
48
|
"@turf/buffer": "^7.2.0",
|