@vectoriox/iox-builder 1.4.35 → 1.4.36
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
|
@@ -550,6 +550,8 @@ declare class DragEngineService {
|
|
|
550
550
|
private _scale;
|
|
551
551
|
/** Called by BuilderComponent whenever the viewport scale changes. */
|
|
552
552
|
setScale(scale: number): void;
|
|
553
|
+
private _dropzoneRectCache;
|
|
554
|
+
private _snapshotRects;
|
|
553
555
|
private readonly ROOT_ESCAPE_PX;
|
|
554
556
|
private _rootEscapeActiveFor;
|
|
555
557
|
private _getEl;
|
|
@@ -1107,6 +1109,8 @@ declare class OverlayComponent implements OnInit, OnDestroy {
|
|
|
1107
1109
|
private containerResizeObserver?;
|
|
1108
1110
|
private mutationObserver?;
|
|
1109
1111
|
private boundUpdate;
|
|
1112
|
+
private _scrollRaf;
|
|
1113
|
+
private boundScrollUpdate;
|
|
1110
1114
|
private activeScrollContainer;
|
|
1111
1115
|
constructor(overlayService: OverlayService, viewportService: ViewportService, presetRegistry: PresetRegistryService, symbolRegistry: SymbolRegistryService, styleRegistry: StyleRegistryService, cdr: ChangeDetectorRef);
|
|
1112
1116
|
ngOnInit(): void;
|