@abi-software/map-side-bar 2.7.0-beta.0 → 2.7.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.
package/dist/map-side-bar.js
CHANGED
|
@@ -20016,7 +20016,7 @@ const J9 = {
|
|
|
20016
20016
|
this.searchHistory.splice(t, 1), this.savedSearchHistory = this.searchHistory.filter((n) => n.saved), this.updateSearchHistory();
|
|
20017
20017
|
}
|
|
20018
20018
|
}
|
|
20019
|
-
}, Yi = (e) => (co("data-v-
|
|
20019
|
+
}, Yi = (e) => (co("data-v-96b7c9f3"), e = e(), uo(), e), Z9 = {
|
|
20020
20020
|
key: 0,
|
|
20021
20021
|
class: "history-container"
|
|
20022
20022
|
}, Y9 = {
|
|
@@ -20193,7 +20193,7 @@ function hL(e, t, n, r, o, a) {
|
|
|
20193
20193
|
})
|
|
20194
20194
|
])) : W("", !0);
|
|
20195
20195
|
}
|
|
20196
|
-
const Wm = /* @__PURE__ */ tr(J9, [["render", hL], ["__scopeId", "data-v-
|
|
20196
|
+
const Wm = /* @__PURE__ */ tr(J9, [["render", hL], ["__scopeId", "data-v-96b7c9f3"]]), Gm = (e, t) => {
|
|
20197
20197
|
const n = e.__vccOpts || e;
|
|
20198
20198
|
for (const [r, o] of t)
|
|
20199
20199
|
n[r] = o;
|
|
@@ -23034,6 +23034,10 @@ const Ry = /* @__PURE__ */ tr(JL, [["render", XL], ["__scopeId", "data-v-de83d64
|
|
|
23034
23034
|
availableAnatomyFacets: {
|
|
23035
23035
|
type: Array,
|
|
23036
23036
|
default: () => []
|
|
23037
|
+
},
|
|
23038
|
+
useDOIFormatter: {
|
|
23039
|
+
type: Boolean,
|
|
23040
|
+
default: !0
|
|
23037
23041
|
}
|
|
23038
23042
|
},
|
|
23039
23043
|
data: function() {
|
|
@@ -23242,7 +23246,7 @@ const Ry = /* @__PURE__ */ tr(JL, [["render", XL], ["__scopeId", "data-v-de83d64
|
|
|
23242
23246
|
this.pushConnectivityError(e);
|
|
23243
23247
|
});
|
|
23244
23248
|
}
|
|
23245
|
-
}, go = (e) => (co("data-v-
|
|
23249
|
+
}, go = (e) => (co("data-v-ecf61bf6"), e = e(), uo(), e), nN = {
|
|
23246
23250
|
key: 0,
|
|
23247
23251
|
class: "main"
|
|
23248
23252
|
}, rN = { class: "connectivity-info-title" }, oN = { class: "title-content" }, aN = {
|
|
@@ -23499,7 +23503,7 @@ function BN(e, t, n, r, o, a) {
|
|
|
23499
23503
|
]),
|
|
23500
23504
|
Ae(j("div", LN, [
|
|
23501
23505
|
e.graphViewLoaded ? (_(), Y(v, {
|
|
23502
|
-
key: 0,
|
|
23506
|
+
key: n.entry.featureId[0],
|
|
23503
23507
|
entry: n.entry.featureId[0],
|
|
23504
23508
|
mapServer: n.envVars.FLATMAPAPI_LOCATION,
|
|
23505
23509
|
sckanVersion: e.sckanVersion,
|
|
@@ -23520,7 +23524,7 @@ function BN(e, t, n, r, o, a) {
|
|
|
23520
23524
|
[h, e.loading]
|
|
23521
23525
|
]) : W("", !0);
|
|
23522
23526
|
}
|
|
23523
|
-
const Ly = /* @__PURE__ */ tr(tN, [["render", BN], ["__scopeId", "data-v-
|
|
23527
|
+
const Ly = /* @__PURE__ */ tr(tN, [["render", BN], ["__scopeId", "data-v-ecf61bf6"]]), DN = {
|
|
23524
23528
|
name: "Tabs",
|
|
23525
23529
|
props: {
|
|
23526
23530
|
tabTitles: {
|
|
@@ -23648,6 +23652,15 @@ const Ny = /* @__PURE__ */ tr(DN, [["render", HN], ["__scopeId", "data-v-d242329
|
|
|
23648
23652
|
x: 0,
|
|
23649
23653
|
y: 0
|
|
23650
23654
|
}
|
|
23655
|
+
},
|
|
23656
|
+
/**
|
|
23657
|
+
* The option to use DOI.org as citation formatter.
|
|
23658
|
+
* If set to `false`, citation.js will be used.
|
|
23659
|
+
* Default is `true`.
|
|
23660
|
+
*/
|
|
23661
|
+
useDOIFormatter: {
|
|
23662
|
+
type: Boolean,
|
|
23663
|
+
default: !0
|
|
23651
23664
|
}
|
|
23652
23665
|
},
|
|
23653
23666
|
data: function() {
|
|
@@ -23868,10 +23881,11 @@ function JN(e, t, n, r, o, a) {
|
|
|
23868
23881
|
envVars: n.envVars,
|
|
23869
23882
|
ref_for: !0,
|
|
23870
23883
|
ref: "connectivityTab_" + d.id,
|
|
23884
|
+
useDOIFormatter: n.useDOIFormatter,
|
|
23871
23885
|
onShowConnectivity: a.showConnectivity,
|
|
23872
23886
|
onShowReferenceConnectivities: a.onShowReferenceConnectivities,
|
|
23873
23887
|
onConnectivityComponentClick: a.onConnectivityComponentClick
|
|
23874
|
-
}, null, 8, ["entry", "availableAnatomyFacets", "envVars", "onShowConnectivity", "onShowReferenceConnectivities", "onConnectivityComponentClick"])) : W("", !0)
|
|
23888
|
+
}, null, 8, ["entry", "availableAnatomyFacets", "envVars", "useDOIFormatter", "onShowConnectivity", "onShowReferenceConnectivities", "onConnectivityComponentClick"])) : W("", !0)
|
|
23875
23889
|
], 64)) : d.type === "annotation" ? Ae((_(), Y(f, {
|
|
23876
23890
|
key: 1,
|
|
23877
23891
|
ref_for: !0,
|
|
@@ -23904,7 +23918,7 @@ function JN(e, t, n, r, o, a) {
|
|
|
23904
23918
|
}, 8, ["modelValue"])
|
|
23905
23919
|
], 512);
|
|
23906
23920
|
}
|
|
23907
|
-
const XN = /* @__PURE__ */ tr(qN, [["render", JN], ["__scopeId", "data-v-
|
|
23921
|
+
const XN = /* @__PURE__ */ tr(qN, [["render", JN], ["__scopeId", "data-v-b8bc14ca"]]);
|
|
23908
23922
|
export {
|
|
23909
23923
|
XN as SideBar
|
|
23910
23924
|
};
|