@abi-software/mapintegratedvuer 1.9.0-externalise.0 → 1.9.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-DZNBigKl.js → ContentMixin-DyVwSF4C.js} +255 -277
- package/dist/{Flatmap-Cpq4KUDR.js → Flatmap-DrfTTLeB.js} +11 -12
- package/dist/{Iframe-Bs8MdpYf.js → Iframe-DNML_G7u.js} +2 -2
- package/dist/{MultiFlatmap-D2F4ghpg.js → MultiFlatmap-Vp10mrjr.js} +10 -11
- package/dist/{Plot-DTUNGWFU.js → Plot-BnuX-0LW.js} +2 -2
- package/dist/{Scaffold-DBwjYgzS.js → Scaffold-CLNZHo3r.js} +10858 -11419
- package/dist/{Simulation-Bw7qeokB.js → Simulation-BEU8ep5d.js} +2 -2
- package/dist/{index-DPgI7wGR.js → index-CVfAy4kK.js} +19947 -19608
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +2787 -411
- package/dist/style-BM2XOQIb.js +104676 -0
- package/dist/style.css +1 -1
- package/package.json +7 -7
- package/src/components/ContentVuer.vue +3 -2
- package/src/components/DialogToolbarContent.vue +24 -35
- package/src/components/SplitDialog.vue +92 -2
- package/src/components/SplitFlow.vue +17 -11
- package/src/components/viewers/Flatmap.vue +1 -1
- package/src/components/viewers/MultiFlatmap.vue +1 -1
- package/src/components.d.ts +1 -0
- package/src/mixins/ContentMixin.js +81 -42
- package/src/stores/connectivities.js +21 -0
- package/src/stores/entries.js +8 -1
- package/src/stores/splitFlow.js +14 -7
- package/vite.bundle-build.js +1 -2
- package/dist/style-C-2wp5WK.js +0 -66
@@ -1,8 +1,7 @@
|
|
1
|
-
import { _ as c,
|
2
|
-
import { C as g } from "./ContentMixin-
|
3
|
-
import { D as M } from "./style-
|
4
|
-
import {
|
5
|
-
import { resolveComponent as p, openBlock as s, createElementBlock as y, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
|
1
|
+
import { _ as c, k as h, t as u, T as l, E as r } from "./index-CVfAy4kK.js";
|
2
|
+
import { C as g } from "./ContentMixin-DyVwSF4C.js";
|
3
|
+
import { D as M, r as I } from "./style-BM2XOQIb.js";
|
4
|
+
import { resolveComponent as s, openBlock as p, createElementBlock as y, createVNode as v, createBlock as S, createCommentVNode as C } from "vue";
|
6
5
|
const F = {
|
7
6
|
name: "Flatmap",
|
8
7
|
mixins: [g, M],
|
@@ -117,8 +116,8 @@ const F = {
|
|
117
116
|
}
|
118
117
|
}, w = { class: "viewer-container" };
|
119
118
|
function b(e, a, n, t, i, o) {
|
120
|
-
const m =
|
121
|
-
return
|
119
|
+
const m = s("FlatmapVuer"), f = s("HelpModeDialog");
|
120
|
+
return p(), y("div", w, [
|
122
121
|
v(m, {
|
123
122
|
state: e.entry.state,
|
124
123
|
entry: e.entry.resource,
|
@@ -139,7 +138,7 @@ function b(e, a, n, t, i, o) {
|
|
139
138
|
onAnnotationClose: e.onAnnotationClose,
|
140
139
|
annotationSidebar: e.annotationSidebar,
|
141
140
|
onConnectivityInfoOpen: e.onConnectivityInfoOpen,
|
142
|
-
|
141
|
+
onConnectivityError: e.onConnectivityError,
|
143
142
|
connectivityInfoSidebar: e.connectivityInfoSidebar,
|
144
143
|
pathControls: !0,
|
145
144
|
ref: "flatmap",
|
@@ -152,8 +151,8 @@ function b(e, a, n, t, i, o) {
|
|
152
151
|
onOpenMap: e.openMap,
|
153
152
|
onPathwaySelectionChanged: o.onPathwaySelectionChanged,
|
154
153
|
onMapmanagerLoaded: e.onMapmanagerLoaded
|
155
|
-
}, null, 8, ["state", "entry", "mapManager", "onPanZoomCallback", "name", "minZoom", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "
|
156
|
-
e.helpMode && e.useHelpModeDialog ? (
|
154
|
+
}, null, 8, ["state", "entry", "mapManager", "onPanZoomCallback", "name", "minZoom", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityError", "connectivityInfoSidebar", "onReady", "flatmapAPI", "sparcAPI", "onOpenMap", "onPathwaySelectionChanged", "onMapmanagerLoaded"]),
|
155
|
+
e.helpMode && e.useHelpModeDialog ? (p(), S(f, {
|
157
156
|
key: 0,
|
158
157
|
ref: "flatmapHelp",
|
159
158
|
flatmapRef: e.flatmapRef,
|
@@ -163,7 +162,7 @@ function b(e, a, n, t, i, o) {
|
|
163
162
|
}, null, 8, ["flatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : C("", !0)
|
164
163
|
]);
|
165
164
|
}
|
166
|
-
const
|
165
|
+
const R = /* @__PURE__ */ c(F, [["render", b], ["__scopeId", "data-v-b420acb4"]]);
|
167
166
|
export {
|
168
|
-
|
167
|
+
R as default
|
169
168
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { C as r } from "./ContentMixin-
|
1
|
+
import { C as r } from "./ContentMixin-DyVwSF4C.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-CVfAy4kK.js";
|
4
4
|
const a = {
|
5
5
|
name: "Iframe",
|
6
6
|
mixins: [r]
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { _ as u,
|
2
|
-
import { C as v } from "./ContentMixin-
|
3
|
-
import { D as I } from "./style-
|
4
|
-
import {
|
5
|
-
import { resolveComponent as f, openBlock as c, createElementBlock as S, createVNode as F, createBlock as w, createCommentVNode as k } from "vue";
|
1
|
+
import { _ as u, k as h, a as y, g, E as s, t as M, T as p } from "./index-CVfAy4kK.js";
|
2
|
+
import { C as v } from "./ContentMixin-DyVwSF4C.js";
|
3
|
+
import { D as I, h as C } from "./style-BM2XOQIb.js";
|
4
|
+
import { resolveComponent as f, openBlock as c, createElementBlock as S, createVNode as F, createBlock as k, createCommentVNode as w } from "vue";
|
6
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) => {
|
7
6
|
const t = [
|
8
7
|
{
|
@@ -330,7 +329,7 @@ function L(e, t, a, n, o, i) {
|
|
330
329
|
onAnnotationClose: e.onAnnotationClose,
|
331
330
|
annotationSidebar: e.annotationSidebar,
|
332
331
|
onConnectivityInfoOpen: e.onConnectivityInfoOpen,
|
333
|
-
|
332
|
+
onConnectivityError: e.onConnectivityError,
|
334
333
|
connectivityInfoSidebar: e.connectivityInfoSidebar,
|
335
334
|
ref: "multiflatmap",
|
336
335
|
displayMinimap: !0,
|
@@ -345,18 +344,18 @@ function L(e, t, a, n, o, i) {
|
|
345
344
|
onPathwaySelectionChanged: i.onPathwaySelectionChanged,
|
346
345
|
onOpenPubmedUrl: i.onOpenPubmedUrl,
|
347
346
|
onMapmanagerLoaded: e.onMapmanagerLoaded
|
348
|
-
}, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "mapManager", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "
|
349
|
-
e.helpMode && e.useHelpModeDialog ? (c(),
|
347
|
+
}, null, 8, ["availableSpecies", "onFlatmapChanged", "onReady", "state", "mapManager", "initial", "helpMode", "helpModeActiveItem", "helpModeDialog", "onHelpModeLastItem", "onShownTooltip", "onShownMapTooltip", "onAnnotationOpen", "onAnnotationClose", "annotationSidebar", "onConnectivityInfoOpen", "onConnectivityError", "connectivityInfoSidebar", "showStarInLegend", "openMapOptions", "flatmapAPI", "sparcAPI", "onPanZoomCallback", "onOpenMap", "onFinishHelpMode", "onPathwaySelectionChanged", "onOpenPubmedUrl", "onMapmanagerLoaded"]),
|
348
|
+
e.helpMode && e.useHelpModeDialog ? (c(), k(l, {
|
350
349
|
key: 0,
|
351
350
|
ref: "multiflatmapHelp",
|
352
351
|
multiflatmapRef: e.multiflatmapRef,
|
353
352
|
lastItem: e.helpModeLastItem,
|
354
353
|
onShowNext: e.onHelpModeShowNext,
|
355
354
|
onFinishHelpMode: e.onFinishHelpMode
|
356
|
-
}, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) :
|
355
|
+
}, null, 8, ["multiflatmapRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : w("", !0)
|
357
356
|
]);
|
358
357
|
}
|
359
|
-
const
|
358
|
+
const T = /* @__PURE__ */ u(b, [["render", L], ["__scopeId", "data-v-5da34951"]]);
|
360
359
|
export {
|
361
|
-
|
360
|
+
T as default
|
362
361
|
};
|
@@ -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-DyVwSF4C.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-CVfAy4kK.js";
|
5
5
|
const p = {
|
6
6
|
name: "Plot",
|
7
7
|
mixins: [r],
|