@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.
@@ -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.removeClass('override-disabled-invalid');
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;