@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectoriox/iox-builder",
3
- "version": "1.4.32",
3
+ "version": "1.4.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -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;