@abi-software/mapintegratedvuer 1.8.0-isan.1 → 1.8.0-isan.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/{ContentMixin-CthZZNjI.js → ContentMixin-EFP5brsx.js} +7 -7
- package/dist/{Flatmap-Bi9esI2v.js → Flatmap-pz7hsrjo.js} +3 -3
- package/dist/{Iframe-bsYxppii.js → Iframe-CJ_SIovr.js} +2 -2
- package/dist/{MultiFlatmap-BWFsdMgS.js → MultiFlatmap-jpkWW4Qi.js} +3 -3
- package/dist/{Plot-gX8radCI.js → Plot-Ua4prIQw.js} +2 -2
- package/dist/{Scaffold-Dn3GeNi0.js → Scaffold-BQg2FztI.js} +2 -2
- package/dist/{Simulation-Zgs0MXh1.js → Simulation-CL_BXWNM.js} +2 -2
- package/dist/{index-DFkMrKek.js → index-CL-1I7C9.js} +2 -2
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +466 -466
- package/dist/{style-DlUxkFU-.js → style-g0koDyqm.js} +16494 -16338
- package/package.json +2 -2
- package/src/components/scripts/utilities.js +1 -1
- package/src/mixins/ContentMixin.js +14 -12
- package/src/mixins/DynamicMarkerMixin.js +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import { markRaw as $ } from "vue";
|
2
|
-
import { u as H, c as N, E as c, T as
|
3
|
-
import { mapStores as
|
2
|
+
import { u as H, c as N, E as c, T as k, d as F, e as L } from "./index-CL-1I7C9.js";
|
3
|
+
import { mapStores as T } from "pinia";
|
4
4
|
const d = function(e) {
|
5
5
|
return e ? [...new Set(e.map((t) => JSON.stringify(t)))].map(
|
6
6
|
(t) => JSON.parse(t)
|
@@ -318,7 +318,7 @@ const W = {
|
|
318
318
|
}
|
319
319
|
},
|
320
320
|
computed: {
|
321
|
-
...
|
321
|
+
...T(H, N),
|
322
322
|
idNamePair() {
|
323
323
|
return this.splitFlowStore.idNamePair;
|
324
324
|
},
|
@@ -352,7 +352,7 @@ const W = {
|
|
352
352
|
this.settingsStore.updateMapManager(e);
|
353
353
|
},
|
354
354
|
trackOpenMap: function(e) {
|
355
|
-
|
355
|
+
k.sendEvent({
|
356
356
|
event: "interaction_event",
|
357
357
|
event_name: "portal_maps_open_map",
|
358
358
|
category: e,
|
@@ -410,7 +410,7 @@ const W = {
|
|
410
410
|
term: "Anatomical structure"
|
411
411
|
};
|
412
412
|
let p = /* @__PURE__ */ new Set();
|
413
|
-
n != null && n.feature["marker-terms"] ? (n.feature["marker-terms"].forEach((C) => {
|
413
|
+
n != null && n.feature["marker-terms"] && (n.feature["marker-terms"].length > 0 ? (n.feature["marker-terms"].forEach((C) => {
|
414
414
|
p.add(C.label);
|
415
415
|
}), p.add(M), p.size > 0 && (i = {
|
416
416
|
type: "Facets",
|
@@ -418,7 +418,7 @@ const W = {
|
|
418
418
|
})) : (r = n == null ? void 0 : n.feature) != null && r.models && (i = {
|
419
419
|
type: "PMRSearch",
|
420
420
|
term: n.feature.models
|
421
|
-
});
|
421
|
+
}));
|
422
422
|
}
|
423
423
|
s = !0, e == "MultiFlatmap" && m.clearSearchResults();
|
424
424
|
} else n.feature.type == "feature" && (m.options && m.options.style === "functional" && (f = (l = n.feature) == null ? void 0 : l.hyperlinks) != null && f.pmr && (i = {
|
@@ -460,7 +460,7 @@ const W = {
|
|
460
460
|
const o = F(e.resource.feature.models);
|
461
461
|
if (o.length > 0) return o;
|
462
462
|
}
|
463
|
-
let s =
|
463
|
+
let s = L(t);
|
464
464
|
if (s)
|
465
465
|
return s;
|
466
466
|
if (n && e.eventType === "selected")
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as c, O as h, t as u, T as l, E as r } from "./index-
|
2
|
-
import { C as g } from "./ContentMixin-
|
3
|
-
import { D as M,
|
1
|
+
import { _ as c, O as h, t as u, T as l, E as r } from "./index-CL-1I7C9.js";
|
2
|
+
import { C as g } from "./ContentMixin-EFP5brsx.js";
|
3
|
+
import { D as M, p as y } from "./style-g0koDyqm.js";
|
4
4
|
import { resolveComponent as s, openBlock as p, createElementBlock as I, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
|
5
5
|
const w = {
|
6
6
|
name: "Flatmap",
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { C as r } from "./ContentMixin-
|
1
|
+
import { C as r } from "./ContentMixin-EFP5brsx.js";
|
2
2
|
import { openBlock as o, createElementBlock as t, createElementVNode as s } from "vue";
|
3
|
-
import { _ as n } from "./index-
|
3
|
+
import { _ as n } from "./index-CL-1I7C9.js";
|
4
4
|
const a = {
|
5
5
|
name: "Iframe",
|
6
6
|
mixins: [r]
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as u, O as h, a as y, g, E as s, t as M, T as p } from "./index-
|
2
|
-
import { C as v } from "./ContentMixin-
|
3
|
-
import { D as I,
|
1
|
+
import { _ as u, O as h, a as y, g, E as s, t as M, T as p } from "./index-CL-1I7C9.js";
|
2
|
+
import { C as v } from "./ContentMixin-EFP5brsx.js";
|
3
|
+
import { D as I, A as C } from "./style-g0koDyqm.js";
|
4
4
|
import { resolveComponent as f, openBlock as c, createElementBlock as S, createVNode as F, createBlock as w, createCommentVNode as k } from "vue";
|
5
5
|
const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><path d="M11.0748 3.25583C11.4141 2.42845 12.5859 2.42845 12.9252 3.25583L14.6493 7.45955C14.793 7.80979 15.1221 8.04889 15.4995 8.07727L20.0303 8.41798C20.922 8.48504 21.2841 9.59942 20.6021 10.1778L17.1369 13.1166C16.8482 13.3614 16.7225 13.7483 16.8122 14.1161L17.8882 18.5304C18.1 19.3992 17.152 20.0879 16.3912 19.618L12.5255 17.2305C12.2034 17.0316 11.7966 17.0316 11.4745 17.2305L7.60881 19.618C6.84796 20.0879 5.90001 19.3992 6.1118 18.5304L7.18785 14.1161C7.2775 13.7483 7.1518 13.3614 6.86309 13.1166L3.3979 10.1778C2.71588 9.59942 3.07796 8.48504 3.96971 8.41798L8.50046 8.07727C8.87794 8.04889 9.20704 7.80979 9.35068 7.45955L11.0748 3.25583Z" stroke="#000000" stroke-width="2"/></svg>', d = (e) => {
|
6
6
|
const t = [
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PlotVuer as o } from "@abi-software/plotvuer";
|
2
|
-
import { C as r } from "./ContentMixin-
|
2
|
+
import { C as r } from "./ContentMixin-EFP5brsx.js";
|
3
3
|
import { resolveComponent as a, openBlock as n, createBlock as s } from "vue";
|
4
|
-
import { _ as m } from "./index-
|
4
|
+
import { _ as m } from "./index-CL-1I7C9.js";
|
5
5
|
const p = {
|
6
6
|
name: "Plot",
|
7
7
|
mixins: [r],
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { b as J1, I as K1, w as Q1, h as ew, P as tw, L as iw, _ as rw, O as nw, E as Wu } from "./index-
|
2
|
-
import { C as ow } from "./ContentMixin-
|
1
|
+
import { b as J1, I as K1, w as Q1, h as ew, P as tw, L as iw, _ as rw, O as nw, E as Wu } from "./index-CL-1I7C9.js";
|
2
|
+
import { C as ow } from "./ContentMixin-EFP5brsx.js";
|
3
3
|
import { ref as Ee, defineComponent as Pe, computed as ce, openBlock as ye, createElementBlock as Ce, mergeProps as Rr, unref as G, renderSlot as qe, useAttrs as aw, useSlots as au, shallowRef as Ci, watch as Qe, nextTick as yt, onMounted as ti, toRef as Ii, createCommentVNode as Ve, Fragment as zt, normalizeClass as Re, createElementVNode as ke, createBlock as Ue, withCtx as ve, resolveDynamicComponent as Di, withModifiers as si, createVNode as se, toDisplayString as vt, normalizeStyle as Ct, provide as ui, reactive as qi, onActivated as sw, onUpdated as ip, inject as ht, onBeforeUnmount as rr, withDirectives as Ot, cloneVNode as lw, Text as n0, Comment as cw, Transition as hl, vShow as mi, readonly as o0, onDeactivated as uw, toHandlers as hw, withKeys as pr, createTextVNode as mt, createSlots as dw, toRefs as ln, getCurrentInstance as ni, h as ba, renderList as Qi, onUnmounted as a0, markRaw as Kt, watchEffect as s0, warn as pw, onBeforeMount as fw, toRaw as rp, getCurrentScope as l0, onScopeDispose as c0, isRef as Lo, isVNode as Kh, Teleport as mw, resolveComponent as Ei, resolveDirective as gw, toHandlerKey as vw, vModelText as yw, createApp as bw, hasInjectionContext as xw, effectScope as ww, isReactive as np } from "vue";
|
4
4
|
const Jr = (i, e, { checkForDefaultPrevented: t = !0 } = {}) => (r) => {
|
5
5
|
const n = i == null ? void 0 : i(r);
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { C as e } from "./ContentMixin-
|
1
|
+
import { C as e } from "./ContentMixin-EFP5brsx.js";
|
2
2
|
import { SimulationVuer as o } from "@abi-software/simulationvuer";
|
3
3
|
import { resolveComponent as n, openBlock as r, createBlock as s } from "vue";
|
4
|
-
import { _ as a } from "./index-
|
4
|
+
import { _ as a } from "./index-CL-1I7C9.js";
|
5
5
|
const c = {
|
6
6
|
name: "Simulation",
|
7
7
|
data: function() {
|
@@ -41493,7 +41493,7 @@ function Ghe(e, t, n, r, o, a) {
|
|
41493
41493
|
const pI = /* @__PURE__ */ FF(Whe, [["render", Ghe]]), _w = () => ({
|
41494
41494
|
entries: [
|
41495
41495
|
{
|
41496
|
-
resource: "
|
41496
|
+
resource: "Human Male",
|
41497
41497
|
type: "MultiFlatmap",
|
41498
41498
|
mode: "main",
|
41499
41499
|
id: 1,
|
@@ -42658,7 +42658,7 @@ function lve(e, t, n, r, o, a) {
|
|
42658
42658
|
})
|
42659
42659
|
]);
|
42660
42660
|
}
|
42661
|
-
const hI = /* @__PURE__ */ La(ave, [["render", lve], ["__scopeId", "data-v-d6aea13f"]]), uve = Mc(() => import("./Flatmap-
|
42661
|
+
const hI = /* @__PURE__ */ La(ave, [["render", lve], ["__scopeId", "data-v-d6aea13f"]]), uve = Mc(() => import("./Flatmap-pz7hsrjo.js")), cve = Mc(() => import("./Iframe-CJ_SIovr.js")), dve = Mc(() => import("./MultiFlatmap-jpkWW4Qi.js")), pve = Mc(() => import("./Plot-Ua4prIQw.js")), fve = Mc(() => import("./Scaffold-BQg2FztI.js")), hve = Mc(() => import("./Simulation-CL_BXWNM.js")), vve = {
|
42662
42662
|
name: "ContentVuer",
|
42663
42663
|
props: {
|
42664
42664
|
/**
|