@acorex/components 4.1.8 → 4.1.9

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.
@@ -5616,7 +5616,8 @@ class AXValidationFormComponent {
5616
5616
  });
5617
5617
  }
5618
5618
  addWidget(widget) {
5619
- this.widgets.push(widget);
5619
+ if (widget)
5620
+ this.widgets.push(widget);
5620
5621
  }
5621
5622
  }
5622
5623
  AXValidationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AXValidationFormComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });