@abi-software/scaffoldvuer 1.13.0-beta.0 → 1.13.0-beta.1
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 +2 -2
- package/dist/scaffoldvuer.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ScaffoldVuer.vue +22 -24
package/dist/scaffoldvuer.js
CHANGED
|
@@ -43848,7 +43848,7 @@ const N5 = [
|
|
|
43848
43848
|
group: ""
|
|
43849
43849
|
}), this.$emit("scaffold-selected", n.identifiers);
|
|
43850
43850
|
else if (n.eventType == 2)
|
|
43851
|
-
this.
|
|
43851
|
+
this.hideRegionTooltip(), this.$refs.scaffoldTreeControls && (e.length > 0 ? this.$refs.scaffoldTreeControls.updateHoverUI(t) : this.$refs.scaffoldTreeControls.removeHover(!0)), n.identifiers.length > 0 && n.identifiers[0] && n.identifiers[0].coords && (this.tData.active = !1, (this.viewingMode !== "Annotation" || !this.annotationSidebar) && (this.tData.visible = !0), this.tData.label = i, this.tData.region = r, this.tData.x = n.identifiers[0].coords.x, this.tData.y = n.identifiers[0].coords.y, this.createEditTemporaryLines(n.identifiers)), this.$emit("scaffold-highlighted", n.identifiers);
|
|
43852
43852
|
else if (n.eventType == 3 && n.identifiers.length > 0 && n.identifiers[0]) {
|
|
43853
43853
|
if (n.identifiers[0].coords) {
|
|
43854
43854
|
const s = this.$refs.scaffoldContainer.$el.getBoundingClientRect();
|
|
@@ -45068,7 +45068,7 @@ function Q5(n, e, t, i, r, s) {
|
|
|
45068
45068
|
[_, n.loading]
|
|
45069
45069
|
]);
|
|
45070
45070
|
}
|
|
45071
|
-
const sU = /* @__PURE__ */ ki(k5, [["render", Q5], ["__scopeId", "data-v-
|
|
45071
|
+
const sU = /* @__PURE__ */ ki(k5, [["render", Q5], ["__scopeId", "data-v-75641bca"]]);
|
|
45072
45072
|
export {
|
|
45073
45073
|
sU as ScaffoldVuer
|
|
45074
45074
|
};
|