@artstesh/maps 6.0.9 → 6.0.10
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/dist/esm2022/map/services/map-postboy.service.mjs +4 -4
- package/dist/esm2022/src/map/services/map-postboy.service.mjs +4 -4
- package/dist/fesm2022/maps-components-src-map.mjs +3 -3
- package/dist/fesm2022/maps-components-src-map.mjs.map +1 -1
- package/dist/fesm2022/maps-components.mjs +3 -3
- package/dist/fesm2022/maps-components.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -801,9 +801,9 @@ class MapPostboyService extends PostboyService {
|
|
|
801
801
|
constructor() {
|
|
802
802
|
super();
|
|
803
803
|
this.addLocker({
|
|
804
|
-
locker: StartDrawingCommand.
|
|
805
|
-
unlocker: DrawingFinishedEvent.
|
|
806
|
-
locking: [MapClickEvent.
|
|
804
|
+
locker: StartDrawingCommand.ID,
|
|
805
|
+
unlocker: DrawingFinishedEvent.ID,
|
|
806
|
+
locking: [MapClickEvent.ID],
|
|
807
807
|
});
|
|
808
808
|
}
|
|
809
809
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapPostboyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|