chrv-components 1.12.172 → 1.12.173
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.
|
Binary file
|
|
@@ -4633,6 +4633,7 @@ class ChrFileInputComponent extends ChrInputComponent {
|
|
|
4633
4633
|
*/
|
|
4634
4634
|
this.files = computed(() => this.fileEntries(), /* @ts-ignore */
|
|
4635
4635
|
...(ngDevMode ? [{ debugName: "files" }] : /* istanbul ignore next */ []));
|
|
4636
|
+
this.dataTemplateControls$ = toObservable(this.dataTemplateControls);
|
|
4636
4637
|
}
|
|
4637
4638
|
ngOnInit() {
|
|
4638
4639
|
super.ngOnInit();
|
|
@@ -4645,8 +4646,7 @@ class ChrFileInputComponent extends ChrInputComponent {
|
|
|
4645
4646
|
}
|
|
4646
4647
|
}
|
|
4647
4648
|
ngAfterContentInit() {
|
|
4648
|
-
|
|
4649
|
-
controls$
|
|
4649
|
+
this.dataTemplateControls$
|
|
4650
4650
|
.pipe(switchMap((controlsList) => {
|
|
4651
4651
|
if (!controlsList.length)
|
|
4652
4652
|
return of(null);
|