scope360-core 0.0.224 → 0.0.226
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/scope360-core.js
CHANGED
|
@@ -30026,7 +30026,7 @@ function _5(t) {
|
|
|
30026
30026
|
const r = n.slice(s + 1).search(/[^0]/);
|
|
30027
30027
|
if (r === -1)
|
|
30028
30028
|
return e;
|
|
30029
|
-
const o = 10 ** (r +
|
|
30029
|
+
const o = 10 ** (r + 4);
|
|
30030
30030
|
return Math.floor(e * o) / o;
|
|
30031
30031
|
}
|
|
30032
30032
|
function Zg(t) {
|
|
@@ -30095,7 +30095,11 @@ function Qf() {
|
|
|
30095
30095
|
const t = xt.getItem("scope360::currency");
|
|
30096
30096
|
return t && (t != null && t.split("::")[1]) ? +(t == null ? void 0 : t.split("::")[1]) : 1;
|
|
30097
30097
|
}
|
|
30098
|
-
const ft = (t, e = {
|
|
30098
|
+
const ft = (t, e = {
|
|
30099
|
+
isPercentage: !1,
|
|
30100
|
+
isFixed: !0,
|
|
30101
|
+
isPlus: !1
|
|
30102
|
+
}) => {
|
|
30099
30103
|
let n;
|
|
30100
30104
|
t >= 0 ? n = e.isPlus && t !== 0 ? "+" : "" : n = "-";
|
|
30101
30105
|
let s = Math.abs(t);
|