scope360-core 0.0.574 → 0.0.575
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
|
@@ -14409,7 +14409,9 @@ const RA = { class: "long-short" }, EA = { class: "long-short__item__text" }, PA
|
|
|
14409
14409
|
case "rr":
|
|
14410
14410
|
return `${e.data[a] === null ? "0" : rt(e.data[a])}R`;
|
|
14411
14411
|
case "commission":
|
|
14412
|
-
return
|
|
14412
|
+
return `${e.data[a] > 0 ? "" : "-"}$${Math.abs(
|
|
14413
|
+
rt(e.data[a])
|
|
14414
|
+
)}`;
|
|
14413
14415
|
case "multiplier":
|
|
14414
14416
|
return `${e.data[a]}x`;
|
|
14415
14417
|
case "short_count":
|
|
@@ -14536,7 +14538,7 @@ const RA = { class: "long-short" }, EA = { class: "long-short__item__text" }, PA
|
|
|
14536
14538
|
])) : I("", !0),
|
|
14537
14539
|
t.data.exit_price && t.data.entry_price ? (y(), M("div", cC)) : I("", !0),
|
|
14538
14540
|
t.data.exit_price ? (y(), M("div", dC, [
|
|
14539
|
-
o[4] || (o[4] = hx('<div class="share__outer__top" data-v-
|
|
14541
|
+
o[4] || (o[4] = hx('<div class="share__outer__top" data-v-2130ad80><div class="share__outer__icon-wrapper" data-v-2130ad80><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none" data-v-2130ad80><path d="M8.97689 4.45226V8.97607M8.97689 8.97607H4.45308M8.97689 8.97607L3.14355 3.14274" stroke="#8E8E93" stroke-width="1.07143" stroke-linecap="round" stroke-linejoin="round" data-v-2130ad80></path></svg></div><div class="share__outer__title" data-v-2130ad80>Exit</div></div>', 1)),
|
|
14540
14542
|
w("div", hC, [
|
|
14541
14543
|
Ue(Q(b(Sv)(t.data.exit_price)) + " ", 1),
|
|
14542
14544
|
o[3] || (o[3] = w("span", null, "USDT", -1))
|
|
@@ -14573,7 +14575,7 @@ const RA = { class: "long-short" }, EA = { class: "long-short__item__text" }, PA
|
|
|
14573
14575
|
])
|
|
14574
14576
|
], 2));
|
|
14575
14577
|
}
|
|
14576
|
-
}, yW = /* @__PURE__ */ Re(SC, [["__scopeId", "data-v-
|
|
14578
|
+
}, yW = /* @__PURE__ */ Re(SC, [["__scopeId", "data-v-2130ad80"]]);
|
|
14577
14579
|
/*!
|
|
14578
14580
|
* @kurkle/color v0.3.4
|
|
14579
14581
|
* https://github.com/kurkle/color#readme
|