@trudb/tru-common-lib 0.0.333 → 0.0.334
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 +2 -2
- package/fesm2015/trudb-tru-common-lib.mjs +1 -1
- package/fesm2015/trudb-tru-common-lib.mjs.map +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4925,7 +4925,7 @@ class TruBreezeValidator {
|
|
|
4925
4925
|
if (previousFlagEl?.classList.contains('invalid-flag'))
|
|
4926
4926
|
previousFlagEl.remove();
|
|
4927
4927
|
let msgEl, flagEl;
|
|
4928
|
-
this.el.nativeElement.
|
|
4928
|
+
this.el.nativeElement.classList.removeC('override-disabled-invalid');
|
|
4929
4929
|
if (this.propertyPath?.includes('/')) {
|
|
4930
4930
|
let propertyNameParts = this.propertyPath.split('/');
|
|
4931
4931
|
let targetProperty;
|