@abi-software/mapintegratedvuer 1.6.0-sim2-1 → 1.6.0
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-BPFt-RUj.js → ContentMixin-CetX1ug9.js} +11 -1
- package/dist/{Flatmap-qGnhSBev.js → Flatmap-CfapnFQ6.js} +8 -8
- package/dist/{Iframe-BlUcXHyz.js → Iframe-CPMsJHLL.js} +2 -2
- package/dist/{MultiFlatmap-BHpWg0EN.js → MultiFlatmap-C9YhGVTK.js} +124 -47
- package/dist/Plot-B5oQVpfQ.js +24 -0
- package/dist/{Scaffold-hE1o6z7H.js → Scaffold-DH-cWyUN.js} +5324 -5466
- package/dist/Simulation-vQXlk9Mc.js +10849 -0
- package/dist/index-BzopGyiz.js +93344 -0
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +693 -622
- package/dist/{Plot-Cmg1sCOU.js → plotvuer-DSwGHaaa.js} +2873 -2891
- package/dist/{style-yUf7xZ7d.js → style-CrjDxqUa.js} +23401 -23057
- package/dist/style.css +1 -1
- package/package.json +7 -6
- package/src/App.vue +1 -0
- package/src/components/ContentBar.vue +16 -4
- package/src/components/ContentVuer.vue +2 -1
- package/src/components/DialogToolbarContent.vue +12 -2
- package/src/components/MapContent.vue +10 -0
- package/src/components/SplitDialog.vue +4 -0
- package/src/components/SplitFlow.vue +90 -3
- package/src/components/viewers/MultiFlatmap.vue +149 -1
- package/src/components/viewers/Scaffold.vue +3 -0
- package/src/mixins/ContentMixin.js +11 -1
- package/src/stores/settings.js +8 -0
- package/src/stores/splitFlow.js +0 -1
- package/vite.bundle-build.js +1 -2
- package/dist/Simulation-DpqWobV9.js +0 -22
- package/dist/index-Fw8GJEyq.js +0 -58670
@@ -1,4 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import "vue";
|
2
|
+
import { u as p, b as g, E as l, T as y, d as m, e as w } from "./index-BzopGyiz.js";
|
2
3
|
import { mapStores as A } from "pinia";
|
3
4
|
let c = 7, s = 5;
|
4
5
|
const N = [
|
@@ -285,6 +286,9 @@ const B = {
|
|
285
286
|
},
|
286
287
|
connectivityInfoSidebar() {
|
287
288
|
return this.settingsStore.connectivityInfoSidebar;
|
289
|
+
},
|
290
|
+
annotationSidebar() {
|
291
|
+
return this.settingsStore.annotationSidebar;
|
288
292
|
}
|
289
293
|
},
|
290
294
|
mounted: function() {
|
@@ -537,6 +541,12 @@ const B = {
|
|
537
541
|
}, 500);
|
538
542
|
}
|
539
543
|
},
|
544
|
+
onAnnotationOpen: function(e) {
|
545
|
+
l.emit("annotation-open", e);
|
546
|
+
},
|
547
|
+
onAnnotationClose: function() {
|
548
|
+
l.emit("annotation-close");
|
549
|
+
},
|
540
550
|
onConnectivityInfoOpen: function(e) {
|
541
551
|
l.emit("connectivity-info-open", e);
|
542
552
|
},
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as c,
|
2
|
-
import { C as I } from "./ContentMixin-
|
3
|
-
import { D as y,
|
1
|
+
import { _ as c, $ as h, t as u, T as s, E as l } from "./index-BzopGyiz.js";
|
2
|
+
import { C as I } from "./ContentMixin-CetX1ug9.js";
|
3
|
+
import { D as y, Q as g } from "./style-CrjDxqUa.js";
|
4
4
|
import { resolveComponent as p, openBlock as r, createElementBlock as M, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
|
5
|
-
const
|
5
|
+
const F = {
|
6
6
|
name: "Flatmap",
|
7
7
|
mixins: [I, y],
|
8
8
|
components: {
|
@@ -106,10 +106,10 @@ const w = {
|
|
106
106
|
});
|
107
107
|
});
|
108
108
|
}
|
109
|
-
},
|
110
|
-
function
|
109
|
+
}, w = { class: "viewer-container" };
|
110
|
+
function $(e, t, o, a, n, i) {
|
111
111
|
const m = p("FlatmapVuer"), f = p("HelpModeDialog");
|
112
|
-
return r(), M("div",
|
112
|
+
return r(), M("div", w, [
|
113
113
|
v(m, {
|
114
114
|
state: e.entry.state,
|
115
115
|
entry: e.entry.resource,
|
@@ -149,7 +149,7 @@ function H(e, t, o, a, n, i) {
|
|
149
149
|
}, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : C("", !0)
|
150
150
|
]);
|
151
151
|
}
|
152
|
-
const P = /* @__PURE__ */ c(
|
152
|
+
const P = /* @__PURE__ */ c(F, [["render", $], ["__scopeId", "data-v-d49919d0"]]);
|
153
153
|
export {
|
154
154
|
P as default
|
155
155
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { C as r } from "./ContentMixin-
|
1
|
+
import { C as r } from "./ContentMixin-CetX1ug9.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-BzopGyiz.js";
|
4
4
|
const a = {
|
5
5
|
name: "Iframe",
|
6
6
|
mixins: [r]
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { _ as
|
2
|
-
import { C as
|
3
|
-
import { D as
|
4
|
-
import { resolveComponent as
|
5
|
-
const
|
1
|
+
import { _ as M, $ as I, a as C, g as S, E as r, t as F, T as f, c as u } from "./index-BzopGyiz.js";
|
2
|
+
import { C as k } from "./ContentMixin-CetX1ug9.js";
|
3
|
+
import { D as b, P as w } from "./style-CrjDxqUa.js";
|
4
|
+
import { resolveComponent as d, openBlock as h, createElementBlock as R, createVNode as H, createBlock as $, createCommentVNode as P } from "vue";
|
5
|
+
const T = '<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>', g = (e) => {
|
6
6
|
const t = [
|
7
7
|
{
|
8
8
|
display: "Open AC Map",
|
@@ -28,21 +28,21 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
28
28
|
break;
|
29
29
|
}
|
30
30
|
return t;
|
31
|
-
},
|
31
|
+
}, L = {
|
32
32
|
name: "MultiFlatmap",
|
33
|
-
mixins: [
|
33
|
+
mixins: [k, b],
|
34
34
|
components: {
|
35
|
-
MultiFlatmapVuer:
|
36
|
-
HelpModeDialog:
|
35
|
+
MultiFlatmapVuer: w,
|
36
|
+
HelpModeDialog: I
|
37
37
|
},
|
38
38
|
data: function() {
|
39
39
|
return {
|
40
40
|
zoomLevel: 6,
|
41
41
|
flatmapReady: !1,
|
42
|
-
availableSpecies:
|
42
|
+
availableSpecies: C(),
|
43
43
|
scaffoldResource: {},
|
44
44
|
showStarInLegend: !1,
|
45
|
-
openMapOptions:
|
45
|
+
openMapOptions: g("Human Male")
|
46
46
|
};
|
47
47
|
},
|
48
48
|
methods: {
|
@@ -60,7 +60,7 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
60
60
|
title: "View 3D scaffold",
|
61
61
|
layout: "2horpanel",
|
62
62
|
type: "SyncMap"
|
63
|
-
} : (this.activeSpecies === "Human Male" || this.activeSpecies === "Human Female") && ("human" in this.scaffoldResource || (this.scaffoldResource.human = await
|
63
|
+
} : (this.activeSpecies === "Human Male" || this.activeSpecies === "Human Female") && ("human" in this.scaffoldResource || (this.scaffoldResource.human = await S(this.apiLocation, "human")), e = {
|
64
64
|
contextCardUrl: this.scaffoldResource.human.datasetInfo.contextCardUrl,
|
65
65
|
discoverId: this.scaffoldResource.human.datasetInfo.discoverId,
|
66
66
|
s3uri: this.scaffoldResource.human.datasetInfo.s3uri,
|
@@ -71,9 +71,9 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
71
71
|
layout: "2vertpanel",
|
72
72
|
type: "SyncMap",
|
73
73
|
isBodyScaffold: !0
|
74
|
-
}), e &&
|
74
|
+
}), e && r.emit("SyncModeRequest", { flag: !0, action: e });
|
75
75
|
} else
|
76
|
-
|
76
|
+
r.emit("SyncModeRequest", { flag: !1 });
|
77
77
|
},
|
78
78
|
getState: function() {
|
79
79
|
if (this.flatmapReady) return this.$refs.multiflatmap.getState();
|
@@ -100,10 +100,13 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
100
100
|
*/
|
101
101
|
searchSuggestions: function(e, t) {
|
102
102
|
const a = this.$refs.multiflatmap.getCurrentFlatmap();
|
103
|
-
e && a.mapImp
|
104
|
-
const
|
105
|
-
|
106
|
-
|
103
|
+
if (e && a.mapImp) {
|
104
|
+
const n = a.mapImp.search(e);
|
105
|
+
(n.__featureIds || n.featureIds).forEach((i) => {
|
106
|
+
const l = a.mapImp.annotation(i);
|
107
|
+
l && l.label && t.push(l.label);
|
108
|
+
});
|
109
|
+
}
|
107
110
|
},
|
108
111
|
flatmaprResourceSelected: function(e, t) {
|
109
112
|
const a = this.$refs.multiflatmap.getCurrentFlatmap();
|
@@ -114,8 +117,8 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
114
117
|
featureId: t.feature.featureId || "",
|
115
118
|
taxonomy: t.taxonomy || "",
|
116
119
|
resources: t.resource.join(", ")
|
117
|
-
}, o =
|
118
|
-
|
120
|
+
}, o = F(n);
|
121
|
+
f.sendEvent({
|
119
122
|
event: "interaction_event",
|
120
123
|
event_name: "portal_maps_connectivity",
|
121
124
|
category: o,
|
@@ -125,7 +128,7 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
125
128
|
},
|
126
129
|
onPathwaySelectionChanged: function(e) {
|
127
130
|
const { label: t, property: a, checked: n, selectionsTitle: o } = e;
|
128
|
-
|
131
|
+
f.sendEvent({
|
129
132
|
event: "interaction_event",
|
130
133
|
event_name: "portal_maps_pathway_change",
|
131
134
|
category: t + " [" + a + "] " + n,
|
@@ -133,7 +136,7 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
133
136
|
});
|
134
137
|
},
|
135
138
|
onOpenPubmedUrl: function(e) {
|
136
|
-
|
139
|
+
f.sendEvent({
|
137
140
|
event: "interaction_event",
|
138
141
|
event_name: "portal_maps_pubmed_url",
|
139
142
|
file_path: e,
|
@@ -146,12 +149,12 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
146
149
|
handleSyncPanZoomEvent: function(e) {
|
147
150
|
if (!this.mouseHovered && e.type !== this.entry.type) {
|
148
151
|
const t = e.payload.zoom, a = e.payload.target, n = this.$el.clientHeight, o = this.$el.clientWidth, i = Math.max(o, n);
|
149
|
-
let
|
150
|
-
const
|
151
|
-
a[0] / 2 + 0.5 -
|
152
|
-
0.5 - a[1] / 2 -
|
152
|
+
let l = o / i / t;
|
153
|
+
const s = n / i / t, p = [
|
154
|
+
a[0] / 2 + 0.5 - l / 2,
|
155
|
+
0.5 - a[1] / 2 - s / 2
|
153
156
|
];
|
154
|
-
this.$refs.multiflatmap.getCurrentFlatmap().mapImp.panZoomTo(
|
157
|
+
this.$refs.multiflatmap.getCurrentFlatmap().mapImp.panZoomTo(p, [l, s]);
|
155
158
|
}
|
156
159
|
},
|
157
160
|
displayTooltip: function(e) {
|
@@ -185,7 +188,7 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
185
188
|
}
|
186
189
|
},
|
187
190
|
flatmapChanged: async function(e) {
|
188
|
-
this.activeSpecies = e, this.openMapOptions =
|
191
|
+
this.activeSpecies = e, this.openMapOptions = g(e), this.$emit("species-changed", e), this.entry.state && this.entry.state.species === this.activeSpecies || this.syncMode == !0 && await this.toggleSyncMode(), this.updateProvCard(), this.onConnectivityInfoClose(), f.sendEvent({
|
189
192
|
event: "interaction_event",
|
190
193
|
event_name: "portal_maps_species_change",
|
191
194
|
category: this.activeSpecies
|
@@ -195,7 +198,7 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
195
198
|
if (e) {
|
196
199
|
e.enablePanZoomEvents(!0), this.flatmapReady = !0;
|
197
200
|
const t = e.mapImp;
|
198
|
-
this.flatmapMarkerUpdate(t), this.updateProvCard(),
|
201
|
+
this.flatmapMarkerUpdate(t), this.updateProvCard(), r.emit("mapLoaded", e);
|
199
202
|
}
|
200
203
|
},
|
201
204
|
getFlatmapImp: function() {
|
@@ -208,7 +211,7 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
208
211
|
label: "Unused",
|
209
212
|
val: this.getFlatmapImp().visibleMarkerAnatomicalIds().map((n) => this.idNamePair[n])
|
210
213
|
};
|
211
|
-
|
214
|
+
r.emit("PopoverActionClick", a);
|
212
215
|
},
|
213
216
|
restoreFeaturedMarkers: function(e) {
|
214
217
|
this.settingsStore.resetFeaturedMarkerIdentifier();
|
@@ -229,15 +232,15 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
229
232
|
let o = a;
|
230
233
|
if (o || (o = this.getFlatmapImp()), o) {
|
231
234
|
let i = document.createElement("div");
|
232
|
-
i.innerHTML =
|
233
|
-
const
|
235
|
+
i.innerHTML = T;
|
236
|
+
const l = o.addMarker(e, {
|
234
237
|
element: i,
|
235
238
|
className: "highlight-marker",
|
236
239
|
cluster: !1
|
237
240
|
});
|
238
241
|
return this.settingsStore.updateFeaturedMarkerIdentifier({
|
239
242
|
index: t,
|
240
|
-
markerIdentifier:
|
243
|
+
markerIdentifier: l
|
241
244
|
}), !0;
|
242
245
|
}
|
243
246
|
return !1;
|
@@ -247,6 +250,73 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
247
250
|
*/
|
248
251
|
changeViewingMode: function(e) {
|
249
252
|
this.$refs.multiflatmap.getCurrentFlatmap().changeViewingMode(e);
|
253
|
+
},
|
254
|
+
removeConnectivityTooltips: function() {
|
255
|
+
const e = this.$refs.multiflatmap.getCurrentFlatmap();
|
256
|
+
e != null && e.$el && e.$el.querySelectorAll(".flatmap-tooltip-popup").forEach((a) => a.remove());
|
257
|
+
},
|
258
|
+
createTooltipForConnectivity: function(e, t) {
|
259
|
+
const a = document.createElement("div");
|
260
|
+
a.classList.add("flatmap-feature-label"), e.forEach((n, o) => {
|
261
|
+
const { label: i } = n;
|
262
|
+
if (a.append(u(i)), o + 1 < e.length) {
|
263
|
+
const l = document.createElement("hr");
|
264
|
+
a.appendChild(l);
|
265
|
+
}
|
266
|
+
}), t.showPopup(
|
267
|
+
e[0].featureId,
|
268
|
+
a,
|
269
|
+
{
|
270
|
+
className: "custom-popup flatmap-tooltip-popup",
|
271
|
+
positionAtLastClick: !1,
|
272
|
+
preserveSelection: !0
|
273
|
+
}
|
274
|
+
);
|
275
|
+
},
|
276
|
+
emitConnectivityGraphError: function(e) {
|
277
|
+
if (e.length) {
|
278
|
+
const t = [...new Set(e)];
|
279
|
+
let a = "";
|
280
|
+
t.forEach((n, o) => {
|
281
|
+
const { label: i } = n;
|
282
|
+
a += o === 0 ? u(i) : i, t.length > 1 && (o + 2 === t.length ? a += " and " : o + 1 < t.length && (a += ", "));
|
283
|
+
}), a += " cannot be found on the map!", r.emit("connectivity-graph-error", {
|
284
|
+
data: a
|
285
|
+
});
|
286
|
+
}
|
287
|
+
},
|
288
|
+
showConnectivityTooltips: function(e) {
|
289
|
+
const { connectivityInfo: t, data: a } = e, n = [], o = [], i = [], l = [];
|
290
|
+
if (!a.length)
|
291
|
+
this.removeConnectivityTooltips();
|
292
|
+
else if (typeof a[0] == "object")
|
293
|
+
a.forEach((s) => {
|
294
|
+
o.push({
|
295
|
+
id: s.id,
|
296
|
+
label: s.name
|
297
|
+
});
|
298
|
+
});
|
299
|
+
else
|
300
|
+
for (let s = 0; s < a.length / 2; s++)
|
301
|
+
o.push({
|
302
|
+
id: a[s],
|
303
|
+
label: a[s + a.length / 2]
|
304
|
+
});
|
305
|
+
if (t && t.featureId && n.push(...t.featureId), this.flatmapReady) {
|
306
|
+
const s = this.$refs.multiflatmap.getCurrentFlatmap();
|
307
|
+
s.mapImp && (o.forEach((p, A) => {
|
308
|
+
const { id: c, label: y } = p, m = s.mapImp.search(c);
|
309
|
+
if (m != null && m.results.length) {
|
310
|
+
const v = m == null ? void 0 : m.results[0].featureId;
|
311
|
+
i.push({
|
312
|
+
featureId: v,
|
313
|
+
id: c,
|
314
|
+
label: y
|
315
|
+
}), n.push(c);
|
316
|
+
} else
|
317
|
+
l.push(p);
|
318
|
+
}), i.length ? this.createTooltipForConnectivity(i, s.mapImp) : (l.push(...o), this.removeConnectivityTooltips()), this.emitConnectivityGraphError(l), s.mapImp.zoomToFeatures(n, { noZoomIn: !0 }));
|
319
|
+
}
|
250
320
|
}
|
251
321
|
},
|
252
322
|
computed: {
|
@@ -266,7 +336,9 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
266
336
|
}
|
267
337
|
},
|
268
338
|
mounted: function() {
|
269
|
-
this.getFeaturedDatasets(),
|
339
|
+
this.getFeaturedDatasets(), r.on("annotation-close", (e) => {
|
340
|
+
e != null && e.tabClose && this.$refs.multiflatmap.getCurrentFlatmap() && this.$refs.multiflatmap.getCurrentFlatmap().annotationEventCallback({}, { type: "aborted" });
|
341
|
+
}), r.on("show-connectivity", (e) => {
|
270
342
|
const { featureIds: t, offset: a } = e;
|
271
343
|
if (this.flatmapReady && this.$refs.multiflatmap) {
|
272
344
|
const n = this.$refs.multiflatmap.getCurrentFlatmap();
|
@@ -275,22 +347,24 @@ const R = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
275
347
|
zoom: 4
|
276
348
|
});
|
277
349
|
}
|
278
|
-
}),
|
350
|
+
}), r.on("connectivity-component-click", (e) => {
|
351
|
+
this.showConnectivityTooltips(e);
|
352
|
+
}), r.on("markerUpdate", () => {
|
279
353
|
this.flatmapReady && this.flatmapMarkerUpdate(this.$refs.multiflatmap.getCurrentFlatmap().mapImp);
|
280
|
-
}),
|
354
|
+
}), r.on("hoverUpdate", () => {
|
281
355
|
this.flatmapReady && this.mapHoverHighlight(this.$refs.multiflatmap.getCurrentFlatmap().mapImp);
|
282
356
|
});
|
283
357
|
}
|
284
|
-
},
|
285
|
-
function
|
286
|
-
const
|
287
|
-
return
|
288
|
-
|
358
|
+
}, E = { class: "viewer-container" };
|
359
|
+
function O(e, t, a, n, o, i) {
|
360
|
+
const l = d("MultiFlatmapVuer"), s = d("HelpModeDialog");
|
361
|
+
return h(), R("div", E, [
|
362
|
+
H(l, {
|
289
363
|
availableSpecies: e.availableSpecies,
|
290
364
|
onFlatmapChanged: i.flatmapChanged,
|
291
365
|
onReady: i.multiFlatmapReady,
|
292
366
|
state: e.entry.state,
|
293
|
-
onResourceSelected: t[0] || (t[0] = (
|
367
|
+
onResourceSelected: t[0] || (t[0] = (p) => i.flatmaprResourceSelected(e.entry.type, p)),
|
294
368
|
style: { height: "100%", width: "100%" },
|
295
369
|
initial: e.entry.resource,
|
296
370
|
helpMode: e.helpMode,
|
@@ -299,6 +373,9 @@ function L(e, t, a, n, o, i) {
|
|
299
373
|
onHelpModeLastItem: e.onHelpModeLastItem,
|
300
374
|
onShownTooltip: e.onTooltipShown,
|
301
375
|
onShownMapTooltip: e.onMapTooltipShown,
|
376
|
+
onAnnotationOpen: e.onAnnotationOpen,
|
377
|
+
onAnnotationClose: e.onAnnotationClose,
|
378
|
+
annotationSidebar: e.annotationSidebar,
|
302
379
|
onConnectivityInfoOpen: e.onConnectivityInfoOpen,
|
303
380
|
onConnectivityInfoClose: e.onConnectivityInfoClose,
|
304
381
|
connectivityInfoSidebar: e.connectivityInfoSidebar,
|
@@ -314,18 +391,18 @@ function L(e, t, a, n, o, i) {
|
|
314
391
|
onFinishHelpMode: e.endHelp,
|
315
392
|
onPathwaySelectionChanged: i.onPathwaySelectionChanged,
|
316
393
|
onOpenPubmedUrl: i.onOpenPubmedUrl
|
317
|
-
}, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onConnectivityInfoOpen", "onConnectivityInfoClose", "connectivityInfoSidebar", "showStarInLegend", "openMapOptions", "flatmapAPI", "sparcAPI", "onPanZoomCallback", "onOpenMap", "onFinishHelpMode", "onPathwaySelectionChanged", "onOpenPubmedUrl"]),
|
318
|
-
e.helpMode && e.useHelpModeDialog ? (
|
394
|
+
}, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityInfoClose", "connectivityInfoSidebar", "showStarInLegend", "openMapOptions", "flatmapAPI", "sparcAPI", "onPanZoomCallback", "onOpenMap", "onFinishHelpMode", "onPathwaySelectionChanged", "onOpenPubmedUrl"]),
|
395
|
+
e.helpMode && e.useHelpModeDialog ? (h(), $(s, {
|
319
396
|
key: 0,
|
320
397
|
ref: "multiflatmapHelp",
|
321
398
|
multiflatmapRef: e.multiflatmapRef,
|
322
399
|
lastItem: e.helpModeLastItem,
|
323
400
|
onShowNext: e.onHelpModeShowNext,
|
324
401
|
onFinishHelpMode: e.onFinishHelpMode
|
325
|
-
}, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) :
|
402
|
+
}, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : P("", !0)
|
326
403
|
]);
|
327
404
|
}
|
328
|
-
const
|
405
|
+
const Z = /* @__PURE__ */ M(L, [["render", O], ["__scopeId", "data-v-9e95f83d"]]);
|
329
406
|
export {
|
330
|
-
|
407
|
+
Z as default
|
331
408
|
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { y as o } from "./plotvuer-DSwGHaaa.js";
|
2
|
+
import { C as a } from "./ContentMixin-CetX1ug9.js";
|
3
|
+
import { resolveComponent as r, openBlock as n, createBlock as s } from "vue";
|
4
|
+
import { _ as m } from "./index-BzopGyiz.js";
|
5
|
+
const p = {
|
6
|
+
name: "Plot",
|
7
|
+
mixins: [a],
|
8
|
+
components: {
|
9
|
+
PlotVuer: o
|
10
|
+
}
|
11
|
+
};
|
12
|
+
function l(e, c, u, d, i, f) {
|
13
|
+
const t = r("PlotVuer");
|
14
|
+
return n(), s(t, {
|
15
|
+
"data-source": e.entry.resource.dataSource,
|
16
|
+
metadata: e.entry.resource.metadata,
|
17
|
+
"supplemental-data": e.entry.resource.supplementalData,
|
18
|
+
style: { overflow: "hidden" }
|
19
|
+
}, null, 8, ["data-source", "metadata", "supplemental-data"]);
|
20
|
+
}
|
21
|
+
const C = /* @__PURE__ */ m(p, [["render", l]]);
|
22
|
+
export {
|
23
|
+
C as default
|
24
|
+
};
|