@abi-software/flatmapvuer 1.5.6-beta.5 → 1.5.6-beta.6
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/flatmapvuer.js
CHANGED
|
@@ -8140,7 +8140,7 @@ let R4t = function() {
|
|
|
8140
8140
|
}, this.retrieveFlatmapKnowledgeForEvent = async function(t, e) {
|
|
8141
8141
|
this.controller && this.controller.abort(), this.controller = new AbortController();
|
|
8142
8142
|
const r = this.controller.signal, n = e.resource;
|
|
8143
|
-
if (this.destinations = [], this.origins = [], this.components = [], this.urls = [], !n || n.length == 0) return;
|
|
8143
|
+
if (this.destinations = [], this.origins = [], this.components = [], this.urls = [], !n || n.length == 0 || !n[0]) return;
|
|
8144
8144
|
let i = this.queryForConnectivityNew(t, n, r);
|
|
8145
8145
|
return await Promise.all([i]);
|
|
8146
8146
|
}, this.queryForConnectivityNew = function(t, e, r, n = !0) {
|
|
@@ -102242,7 +102242,7 @@ const GGt = zGt("main", {
|
|
|
102242
102242
|
)) : this.rollbackAnnotationEvent())) : this.annotation = {};
|
|
102243
102243
|
else {
|
|
102244
102244
|
let e = await this.flatmapQueries.retrieveFlatmapKnowledgeForEvent(this.mapImp, t);
|
|
102245
|
-
(e
|
|
102245
|
+
(e && e[0] || t.feature.hyperlinks && t.feature.hyperlinks.length > 0) && (this.resourceForTooltip = t.resource[0], t.resourceForTooltip = this.resourceForTooltip, this.createTooltipFromNeuronCuration(t));
|
|
102246
102246
|
}
|
|
102247
102247
|
},
|
|
102248
102248
|
/**
|
|
@@ -102977,7 +102977,7 @@ const GGt = zGt("main", {
|
|
|
102977
102977
|
mounted: function() {
|
|
102978
102978
|
this.openMapRef = OQ(this.$refs.openMapRef), this.backgroundIconRef = OQ(this.$refs.backgroundIconRef), this.tooltipWait.length = this.hoverVisibilities.length, this.mapManager = ws(new _O(this.flatmapAPI)), this.flatmapQueries = ws(new R4t()), this.flatmapQueries.initialise(this.flatmapAPI), this.state ? this.setStateRequired && this.setState(this.state) : this.renderAtMounted && this.createFlatmap();
|
|
102979
102979
|
}
|
|
102980
|
-
}, Qa = (t) => (ZM("data-v-
|
|
102980
|
+
}, Qa = (t) => (ZM("data-v-ede94544"), t = t(), qM(), t), qGt = {
|
|
102981
102981
|
class: "flatmap-container",
|
|
102982
102982
|
ref: "flatmapContainer",
|
|
102983
102983
|
"element-loading-text": "Loading...",
|
|
@@ -103740,7 +103740,7 @@ function g$t(t, e, r, n, i, o) {
|
|
|
103740
103740
|
[ct, t.loading]
|
|
103741
103741
|
]);
|
|
103742
103742
|
}
|
|
103743
|
-
const QJ = /* @__PURE__ */ Hg(ZGt, [["render", g$t], ["__scopeId", "data-v-
|
|
103743
|
+
const QJ = /* @__PURE__ */ Hg(ZGt, [["render", g$t], ["__scopeId", "data-v-ede94544"]]);
|
|
103744
103744
|
function y$t(t) {
|
|
103745
103745
|
return { all: t = t || /* @__PURE__ */ new Map(), on: function(e, r) {
|
|
103746
103746
|
var n = t.get(e);
|