@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.
- package/esm2020/lib/directives/breeze-validator/tru-breeze-validator.mjs +5 -7
- package/fesm2015/trudb-tru-common-lib.mjs +3 -4
- package/fesm2015/trudb-tru-common-lib.mjs.map +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs +3 -4
- package/fesm2020/trudb-tru-common-lib.mjs.map +1 -1
- package/lib/directives/breeze-validator/tru-breeze-validator.d.ts +1 -3
- package/package.json +1 -1
|
@@ -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,
|
|
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:
|
|
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:
|
|
4921
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TruDataContext }]; } });
|
|
4923
4922
|
|
|
4924
4923
|
class TruBreezeValidatorModule {
|
|
4925
4924
|
}
|