scope360-core 0.0.225 → 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
|
@@ -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);
|