@vectoriox/iox-builder 1.4.13 → 1.4.14
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/package.json
CHANGED
|
@@ -708,6 +708,10 @@ declare class BuilderComponent implements OnInit, AfterViewInit, OnChanges, OnDe
|
|
|
708
708
|
isPanning: boolean;
|
|
709
709
|
panX: number;
|
|
710
710
|
panY: number;
|
|
711
|
+
/** Canvas frame height in canvas-space pixels (= previewScroll.clientHeight / scale).
|
|
712
|
+
* Used as iox-page-component's height so position:fixed top:0;bottom:0 fills the
|
|
713
|
+
* same area as height:100vh (both resolve to this value). */
|
|
714
|
+
canvasFrameHeight: number;
|
|
711
715
|
private panStartX;
|
|
712
716
|
private panStartY;
|
|
713
717
|
private panOriginX;
|