@vectoriox/iox-builder 1.4.32 → 1.4.33
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
|
@@ -852,6 +852,7 @@ declare class BuilderComponent implements OnInit, AfterViewInit, OnChanges, OnDe
|
|
|
852
852
|
cancelSaveBlock(): void;
|
|
853
853
|
private deepCloneWithNewIds;
|
|
854
854
|
private assignNewIds;
|
|
855
|
+
private _stripGlobalFlags;
|
|
855
856
|
private _scrollbarTimer;
|
|
856
857
|
onPageScroll(event: {
|
|
857
858
|
scrollTop: number;
|