scope360-core 0.0.41 → 0.0.43
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
|
@@ -1217,8 +1217,17 @@ const Sc = {
|
|
|
1217
1217
|
}),
|
|
1218
1218
|
emits: ["update:modelValue"],
|
|
1219
1219
|
setup(n) {
|
|
1220
|
-
const e = Tn(n, "modelValue"
|
|
1221
|
-
|
|
1220
|
+
const e = Tn(n, "modelValue", {
|
|
1221
|
+
get(l) {
|
|
1222
|
+
return typeof l == "object" ? l.name : l;
|
|
1223
|
+
},
|
|
1224
|
+
set(l) {
|
|
1225
|
+
return l;
|
|
1226
|
+
}
|
|
1227
|
+
}), t = n, a = U(() => t.width ? { width: t.width } : null), r = te(null), i = U(() => r.value && r.value.isOpen), s = U(() => !!e.value.length), o = U(
|
|
1228
|
+
() => options.every((l) => typeof l == "object" && l !== null) ? options.map((l) => l.name) : options
|
|
1229
|
+
);
|
|
1230
|
+
return (l, c) => (A(), V("div", {
|
|
1222
1231
|
class: "scope-multiselect-container",
|
|
1223
1232
|
style: yt(a.value)
|
|
1224
1233
|
}, [
|
|
@@ -1232,8 +1241,8 @@ const Sc = {
|
|
|
1232
1241
|
{ "-with-search": n.searchable, "-invalid": n.invalid }
|
|
1233
1242
|
]),
|
|
1234
1243
|
modelValue: e.value,
|
|
1235
|
-
"onUpdate:modelValue":
|
|
1236
|
-
options:
|
|
1244
|
+
"onUpdate:modelValue": c[0] || (c[0] = (u) => e.value = u),
|
|
1245
|
+
options: o.value,
|
|
1237
1246
|
searchable: n.searchable,
|
|
1238
1247
|
disabled: n.disabled,
|
|
1239
1248
|
"close-on-select": "",
|
|
@@ -1262,7 +1271,7 @@ const Sc = {
|
|
|
1262
1271
|
], 2)
|
|
1263
1272
|
], 4));
|
|
1264
1273
|
}
|
|
1265
|
-
}, ly = /* @__PURE__ */ Ft(Oc, [["__scopeId", "data-v-
|
|
1274
|
+
}, ly = /* @__PURE__ */ Ft(Oc, [["__scopeId", "data-v-f3a6ad93"]]), Ac = {
|
|
1266
1275
|
key: 0,
|
|
1267
1276
|
class: "scope-input__label"
|
|
1268
1277
|
}, Cc = ["disabled", "placeholder"], Rc = {
|
|
@@ -11340,7 +11349,7 @@ const gy = {
|
|
|
11340
11349
|
class: "confetti"
|
|
11341
11350
|
}, null, 512));
|
|
11342
11351
|
}
|
|
11343
|
-
}, Au = (n) => (Vo("data-v-
|
|
11352
|
+
}, Au = (n) => (Vo("data-v-0213a2dd"), n = n(), Ho(), n), Pv = { class: "sidebar-popup-container" }, Mv = { class: "sidebar-popup__profile-info" }, Sv = ["src"], Ov = { class: "sidebar-popup__profile-info__wrapper" }, Av = { class: "sidebar-popup__profile-info__name" }, Cv = { class: "sidebar-popup__profile-info__e-mail" }, Rv = /* @__PURE__ */ Au(() => /* @__PURE__ */ se("div", { class: "sidebar-popup__divider" }, null, -1)), Ev = { class: "sidebar-popup__tabs" }, $v = ["onClick"], Nv = { class: "sidebar-popup__tab__icon-wrapper" }, Iv = { class: "sidebar-popup__tab__name" }, Bv = /* @__PURE__ */ Au(() => /* @__PURE__ */ se("div", { class: "sidebar-popup__divider" }, null, -1)), Lv = { class: "sidebar-popup__actions-buttons" }, Yv = {
|
|
11344
11353
|
__name: "SidebarPopup",
|
|
11345
11354
|
props: {
|
|
11346
11355
|
activeSection: String,
|
|
@@ -11349,8 +11358,8 @@ const gy = {
|
|
|
11349
11358
|
emits: ["logout"],
|
|
11350
11359
|
setup(n, { emit: e }) {
|
|
11351
11360
|
const t = e, a = te(!1), r = te(null), i = Ea([
|
|
11352
|
-
{ name: "futures", isActive: !0 },
|
|
11353
11361
|
{ name: "charts", isActive: !0 },
|
|
11362
|
+
{ name: "futures", isActive: !1 },
|
|
11354
11363
|
{ name: "spot", isActive: !1 },
|
|
11355
11364
|
{ name: "trading terminal", isActive: !1 }
|
|
11356
11365
|
]), s = () => {
|
|
@@ -11431,7 +11440,7 @@ const gy = {
|
|
|
11431
11440
|
], 512)) : W("", !0)
|
|
11432
11441
|
]));
|
|
11433
11442
|
}
|
|
11434
|
-
}, _y = /* @__PURE__ */ Ft(Yv, [["__scopeId", "data-v-
|
|
11443
|
+
}, _y = /* @__PURE__ */ Ft(Yv, [["__scopeId", "data-v-0213a2dd"]]);
|
|
11435
11444
|
/*! js-cookie v3.0.5 | MIT */
|
|
11436
11445
|
function _r(n) {
|
|
11437
11446
|
for (var e = 1; e < arguments.length; e++) {
|