@archilogic/floor-plan-sdk 5.0.0-beta.2 → 5.0.0-beta.4

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/fpe.d.ts CHANGED
@@ -1304,6 +1304,7 @@ interface FpeInteraction {
1304
1304
  dragOffset: Point2d;
1305
1305
  cursorAction: 'split-wall' | 'duplicate' | 'move' | 'select' | 'none';
1306
1306
  _dragStart: ScreenPosition;
1307
+ preventFocusoutOnAltKeyup: boolean;
1307
1308
  }
1308
1309
  /**
1309
1310
  * The main Floor plan engine SDK class
@@ -1441,4 +1442,4 @@ declare class FloorPlanEngine extends FloorPlanCore {
1441
1442
  destroy(): void;
1442
1443
  }
1443
1444
 
1444
- export { FloorPlanEngine, Point2d, Polygon, PolygonList, Shape, polygonIntersection, polygonOffset, polygonUnion };
1445
+ export { FloorPlanEngine, GraphicArgs, Point2d, Polygon, PolygonList, Shape, polygonIntersection, polygonOffset, polygonUnion };