mapping-component-package-jp 0.1.9 → 0.1.11

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/index.d.ts CHANGED
@@ -248,6 +248,7 @@ declare class MapOverlayManager {
248
248
  CircleSegment_Edit(ShapeId: string | number, isMobile: boolean): void;
249
249
 
250
250
  // Field Management
251
+ DrawField_DrawLocation(locationsJson: string, locationId: any, shapeConfig: any): void;
251
252
  TriggerField_ChangeEvent(): any;
252
253
  DrawField_AttachEvents(eHandlers: any): void;
253
254
  DrawField_DetachEvents(StrokeColor: string, SelectedShapeId: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapping-component-package-jp",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -50,6 +50,7 @@ export class MapOverlayManager {
50
50
  CircleSegment_Edit(ShapeId: string | number, isMobile: boolean): void;
51
51
 
52
52
  // Field Management
53
+ DrawField_DrawLocation(locationsJson: string, locationId: any, shapeConfig: any): void;
53
54
  TriggerField_ChangeEvent(): any;
54
55
  DrawField_AttachEvents(eHandlers: any): void;
55
56
  DrawField_DetachEvents(StrokeColor: string, SelectedShapeId: string): void;