@aibee/crc-bmap 0.0.30 → 0.0.31

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/lib/src/bmap.d.ts CHANGED
@@ -112,5 +112,6 @@ export declare class BMap extends EventDispatcher {
112
112
  getPoiById(id: string): import("./elements").Poi | null | undefined;
113
113
  getPois(): import("./elements").Poi[];
114
114
  clearPoi(): void;
115
+ removeSelectGraphic(graphic: Graphic): void;
115
116
  dispose(): void;
116
117
  }
@@ -25,6 +25,8 @@ export declare class Selection extends EventDispatcher<SelectionEventMap> {
25
25
  selectEnd(): void;
26
26
  registryEvent(): void;
27
27
  unRegistryEvent(): void;
28
+ clear(): void;
29
+ remove(graphic: Graphic): void;
28
30
  dispose(): void;
29
31
  }
30
32
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "",
5
5
  "main": "lib/bmap.min.js",
6
6
  "module": "lib/bmap.esm.min.js",