@trudb/tru-common-lib 0.0.320 → 0.0.322

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.
@@ -4913,11 +4913,11 @@ class TruBreezeValidator {
4913
4913
  }
4914
4914
  }
4915
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 });
4916
- TruBreezeValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: TruBreezeValidator, selector: "[truBreezeValidator]", ngImport: i0 });
4916
+ TruBreezeValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: TruBreezeValidator, selector: "[tru-breeze-validator]", ngImport: i0 });
4917
4917
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruBreezeValidator, decorators: [{
4918
4918
  type: Directive,
4919
4919
  args: [{
4920
- selector: '[truBreezeValidator]'
4920
+ selector: '[tru-breeze-validator]'
4921
4921
  }]
4922
4922
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TruEditControlBase }, { type: TruDataContext }]; } });
4923
4923