iflow-engine-base 3.6.0 → 3.7.2

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
@@ -2487,6 +2487,7 @@ declare class InteractionModule {
2487
2487
  handelKeyShiftUp(): void;
2488
2488
  handelKeyShiftDown(): void;
2489
2489
  handleMouseDown(event: any): void;
2490
+ handelKeyEscDown(): void;
2490
2491
  handleMouseMove(event: any): void;
2491
2492
  handleMouseUp(event: any): void;
2492
2493
  getCatchMeshs(event: any, retainShow?: boolean): any;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine-base",
3
- "version": "3.6.0",
3
+ "version": "3.7.2",
4
4
  "description": "BIM Engine SDK for Vue2, Vue3, React and HTML",
5
5
  "main": "./dist/bim-engine-sdk.umd.js",
6
6
  "module": "./dist/bim-engine-sdk.es.js",