@esfaenza/forms-and-validations 11.2.154 → 11.2.155

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.
@@ -2796,7 +2796,7 @@
2796
2796
  }
2797
2797
  if (this.ngControl) {
2798
2798
  // Esclusi i validatori a componenti
2799
- var validators = this.utiExts.deepClone(this._validators || []).filter(function (v) { return !v.ngOnInit; });
2799
+ var validators = __spread((this._validators || [])).filter(function (v) { return !v.ngOnInit; });
2800
2800
  var pv = new forms.PatternValidator();
2801
2801
  switch (this.Type) {
2802
2802
  case 'int':