scope360-core 0.0.142 → 0.0.144
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
|
@@ -9341,7 +9341,7 @@ const BS = { class: "scope-datepicker__wrapper" }, WS = {
|
|
|
9341
9341
|
icon: String,
|
|
9342
9342
|
tabName: String,
|
|
9343
9343
|
selected: Boolean,
|
|
9344
|
-
isFull: Boolean,
|
|
9344
|
+
isFull: { type: Boolean, default: !0 },
|
|
9345
9345
|
page: String
|
|
9346
9346
|
},
|
|
9347
9347
|
emits: ["openPage"],
|
|
@@ -9362,7 +9362,7 @@ const BS = { class: "scope-datepicker__wrapper" }, WS = {
|
|
|
9362
9362
|
t.isFull ? (D(), E("span", KS, ae(t.tabName), 1)) : H("", !0)
|
|
9363
9363
|
], 2));
|
|
9364
9364
|
}
|
|
9365
|
-
}, OV = /* @__PURE__ */ Ue(QS, [["__scopeId", "data-v-
|
|
9365
|
+
}, OV = /* @__PURE__ */ Ue(QS, [["__scopeId", "data-v-6445e4bf"]]);
|
|
9366
9366
|
function zs(t) {
|
|
9367
9367
|
if (t === void 0)
|
|
9368
9368
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -19249,7 +19249,7 @@ const __ = /* @__PURE__ */ LC("line", Ol), FC = { class: "chart-container" }, v_
|
|
|
19249
19249
|
f = c.length !== 0 ? c.map((m) => (d.add(m.date), tn(m.balance, 2))) : [0, 0];
|
|
19250
19250
|
break;
|
|
19251
19251
|
case "performanceChartData":
|
|
19252
|
-
f = c.length !== 0 ? c.map((m) => (d.add(m.date), tn(m.
|
|
19252
|
+
f = c.length !== 0 ? c.map((m) => (d.add(m.date), tn(m.pnl_to_deposit, 2))) : [0, 0];
|
|
19253
19253
|
break;
|
|
19254
19254
|
}
|
|
19255
19255
|
h.push({
|