@abi-software/mapintegratedvuer 1.18.0 → 1.18.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.
- package/dist/{ConnectivityGraph-Bs-lKYZR.js → ConnectivityGraph-DqC2P99E.js} +2 -2
- package/dist/{ContentMixin-DdcqAvf4.js → ContentMixin-CLr2YdhY.js} +63 -56
- package/dist/{Flatmap-7SmySiz0.js → Flatmap-7QqdYiDc.js} +3 -3
- package/dist/{Iframe-BqotmM4i.js → Iframe-Di_ovKaM.js} +2 -2
- package/dist/{MultiFlatmap-x3GEBnUb.js → MultiFlatmap-B3K1bY4o.js} +3 -3
- package/dist/{Plot-B-1imQY1.js → Plot-COeyJ7mQ.js} +2 -2
- package/dist/{Scaffold-C6-zfB3X.js → Scaffold-D94deYVk.js} +2 -2
- package/dist/{Simulation-5zuCkV0O.js → Simulation-Pd_9o8iF.js} +2 -2
- package/dist/{index-Dop9gDcW.js → index-o_HxI1zc.js} +9138 -9137
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +181 -181
- package/dist/{style-Bqxs_o_d.js → style-BRt2hfBy.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/src/components/SplitFlow.vue +8 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as c, B as h, E as m } from "./index-
|
|
2
|
-
import { C as y } from "./ContentMixin-
|
|
1
|
+
import { _ as c, B as h, E as m } from "./index-o_HxI1zc.js";
|
|
2
|
+
import { C as y } from "./ContentMixin-CLr2YdhY.js";
|
|
3
3
|
import { resolveComponent as p, openBlock as d, createElementBlock as l, createVNode as v } from "vue";
|
|
4
4
|
const g = {
|
|
5
5
|
name: "ConnectivityGraph",
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
import { markRaw as A } from "vue";
|
|
2
|
-
import { G as
|
|
3
|
-
import { mapStores as
|
|
4
|
-
const
|
|
2
|
+
import { G as _, c as E, u as O, d as N, e as x, f as P, T as L, E as m, h as w, l as B, i as X } from "./index-o_HxI1zc.js";
|
|
3
|
+
import { mapStores as U } from "pinia";
|
|
4
|
+
const d = function(e) {
|
|
5
5
|
return e ? [...new Set(e.map((n) => JSON.stringify(n)))].map(
|
|
6
6
|
(n) => JSON.parse(n)
|
|
7
7
|
) : [];
|
|
8
|
-
},
|
|
8
|
+
}, F = function(e) {
|
|
9
|
+
if (!e) return [];
|
|
10
|
+
const n = /* @__PURE__ */ new Set(), r = [];
|
|
11
|
+
return e.forEach((t) => {
|
|
12
|
+
const { id: a, name: l } = t, s = `${a.toLowerCase()}:${l.toLowerCase()}`;
|
|
13
|
+
n.has(s) || (n.add(s), r.push(t));
|
|
14
|
+
}), r;
|
|
15
|
+
}, y = [], T = async function(e, n) {
|
|
9
16
|
const r = n.filter(
|
|
10
|
-
(l) =>
|
|
11
|
-
), t =
|
|
17
|
+
(l) => y.some((s) => s.taxon === l)
|
|
18
|
+
), t = y.filter(
|
|
12
19
|
(l) => r.includes(l.taxon)
|
|
13
20
|
), a = n.filter(
|
|
14
21
|
(l) => !r.includes(l)
|
|
@@ -20,19 +27,19 @@ const b = function(e) {
|
|
|
20
27
|
let { entity: i, label: h } = s;
|
|
21
28
|
h === "Mammalia" && (h = "Mammalia not otherwise specified");
|
|
22
29
|
const o = { taxon: i, label: h };
|
|
23
|
-
t.push(o),
|
|
30
|
+
t.push(o), y.push(o);
|
|
24
31
|
}), t;
|
|
25
32
|
} else
|
|
26
33
|
return t;
|
|
27
|
-
},
|
|
34
|
+
}, R = function(e, n) {
|
|
28
35
|
if (!e || !n) return !1;
|
|
29
36
|
let r = JSON.stringify(e), t = JSON.stringify(n);
|
|
30
37
|
return r.indexOf(t) !== -1;
|
|
31
|
-
},
|
|
38
|
+
}, M = (e, n) => {
|
|
32
39
|
const r = e.name ?? e, t = n.name ?? n, a = r.toUpperCase(), l = t.toUpperCase();
|
|
33
40
|
return a < l ? -1 : a > l ? 1 : 0;
|
|
34
41
|
};
|
|
35
|
-
let
|
|
42
|
+
let S = function() {
|
|
36
43
|
this.initialise = function(e) {
|
|
37
44
|
this.flatmapAPI = e, this.destinations = [], this.origins = [], this.components = [], this.destinationsWithDatasets = [], this.originsWithDatasets = [], this.componentsWithDatasets = [], this.destinationsCombinations = [], this.originsCombinations = [], this.componentsCombinations = [], this.singleConnectivityList = [], this.hasSingleConnectivityList = !1, this.rawURLs = [], this.controller = void 0, this.uberons = [], this.lookUp = [], this.connectivitySource = "map", this.noMapConnectivity = !1;
|
|
38
45
|
}, this.createTooltipData = async function(e, n) {
|
|
@@ -42,7 +49,7 @@ let T = function() {
|
|
|
42
49
|
if (n.provenanceTaxonomy) {
|
|
43
50
|
t = [];
|
|
44
51
|
try {
|
|
45
|
-
const l = await
|
|
52
|
+
const l = await T(e, n.provenanceTaxonomy);
|
|
46
53
|
l.length && l.forEach((s) => {
|
|
47
54
|
const { label: i } = s;
|
|
48
55
|
t.push(i);
|
|
@@ -55,9 +62,9 @@ let T = function() {
|
|
|
55
62
|
destinations: this.destinations,
|
|
56
63
|
origins: this.origins,
|
|
57
64
|
components: this.components,
|
|
58
|
-
destinationsWithDatasets: this.destinationsWithDatasets,
|
|
59
|
-
originsWithDatasets: this.originsWithDatasets,
|
|
60
|
-
componentsWithDatasets: this.componentsWithDatasets,
|
|
65
|
+
destinationsWithDatasets: F(this.destinationsWithDatasets),
|
|
66
|
+
originsWithDatasets: F(this.originsWithDatasets),
|
|
67
|
+
componentsWithDatasets: F(this.componentsWithDatasets),
|
|
61
68
|
destinationsCombinations: this.destinationsCombinations,
|
|
62
69
|
originsCombinations: this.originsCombinations,
|
|
63
70
|
componentsCombinations: this.componentsCombinations,
|
|
@@ -74,11 +81,11 @@ let T = function() {
|
|
|
74
81
|
return {
|
|
75
82
|
...e,
|
|
76
83
|
origins: this.origins,
|
|
77
|
-
originsWithDatasets: this.originsWithDatasets,
|
|
84
|
+
originsWithDatasets: F(this.originsWithDatasets),
|
|
78
85
|
components: this.components,
|
|
79
|
-
componentsWithDatasets: this.componentsWithDatasets,
|
|
86
|
+
componentsWithDatasets: F(this.componentsWithDatasets),
|
|
80
87
|
destinations: this.destinations,
|
|
81
|
-
destinationsWithDatasets: this.destinationsWithDatasets,
|
|
88
|
+
destinationsWithDatasets: F(this.destinationsWithDatasets),
|
|
82
89
|
destinationsCombinations: this.destinationsCombinations,
|
|
83
90
|
originsCombinations: this.originsCombinations,
|
|
84
91
|
componentsCombinations: this.componentsCombinations,
|
|
@@ -94,7 +101,7 @@ let T = function() {
|
|
|
94
101
|
return new Promise(async (r) => {
|
|
95
102
|
let t = {};
|
|
96
103
|
this.uberons = [];
|
|
97
|
-
const a = await
|
|
104
|
+
const a = await T(e, n);
|
|
98
105
|
a.length && (a.forEach((l) => {
|
|
99
106
|
const { taxon: s, label: i } = l;
|
|
100
107
|
t[s] = i, this.uberons.push({
|
|
@@ -130,9 +137,9 @@ let T = function() {
|
|
|
130
137
|
Array.isArray(a) ? t.push(a.flat()) : t.push(a);
|
|
131
138
|
}), t.flat();
|
|
132
139
|
}, this.findComponents = function(e, n, r, t) {
|
|
133
|
-
let a = e.connectivity.flat(), l =
|
|
140
|
+
let a = e.connectivity.flat(), l = d(a), s = [], i = !1;
|
|
134
141
|
return l.forEach((h) => {
|
|
135
|
-
i = !1,
|
|
142
|
+
i = !1, R(n, h) && (i = !0), t && R(t, h) && (i = !0), R(r, h) && (i = !0), i || s.push(h);
|
|
136
143
|
}), s;
|
|
137
144
|
}, this.retrieveFlatmapKnowledgeForEvent = async function(e, n) {
|
|
138
145
|
this.controller && this.controller.abort(), this.controller = new AbortController(), this.controller.signal;
|
|
@@ -142,7 +149,7 @@ let T = function() {
|
|
|
142
149
|
return await Promise.all([t]);
|
|
143
150
|
}, this.queryForConnectivityNew = async function(e, n, r = "map", t = !0) {
|
|
144
151
|
const a = /^sckan-(\d{4})/.exec(e.knowledgeSource || ""), s = (a ? Number(a[1]) : 0) >= 2026, i = e.mapMetadata.uuid, h = this.flatmapAPI;
|
|
145
|
-
return this.connectivitySource = s ? "sckan" : r, s && (this.singleConnectivityList = await
|
|
152
|
+
return this.connectivitySource = s ? "sckan" : r, s && (this.singleConnectivityList = await _(h, i, n)), new Promise((o) => {
|
|
146
153
|
(this.connectivitySource === "map" ? this.queryMapConnectivity(e.mapMetadata.uuid, n) : e.queryKnowledge(n)).then((c) => {
|
|
147
154
|
if (this.checkConnectivityExists(c)) {
|
|
148
155
|
this.connectivitySource === "map" && (this.noMapConnectivity = !1);
|
|
@@ -215,11 +222,11 @@ let T = function() {
|
|
|
215
222
|
let t = this.flattenConnectivity(e), a = this.flattenConnectivity(n), l = this.flattenConnectivity(r);
|
|
216
223
|
this.originsWithDatasets = this.uberons.filter(
|
|
217
224
|
(s) => t.indexOf(s.id) !== -1
|
|
218
|
-
).sort(
|
|
225
|
+
).sort(M), this.componentsWithDatasets = this.uberons.filter(
|
|
219
226
|
(s) => a.indexOf(s.id) !== -1
|
|
220
|
-
).sort(
|
|
227
|
+
).sort(M), this.destinationsWithDatasets = this.uberons.filter(
|
|
221
228
|
(s) => l.indexOf(s.id) !== -1
|
|
222
|
-
).sort(
|
|
229
|
+
).sort(M), this.singleConnectivityList.length > 0 && this.singleConnectivityList.forEach((s) => {
|
|
223
230
|
const { sckanNodeId: i, sckanNodeLabel: h, mapNodeId: o, mapNodeLabel: u } = s;
|
|
224
231
|
r.find((c) => JSON.stringify(c) === JSON.stringify(i)) && (this.destinationsCombinations.push({
|
|
225
232
|
sckanId: i,
|
|
@@ -263,20 +270,20 @@ let T = function() {
|
|
|
263
270
|
const h = ["ilxtr:hasSomaLocatedIn"], o = ["ilxtr:hasAxonPresynapticElementIn", "ilxtr:hasAxonSensorySubcellularElementIn"];
|
|
264
271
|
h.forEach((u) => {
|
|
265
272
|
u in n["node-phenotypes"] && t.push(...n["node-phenotypes"][u]);
|
|
266
|
-
}), t =
|
|
273
|
+
}), t = d(t), o.forEach((u) => {
|
|
267
274
|
u in n["node-phenotypes"] && a.push(...n["node-phenotypes"][u]);
|
|
268
|
-
}), a =
|
|
275
|
+
}), a = d(a);
|
|
269
276
|
} else
|
|
270
|
-
a =
|
|
277
|
+
a = d(n.axons), n.somas && n.somas.length > 0 && t.push(...n.somas), n.dendrites && n.dendrites.length > 0 && t.push(...n.dendrites), t = d(t), l = n.somas;
|
|
271
278
|
const s = this.findComponents(n, a, t, l), i = this.findAllIdsFromConnectivity(n);
|
|
272
279
|
this.createLabelLookup(e, i).then((h) => {
|
|
273
280
|
this.origins = t.map(
|
|
274
281
|
(o) => this.createLabelFromNeuralNode(o, h)
|
|
275
|
-
).sort(
|
|
282
|
+
).sort(M), this.components = s.map(
|
|
276
283
|
(o) => this.createLabelFromNeuralNode(o, h)
|
|
277
|
-
).sort(
|
|
284
|
+
).sort(M), this.destinations = a.map(
|
|
278
285
|
(o) => this.createLabelFromNeuralNode(o, h)
|
|
279
|
-
).sort(
|
|
286
|
+
).sort(M), this.flattenAndFindDatasets(t, s, a), r({
|
|
280
287
|
ids: {
|
|
281
288
|
dendrites: t,
|
|
282
289
|
components: s,
|
|
@@ -316,7 +323,7 @@ let T = function() {
|
|
|
316
323
|
return l.values;
|
|
317
324
|
};
|
|
318
325
|
};
|
|
319
|
-
const
|
|
326
|
+
const I = [
|
|
320
327
|
{
|
|
321
328
|
id: 0,
|
|
322
329
|
nerve_id: "ILX:0793723",
|
|
@@ -1129,9 +1136,9 @@ const S = [
|
|
|
1129
1136
|
"FMA subclasses (in human nerves)": ["FMA:6892", "FMA:6893"],
|
|
1130
1137
|
"subclass labels": ["Right T9 grey ramus communicans", "Left T9 grey ramus communicans"]
|
|
1131
1138
|
}
|
|
1132
|
-
],
|
|
1139
|
+
], D = () => {
|
|
1133
1140
|
const e = {};
|
|
1134
|
-
return
|
|
1141
|
+
return I.forEach((n) => {
|
|
1135
1142
|
const r = n.nerve_id, t = n.label.toLowerCase(), a = n["subclass labels"];
|
|
1136
1143
|
if (r && t !== "nerve") {
|
|
1137
1144
|
if (!a.length)
|
|
@@ -1150,7 +1157,7 @@ const S = [
|
|
|
1150
1157
|
label: "Nerves",
|
|
1151
1158
|
children: []
|
|
1152
1159
|
}, r = [];
|
|
1153
|
-
for (const t of
|
|
1160
|
+
for (const t of I) {
|
|
1154
1161
|
if (t.label === "nerve")
|
|
1155
1162
|
continue;
|
|
1156
1163
|
let a = {
|
|
@@ -1169,10 +1176,10 @@ const S = [
|
|
|
1169
1176
|
}
|
|
1170
1177
|
return r.length && (n.children = r.sort((t, a) => t.label.localeCompare(a.label)), e.push(n)), e;
|
|
1171
1178
|
};
|
|
1172
|
-
function
|
|
1179
|
+
function $(e) {
|
|
1173
1180
|
return e[0].toUpperCase() + e.substring(1);
|
|
1174
1181
|
}
|
|
1175
|
-
const
|
|
1182
|
+
const W = {
|
|
1176
1183
|
emits: ["flatmap-provenance-ready", "resource-selected", "species-changed"],
|
|
1177
1184
|
props: {
|
|
1178
1185
|
/**
|
|
@@ -1191,7 +1198,7 @@ const J = {
|
|
|
1191
1198
|
},
|
|
1192
1199
|
inject: ["showGlobalSettings", "showOpenMapButton"],
|
|
1193
1200
|
computed: {
|
|
1194
|
-
...
|
|
1201
|
+
...U(E, O, N, x),
|
|
1195
1202
|
idNamePair() {
|
|
1196
1203
|
return this.splitFlowStore.idNamePair;
|
|
1197
1204
|
},
|
|
@@ -1248,7 +1255,7 @@ const J = {
|
|
|
1248
1255
|
this.settingsStore.updateMapManager(e);
|
|
1249
1256
|
},
|
|
1250
1257
|
trackOpenMap: function(e) {
|
|
1251
|
-
|
|
1258
|
+
L.sendEvent({
|
|
1252
1259
|
event: "interaction_event",
|
|
1253
1260
|
event_name: "portal_maps_open_map",
|
|
1254
1261
|
category: e,
|
|
@@ -1328,7 +1335,7 @@ const J = {
|
|
|
1328
1335
|
} else r.eventType == "mouseenter" && (l.eventType = "highlighted", a = !0);
|
|
1329
1336
|
else e == "Scaffold" && (r && ((((i = r.data) == null ? void 0 : i.id) === void 0 || ((h = r.data) == null ? void 0 : h.id) === "") && (r.data.id = (o = r.data) == null ? void 0 : o.group), l.internalName = r.data.id, r.data.lastActionOnMarker === !0 && (t = {
|
|
1330
1337
|
type: "Facet",
|
|
1331
|
-
facets: [
|
|
1338
|
+
facets: [$(r.data.id)]
|
|
1332
1339
|
})), l.eventType = "selected", a = !0);
|
|
1333
1340
|
t && m.emit("PopoverActionClick", t), a && this.$emit("resource-selected", l);
|
|
1334
1341
|
},
|
|
@@ -1388,7 +1395,7 @@ const J = {
|
|
|
1388
1395
|
n.forEach((h) => {
|
|
1389
1396
|
const { models: o } = h.feature;
|
|
1390
1397
|
i.push(o);
|
|
1391
|
-
}),
|
|
1398
|
+
}), L.sendEvent({
|
|
1392
1399
|
event: "interaction_event",
|
|
1393
1400
|
event_name: "portal_maps_connectivity",
|
|
1394
1401
|
category: i.join(", "),
|
|
@@ -1518,7 +1525,7 @@ const J = {
|
|
|
1518
1525
|
},
|
|
1519
1526
|
mockUpFlatmapService: async function() {
|
|
1520
1527
|
const r = (await (await fetch(this.flatmapAPI)).json()).filter((u) => u.id === "human-flatmap_male").sort((u, c) => c.created.localeCompare(u.created))[0], t = r.uuid, a = r.sckan["knowledge-source"], s = await (await fetch(`${this.flatmapAPI}/flatmap/${t}/pathways`)).json();
|
|
1521
|
-
this.flatmapQueries = A(new
|
|
1528
|
+
this.flatmapQueries = A(new S()), this.flatmapQueries.initialise(this.flatmapAPI);
|
|
1522
1529
|
const i = {
|
|
1523
1530
|
mapMetadata: {
|
|
1524
1531
|
uuid: t,
|
|
@@ -1536,13 +1543,13 @@ const J = {
|
|
|
1536
1543
|
queryLabels: async (u) => {
|
|
1537
1544
|
const c = `select source, entity, knowledge from knowledge where (source=? or source is null) and entity in (?${", ?".repeat(u.length - 1)}) order by entity, source desc`, v = [a, ...u], f = await this.flatmapQueries.queryKnowledge(c, v), p = [];
|
|
1538
1545
|
let g;
|
|
1539
|
-
for (const
|
|
1540
|
-
if (
|
|
1541
|
-
const
|
|
1546
|
+
for (const b of f)
|
|
1547
|
+
if (b[1] !== g) {
|
|
1548
|
+
const C = JSON.parse(b[2]);
|
|
1542
1549
|
p.push({
|
|
1543
|
-
entity:
|
|
1544
|
-
label:
|
|
1545
|
-
}), g =
|
|
1550
|
+
entity: b[1],
|
|
1551
|
+
label: C.label || b[1]
|
|
1552
|
+
}), g = b[1];
|
|
1546
1553
|
}
|
|
1547
1554
|
return p;
|
|
1548
1555
|
}
|
|
@@ -1550,20 +1557,20 @@ const J = {
|
|
|
1550
1557
|
return {
|
|
1551
1558
|
mockup: !0,
|
|
1552
1559
|
getFilterOptions: async (u, c) => {
|
|
1553
|
-
const f = await
|
|
1560
|
+
const f = await X(this.flatmapAPI, u, c, void 0);
|
|
1554
1561
|
return [...h, ...f];
|
|
1555
1562
|
},
|
|
1556
|
-
getTermNerveMaps:
|
|
1563
|
+
getTermNerveMaps: D,
|
|
1557
1564
|
mapImp: i
|
|
1558
1565
|
};
|
|
1559
1566
|
},
|
|
1560
1567
|
loadConnectivityExplorerConfig: async function(e) {
|
|
1561
1568
|
var l;
|
|
1562
|
-
const n = e.mapImp, r =
|
|
1569
|
+
const n = e.mapImp, r = w(n), t = e.mockup ? n.resource : n.uuid;
|
|
1563
1570
|
let a = [];
|
|
1564
1571
|
if (!this.connectivityKnowledge[r]) {
|
|
1565
|
-
this.flatmapQueries = A(new
|
|
1566
|
-
const s = await
|
|
1572
|
+
this.flatmapQueries = A(new S()), this.flatmapQueries.initialise(this.flatmapAPI);
|
|
1573
|
+
const s = await B(n, this.flatmapQueries);
|
|
1567
1574
|
this.connectivityKnowledge[r] = s.filter((i) => {
|
|
1568
1575
|
var h;
|
|
1569
1576
|
return (h = i.connectivity) == null ? void 0 : h.length;
|
|
@@ -1604,7 +1611,7 @@ const J = {
|
|
|
1604
1611
|
provenanceTaxonomy: e.taxons,
|
|
1605
1612
|
feature: []
|
|
1606
1613
|
});
|
|
1607
|
-
return n.knowledgeSource =
|
|
1614
|
+
return n.knowledgeSource = w(this.flatmapService.mapImp), n.mapId = this.flatmapService.mapImp.mapMetadata.id, n.mapuuid = this.flatmapService.mapImp.mapMetadata.uuid, n["nerve-label"] = e["nerve-label"], n.ready = !0, n;
|
|
1608
1615
|
},
|
|
1609
1616
|
getKnowledgeTooltip: async function(e) {
|
|
1610
1617
|
this.tooltipEntry = [], e.data.forEach((t) => this.tooltipEntry.push({ title: t.label, featureId: [t.id], ready: !1 })), m.emit("connectivity-info-open", this.tooltipEntry);
|
|
@@ -1619,13 +1626,13 @@ const J = {
|
|
|
1619
1626
|
n.includes(a) || (n.push(a), await this.flatmapQueries.queryForConnectivityNew(this.flatmapService.mapImp, r.featureId[0], t), this.tooltipEntry = this.tooltipEntry.map((i) => i.featureId[0] === r.featureId[0] ? this.flatmapQueries.updateTooltipData(i) : i), m.emit("connectivity-info-open", this.tooltipEntry));
|
|
1620
1627
|
},
|
|
1621
1628
|
trackEvent: function(e) {
|
|
1622
|
-
|
|
1629
|
+
L.sendEvent(e);
|
|
1623
1630
|
}
|
|
1624
1631
|
},
|
|
1625
1632
|
data: function() {
|
|
1626
1633
|
return {
|
|
1627
1634
|
apiLocation: void 0,
|
|
1628
|
-
activeSpecies:
|
|
1635
|
+
activeSpecies: P,
|
|
1629
1636
|
scaffoldCamera: void 0,
|
|
1630
1637
|
mainStyle: {
|
|
1631
1638
|
height: this.entry.datasetTitle ? "calc(100% - 30px)" : "100%",
|
|
@@ -1664,5 +1671,5 @@ const J = {
|
|
|
1664
1671
|
}
|
|
1665
1672
|
};
|
|
1666
1673
|
export {
|
|
1667
|
-
|
|
1674
|
+
W as C
|
|
1668
1675
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as d, z as c, T as h, E as l } from "./index-
|
|
2
|
-
import { C as u } from "./ContentMixin-
|
|
3
|
-
import { D as y } from "./style-
|
|
1
|
+
import { _ as d, z as c, T as h, E as l } from "./index-o_HxI1zc.js";
|
|
2
|
+
import { C as u } from "./ContentMixin-CLr2YdhY.js";
|
|
3
|
+
import { D as y } from "./style-BRt2hfBy.js";
|
|
4
4
|
import { FlatmapVuer as g } from "@abi-software/flatmapvuer";
|
|
5
5
|
import { resolveComponent as r, openBlock as p, createElementBlock as M, createVNode as C, createBlock as v, createCommentVNode as I } from "vue";
|
|
6
6
|
const S = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as r } from "./ContentMixin-
|
|
1
|
+
import { C as r } from "./ContentMixin-CLr2YdhY.js";
|
|
2
2
|
import { openBlock as o, createElementBlock as t, createElementVNode as a } from "vue";
|
|
3
|
-
import { _ as s } from "./index-
|
|
3
|
+
import { _ as s } from "./index-o_HxI1zc.js";
|
|
4
4
|
const n = {
|
|
5
5
|
name: "Iframe",
|
|
6
6
|
mixins: [r]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as c, z as h, E as r, T as l, a as g } from "./index-
|
|
2
|
-
import { C as M } from "./ContentMixin-
|
|
3
|
-
import { D as y } from "./style-
|
|
1
|
+
import { _ as c, z as h, E as r, T as l, a as g } from "./index-o_HxI1zc.js";
|
|
2
|
+
import { C as M } from "./ContentMixin-CLr2YdhY.js";
|
|
3
|
+
import { D as y } from "./style-BRt2hfBy.js";
|
|
4
4
|
import { MultiFlatmapVuer as C } from "@abi-software/flatmapvuer";
|
|
5
5
|
import { resolveComponent as p, openBlock as m, createElementBlock as v, createVNode as I, createBlock as S, createCommentVNode as F } from "vue";
|
|
6
6
|
const w = '<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,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-CLr2YdhY.js";
|
|
3
3
|
import { resolveComponent as a, openBlock as n, createBlock as s } from "vue";
|
|
4
|
-
import { _ as p } from "./index-
|
|
4
|
+
import { _ as p } from "./index-o_HxI1zc.js";
|
|
5
5
|
const l = {
|
|
6
6
|
name: "Plot",
|
|
7
7
|
mixins: [r],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent as g, openBlock as c, createElementBlock as y, createBlock as m, createCommentVNode as v, markRaw as d } from "vue";
|
|
2
|
-
import { _ as w, z as b, E as h, g as S, b as $ } from "./index-
|
|
3
|
-
import { C as M } from "./ContentMixin-
|
|
2
|
+
import { _ as w, z as b, E as h, g as S, b as $ } from "./index-o_HxI1zc.js";
|
|
3
|
+
import { C as M } from "./ContentMixin-CLr2YdhY.js";
|
|
4
4
|
import { ScaffoldVuer as C } from "@abi-software/scaffoldvuer";
|
|
5
5
|
const O = {
|
|
6
6
|
name: "Scaffold",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as n } from "./ContentMixin-
|
|
1
|
+
import { C as n } from "./ContentMixin-CLr2YdhY.js";
|
|
2
2
|
import { SimulationVuer as e } from "@abi-software/simulationvuer";
|
|
3
3
|
import { resolveComponent as r, openBlock as a, createBlock as c } from "vue";
|
|
4
|
-
import { _ as m } from "./index-
|
|
4
|
+
import { _ as m } from "./index-o_HxI1zc.js";
|
|
5
5
|
const s = {
|
|
6
6
|
name: "Simulation",
|
|
7
7
|
mixins: [n],
|