tnx-shared 5.1.480 → 5.1.481

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.
@@ -12990,6 +12990,9 @@
12990
12990
 
12991
12991
  var _b, _c;
12992
12992
  function isNotEmpty(value, control) {
12993
+ if (!!value && typeof (value) == 'string') {
12994
+ value.trim();
12995
+ }
12993
12996
  if (control instanceof AddressControlSchema) {
12994
12997
  if (value == null || value === '')
12995
12998
  return false;