@abi-software/flatmapvuer 1.5.5 → 1.5.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 +5 -4
- package/dist/flatmapvuer.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/FlatmapVuer.vue +7 -2
- package/src/services/flatmapQueries.js +10 -4
package/dist/flatmapvuer.js
CHANGED
|
@@ -8274,7 +8274,8 @@ let U3t = function() {
|
|
|
8274
8274
|
if (n.length > 0) {
|
|
8275
8275
|
const i = n.join();
|
|
8276
8276
|
e([this.pubmedSearchUrl(i)]);
|
|
8277
|
-
}
|
|
8277
|
+
} else
|
|
8278
|
+
e([]);
|
|
8278
8279
|
});
|
|
8279
8280
|
});
|
|
8280
8281
|
}, this.buildPubmedSqlStatement = function(t) {
|
|
@@ -8305,7 +8306,7 @@ let U3t = function() {
|
|
|
8305
8306
|
const i = this.buildPubmedSqlStatement(r);
|
|
8306
8307
|
this.flatmapQuery(i).then((o) => {
|
|
8307
8308
|
o.values.length > 0 ? this.getURLsForPubMed(o).then((s) => {
|
|
8308
|
-
this.urls = s, e(!0);
|
|
8309
|
+
this.urls = s, s.length ? e(!0) : e(!1);
|
|
8309
8310
|
}).catch(() => {
|
|
8310
8311
|
this.urls = [], e(!1);
|
|
8311
8312
|
}) : this.pubmedQueryOnModels(n).then((s) => {
|
|
@@ -102742,7 +102743,7 @@ const qUt = ZUt("main", {
|
|
|
102742
102743
|
mounted: function() {
|
|
102743
102744
|
this.openMapRef = Zf(this.$refs.openMapRef), this.backgroundIconRef = Zf(this.$refs.backgroundIconRef), this.tooltipWait.length = this.hoverVisibilities.length, this.mapManager = Ls(new HA(this.flatmapAPI)), this.flatmapQueries = Ls(new U3t()), this.flatmapQueries.initialise(this.flatmapAPI), this.state ? this.setStateRequired && this.setState(this.state) : this.renderAtMounted && this.createFlatmap();
|
|
102744
102745
|
}
|
|
102745
|
-
}, fa = (t) => (iM("data-v-
|
|
102746
|
+
}, fa = (t) => (iM("data-v-0574240c"), t = t(), oM(), t), JUt = {
|
|
102746
102747
|
class: "flatmap-container",
|
|
102747
102748
|
ref: "flatmapContainer",
|
|
102748
102749
|
"element-loading-text": "Loading...",
|
|
@@ -103515,7 +103516,7 @@ function bGt(t, e, r, n, i, o) {
|
|
|
103515
103516
|
[ct, t.loading]
|
|
103516
103517
|
]);
|
|
103517
103518
|
}
|
|
103518
|
-
const LY = /* @__PURE__ */ Gm(YUt, [["render", bGt], ["__scopeId", "data-v-
|
|
103519
|
+
const LY = /* @__PURE__ */ Gm(YUt, [["render", bGt], ["__scopeId", "data-v-0574240c"]]);
|
|
103519
103520
|
function LGt(t) {
|
|
103520
103521
|
return { all: t = t || /* @__PURE__ */ new Map(), on: function(e, r) {
|
|
103521
103522
|
var n = t.get(e);
|