@abi-software/mapintegratedvuer 1.7.1 → 1.8.0-beta.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.
@@ -1,10 +1,10 @@
1
1
  import "vue";
2
- import { u as d, d as u, E as r, T as p, e as h, f as m } from "./index-DkVmhrWU.js";
2
+ import { u as p, d as u, E as r, T as d, e as h, f as m } from "./index-B_H6BPK_.js";
3
3
  import { mapStores as g } from "pinia";
4
4
  function y(e) {
5
5
  return e[0].toUpperCase() + e.substring(1);
6
6
  }
7
- const w = {
7
+ const I = {
8
8
  emits: ["flatmap-provenance-ready", "resource-selected", "species-changed"],
9
9
  props: {
10
10
  /**
@@ -22,7 +22,7 @@ const w = {
22
22
  }
23
23
  },
24
24
  computed: {
25
- ...g(d, u),
25
+ ...g(p, u),
26
26
  idNamePair() {
27
27
  return this.splitFlowStore.idNamePair;
28
28
  },
@@ -56,7 +56,7 @@ const w = {
56
56
  this.settingsStore.updateMapManager(e);
57
57
  },
58
58
  trackOpenMap: function(e) {
59
- p.sendEvent({
59
+ d.sendEvent({
60
60
  event: "interaction_event",
61
61
  event_name: "portal_maps_open_map",
62
62
  category: e,
@@ -80,12 +80,12 @@ const w = {
80
80
  * Callback when the vuers emit a selected event.
81
81
  */
82
82
  resourceSelected: function(e, t) {
83
- var n, o, l, f;
83
+ var s, o, l, f;
84
84
  if (this.resourceHasAction(t)) {
85
85
  r.emit("PopoverActionClick", t);
86
86
  return;
87
87
  }
88
- let i, s = !1;
88
+ let i, n = !1;
89
89
  const a = {
90
90
  paneIndex: this.entry.id,
91
91
  type: e,
@@ -94,7 +94,7 @@ const w = {
94
94
  eventType: void 0
95
95
  };
96
96
  if (e == "MultiFlatmap" || e == "Flatmap")
97
- if (a.internalName = (n = t == null ? void 0 : t.feature) != null && n.label ? t.feature.label : this.idNamePair[t.feature.models], t.eventType == "click")
97
+ if (a.internalName = (s = t == null ? void 0 : t.feature) != null && s.label ? t.feature.label : this.idNamePair[t.feature.models], t.eventType == "click")
98
98
  if (a.eventType = "selected", t.feature.type == "marker") {
99
99
  let c = a.internalName;
100
100
  this.settingsStore.isFeaturedMarkerIdentifier(
@@ -110,16 +110,16 @@ const w = {
110
110
  facet: c,
111
111
  facetPropPath: "anatomy.organ.category.name",
112
112
  term: "Anatomical structure"
113
- }, s = !0, e == "MultiFlatmap" && this.$refs.multiflatmap.getCurrentFlatmap().mapImp.clearSearchResults();
114
- } else t.feature.type == "feature" && this.syncMode && (s = !0);
115
- else t.eventType == "mouseenter" && (a.eventType = "highlighted", s = !0);
113
+ }, n = !0, e == "MultiFlatmap" && this.$refs.multiflatmap.getCurrentFlatmap().mapImp.clearSearchResults();
114
+ } else t.feature.type == "feature" && this.syncMode && (n = !0);
115
+ else t.eventType == "mouseenter" && (a.eventType = "highlighted", n = !0);
116
116
  else e == "Scaffold" && (t && t[0] && ((((o = t[0].data) == null ? void 0 : o.id) === void 0 || ((l = t[0].data) == null ? void 0 : l.id) === "") && (t[0].data.id = (f = t[0].data) == null ? void 0 : f.group), a.internalName = t[0].data.id, t[0].data.lastActionOnMarker === !0 && (i = {
117
117
  type: "Facet",
118
118
  facet: y(t[0].data.id),
119
119
  facetPropPath: "anatomy.organ.category.name",
120
120
  term: "Anatomical structure"
121
- })), a.eventType = "selected", s = !0);
122
- i && r.emit("PopoverActionClick", i), s && this.$emit("resource-selected", a);
121
+ })), a.eventType = "selected", n = !0);
122
+ i && r.emit("PopoverActionClick", i), n && this.$emit("resource-selected", a);
123
123
  },
124
124
  resourceHasAction: function(e) {
125
125
  return e.type === "URL" || e.type === "Search" || e.type === "Neuron Search" || e.type == "Facet" || e.type == "Facets";
@@ -144,24 +144,24 @@ const w = {
144
144
  if (e.resource && e.resource.resource && (i = e.resource.resource[0]), this.entry.type === "Scaffold") {
145
145
  if (this.$refs.scaffold.findObjectsWithGroupName(t).length === 0) {
146
146
  if (e.resource && e.resource.feature) {
147
- const n = h(e.resource.feature.models);
148
- if (n.length > 0) return n;
147
+ const s = h(e.resource.feature.models);
148
+ if (s.length > 0) return s;
149
149
  }
150
150
  let a = m(t);
151
151
  if (a)
152
152
  return a;
153
153
  if (i && e.eventType === "selected")
154
- return fetch(`${this.apiLocation}get-related-terms/${i}`).then((n) => n.json()).then((n) => {
155
- if (n.uberon.array.length > 0)
156
- return t = n.uberon.array[0].name.charAt(0).toUpperCase() + n.uberon.array[0].name.slice(1), i = n.uberon.array[0].id.toUpperCase(), { id: i, name: t };
154
+ return fetch(`${this.apiLocation}get-related-terms/${i}`).then((s) => s.json()).then((s) => {
155
+ if (s.uberon.array.length > 0)
156
+ return t = s.uberon.array[0].name.charAt(0).toUpperCase() + s.uberon.array[0].name.slice(1), i = s.uberon.array[0].id.toUpperCase(), { id: i, name: t };
157
157
  });
158
158
  }
159
159
  } else if (this.entry.type === "MultiFlatmap")
160
160
  if (t === "Bladder")
161
161
  t = "Urinary Bladder";
162
162
  else {
163
- const s = h(t);
164
- s.length > 0 && (t = s[0]);
163
+ const n = h(t);
164
+ n.length > 0 && (t = n[0]);
165
165
  }
166
166
  return { id: i, name: t };
167
167
  },
@@ -169,11 +169,11 @@ const w = {
169
169
  getDatasetAnatomyInfo: function(e) {
170
170
  fetch(`${this.apiLocation}dataset_info/anatomy?identifier=${e}`).then((t) => t.json()).then((t) => {
171
171
  const i = t.result[0];
172
- let s;
172
+ let n;
173
173
  try {
174
- s = i.anatomy.organ[0].curie;
174
+ n = i.anatomy.organ[0].curie;
175
175
  } catch {
176
- s = void 0;
176
+ n = void 0;
177
177
  }
178
178
  let a;
179
179
  try {
@@ -181,21 +181,21 @@ const w = {
181
181
  } catch {
182
182
  a = void 0;
183
183
  }
184
- let n;
184
+ let s;
185
185
  try {
186
186
  let o = 0, l = !1;
187
187
  for (; !l && o < i.organisms.subject.length; ) {
188
188
  const f = i.organisms.subject[o];
189
- f.species && (n = f.species.name, l = !0), o += 1;
189
+ f.species && (s = f.species.name, l = !0), o += 1;
190
190
  }
191
191
  } catch {
192
- n = void 0;
192
+ s = void 0;
193
193
  }
194
194
  this.settingsStore.updateFeaturedMarker({
195
195
  identifier: e,
196
- marker: s,
196
+ marker: n,
197
197
  doi: a,
198
- species: n
198
+ species: s
199
199
  });
200
200
  });
201
201
  },
@@ -279,11 +279,29 @@ const w = {
279
279
  checkEndHelpMouseDown: function(e) {
280
280
  e.target.closest(".help-mode-dialog") || this.endHelp();
281
281
  },
282
- mapHoverHighlight: function(e) {
282
+ getConnectivitiesByDOI: async function(e) {
283
+ return await this.$refs.multiflatmap.getCurrentFlatmap().searchConnectivitiesByReference(e);
284
+ },
285
+ highlightAnatomies: async function(e, t, i) {
286
+ const n = [...t], a = this.settingsStore.hoverHighlightOptions;
287
+ if (a.highlightConnectedPaths) {
288
+ const s = await e.queryPathsForFeatures(t);
289
+ s && n.push(...s);
290
+ }
291
+ if (a.highlightDOIPaths) {
292
+ const s = await this.getConnectivitiesByDOI(i);
293
+ s && n.push(...s);
294
+ }
295
+ return n;
296
+ },
297
+ mapHoverHighlight: function() {
283
298
  if (this.visible) {
284
- const t = this.settingsStore.hoverAnatomies, i = this.settingsStore.hoverOrgans;
285
- t.length || i.length ? (clearTimeout(this.hoverDelay), this.multiflatmapRef || this.flatmapRef ? e == null || e.zoomToFeatures(t, { noZoomIn: !0 }) : this.scaffoldRef && (e == null || e.changeHighlightedByName(i, "", !1))) : this.hoverDelay = setTimeout(() => {
286
- this.multiflatmapRef || this.flatmapRef ? e == null || e.clearSearchResults() : this.scaffoldRef && (e == null || e.changeHighlightedByName(i, "", !1));
299
+ const e = this.settingsStore.hoverAnatomies, t = this.settingsStore.hoverOrgans, i = this.settingsStore.hoverDOI;
300
+ let n = null, a = null;
301
+ this.flatmapRef && (n = this.$refs.flatmap.mapImp), this.multiflatmapRef && (n = this.$refs.multiflatmap.getCurrentFlatmap().mapImp), this.scaffoldRef && (a = this.$refs.scaffold), n && n.clearSearchResults(), e.length || t.length ? (clearTimeout(this.hoverDelay), this.multiflatmapRef || this.flatmapRef ? this.highlightAnatomies(n, e, i).then((s) => {
302
+ n.selectFeatures(s);
303
+ }) : this.scaffoldRef && (a == null || a.changeHighlightedByName(t, "", !1))) : this.hoverDelay = setTimeout(() => {
304
+ this.multiflatmapRef || this.flatmapRef ? n == null || n.clearSearchResults() : this.scaffoldRef && (a == null || a.changeHighlightedByName(t, "", !1));
287
305
  }, 500);
288
306
  }
289
307
  },
@@ -335,5 +353,5 @@ const w = {
335
353
  }
336
354
  };
337
355
  export {
338
- w as C
356
+ I as C
339
357
  };
@@ -1,8 +1,8 @@
1
- import { _ as c, i as h, t as u, T as l, E as r } from "./index-DkVmhrWU.js";
2
- import { C as I } from "./ContentMixin-BTZsoldP.js";
3
- import { D as g, y as M } from "./style-CDBCHm5P.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 d, b as h, t as u, T as s, E as r } from "./index-B_H6BPK_.js";
2
+ import { C as I } from "./ContentMixin-B9DtqhYT.js";
3
+ import { D as g, a as M } from "./style-Bt2YbWCx.js";
4
+ import { resolveComponent as l, openBlock as p, createElementBlock as v, createVNode as y, createBlock as C, createCommentVNode as S } from "vue";
5
+ const w = {
6
6
  name: "Flatmap",
7
7
  mixins: [I, g],
8
8
  components: {
@@ -23,69 +23,69 @@ const F = {
23
23
  var e;
24
24
  return (e = this.$refs.flatmap) == null ? void 0 : e.mapImp;
25
25
  },
26
- flatmaprResourceSelected: function(e, a) {
27
- if (this.resourceSelected(e, a), a.eventType === "click" && a.feature.type === "feature") {
28
- const n = {
29
- label: a.label || "",
30
- id: a.feature.id || "",
31
- featureId: a.feature.featureId || "",
32
- taxonomy: a.taxonomy || "",
33
- resources: a.resource.join(", ")
34
- }, t = u(n);
35
- l.sendEvent({
26
+ flatmaprResourceSelected: function(e, t) {
27
+ if (this.resourceSelected(e, t), t.eventType === "click" && t.feature.type === "feature") {
28
+ const a = {
29
+ label: t.label || "",
30
+ id: t.feature.id || "",
31
+ featureId: t.feature.featureId || "",
32
+ taxonomy: t.taxonomy || "",
33
+ resources: t.resource.join(", ")
34
+ }, n = u(a);
35
+ s.sendEvent({
36
36
  event: "interaction_event",
37
37
  event_name: "portal_maps_connectivity",
38
- category: t,
38
+ category: n,
39
39
  location: e + " " + this.$refs.flatmap.viewingMode
40
40
  });
41
41
  }
42
42
  },
43
43
  flatmapReadyCall: function(e) {
44
- let a = { id: this.entry.id, prov: this.getFlatmapImp().provenance };
45
- r.emit("mapImpProv", a), this.$emit("flatmap-provenance-ready", a), this.flatmapReadyForMarkerUpdates(e), r.emit("mapLoaded", e);
44
+ let t = { id: this.entry.id, prov: this.getFlatmapImp().provenance };
45
+ r.emit("mapImpProv", t), this.$emit("flatmap-provenance-ready", t), this.flatmapReadyForMarkerUpdates(e), r.emit("mapLoaded", e);
46
46
  },
47
47
  onPathwaySelectionChanged: function(e) {
48
- const { label: a, property: n, checked: t, selectionsTitle: i } = e;
49
- l.sendEvent({
48
+ const { label: t, property: a, checked: n, selectionsTitle: i } = e;
49
+ s.sendEvent({
50
50
  event: "interaction_event",
51
51
  event_name: "portal_maps_pathway_change",
52
- category: a + " [" + n + "] " + t,
52
+ category: t + " [" + a + "] " + n,
53
53
  location: i
54
54
  });
55
55
  },
56
56
  highlightFeatures: function(e) {
57
- let a = e.name;
58
- const n = this.$refs.flatmap.mapImp;
59
- if (a) {
60
- const t = n.search(a);
61
- t.featureIds[0] && n.highlightFeatures([
62
- n.modelForFeature(t.featureIds[0])
57
+ let t = e.name;
58
+ const a = this.$refs.flatmap.mapImp;
59
+ if (t) {
60
+ const n = a.search(t);
61
+ n.featureIds[0] && a.highlightFeatures([
62
+ a.modelForFeature(n.featureIds[0])
63
63
  ]);
64
64
  }
65
65
  },
66
66
  /**
67
67
  * Append the list of suggested terms to suggestions
68
68
  */
69
- searchSuggestions: function(e, a) {
69
+ searchSuggestions: function(e, t) {
70
70
  if (e && this.$refs.flatmap.mapImp) {
71
- const n = this.$refs.flatmap.mapImp.search(e);
72
- (n.__featureIds || n.featureIds).forEach((i) => {
71
+ const a = this.$refs.flatmap.mapImp.search(e);
72
+ (a.__featureIds || a.featureIds).forEach((i) => {
73
73
  const o = this.$refs.flatmap.mapImp.annotation(i);
74
- o && o.label && a.push(o.label);
74
+ o && o.label && t.push(o.label);
75
75
  });
76
76
  }
77
77
  },
78
- zoomToFeatures: function(e, a) {
79
- let n = e.name;
80
- const t = this.$refs.flatmap.mapImp;
81
- if (n) {
82
- const i = t.search(n);
78
+ zoomToFeatures: function(e, t) {
79
+ let a = e.name;
80
+ const n = this.$refs.flatmap.mapImp;
81
+ if (a) {
82
+ const i = n.search(a);
83
83
  if (i.featureIds.length) {
84
- let o = t.modelForFeature(i.featureIds[0]);
85
- o ? (a && t.selectFeatures(o), t.zoomToFeatures(o)) : t.clearSearchResults();
84
+ let o = n.modelForFeature(i.featureIds[0]);
85
+ o ? (t && n.selectFeatures(o), n.zoomToFeatures(o)) : n.clearSearchResults();
86
86
  }
87
87
  } else
88
- t.clearSearchResults();
88
+ n.clearSearchResults();
89
89
  },
90
90
  changeViewingMode: function(e) {
91
91
  this.$refs.flatmap.changeViewingMode(e);
@@ -98,29 +98,32 @@ const F = {
98
98
  },
99
99
  mounted: function() {
100
100
  r.on("annotation-close", (e) => {
101
- const a = this.$refs.flatmap;
102
- e != null && e.tabClose && a && this.$refs.flatmap.annotationEventCallback({}, { type: "aborted" });
101
+ const t = this.$refs.flatmap;
102
+ e != null && e.tabClose && t && this.$refs.flatmap.annotationEventCallback({}, { type: "aborted" });
103
103
  }), r.on("markerUpdate", () => {
104
104
  this.flatmapMarkerUpdate(void 0);
105
105
  }), r.on("hoverUpdate", () => {
106
- this.mapHoverHighlight(this.$refs.flatmap.mapImp);
106
+ this.mapHoverHighlight();
107
107
  }), r.on("show-connectivity", (e) => {
108
- const { featureIds: a, offset: n } = e, t = this.$refs.flatmap;
109
- t && t.moveMap(a, {
110
- offsetX: n ? -150 : 0,
108
+ const { featureIds: t, offset: a } = e, n = this.$refs.flatmap;
109
+ n && n.moveMap(t, {
110
+ offsetX: a ? -150 : 0,
111
111
  zoom: 4
112
112
  });
113
+ }), r.on("show-reference-connectivities", (e) => {
114
+ const t = this.$refs.flatmap;
115
+ t && t.showConnectivitiesByReference(e);
113
116
  });
114
117
  }
115
- }, w = { class: "viewer-container" };
116
- function b(e, a, n, t, i, o) {
117
- const m = s("FlatmapVuer"), f = s("HelpModeDialog");
118
- return p(), y("div", w, [
119
- v(m, {
118
+ }, F = { class: "viewer-container" };
119
+ function b(e, t, a, n, i, o) {
120
+ const m = l("FlatmapVuer"), f = l("HelpModeDialog");
121
+ return p(), v("div", F, [
122
+ y(m, {
120
123
  state: e.entry.state,
121
124
  entry: e.entry.resource,
122
125
  mapManager: e.mapManager,
123
- onResourceSelected: a[0] || (a[0] = (d) => o.flatmaprResourceSelected(e.entry.type, d)),
126
+ onResourceSelected: t[0] || (t[0] = (c) => o.flatmaprResourceSelected(e.entry.type, c)),
124
127
  onPanZoomCallback: e.flatmapPanZoomCallback,
125
128
  name: e.entry.resource,
126
129
  style: { height: "100%", width: "100%" },
@@ -151,17 +154,17 @@ function b(e, a, n, t, i, o) {
151
154
  onPathwaySelectionChanged: o.onPathwaySelectionChanged,
152
155
  onMapmanagerLoaded: e.onMapmanagerLoaded
153
156
  }, 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"]),
154
- e.helpMode && e.useHelpModeDialog ? (p(), S(f, {
157
+ e.helpMode && e.useHelpModeDialog ? (p(), C(f, {
155
158
  key: 0,
156
159
  ref: "flatmapHelp",
157
160
  flatmapRef: e.flatmapRef,
158
161
  lastItem: e.helpModeLastItem,
159
162
  onShowNext: e.onHelpModeShowNext,
160
163
  onFinishHelpMode: e.onFinishHelpMode
161
- }, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : C("", !0)
164
+ }, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : S("", !0)
162
165
  ]);
163
166
  }
164
- const R = /* @__PURE__ */ c(F, [["render", b], ["__scopeId", "data-v-9e155ca8"]]);
167
+ const k = /* @__PURE__ */ d(w, [["render", b], ["__scopeId", "data-v-e3d04e7c"]]);
165
168
  export {
166
- R as default
169
+ k as default
167
170
  };
@@ -1,6 +1,6 @@
1
- import { C as r } from "./ContentMixin-BTZsoldP.js";
1
+ import { C as r } from "./ContentMixin-B9DtqhYT.js";
2
2
  import { openBlock as o, createElementBlock as t, createElementVNode as s } from "vue";
3
- import { _ as n } from "./index-DkVmhrWU.js";
3
+ import { _ as n } from "./index-B_H6BPK_.js";
4
4
  const a = {
5
5
  name: "Iframe",
6
6
  mixins: [r]
@@ -1,6 +1,6 @@
1
- import { _ as u, i as h, a as y, g, E as r, t as M, T as p } from "./index-DkVmhrWU.js";
2
- import { C as v } from "./ContentMixin-BTZsoldP.js";
3
- import { D as I, F as C } from "./style-CDBCHm5P.js";
1
+ import { _ as u, b as h, a as y, g, E as r, t as M, T as p } from "./index-B_H6BPK_.js";
2
+ import { C as v } from "./ContentMixin-B9DtqhYT.js";
3
+ import { D as I, T as C } from "./style-Bt2YbWCx.js";
4
4
  import { resolveComponent as f, openBlock as c, createElementBlock as S, createVNode as F, createBlock as k, createCommentVNode as w } from "vue";
5
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) => {
6
6
  const t = [
@@ -283,12 +283,17 @@ const b = '<svg width="72px" height="72px" viewBox="0 0 24 24" fill="yellow"><pa
283
283
  zoom: 4
284
284
  });
285
285
  }
286
+ }), r.on("show-reference-connectivities", (e) => {
287
+ if (this.flatmapReady && this.$refs.multiflatmap) {
288
+ const t = this.$refs.multiflatmap.getCurrentFlatmap();
289
+ t && t.showConnectivitiesByReference(e);
290
+ }
286
291
  }), r.on("connectivity-component-click", (e) => {
287
292
  this.showConnectivityTooltips(e);
288
293
  }), r.on("markerUpdate", () => {
289
294
  this.flatmapReady && this.flatmapMarkerUpdate(this.$refs.multiflatmap.getCurrentFlatmap().mapImp);
290
295
  }), r.on("hoverUpdate", () => {
291
- this.flatmapReady && this.mapHoverHighlight(this.$refs.multiflatmap.getCurrentFlatmap().mapImp);
296
+ this.flatmapReady && this.mapHoverHighlight();
292
297
  });
293
298
  }
294
299
  }, H = { class: "viewer-container" };
@@ -341,7 +346,7 @@ function L(e, t, a, n, o, i) {
341
346
  }, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : w("", !0)
342
347
  ]);
343
348
  }
344
- const T = /* @__PURE__ */ u(R, [["render", L], ["__scopeId", "data-v-f3105a40"]]);
349
+ const A = /* @__PURE__ */ u(R, [["render", L], ["__scopeId", "data-v-4f713fcd"]]);
345
350
  export {
346
- T as default
351
+ A as default
347
352
  };
@@ -1,7 +1,7 @@
1
1
  import { PlotVuer as o } from "@abi-software/plotvuer";
2
- import { C as r } from "./ContentMixin-BTZsoldP.js";
2
+ import { C as r } from "./ContentMixin-B9DtqhYT.js";
3
3
  import { resolveComponent as a, openBlock as n, createBlock as s } from "vue";
4
- import { _ as m } from "./index-DkVmhrWU.js";
4
+ import { _ as m } from "./index-B_H6BPK_.js";
5
5
  const p = {
6
6
  name: "Plot",
7
7
  mixins: [r],