@abi-software/mapintegratedvuer 1.7.2 → 1.8.0-isan.1

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.
Files changed (31) hide show
  1. package/dist/ContentMixin-CthZZNjI.js +706 -0
  2. package/dist/{Flatmap-fO2lvKFX.js → Flatmap-Bi9esI2v.js} +24 -19
  3. package/dist/{Iframe-C8wxLuOy.js → Iframe-bsYxppii.js} +2 -2
  4. package/dist/{MultiFlatmap-Dijv5l_F.js → MultiFlatmap-BWFsdMgS.js} +49 -35
  5. package/dist/{Plot-iXTevaO7.js → Plot-gX8radCI.js} +2 -2
  6. package/dist/{Scaffold-_QafxYws.js → Scaffold-Dn3GeNi0.js} +10241 -10168
  7. package/dist/Simulation-Zgs0MXh1.js +30 -0
  8. package/dist/{index-DcTjoXV1.js → index-DFkMrKek.js} +22249 -19928
  9. package/dist/mapintegratedvuer.js +1 -1
  10. package/dist/mapintegratedvuer.umd.cjs +1667 -1009
  11. package/dist/{style-C2GyLbPa.js → style-DlUxkFU-.js} +75606 -75481
  12. package/dist/style.css +1 -1
  13. package/package.json +8 -7
  14. package/src/App.vue +39 -18
  15. package/src/assets/header-icon.scss +7 -0
  16. package/src/components/ContentBar.vue +5 -1
  17. package/src/components/DialogToolbarContent.vue +91 -6
  18. package/src/components/FlatmapContextCard.vue +11 -8
  19. package/src/components/MapContent.vue +62 -46
  20. package/src/components/SplitFlow.vue +188 -112
  21. package/src/components/scripts/utilities.js +1 -1
  22. package/src/components/viewers/Flatmap.vue +12 -7
  23. package/src/components/viewers/MultiFlatmap.vue +34 -7
  24. package/src/components/viewers/Scaffold.vue +2 -2
  25. package/src/components/viewers/Simulation.vue +19 -1
  26. package/src/components.d.ts +4 -0
  27. package/src/mixins/ContentMixin.js +155 -47
  28. package/src/mixins/DynamicMarkerMixin.js +3 -1
  29. package/src/stores/settings.js +31 -5
  30. package/dist/ContentMixin-CdE8AlUJ.js +0 -339
  31. package/dist/Simulation-CJ-9g74P.js +0 -22
@@ -1,12 +1,12 @@
1
- import { _ as c, p as h, t as u, T as l, E as r } from "./index-DcTjoXV1.js";
2
- import { C as I } from "./ContentMixin-CdE8AlUJ.js";
3
- import { D as g, y as M } from "./style-C2GyLbPa.js";
4
- import { resolveComponent as s, openBlock as p, createElementBlock as y, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
5
- const F = {
1
+ import { _ as c, O as h, t as u, T as l, E as r } from "./index-DFkMrKek.js";
2
+ import { C as g } from "./ContentMixin-CthZZNjI.js";
3
+ import { D as M, J as y } from "./style-DlUxkFU-.js";
4
+ import { resolveComponent as s, openBlock as p, createElementBlock as I, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
5
+ const w = {
6
6
  name: "Flatmap",
7
- mixins: [I, g],
7
+ mixins: [g, M],
8
8
  components: {
9
- FlatmapVuer: M,
9
+ FlatmapVuer: y,
10
10
  HelpModeDialog: h
11
11
  },
12
12
  methods: {
@@ -24,7 +24,11 @@ const F = {
24
24
  return (e = this.$refs.flatmap) == null ? void 0 : e.mapImp;
25
25
  },
26
26
  flatmaprResourceSelected: function(e, a) {
27
- if (this.resourceSelected(e, a), a.eventType === "click" && a.feature.type === "feature") {
27
+ if (this.resourceSelected(
28
+ e,
29
+ a,
30
+ this.$refs.flatmap.viewingMode === "Exploration"
31
+ ), a.eventType === "click" && a.feature.type === "feature") {
28
32
  const n = {
29
33
  label: a.label || "",
30
34
  id: a.feature.id || "",
@@ -97,32 +101,34 @@ const F = {
97
101
  }
98
102
  },
99
103
  mounted: function() {
100
- r.on("annotation-close", (e) => {
101
- const a = this.$refs.flatmap;
102
- e != null && e.tabClose && a && this.$refs.flatmap.annotationEventCallback({}, { type: "aborted" });
104
+ r.on("annotation-close", () => {
105
+ this.$refs.flatmap && this.$refs.flatmap.annotationEventCallback({}, { type: "aborted" });
103
106
  }), r.on("markerUpdate", () => {
104
107
  this.flatmapMarkerUpdate(void 0);
105
108
  }), r.on("hoverUpdate", () => {
106
- this.mapHoverHighlight(this.$refs.flatmap.mapImp);
109
+ this.cardHoverHighlight();
107
110
  }), r.on("show-connectivity", (e) => {
108
111
  const { featureIds: a, offset: n } = e, t = this.$refs.flatmap;
109
112
  t && t.moveMap(a, {
110
113
  offsetX: n ? -150 : 0,
111
114
  zoom: 4
112
115
  });
116
+ }), r.on("show-reference-connectivities", (e) => {
117
+ const a = this.$refs.flatmap;
118
+ a && a.showConnectivitiesByReference(e);
113
119
  });
114
120
  }
115
- }, w = { class: "viewer-container" };
121
+ }, F = { class: "viewer-container" };
116
122
  function b(e, a, n, t, i, o) {
117
123
  const m = s("FlatmapVuer"), f = s("HelpModeDialog");
118
- return p(), y("div", w, [
124
+ return p(), I("div", F, [
119
125
  v(m, {
120
126
  state: e.entry.state,
121
127
  entry: e.entry.resource,
122
128
  mapManager: e.mapManager,
123
129
  onResourceSelected: a[0] || (a[0] = (d) => o.flatmaprResourceSelected(e.entry.type, d)),
124
130
  onPanZoomCallback: e.flatmapPanZoomCallback,
125
- name: e.entry.resource,
131
+ name: e.entry.resource ? e.entry.resource : e.entry.data,
126
132
  style: { height: "100%", width: "100%" },
127
133
  minZoom: e.entry.minZoom,
128
134
  helpMode: e.helpMode,
@@ -136,7 +142,6 @@ function b(e, a, n, t, i, o) {
136
142
  onAnnotationClose: e.onAnnotationClose,
137
143
  annotationSidebar: e.annotationSidebar,
138
144
  onConnectivityInfoOpen: e.onConnectivityInfoOpen,
139
- onConnectivityInfoClose: e.onConnectivityInfoClose,
140
145
  onConnectivityGraphError: e.onConnectivityGraphError,
141
146
  connectivityInfoSidebar: e.connectivityInfoSidebar,
142
147
  pathControls: !0,
@@ -150,7 +155,7 @@ function b(e, a, n, t, i, o) {
150
155
  onOpenMap: e.openMap,
151
156
  onPathwaySelectionChanged: o.onPathwaySelectionChanged,
152
157
  onMapmanagerLoaded: e.onMapmanagerLoaded
153
- }, null, 8, ["state", "entry", "mapManager", "onPanZoomCallback", "name", "minZoom", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityInfoClose", "onConnectivityGraphError", "connectivityInfoSidebar", "onReady", "flatmapAPI", "sparcAPI", "onOpenMap", "onPathwaySelectionChanged", "onMapmanagerLoaded"]),
158
+ }, null, 8, ["state", "entry", "mapManager", "onPanZoomCallback", "name", "minZoom", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityGraphError", "connectivityInfoSidebar", "onReady", "flatmapAPI", "sparcAPI", "onOpenMap", "onPathwaySelectionChanged", "onMapmanagerLoaded"]),
154
159
  e.helpMode && e.useHelpModeDialog ? (p(), S(f, {
155
160
  key: 0,
156
161
  ref: "flatmapHelp",
@@ -161,7 +166,7 @@ function b(e, a, n, t, i, o) {
161
166
  }, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : C("", !0)
162
167
  ]);
163
168
  }
164
- const R = /* @__PURE__ */ c(F, [["render", b], ["__scopeId", "data-v-9e155ca8"]]);
169
+ const k = /* @__PURE__ */ c(w, [["render", b], ["__scopeId", "data-v-b98a99d3"]]);
165
170
  export {
166
- R as default
171
+ k as default
167
172
  };
@@ -1,6 +1,6 @@
1
- import { C as r } from "./ContentMixin-CdE8AlUJ.js";
1
+ import { C as r } from "./ContentMixin-CthZZNjI.js";
2
2
  import { openBlock as o, createElementBlock as t, createElementVNode as s } from "vue";
3
- import { _ as n } from "./index-DcTjoXV1.js";
3
+ import { _ as n } from "./index-DFkMrKek.js";
4
4
  const a = {
5
5
  name: "Iframe",
6
6
  mixins: [r]
@@ -1,8 +1,8 @@
1
- import { _ as u, p as h, a as y, g, E as r, t as M, T as p } from "./index-DcTjoXV1.js";
2
- import { C as v } from "./ContentMixin-CdE8AlUJ.js";
3
- import { D as I, F as C } from "./style-C2GyLbPa.js";
4
- import { resolveComponent as f, openBlock as c, createElementBlock as S, createVNode as F, createBlock as k, createCommentVNode as w } from "vue";
5
- 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>', d = (e) => {
1
+ import { _ as u, O as h, a as y, g, E as s, t as M, T as p } from "./index-DFkMrKek.js";
2
+ import { C as v } from "./ContentMixin-CthZZNjI.js";
3
+ import { D as I, Q as C } from "./style-DlUxkFU-.js";
4
+ import { resolveComponent as f, openBlock as c, createElementBlock as S, createVNode as F, createBlock as w, createCommentVNode as k } from "vue";
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 = [
7
7
  {
8
8
  display: "Open AC Map",
@@ -28,7 +28,7 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
28
28
  break;
29
29
  }
30
30
  return t;
31
- }, R = {
31
+ }, b = {
32
32
  name: "MultiFlatmap",
33
33
  mixins: [v, I],
34
34
  components: {
@@ -71,9 +71,9 @@ const b = '<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 && r.emit("SyncModeRequest", { flag: !0, action: e });
74
+ }), e && s.emit("SyncModeRequest", { flag: !0, action: e });
75
75
  } else
76
- r.emit("SyncModeRequest", { flag: !1 });
76
+ s.emit("SyncModeRequest", { flag: !1 });
77
77
  },
78
78
  getState: function() {
79
79
  if (this.flatmapReady) return this.$refs.multiflatmap.getState();
@@ -103,8 +103,8 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
103
103
  if (e && a.mapImp) {
104
104
  const n = a.mapImp.search(e);
105
105
  (n.__featureIds || n.featureIds).forEach((i) => {
106
- const s = a.mapImp.annotation(i);
107
- s && s.label && t.push(s.label);
106
+ const r = a.mapImp.annotation(i);
107
+ r && r.label && t.push(r.label);
108
108
  });
109
109
  }
110
110
  },
@@ -149,12 +149,12 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
149
149
  handleSyncPanZoomEvent: function(e) {
150
150
  if (!this.mouseHovered && e.type !== this.entry.type) {
151
151
  const t = e.payload.zoom, a = e.payload.target, n = this.$el.clientHeight, o = this.$el.clientWidth, i = Math.max(o, n);
152
- let s = o / i / t;
152
+ let r = o / i / t;
153
153
  const l = n / i / t, m = [
154
- a[0] / 2 + 0.5 - s / 2,
154
+ a[0] / 2 + 0.5 - r / 2,
155
155
  0.5 - a[1] / 2 - l / 2
156
156
  ];
157
- this.$refs.multiflatmap.getCurrentFlatmap().mapImp.panZoomTo(m, [s, l]);
157
+ this.$refs.multiflatmap.getCurrentFlatmap().mapImp.panZoomTo(m, [r, l]);
158
158
  }
159
159
  },
160
160
  displayTooltip: function(e) {
@@ -184,11 +184,11 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
184
184
  const e = this.getFlatmapImp();
185
185
  if (e) {
186
186
  let t = { id: this.entry.id, prov: e.provenance };
187
- this.$emit("flatmap-provenance-ready", t);
187
+ s.emit("mapImpProv", t), this.$emit("flatmap-provenance-ready", t);
188
188
  }
189
189
  },
190
190
  flatmapChanged: async function(e) {
191
- this.activeSpecies = e, this.openMapOptions = d(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(), p.sendEvent({
191
+ this.activeSpecies = e, this.openMapOptions = d(e), this.$emit("species-changed", e), this.entry.state && this.entry.state.species === this.activeSpecies || this.syncMode == !0 && await this.toggleSyncMode(), this.updateProvCard(), p.sendEvent({
192
192
  event: "interaction_event",
193
193
  event_name: "portal_maps_species_change",
194
194
  category: this.activeSpecies
@@ -198,11 +198,11 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
198
198
  if (e) {
199
199
  e.enablePanZoomEvents(!0), this.flatmapReady = !0;
200
200
  const t = e.mapImp;
201
- this.flatmapMarkerUpdate(t), this.updateProvCard(), r.emit("mapLoaded", e);
201
+ this.flatmapMarkerUpdate(t), this.updateProvCard(), this.loadConnectivityKnowledge(t), s.emit("mapLoaded", e);
202
202
  }
203
203
  },
204
204
  getFlatmapImp: function() {
205
- if (this.entry.type === "MultiFlatmap" && this.flatmapReady && this.$refs.multiflatmap)
205
+ if (this.flatmapReady && this.$refs.multiflatmap)
206
206
  return this.$refs.multiflatmap.getCurrentFlatmap().mapImp;
207
207
  },
208
208
  flatmapAreaSearch() {
@@ -211,7 +211,7 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
211
211
  label: "Unused",
212
212
  val: this.getFlatmapImp().visibleMarkerAnatomicalIds().map((n) => this.idNamePair[n])
213
213
  };
214
- r.emit("PopoverActionClick", a);
214
+ s.emit("PopoverActionClick", a);
215
215
  },
216
216
  restoreFeaturedMarkers: function(e) {
217
217
  this.settingsStore.resetFeaturedMarkerIdentifier();
@@ -232,15 +232,15 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
232
232
  let o = a;
233
233
  if (o || (o = this.getFlatmapImp()), o) {
234
234
  let i = document.createElement("div");
235
- i.innerHTML = b;
236
- const s = o.addMarker(e, {
235
+ i.innerHTML = R;
236
+ const r = o.addMarker(e, {
237
237
  element: i,
238
238
  className: "highlight-marker",
239
239
  cluster: !1
240
240
  });
241
241
  return this.settingsStore.updateFeaturedMarkerIdentifier({
242
242
  index: t,
243
- markerIdentifier: s
243
+ markerIdentifier: r
244
244
  }), !0;
245
245
  }
246
246
  return !1;
@@ -253,6 +253,9 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
253
253
  },
254
254
  showConnectivityTooltips: function(e) {
255
255
  this.flatmapReady && this.$refs.multiflatmap.getCurrentFlatmap().showConnectivityTooltips(e);
256
+ },
257
+ changeConnectivitySource: function(e) {
258
+ this.flatmapReady && this.$refs.multiflatmap.getCurrentFlatmap().changeConnectivitySource(e);
256
259
  }
257
260
  },
258
261
  computed: {
@@ -272,9 +275,9 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
272
275
  }
273
276
  },
274
277
  mounted: function() {
275
- this.getFeaturedDatasets(), r.on("annotation-close", (e) => {
276
- e != null && e.tabClose && this.flatmapReady && this.$refs.multiflatmap && this.$refs.multiflatmap.getCurrentFlatmap().annotationEventCallback({}, { type: "aborted" });
277
- }), r.on("show-connectivity", (e) => {
278
+ this.getFeaturedDatasets(), s.on("annotation-close", () => {
279
+ this.flatmapReady && this.$refs.multiflatmap && this.$refs.multiflatmap.getCurrentFlatmap().annotationEventCallback({}, { type: "aborted" });
280
+ }), s.on("show-connectivity", (e) => {
278
281
  const { featureIds: t, offset: a } = e;
279
282
  if (this.flatmapReady && this.$refs.multiflatmap) {
280
283
  const n = this.$refs.multiflatmap.getCurrentFlatmap();
@@ -283,19 +286,31 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
283
286
  zoom: 4
284
287
  });
285
288
  }
286
- }), r.on("connectivity-component-click", (e) => {
289
+ }), s.on("show-reference-connectivities", (e) => {
290
+ if (this.flatmapReady && this.$refs.multiflatmap) {
291
+ const t = this.$refs.multiflatmap.getCurrentFlatmap();
292
+ t && t.showConnectivitiesByReference(e);
293
+ }
294
+ }), s.on("connectivity-hovered", (e) => {
287
295
  this.showConnectivityTooltips(e);
288
- }), r.on("markerUpdate", () => {
296
+ }), s.on("connectivity-source-change", (e) => {
297
+ this.changeConnectivitySource(e);
298
+ }), s.on("markerUpdate", () => {
289
299
  this.flatmapReady && this.flatmapMarkerUpdate(this.$refs.multiflatmap.getCurrentFlatmap().mapImp);
290
- }), r.on("hoverUpdate", () => {
291
- this.flatmapReady && this.mapHoverHighlight(this.$refs.multiflatmap.getCurrentFlatmap().mapImp);
300
+ }), s.on("hoverUpdate", () => {
301
+ this.flatmapReady && this.cardHoverHighlight();
302
+ }), s.on("connectivity-query-filter", (e) => {
303
+ if (this.flatmapReady && this.$refs.multiflatmap) {
304
+ const t = this.$refs.multiflatmap.getCurrentFlatmap();
305
+ t && this.connectivityQueryFilter(t, e);
306
+ }
292
307
  });
293
308
  }
294
309
  }, H = { class: "viewer-container" };
295
310
  function L(e, t, a, n, o, i) {
296
- const s = f("MultiFlatmapVuer"), l = f("HelpModeDialog");
311
+ const r = f("MultiFlatmapVuer"), l = f("HelpModeDialog");
297
312
  return c(), S("div", H, [
298
- F(s, {
313
+ F(r, {
299
314
  availableSpecies: e.availableSpecies,
300
315
  onFlatmapChanged: i.flatmapChanged,
301
316
  onReady: i.multiFlatmapReady,
@@ -314,7 +329,6 @@ function L(e, t, a, n, o, i) {
314
329
  onAnnotationClose: e.onAnnotationClose,
315
330
  annotationSidebar: e.annotationSidebar,
316
331
  onConnectivityInfoOpen: e.onConnectivityInfoOpen,
317
- onConnectivityInfoClose: e.onConnectivityInfoClose,
318
332
  onConnectivityGraphError: e.onConnectivityGraphError,
319
333
  connectivityInfoSidebar: e.connectivityInfoSidebar,
320
334
  ref: "multiflatmap",
@@ -330,18 +344,18 @@ function L(e, t, a, n, o, i) {
330
344
  onPathwaySelectionChanged: i.onPathwaySelectionChanged,
331
345
  onOpenPubmedUrl: i.onOpenPubmedUrl,
332
346
  onMapmanagerLoaded: e.onMapmanagerLoaded
333
- }, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "mapManager", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityInfoClose", "onConnectivityGraphError", "connectivityInfoSidebar", "showStarInLegend", "openMapOptions", "flatmapAPI", "sparcAPI", "onPanZoomCallback", "onOpenMap", "onFinishHelpMode", "onPathwaySelectionChanged", "onOpenPubmedUrl", "onMapmanagerLoaded"]),
334
- e.helpMode && e.useHelpModeDialog ? (c(), k(l, {
347
+ }, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "mapManager", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityGraphError", "connectivityInfoSidebar", "showStarInLegend", "openMapOptions", "flatmapAPI", "sparcAPI", "onPanZoomCallback", "onOpenMap", "onFinishHelpMode", "onPathwaySelectionChanged", "onOpenPubmedUrl", "onMapmanagerLoaded"]),
348
+ e.helpMode && e.useHelpModeDialog ? (c(), w(l, {
335
349
  key: 0,
336
350
  ref: "multiflatmapHelp",
337
351
  multiflatmapRef: e.multiflatmapRef,
338
352
  lastItem: e.helpModeLastItem,
339
353
  onShowNext: e.onHelpModeShowNext,
340
354
  onFinishHelpMode: e.onFinishHelpMode
341
- }, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : w("", !0)
355
+ }, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : k("", !0)
342
356
  ]);
343
357
  }
344
- const T = /* @__PURE__ */ u(R, [["render", L], ["__scopeId", "data-v-f3105a40"]]);
358
+ const T = /* @__PURE__ */ u(b, [["render", L], ["__scopeId", "data-v-d7df9e7b"]]);
345
359
  export {
346
360
  T as default
347
361
  };
@@ -1,7 +1,7 @@
1
1
  import { PlotVuer as o } from "@abi-software/plotvuer";
2
- import { C as r } from "./ContentMixin-CdE8AlUJ.js";
2
+ import { C as r } from "./ContentMixin-CthZZNjI.js";
3
3
  import { resolveComponent as a, openBlock as n, createBlock as s } from "vue";
4
- import { _ as m } from "./index-DcTjoXV1.js";
4
+ import { _ as m } from "./index-DFkMrKek.js";
5
5
  const p = {
6
6
  name: "Plot",
7
7
  mixins: [r],