adb-shared 6.2.6 → 6.2.7
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
package/types/adb-shared.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, For
|
|
|
11
11
|
import * as rxjs from 'rxjs';
|
|
12
12
|
import { Observable, Subscription } from 'rxjs';
|
|
13
13
|
import * as Leaflet from 'leaflet';
|
|
14
|
+
import Leaflet__default from 'leaflet';
|
|
14
15
|
|
|
15
16
|
interface Navigation {
|
|
16
17
|
home: Link2;
|
|
@@ -949,9 +950,9 @@ declare class AdbObsMapComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
|
949
950
|
declare class PolygonDrawerInput implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
|
|
950
951
|
private subscriptions;
|
|
951
952
|
mapId: string;
|
|
952
|
-
map:
|
|
953
|
+
map: Leaflet__default.Map;
|
|
953
954
|
polygonDraw: boolean;
|
|
954
|
-
shapeLayer:
|
|
955
|
+
shapeLayer: Leaflet__default.GeoJSON | null;
|
|
955
956
|
geoJson: any;
|
|
956
957
|
ngAfterViewInit(): void;
|
|
957
958
|
ngOnInit(): void;
|