scope360-core 0.0.223 → 0.0.225
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
|
@@ -21136,7 +21136,7 @@ const ev = /* @__PURE__ */ OR("line", Ll), PR = { class: "chart-container" }, tv
|
|
|
21136
21136
|
}, null, 8, ["data", "isMask"])
|
|
21137
21137
|
]));
|
|
21138
21138
|
}
|
|
21139
|
-
}, l5 = /* @__PURE__ */ Ue(IR, [["__scopeId", "data-v-af1e1a1d"]]), nv = (t) => (xn("data-v-
|
|
21139
|
+
}, l5 = /* @__PURE__ */ Ue(IR, [["__scopeId", "data-v-af1e1a1d"]]), nv = (t) => (xn("data-v-313ab42e"), t = t(), Sn(), t), NR = { class: "balance-widget" }, LR = { class: "balance-part" }, FR = { class: "balance-part__top" }, YR = { class: "balance-part__title-wrapper" }, VR = /* @__PURE__ */ nv(() => /* @__PURE__ */ A("div", { class: "balance-part__title" }, "Balance", -1)), BR = { class: "balance-part__content" }, WR = { class: "balance-part__content__wrapper" }, zR = { class: "balance-part__content__count" }, HR = { class: "balance-part__content__bitcoin" }, UR = {
|
|
21140
21140
|
key: 0,
|
|
21141
21141
|
class: "devider"
|
|
21142
21142
|
}, jR = {
|
|
@@ -21219,7 +21219,7 @@ const ev = /* @__PURE__ */ OR("line", Ll), PR = { class: "chart-container" }, tv
|
|
|
21219
21219
|
ZR,
|
|
21220
21220
|
ce(k(ds), { alternative: "" }, {
|
|
21221
21221
|
default: Se(() => [
|
|
21222
|
-
ot(" In this widget
|
|
21222
|
+
ot(" In this widget, set your desired balance growth target in $ or % for a specific period. It will display your PNL relative to the goal, helping you know when to stop or pay closer attention. ")
|
|
21223
21223
|
]),
|
|
21224
21224
|
_: 1
|
|
21225
21225
|
})
|
|
@@ -21232,7 +21232,10 @@ const ev = /* @__PURE__ */ OR("line", Ll), PR = { class: "chart-container" }, tv
|
|
|
21232
21232
|
])
|
|
21233
21233
|
]),
|
|
21234
21234
|
A("div", KR, [
|
|
21235
|
-
A("div", XR, re(k(Be)(t.isMaskPersonalTarget, k(ft)(t.currentProfit, { isPercentage: t.isPercentage, isFixed: !0 }), {
|
|
21235
|
+
A("div", XR, re(k(Be)(t.isMaskPersonalTarget, k(ft)(t.currentProfit, { isPercentage: t.isPercentage, isFixed: !0 }), {
|
|
21236
|
+
prefix: "$",
|
|
21237
|
+
repeat: 5
|
|
21238
|
+
})), 1),
|
|
21236
21239
|
A("div", QR, "/ " + re(k(Be)(t.isMaskPersonalTarget, k(ft)(t.profit, { isPercentage: t.isPercentage, isFixed: !0 }))), 1)
|
|
21237
21240
|
]),
|
|
21238
21241
|
ce(k(E3), {
|
|
@@ -21245,7 +21248,7 @@ const ev = /* @__PURE__ */ OR("line", Ll), PR = { class: "chart-container" }, tv
|
|
|
21245
21248
|
]))
|
|
21246
21249
|
]));
|
|
21247
21250
|
}
|
|
21248
|
-
}, u5 = /* @__PURE__ */ Ue(JR, [["__scopeId", "data-v-
|
|
21251
|
+
}, u5 = /* @__PURE__ */ Ue(JR, [["__scopeId", "data-v-313ab42e"]]), Wu = (t) => (xn("data-v-105f730b"), t = t(), Sn(), t), eE = { class: "calendar-widget" }, tE = { class: "calendar-widget__calendar" }, nE = { class: "calendar-widget__top" }, sE = { class: "calendar-widget__title-wrapper" }, iE = /* @__PURE__ */ Wu(() => /* @__PURE__ */ A("div", { class: "calendar-widget__title" }, "Calendar", -1)), rE = { class: "stat-calendar" }, aE = { class: "stat-calendar__week-days" }, oE = {
|
|
21249
21252
|
key: 0,
|
|
21250
21253
|
class: "stat-calendar__row-wrapper"
|
|
21251
21254
|
}, lE = { class: "stat-calendar__row" }, uE = ["onClick"], cE = /* @__PURE__ */ Wu(() => /* @__PURE__ */ A("div", { class: "calendar-widget__divider" }, null, -1)), dE = {
|
|
@@ -30023,7 +30026,7 @@ function _5(t) {
|
|
|
30023
30026
|
const r = n.slice(s + 1).search(/[^0]/);
|
|
30024
30027
|
if (r === -1)
|
|
30025
30028
|
return e;
|
|
30026
|
-
const o = 10 ** (r +
|
|
30029
|
+
const o = 10 ** (r + 4);
|
|
30027
30030
|
return Math.floor(e * o) / o;
|
|
30028
30031
|
}
|
|
30029
30032
|
function Zg(t) {
|