scope360-core 0.0.116 → 0.0.118
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
|
@@ -11532,7 +11532,7 @@ const xV = {
|
|
|
11532
11532
|
t.invalid ? (D(), E("div", _M, ae(t.errorMessage), 1)) : H("", !0)
|
|
11533
11533
|
], 2));
|
|
11534
11534
|
}
|
|
11535
|
-
}, SV = /* @__PURE__ */ He(vM, [["__scopeId", "data-v-18bb6f92"]]), Ty = (t) => (_n("data-v-
|
|
11535
|
+
}, SV = /* @__PURE__ */ He(vM, [["__scopeId", "data-v-18bb6f92"]]), Ty = (t) => (_n("data-v-56d9987a"), t = t(), vn(), t), bM = { class: "scope-dropzone__container" }, wM = {
|
|
11536
11536
|
key: 0,
|
|
11537
11537
|
class: "scope-dropzone__label"
|
|
11538
11538
|
}, kM = { class: "scope-dropzone__content" }, xM = /* @__PURE__ */ Ty(() => /* @__PURE__ */ A("div", { class: "scope-dropzone__prompt" }, "Drop file here or click to upload", -1)), SM = /* @__PURE__ */ Ty(() => /* @__PURE__ */ A("div", { class: "scope-dropzone__or" }, "OR", -1)), TM = {
|
|
@@ -11561,8 +11561,8 @@ const xV = {
|
|
|
11561
11561
|
}, l = (h) => {
|
|
11562
11562
|
if (h.dataTransfer.files.length) {
|
|
11563
11563
|
i.value.files = h.dataTransfer.files;
|
|
11564
|
-
for (var f = 0, p = files.length; f < p; f++)
|
|
11565
|
-
s.value.items.length < 5 && (s.value.items.add(files[f]), d(h.
|
|
11564
|
+
for (var f = 0, p = h.dataTransfer.files.length; f < p; f++)
|
|
11565
|
+
s.value.items.length < 5 && (s.value.items.add(h.dataTransfer.files[f]), d(h.dataTransfer.files[f]));
|
|
11566
11566
|
}
|
|
11567
11567
|
r.value = !1;
|
|
11568
11568
|
}, u = (h) => {
|
|
@@ -11578,7 +11578,11 @@ const xV = {
|
|
|
11578
11578
|
a.value.push({ name: h.name, url: f });
|
|
11579
11579
|
};
|
|
11580
11580
|
return Lt(() => {
|
|
11581
|
-
s.value
|
|
11581
|
+
s.value ? s.value.items.forEach((h, f) => {
|
|
11582
|
+
let p = s.value.items[f].getAsFile();
|
|
11583
|
+
const m = URL.createObjectURL(p);
|
|
11584
|
+
a.value.push({ name: file.name, url: m });
|
|
11585
|
+
}) : s.value = new DataTransfer();
|
|
11582
11586
|
}), (h, f) => (D(), E("div", bM, [
|
|
11583
11587
|
t.label ? (D(), E("div", wM, ae(t.label), 1)) : H("", !0),
|
|
11584
11588
|
A("div", {
|
|
@@ -11632,7 +11636,7 @@ const xV = {
|
|
|
11632
11636
|
])) : H("", !0)
|
|
11633
11637
|
]));
|
|
11634
11638
|
}
|
|
11635
|
-
}, TV = /* @__PURE__ */ He(AM, [["__scopeId", "data-v-
|
|
11639
|
+
}, TV = /* @__PURE__ */ He(AM, [["__scopeId", "data-v-56d9987a"]]), My = (t) => (_n("data-v-c6866516"), t = t(), vn(), t), RM = { class: "sidebar-popup-container" }, EM = { class: "sidebar-popup__profile-info" }, $M = ["src"], IM = {
|
|
11636
11640
|
key: 1,
|
|
11637
11641
|
class: "sidebar-popup__profile-info__letter"
|
|
11638
11642
|
}, NM = { class: "sidebar-popup__profile-info__wrapper" }, LM = { class: "sidebar-popup__profile-info__name" }, FM = { class: "sidebar-popup__profile-info__e-mail" }, YM = /* @__PURE__ */ My(() => /* @__PURE__ */ A("div", { class: "sidebar-popup__divider" }, null, -1)), VM = { class: "sidebar-popup__tabs" }, BM = ["onClick"], WM = { class: "sidebar-popup__tab__icon-wrapper" }, zM = { class: "sidebar-popup__tab__name" }, HM = /* @__PURE__ */ My(() => /* @__PURE__ */ A("div", { class: "sidebar-popup__divider" }, null, -1)), UM = { class: "sidebar-popup__actions-buttons" }, jM = {
|