@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
|
@@ -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]>;
|