@artstesh/maps 5.1.18 → 5.1.19

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.
@@ -801,9 +801,9 @@ class MapPostboyService extends PostboyService {
801
801
  constructor() {
802
802
  super();
803
803
  this.addLocker({
804
- locker: StartDrawingCommand.name,
805
- unlocker: DrawingFinishedEvent.name,
806
- locking: [MapClickEvent.name],
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: "16.2.12", ngImport: i0, type: MapPostboyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });