intelicoreact 1.2.44 → 1.2.45
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.
|
@@ -306,9 +306,9 @@ var filterFloat = function filterFloat(inputValue) {
|
|
|
306
306
|
exports.filterFloat = filterFloat;
|
|
307
307
|
|
|
308
308
|
var filterNumeric = function filterNumeric(value, settings) {
|
|
309
|
-
var
|
|
309
|
+
var _getSafelyValue;
|
|
310
310
|
|
|
311
|
-
value = (
|
|
311
|
+
value = (_getSafelyValue = getSafelyValue(value)) === null || _getSafelyValue === void 0 ? void 0 : _getSafelyValue.replace(/,/g, '');
|
|
312
312
|
|
|
313
313
|
var _ref4 = settings || {},
|
|
314
314
|
_ref4$type = _ref4.type,
|