scope360-core 0.0.450 → 0.0.451
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
|
@@ -30060,11 +30060,13 @@ const eB = { class: "doughnut-wrapper" }, tB = { class: "doughnut-wrapper__total
|
|
|
30060
30060
|
</div>
|
|
30061
30061
|
<div class="chart-tooltip-info__bottom">
|
|
30062
30062
|
<div class="chart-tooltip-info__trades">
|
|
30063
|
-
${Ae(isMask, T, {
|
|
30063
|
+
${Ae(n.isMask, T, {
|
|
30064
|
+
repeat: 2
|
|
30065
|
+
})} <span>positions</span>
|
|
30064
30066
|
</div>
|
|
30065
30067
|
<div class="chart-tooltip-info__line"></div>
|
|
30066
30068
|
<div class="chart-tooltip-info__percentage">${Ae(
|
|
30067
|
-
isMask,
|
|
30069
|
+
n.isMask,
|
|
30068
30070
|
v,
|
|
30069
30071
|
{ repeat: 2 }
|
|
30070
30072
|
)}%</div>
|
|
@@ -30095,7 +30097,7 @@ const eB = { class: "doughnut-wrapper" }, tB = { class: "doughnut-wrapper__total
|
|
|
30095
30097
|
options: s.value
|
|
30096
30098
|
}, null, 8, ["data", "options"]),
|
|
30097
30099
|
k("div", tB, [
|
|
30098
|
-
k("div", nB, J(t.total), 1),
|
|
30100
|
+
k("div", nB, J(y(Ae)(t.isMask, t.total, { repeat: String(t.total).length })), 1),
|
|
30099
30101
|
sB
|
|
30100
30102
|
])
|
|
30101
30103
|
]));
|