@ndmspc/ndmvr 1.1.0 → 1.1.1
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.
- package/dist/ndmvr.es.js +1 -1
- package/package.json +1 -1
package/dist/ndmvr.es.js
CHANGED
|
@@ -17586,7 +17586,7 @@ var ks = {
|
|
|
17586
17586
|
function js(e, t) {
|
|
17587
17587
|
if (e == null || Number.isNaN(e)) return "-";
|
|
17588
17588
|
let n = Number.parseFloat(String(e)), r = Math.abs(n);
|
|
17589
|
-
return n !== 0 && (r >= 1e6 || r > 0 && r < .001) ? n.toExponential() : n.toFixed(t);
|
|
17589
|
+
return n !== 0 && (r >= 1e6 || r > 0 && r < .001) ? n.toExponential(t) : n.toFixed(t);
|
|
17590
17590
|
}
|
|
17591
17591
|
function Ms(e) {
|
|
17592
17592
|
let t = F(23), { precision: n } = e, r = n === void 0 ? 2 : n, [i, a] = v(null), o = _(null), s, c;
|