@abi-software/scaffoldvuer 1.4.0-beta.0 → 1.4.0-beta.2
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/scaffoldvuer.js
CHANGED
|
@@ -39613,10 +39613,10 @@ const l1 = o1("main", {
|
|
|
39613
39613
|
const e = Object.assign(
|
|
39614
39614
|
{},
|
|
39615
39615
|
Object.fromEntries(
|
|
39616
|
-
Object.entries(this.imageThumbnails).filter(([
|
|
39616
|
+
Object.entries(this.imageThumbnails).filter(([i, r]) => r.length > 0).map(([i, r]) => [i.toLowerCase(), r])
|
|
39617
39617
|
)
|
|
39618
|
-
);
|
|
39619
|
-
return
|
|
39618
|
+
), t = this.label.toLowerCase();
|
|
39619
|
+
return t in e && (n = e[t]), this.imageThumbnailSidebar ? (this.$emit("image-thumbnail-open", n), []) : n;
|
|
39620
39620
|
}
|
|
39621
39621
|
},
|
|
39622
39622
|
methods: {
|
|
@@ -39750,7 +39750,7 @@ function c4(n, e, t, i, r, s) {
|
|
|
39750
39750
|
}, 8, ["visible", "onHide"])
|
|
39751
39751
|
], 4);
|
|
39752
39752
|
}
|
|
39753
|
-
const c1 = /* @__PURE__ */ Zi(s4, [["render", c4], ["__scopeId", "data-v-
|
|
39753
|
+
const c1 = /* @__PURE__ */ Zi(s4, [["render", c4], ["__scopeId", "data-v-b085935b"]]);
|
|
39754
39754
|
/*! js-cookie v3.0.5 | MIT */
|
|
39755
39755
|
function Bc(n) {
|
|
39756
39756
|
for (var e = 1; e < arguments.length; e++) {
|
|
@@ -43162,7 +43162,7 @@ const B4 = o1("settings", {
|
|
|
43162
43162
|
if ((n.eventType == 1 || n.eventType == 2) && (n.identifiers.forEach((i) => {
|
|
43163
43163
|
if (i) {
|
|
43164
43164
|
let r = i.data.id ? i.data.id : i.data.group;
|
|
43165
|
-
e.push(r);
|
|
43165
|
+
e.push(r), i.data && (i.data.imageType = this.imageRadio ? this.imageType : "Standard");
|
|
43166
43166
|
}
|
|
43167
43167
|
}), t = n.zincObjects), n.eventType == 1)
|
|
43168
43168
|
this.viewingMode === "Annotation" ? this.activateAnnotationMode(e, n) : (this.$refs.scaffoldTreeControls && (e.length > 0 ? (this.$refs.scaffoldTreeControls.updateActiveUI(t), this.updatePrimitiveControls(t)) : (this.hideRegionTooltip(), this.$refs.scaffoldTreeControls.removeActive(!1))), this.imageRadio && n.identifiers.length && n.identifiers[0] ? this.imageClicked = n.identifiers[0].data.id ? n.identifiers[0].data.id : n.identifiers[0].data.group : this.imageClicked = "", this.$emit("scaffold-selected", n.identifiers));
|
|
@@ -43735,7 +43735,7 @@ const B4 = o1("settings", {
|
|
|
43735
43735
|
this.$emit("image-thumbnail-open", n);
|
|
43736
43736
|
}
|
|
43737
43737
|
}
|
|
43738
|
-
}, $p = (n) => (x0("data-v-
|
|
43738
|
+
}, $p = (n) => (x0("data-v-22582f54"), n = n(), w0(), n), Z4 = {
|
|
43739
43739
|
ref: "scaffoldContainer",
|
|
43740
43740
|
class: "scaffold-container",
|
|
43741
43741
|
"element-loading-text": "Loading...",
|
|
@@ -44283,7 +44283,7 @@ function lV(n, e, t, i, r, s) {
|
|
|
44283
44283
|
[A, n.loading]
|
|
44284
44284
|
]);
|
|
44285
44285
|
}
|
|
44286
|
-
const hV = /* @__PURE__ */ Zi($4, [["render", lV], ["__scopeId", "data-v-
|
|
44286
|
+
const hV = /* @__PURE__ */ Zi($4, [["render", lV], ["__scopeId", "data-v-22582f54"]]);
|
|
44287
44287
|
export {
|
|
44288
44288
|
hV as ScaffoldVuer
|
|
44289
44289
|
};
|