@trudb/tru-common-lib 0.0.322 → 0.0.323

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.
@@ -4896,9 +4896,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
4896
4896
  }] });
4897
4897
 
4898
4898
  class TruBreezeValidator {
4899
- constructor(el, host, dataContext) {
4899
+ constructor(el, dataContext) {
4900
4900
  this.el = el;
4901
- this.host = host;
4902
4901
  this.dataContext = dataContext;
4903
4902
  this.configModel = {};
4904
4903
  this.getValidationErrors = () => {
@@ -4912,14 +4911,14 @@ class TruBreezeValidator {
4912
4911
  });
4913
4912
  }
4914
4913
  }
4915
- TruBreezeValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruBreezeValidator, deps: [{ token: i0.ElementRef }, { token: TruEditControlBase }, { token: TruDataContext }], target: i0.ɵɵFactoryTarget.Directive });
4914
+ TruBreezeValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruBreezeValidator, deps: [{ token: i0.ElementRef }, { token: TruDataContext }], target: i0.ɵɵFactoryTarget.Directive });
4916
4915
  TruBreezeValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: TruBreezeValidator, selector: "[tru-breeze-validator]", ngImport: i0 });
4917
4916
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruBreezeValidator, decorators: [{
4918
4917
  type: Directive,
4919
4918
  args: [{
4920
4919
  selector: '[tru-breeze-validator]'
4921
4920
  }]
4922
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TruEditControlBase }, { type: TruDataContext }]; } });
4921
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TruDataContext }]; } });
4923
4922
 
4924
4923
  class TruBreezeValidatorModule {
4925
4924
  }