leiting-bim 2.1.157 → 2.1.160

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.
@@ -7,8 +7,15 @@ export default class LineDrawer implements IDrawer {
7
7
  private entity;
8
8
  private tooltip;
9
9
  private tempPoints;
10
+ private options;
11
+ private keydownHandler;
10
12
  constructor(Cesium: any, viewer: any);
11
13
  private getPickPosition;
14
+ private syncEntity;
15
+ private undoLastPoint;
16
+ private finishDrawing;
17
+ private bindKeyboardEvents;
18
+ private unbindKeyboardEvents;
12
19
  startDrawing(options: DrawOptions): void;
13
20
  stopDrawing(): void;
14
21
  clear(): void;
@@ -8,10 +8,17 @@ export default class PolygonDrawer implements IDrawer {
8
8
  private entity;
9
9
  private tooltip;
10
10
  private tempPoints;
11
+ private options;
12
+ private keydownHandler;
11
13
  constructor(Cesium: any, viewer: any);
12
14
  private isHelperPick;
13
15
  private withHiddenHelpers;
14
16
  private getPickPosition;
17
+ private syncEntity;
18
+ private undoLastPoint;
19
+ private finishDrawing;
20
+ private bindKeyboardEvents;
21
+ private unbindKeyboardEvents;
15
22
  startDrawing(options: DrawOptions): void;
16
23
  stopDrawing(): void;
17
24
  clear(): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leiting-bim/plugins-methods",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "dist/cesium-core.umd.js",
5
5
  "module": "dist/cesium-core.mjs",
6
6
  "types": "dist/index.d.ts",