pace-table-lib 1.0.62 → 1.0.63

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.
@@ -18391,7 +18391,7 @@ function StaticTable({
18391
18391
  return false;
18392
18392
  }
18393
18393
  const formattedValue = formatValue(value, void 0, DataFieldDecimalPrecision);
18394
- return compareVal(formattedValue, format.operator, format.checkValue);
18394
+ return compareVal(Number(formattedValue), format?.operator, Number(format?.checkValue));
18395
18395
  } catch {
18396
18396
  return false;
18397
18397
  }