@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.
- package/esm2020/lib/base-classes/tru-edit-control-config-base.mjs +1 -1
- package/esm2020/lib/directives/breeze-validator/tru-breeze-validator.mjs +3 -3
- package/fesm2015/trudb-tru-common-lib.mjs +2 -2
- package/fesm2015/trudb-tru-common-lib.mjs.map +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs +2 -2
- package/fesm2020/trudb-tru-common-lib.mjs.map +1 -1
- package/lib/base-classes/tru-edit-control-config-base.d.ts +1 -3
- package/lib/directives/breeze-validator/tru-breeze-validator.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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: "[
|
|
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: '[
|
|
4920
|
+
selector: '[tru-breeze-validator]'
|
|
4921
4921
|
}]
|
|
4922
4922
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TruEditControlBase }, { type: TruDataContext }]; } });
|
|
4923
4923
|
|