@abi-software/mapintegratedvuer 1.10.2-beta.0 → 1.10.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-CGhcj7xh.js → ContentMixin-s7Ep3pGV.js} +184 -190
- package/dist/{Flatmap-DbgtlxmY.js → Flatmap-BoLc9V2N.js} +66 -68
- package/dist/{Iframe-BEt0VIIr.js → Iframe-DvOBuFWP.js} +2 -2
- package/dist/{MultiFlatmap-BPc3Wof9.js → MultiFlatmap-R2NBfCgt.js} +33 -36
- package/dist/{Plot-CNEgDLi2.js → Plot-DEhsJQZ8.js} +2 -2
- package/dist/{Scaffold-Cn8XyaSz.js → Scaffold-Cddb_Lnn.js} +2 -2
- package/dist/{Simulation-wF9y8sIT.js → Simulation-C7bvmX3f.js} +2 -2
- package/dist/{index-Dm85KBw6.js → index-DL73mn-k.js} +12935 -13090
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +193 -193
- package/dist/{style-DF6s1KEf.js → style-62hTn7u0.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -4
- package/src/components/DialogToolbarContent.vue +12 -57
- package/src/components/SplitDialog.vue +5 -31
- package/src/components/SplitFlow.vue +1 -46
- package/src/components/viewers/Flatmap.vue +1 -4
- package/src/components/viewers/MultiFlatmap.vue +0 -4
- package/src/components.d.ts +0 -1
- package/src/mixins/ContentMixin.js +1 -7
- package/src/stores/settings.js +0 -1
- package/vite.config.js +0 -3
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
import { C as g } from "./ContentMixin-
|
|
3
|
-
import { D as y } from "./style-
|
|
4
|
-
import { FlatmapVuer as
|
|
5
|
-
import { resolveComponent as
|
|
1
|
+
import { _ as c, E as h, t as u, T as s, a as l } from "./index-DL73mn-k.js";
|
|
2
|
+
import { C as g } from "./ContentMixin-s7Ep3pGV.js";
|
|
3
|
+
import { D as y } from "./style-62hTn7u0.js";
|
|
4
|
+
import { FlatmapVuer as M } from "@abi-software/flatmapvuer";
|
|
5
|
+
import { resolveComponent as r, openBlock as p, createElementBlock as I, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
|
|
6
6
|
const w = {
|
|
7
7
|
name: "Flatmap",
|
|
8
8
|
mixins: [g, y],
|
|
9
9
|
components: {
|
|
10
|
-
FlatmapVuer:
|
|
10
|
+
FlatmapVuer: M,
|
|
11
11
|
HelpModeDialog: h
|
|
12
12
|
},
|
|
13
13
|
data: function() {
|
|
@@ -29,34 +29,34 @@ const w = {
|
|
|
29
29
|
var e;
|
|
30
30
|
return (e = this.$refs.flatmap) == null ? void 0 : e.mapImp;
|
|
31
31
|
},
|
|
32
|
-
flatmaprResourceSelected: function(e,
|
|
33
|
-
if (this.resourceSelected(e,
|
|
34
|
-
const
|
|
35
|
-
label:
|
|
36
|
-
id:
|
|
37
|
-
featureId:
|
|
38
|
-
taxonomy:
|
|
39
|
-
resources:
|
|
40
|
-
},
|
|
32
|
+
flatmaprResourceSelected: function(e, t) {
|
|
33
|
+
if (this.resourceSelected(e, t), t.eventType === "click" && t.feature.type === "feature") {
|
|
34
|
+
const a = {
|
|
35
|
+
label: t.label || "",
|
|
36
|
+
id: t.feature.id || "",
|
|
37
|
+
featureId: t.feature.featureId || "",
|
|
38
|
+
taxonomy: t.taxonomy || "",
|
|
39
|
+
resources: t.resource.join(", ")
|
|
40
|
+
}, n = u(a);
|
|
41
41
|
s.sendEvent({
|
|
42
42
|
event: "interaction_event",
|
|
43
43
|
event_name: "portal_maps_connectivity",
|
|
44
|
-
category:
|
|
44
|
+
category: n,
|
|
45
45
|
location: e + " " + this.$refs.flatmap.viewingMode
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
flatmapReadyCall: function(e) {
|
|
50
50
|
this.flatmapReady = !0;
|
|
51
|
-
let
|
|
52
|
-
e.mapImp,
|
|
51
|
+
let t = { id: this.entry.id, prov: this.getFlatmapImp().provenance };
|
|
52
|
+
e.mapImp, l.emit("mapImpProv", t), this.$emit("flatmap-provenance-ready", t), this.flatmapReadyForMarkerUpdates(e), this.updateViewerSettings(), this.loadConnectivityExplorerConfig(e), l.emit("mapLoaded", e);
|
|
53
53
|
},
|
|
54
54
|
onPathwaySelectionChanged: function(e) {
|
|
55
|
-
const { label:
|
|
55
|
+
const { label: t, property: a, checked: n, selectionsTitle: i } = e;
|
|
56
56
|
s.sendEvent({
|
|
57
57
|
event: "interaction_event",
|
|
58
58
|
event_name: "portal_maps_pathway_change",
|
|
59
|
-
category:
|
|
59
|
+
category: t + " [" + a + "] " + n,
|
|
60
60
|
location: i
|
|
61
61
|
});
|
|
62
62
|
},
|
|
@@ -64,53 +64,53 @@ const w = {
|
|
|
64
64
|
this.flatmapReady && this.$refs.flatmap && this.$refs.flatmap.annotationEventCallback({}, { type: "aborted" });
|
|
65
65
|
},
|
|
66
66
|
highlightFeatures: function(e) {
|
|
67
|
-
let
|
|
68
|
-
const
|
|
69
|
-
if (
|
|
70
|
-
const
|
|
71
|
-
|
|
72
|
-
|
|
67
|
+
let t = e.name;
|
|
68
|
+
const a = this.$refs.flatmap.mapImp;
|
|
69
|
+
if (t) {
|
|
70
|
+
const n = a.search(t);
|
|
71
|
+
n.featureIds[0] && a.highlightFeatures([
|
|
72
|
+
a.modelForFeature(n.featureIds[0])
|
|
73
73
|
]);
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
/**
|
|
77
77
|
* Append the list of suggested terms to suggestions
|
|
78
78
|
*/
|
|
79
|
-
searchSuggestions: function(e,
|
|
79
|
+
searchSuggestions: function(e, t) {
|
|
80
80
|
if (e && this.$refs.flatmap.mapImp) {
|
|
81
|
-
const
|
|
82
|
-
(
|
|
83
|
-
const
|
|
84
|
-
|
|
81
|
+
const a = this.$refs.flatmap.mapImp.search(e);
|
|
82
|
+
(a.__featureIds || a.featureIds).forEach((i) => {
|
|
83
|
+
const o = this.$refs.flatmap.mapImp.annotation(i);
|
|
84
|
+
o && o.label && t.push(o.label);
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
showConnectivity: function(e) {
|
|
89
89
|
if (this != null && this.alive) {
|
|
90
|
-
const { featureIds:
|
|
91
|
-
|
|
92
|
-
offsetX:
|
|
90
|
+
const { featureIds: t, offset: a } = e, n = this.$refs.flatmap;
|
|
91
|
+
n && n.moveMap(t, {
|
|
92
|
+
offsetX: a ? -150 : 0,
|
|
93
93
|
zoom: 4
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
showConnectivitiesByReference: function(e) {
|
|
98
98
|
if (this != null && this.alive) {
|
|
99
|
-
const
|
|
100
|
-
|
|
99
|
+
const t = this.$refs.flatmap;
|
|
100
|
+
t && t.showConnectivitiesByReference(e);
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
|
-
zoomToFeatures: function(e,
|
|
104
|
-
let
|
|
105
|
-
const
|
|
106
|
-
if (
|
|
107
|
-
const i =
|
|
103
|
+
zoomToFeatures: function(e, t) {
|
|
104
|
+
let a = e.name;
|
|
105
|
+
const n = this.$refs.flatmap.mapImp;
|
|
106
|
+
if (a) {
|
|
107
|
+
const i = n.search(a);
|
|
108
108
|
if (i.featureIds.length) {
|
|
109
|
-
let
|
|
110
|
-
|
|
109
|
+
let o = n.modelForFeature(i.featureIds[0]);
|
|
110
|
+
o ? (t && n.selectFeatures(o), n.zoomToFeatures(o)) : n.clearSearchResults();
|
|
111
111
|
}
|
|
112
112
|
} else
|
|
113
|
-
|
|
113
|
+
n.clearSearchResults();
|
|
114
114
|
},
|
|
115
115
|
changeViewingMode: function(e) {
|
|
116
116
|
this.$refs.flatmap.changeViewingMode(e);
|
|
@@ -118,18 +118,17 @@ const w = {
|
|
|
118
118
|
updateViewerSettings: function() {
|
|
119
119
|
const {
|
|
120
120
|
backgroundDisplay: e,
|
|
121
|
-
viewingMode:
|
|
122
|
-
flightPathDisplay:
|
|
123
|
-
organsDisplay:
|
|
124
|
-
outlinesDisplay: i
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
l.changeViewingMode(n), l.setFlightPath3D(o), l.setColour(t), l.setOutlines(i), l.backgroundChangeCallback(e), l.setConnectionType(a);
|
|
121
|
+
viewingMode: t,
|
|
122
|
+
flightPathDisplay: a,
|
|
123
|
+
organsDisplay: n,
|
|
124
|
+
outlinesDisplay: i
|
|
125
|
+
} = this.settingsStore.globalSettings, o = this.$refs.flatmap;
|
|
126
|
+
o.changeViewingMode(t), o.setFlightPath3D(a), o.setColour(n), o.setOutlines(i), o.backgroundChangeCallback(e);
|
|
128
127
|
},
|
|
129
128
|
setVisibilityFilter: function(e) {
|
|
130
129
|
if (this != null && this.alive) {
|
|
131
|
-
const
|
|
132
|
-
|
|
130
|
+
const t = this.$refs.flatmap;
|
|
131
|
+
t && t.setVisibilityFilter(e);
|
|
133
132
|
}
|
|
134
133
|
}
|
|
135
134
|
},
|
|
@@ -139,14 +138,14 @@ const w = {
|
|
|
139
138
|
}
|
|
140
139
|
}
|
|
141
140
|
}, F = { class: "viewer-container" };
|
|
142
|
-
function b(e,
|
|
143
|
-
const
|
|
144
|
-
return
|
|
145
|
-
|
|
141
|
+
function b(e, t, a, n, i, o) {
|
|
142
|
+
const f = r("FlatmapVuer"), m = r("HelpModeDialog");
|
|
143
|
+
return p(), I("div", F, [
|
|
144
|
+
v(f, {
|
|
146
145
|
state: e.entry.state,
|
|
147
146
|
entry: e.entry.resource,
|
|
148
147
|
mapManager: e.mapManager,
|
|
149
|
-
onResourceSelected:
|
|
148
|
+
onResourceSelected: t[0] || (t[0] = (d) => o.flatmaprResourceSelected(e.entry.type, d)),
|
|
150
149
|
onPanZoomCallback: e.flatmapPanZoomCallback,
|
|
151
150
|
name: e.entry.resource,
|
|
152
151
|
style: { height: "100%", width: "100%" },
|
|
@@ -165,12 +164,10 @@ function b(e, n, o, t, i, a) {
|
|
|
165
164
|
onConnectivityInfoOpen: e.onConnectivityInfoOpen,
|
|
166
165
|
onConnectivityError: e.onConnectivityError,
|
|
167
166
|
onConnectivityInfoClose: e.onConnectivityInfoClose,
|
|
168
|
-
onNeuronConnectionClick: e.onNeuronConnectionClick,
|
|
169
|
-
onNeuronConnectionFeatureClick: e.onNeuronConnectionFeatureClick,
|
|
170
167
|
connectivityInfoSidebar: e.connectivityInfoSidebar,
|
|
171
168
|
pathControls: !0,
|
|
172
169
|
ref: "flatmap",
|
|
173
|
-
onReady:
|
|
170
|
+
onReady: o.flatmapReadyCall,
|
|
174
171
|
displayMinimap: !1,
|
|
175
172
|
displayWarning: !0,
|
|
176
173
|
enableOpenMapUI: !0,
|
|
@@ -179,20 +176,21 @@ function b(e, n, o, t, i, a) {
|
|
|
179
176
|
showLocalSettings: e.showLocalSettings,
|
|
180
177
|
showOpenMapButton: e.showOpenMapButton,
|
|
181
178
|
onOpenMap: e.openMap,
|
|
182
|
-
onPathwaySelectionChanged:
|
|
183
|
-
onMapmanagerLoaded: e.onMapmanagerLoaded
|
|
184
|
-
|
|
185
|
-
|
|
179
|
+
onPathwaySelectionChanged: o.onPathwaySelectionChanged,
|
|
180
|
+
onMapmanagerLoaded: e.onMapmanagerLoaded,
|
|
181
|
+
showPathwayFilter: !1
|
|
182
|
+
}, null, 8, ["state", "entry", "mapManager", "onPanZoomCallback", "name", "minZoom", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "onUpdateOfflineAnnotationEnabled", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityError", "onConnectivityInfoClose", "connectivityInfoSidebar", "onReady", "flatmapAPI", "sparcAPI", "showLocalSettings", "showOpenMapButton", "onOpenMap", "onPathwaySelectionChanged", "onMapmanagerLoaded"]),
|
|
183
|
+
e.helpMode && e.useHelpModeDialog ? (p(), S(m, {
|
|
186
184
|
key: 0,
|
|
187
185
|
ref: "flatmapHelp",
|
|
188
186
|
flatmapRef: e.flatmapRef,
|
|
189
187
|
lastItem: e.helpModeLastItem,
|
|
190
188
|
onShowNext: e.onHelpModeShowNext,
|
|
191
189
|
onFinishHelpMode: e.onFinishHelpMode
|
|
192
|
-
}, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) :
|
|
190
|
+
}, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : C("", !0)
|
|
193
191
|
]);
|
|
194
192
|
}
|
|
195
|
-
const
|
|
193
|
+
const k = /* @__PURE__ */ c(w, [["render", b], ["__scopeId", "data-v-0c7fa2a7"]]);
|
|
196
194
|
export {
|
|
197
|
-
|
|
195
|
+
k as default
|
|
198
196
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as r } from "./ContentMixin-
|
|
1
|
+
import { C as r } from "./ContentMixin-s7Ep3pGV.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-DL73mn-k.js";
|
|
4
4
|
const a = {
|
|
5
5
|
name: "Iframe",
|
|
6
6
|
mixins: [r]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
import { C as y } from "./ContentMixin-
|
|
3
|
-
import { D as
|
|
4
|
-
import { MultiFlatmapVuer as
|
|
5
|
-
import { resolveComponent as p, openBlock as m, createElementBlock as I, createVNode as S, createBlock as F, createCommentVNode as
|
|
6
|
-
const
|
|
1
|
+
import { _ as c, E as h, b as g, t as M, T as r, a as l } from "./index-DL73mn-k.js";
|
|
2
|
+
import { C as y } from "./ContentMixin-s7Ep3pGV.js";
|
|
3
|
+
import { D as v } from "./style-62hTn7u0.js";
|
|
4
|
+
import { MultiFlatmapVuer as C } from "@abi-software/flatmapvuer";
|
|
5
|
+
import { resolveComponent as p, openBlock as m, createElementBlock as I, createVNode as S, createBlock as F, createCommentVNode as w } from "vue";
|
|
6
|
+
const b = '<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>', f = (e) => [
|
|
7
7
|
{
|
|
8
8
|
display: "Open AC Map",
|
|
9
9
|
key: "AC"
|
|
@@ -16,11 +16,11 @@ const w = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
|
16
16
|
display: "Open 3D Human Map",
|
|
17
17
|
key: "3D"
|
|
18
18
|
}
|
|
19
|
-
],
|
|
19
|
+
], k = {
|
|
20
20
|
name: "MultiFlatmap",
|
|
21
|
-
mixins: [y,
|
|
21
|
+
mixins: [y, v],
|
|
22
22
|
components: {
|
|
23
|
-
MultiFlatmapVuer:
|
|
23
|
+
MultiFlatmapVuer: C,
|
|
24
24
|
HelpModeDialog: h
|
|
25
25
|
},
|
|
26
26
|
data: function() {
|
|
@@ -61,9 +61,9 @@ const w = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
|
61
61
|
const a = this.$refs.multiflatmap.getCurrentFlatmap();
|
|
62
62
|
if (e && a.mapImp) {
|
|
63
63
|
const n = a.mapImp.search(e);
|
|
64
|
-
(n.__featureIds || n.featureIds).forEach((
|
|
65
|
-
const
|
|
66
|
-
|
|
64
|
+
(n.__featureIds || n.featureIds).forEach((i) => {
|
|
65
|
+
const s = a.mapImp.annotation(i);
|
|
66
|
+
s && s.label && t.push(s.label);
|
|
67
67
|
});
|
|
68
68
|
}
|
|
69
69
|
},
|
|
@@ -76,7 +76,7 @@ const w = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
|
76
76
|
featureId: t.feature.featureId || "",
|
|
77
77
|
taxonomy: t.taxonomy || "",
|
|
78
78
|
resources: t.resource.join(", ")
|
|
79
|
-
}, o =
|
|
79
|
+
}, o = M(n);
|
|
80
80
|
r.sendEvent({
|
|
81
81
|
event: "interaction_event",
|
|
82
82
|
event_name: "portal_maps_connectivity",
|
|
@@ -179,16 +179,16 @@ const w = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
|
179
179
|
return !1;
|
|
180
180
|
let o = a;
|
|
181
181
|
if (o || (o = this.getFlatmapImp()), o) {
|
|
182
|
-
let
|
|
183
|
-
|
|
184
|
-
const
|
|
185
|
-
element:
|
|
182
|
+
let i = document.createElement("div");
|
|
183
|
+
i.innerHTML = b;
|
|
184
|
+
const s = o.addMarker(e, {
|
|
185
|
+
element: i,
|
|
186
186
|
className: "highlight-marker",
|
|
187
187
|
cluster: !1
|
|
188
188
|
});
|
|
189
189
|
return this.settingsStore.updateFeaturedMarkerIdentifier({
|
|
190
190
|
index: t,
|
|
191
|
-
markerIdentifier:
|
|
191
|
+
markerIdentifier: s
|
|
192
192
|
}), !0;
|
|
193
193
|
}
|
|
194
194
|
return !1;
|
|
@@ -226,12 +226,11 @@ const w = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
|
226
226
|
viewingMode: t,
|
|
227
227
|
flightPathDisplay: a,
|
|
228
228
|
organsDisplay: n,
|
|
229
|
-
outlinesDisplay: o
|
|
230
|
-
connectionType: s
|
|
229
|
+
outlinesDisplay: o
|
|
231
230
|
} = this.settingsStore.globalSettings;
|
|
232
231
|
if (this.flatmapReady) {
|
|
233
232
|
const i = this.$refs.multiflatmap.getCurrentFlatmap();
|
|
234
|
-
i.changeViewingMode(t), i.setFlightPath3D(a), i.setColour(n), i.setOutlines(o), i.backgroundChangeCallback(e)
|
|
233
|
+
i.changeViewingMode(t), i.setFlightPath3D(a), i.setColour(n), i.setOutlines(o), i.backgroundChangeCallback(e);
|
|
235
234
|
}
|
|
236
235
|
},
|
|
237
236
|
setVisibilityFilter: function(e) {
|
|
@@ -258,16 +257,16 @@ const w = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
|
|
|
258
257
|
this.getFeaturedDatasets();
|
|
259
258
|
}
|
|
260
259
|
}, O = { class: "viewer-container" };
|
|
261
|
-
function L(e, t, a, n, o,
|
|
262
|
-
const
|
|
260
|
+
function L(e, t, a, n, o, i) {
|
|
261
|
+
const s = p("MultiFlatmapVuer"), u = p("HelpModeDialog");
|
|
263
262
|
return m(), I("div", O, [
|
|
264
|
-
S(
|
|
263
|
+
S(s, {
|
|
265
264
|
availableSpecies: e.availableSpecies,
|
|
266
|
-
onFlatmapChanged:
|
|
267
|
-
onReady:
|
|
265
|
+
onFlatmapChanged: i.flatmapChanged,
|
|
266
|
+
onReady: i.multiFlatmapReady,
|
|
268
267
|
state: e.entry.state,
|
|
269
268
|
mapManager: e.mapManager,
|
|
270
|
-
onResourceSelected: t[0] || (t[0] = (
|
|
269
|
+
onResourceSelected: t[0] || (t[0] = (d) => i.flatmaprResourceSelected(e.entry.type, d)),
|
|
271
270
|
style: { height: "100%", width: "100%" },
|
|
272
271
|
initial: e.entry.resource,
|
|
273
272
|
helpMode: e.helpMode,
|
|
@@ -283,8 +282,6 @@ function L(e, t, a, n, o, s) {
|
|
|
283
282
|
onConnectivityInfoOpen: e.onConnectivityInfoOpen,
|
|
284
283
|
onConnectivityError: e.onConnectivityError,
|
|
285
284
|
onConnectivityInfoClose: e.onConnectivityInfoClose,
|
|
286
|
-
onNeuronConnectionClick: e.onNeuronConnectionClick,
|
|
287
|
-
onNeuronConnectionFeatureClick: e.onNeuronConnectionFeatureClick,
|
|
288
285
|
connectivityInfoSidebar: e.connectivityInfoSidebar,
|
|
289
286
|
ref: "multiflatmap",
|
|
290
287
|
displayMinimap: !0,
|
|
@@ -295,14 +292,14 @@ function L(e, t, a, n, o, s) {
|
|
|
295
292
|
sparcAPI: e.apiLocation,
|
|
296
293
|
showLocalSettings: e.showLocalSettings,
|
|
297
294
|
showOpenMapButton: e.showOpenMapButton,
|
|
298
|
-
onPanZoomCallback:
|
|
295
|
+
onPanZoomCallback: i.flatmapPanZoomCallback,
|
|
299
296
|
onOpenMap: e.openMap,
|
|
300
297
|
onFinishHelpMode: e.endHelp,
|
|
301
|
-
onPathwaySelectionChanged:
|
|
302
|
-
onOpenPubmedUrl:
|
|
298
|
+
onPathwaySelectionChanged: i.onPathwaySelectionChanged,
|
|
299
|
+
onOpenPubmedUrl: i.onOpenPubmedUrl,
|
|
303
300
|
onMapmanagerLoaded: e.onMapmanagerLoaded,
|
|
304
301
|
showPathwayFilter: !1
|
|
305
|
-
}, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "mapManager", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "onUpdateOfflineAnnotationEnabled", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityError", "onConnectivityInfoClose", "
|
|
302
|
+
}, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "mapManager", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "onUpdateOfflineAnnotationEnabled", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityError", "onConnectivityInfoClose", "connectivityInfoSidebar", "showStarInLegend", "openMapOptions", "flatmapAPI", "sparcAPI", "showLocalSettings", "showOpenMapButton", "onPanZoomCallback", "onOpenMap", "onFinishHelpMode", "onPathwaySelectionChanged", "onOpenPubmedUrl", "onMapmanagerLoaded"]),
|
|
306
303
|
e.helpMode && e.useHelpModeDialog ? (m(), F(u, {
|
|
307
304
|
key: 0,
|
|
308
305
|
ref: "multiflatmapHelp",
|
|
@@ -310,10 +307,10 @@ function L(e, t, a, n, o, s) {
|
|
|
310
307
|
lastItem: e.helpModeLastItem,
|
|
311
308
|
onShowNext: e.onHelpModeShowNext,
|
|
312
309
|
onFinishHelpMode: e.onFinishHelpMode
|
|
313
|
-
}, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) :
|
|
310
|
+
}, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : w("", !0)
|
|
314
311
|
]);
|
|
315
312
|
}
|
|
316
|
-
const
|
|
313
|
+
const H = /* @__PURE__ */ c(k, [["render", L], ["__scopeId", "data-v-bd8c9db9"]]);
|
|
317
314
|
export {
|
|
318
|
-
|
|
315
|
+
H as default
|
|
319
316
|
};
|
|
@@ -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-s7Ep3pGV.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-DL73mn-k.js";
|
|
5
5
|
const p = {
|
|
6
6
|
name: "Plot",
|
|
7
7
|
mixins: [r],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as p,
|
|
2
|
-
import { C as c } from "./ContentMixin-
|
|
1
|
+
import { _ as p, E as h, a as u } from "./index-DL73mn-k.js";
|
|
2
|
+
import { C as c } from "./ContentMixin-s7Ep3pGV.js";
|
|
3
3
|
import { ScaffoldVuer as g } from "@abi-software/scaffoldvuer";
|
|
4
4
|
import { resolveComponent as l, openBlock as f, createElementBlock as m, createVNode as y, createBlock as M, createCommentVNode as S } from "vue";
|
|
5
5
|
const w = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as i } from "./ContentMixin-
|
|
1
|
+
import { C as i } from "./ContentMixin-s7Ep3pGV.js";
|
|
2
2
|
import { SimulationVuer as t } from "@abi-software/simulationvuer";
|
|
3
3
|
import { resolveComponent as e, openBlock as r, createBlock as a } from "vue";
|
|
4
|
-
import { _ as m } from "./index-
|
|
4
|
+
import { _ as m } from "./index-DL73mn-k.js";
|
|
5
5
|
const c = {
|
|
6
6
|
name: "Simulation",
|
|
7
7
|
mixins: [i],
|