@vectoriox/iox-builder 1.2.6 → 1.2.8

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.2.6",
3
+ "version": "1.2.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -1123,6 +1123,7 @@ declare class BuilderRepeaterComponent implements OnInit, OnDestroy {
1123
1123
  ngOnDestroy(): void;
1124
1124
  onDrop(event: IoxDropEvent): void;
1125
1125
  private fetchData;
1126
+ private isInTemplate;
1126
1127
  private refreshPreviews;
1127
1128
  private applyFirstItemToTemplate;
1128
1129
  static ɵfac: i0.ɵɵFactoryDeclaration<BuilderRepeaterComponent, [null, null, { optional: true; }, null, null, null, null]>;