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.
|
@@ -18409,7 +18409,7 @@
|
|
|
18409
18409
|
return false;
|
|
18410
18410
|
}
|
|
18411
18411
|
const formattedValue = formatValue(value, void 0, DataFieldDecimalPrecision);
|
|
18412
|
-
return compareVal(formattedValue, format
|
|
18412
|
+
return compareVal(Number(formattedValue), format?.operator, Number(format?.checkValue));
|
|
18413
18413
|
} catch {
|
|
18414
18414
|
return false;
|
|
18415
18415
|
}
|