@abi-software/map-side-bar 2.9.2-beta.4 → 2.9.2-beta.6
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
|
@@ -23323,6 +23323,7 @@ const Jy = /* @__PURE__ */ Ln(o9, [["render", l9], ["__scopeId", "data-v-4a34f1d
|
|
|
23323
23323
|
connectivityLoading: !1,
|
|
23324
23324
|
connectivitySource: "map",
|
|
23325
23325
|
// sckan
|
|
23326
|
+
noMapConnectivity: !1,
|
|
23326
23327
|
connectivityError: {},
|
|
23327
23328
|
graphViewLoaded: !1,
|
|
23328
23329
|
connectivityFromMap: null
|
|
@@ -23377,7 +23378,7 @@ const Jy = /* @__PURE__ */ Ln(o9, [["render", l9], ["__scopeId", "data-v-4a34f1d
|
|
|
23377
23378
|
deep: !0,
|
|
23378
23379
|
immediate: !0,
|
|
23379
23380
|
handler: function(e, t) {
|
|
23380
|
-
e && e !== t && (this.connectivityLoading = !0, this.activeView = localStorage.getItem("connectivity-active-view") || this.activeView, this.activeView === "graphView" && (this.graphViewLoaded = !0), this.connectivitySource = this.entry.connectivitySource, this.updateGraphConnectivity(), this.connectivityLoading = !1, (!t || (e == null ? void 0 : e.featureId[0]) !== (t == null ? void 0 : t.featureId[0])) && this.$emit("loaded"));
|
|
23381
|
+
e && e !== t && (this.connectivityLoading = !0, this.activeView = localStorage.getItem("connectivity-active-view") || this.activeView, this.activeView === "graphView" && (this.graphViewLoaded = !0), this.connectivitySource = this.entry.connectivitySource, this.noMapConnectivity = this.entry.noMapConnectivity, this.updateGraphConnectivity(), this.connectivityLoading = !1, (!t || (e == null ? void 0 : e.featureId[0]) !== (t == null ? void 0 : t.featureId[0])) && this.$emit("loaded"));
|
|
23381
23382
|
}
|
|
23382
23383
|
}
|
|
23383
23384
|
},
|
|
@@ -23680,12 +23681,15 @@ function O9(e, t, n, r, o, a) {
|
|
|
23680
23681
|
onChange: a.onConnectivitySourceChange
|
|
23681
23682
|
}, {
|
|
23682
23683
|
default: R(() => [
|
|
23683
|
-
q(f, {
|
|
23684
|
+
q(f, {
|
|
23685
|
+
value: "map",
|
|
23686
|
+
disabled: e.noMapConnectivity
|
|
23687
|
+
}, {
|
|
23684
23688
|
default: R(() => t[8] || (t[8] = [
|
|
23685
23689
|
Ee("Map")
|
|
23686
23690
|
])),
|
|
23687
23691
|
_: 1
|
|
23688
|
-
}),
|
|
23692
|
+
}, 8, ["disabled"]),
|
|
23689
23693
|
q(f, { value: "sckan" }, {
|
|
23690
23694
|
default: R(() => t[9] || (t[9] = [
|
|
23691
23695
|
Ee("SCKAN")
|
|
@@ -23760,7 +23764,7 @@ function O9(e, t, n, r, o, a) {
|
|
|
23760
23764
|
])) : W("", !0)
|
|
23761
23765
|
])) : W("", !0);
|
|
23762
23766
|
}
|
|
23763
|
-
const Zy = /* @__PURE__ */ Ln(u9, [["render", O9], ["__scopeId", "data-v-
|
|
23767
|
+
const Zy = /* @__PURE__ */ Ln(u9, [["render", O9], ["__scopeId", "data-v-8b7648ae"]]), A9 = {
|
|
23764
23768
|
name: "ConnectivityCard",
|
|
23765
23769
|
data() {
|
|
23766
23770
|
return {
|
|
@@ -24746,8 +24750,8 @@ function tB(e, t, n, r, o, a) {
|
|
|
24746
24750
|
envVars: n.envVars,
|
|
24747
24751
|
connectivityEntry: n.connectivityEntry,
|
|
24748
24752
|
availableAnatomyFacets: e.availableAnatomyFacets,
|
|
24749
|
-
connectivityFilterOptions: n.filterOptions,
|
|
24750
24753
|
onFilterVisibility: t[6] || (t[6] = (h) => e.$emit("filter-visibility", h)),
|
|
24754
|
+
connectivityFilterOptions: n.filterOptions,
|
|
24751
24755
|
showVisibilityFilter: n.showVisibilityFilter,
|
|
24752
24756
|
onSearchChanged: (h) => a.searchChanged(f.id, h),
|
|
24753
24757
|
onHoverChanged: (h) => a.hoverChanged(f.id, h),
|
|
@@ -24779,7 +24783,7 @@ function tB(e, t, n, r, o, a) {
|
|
|
24779
24783
|
}, 8, ["modelValue"])
|
|
24780
24784
|
], 512);
|
|
24781
24785
|
}
|
|
24782
|
-
const aB = /* @__PURE__ */ Ln(Y9, [["render", tB], ["__scopeId", "data-v-
|
|
24786
|
+
const aB = /* @__PURE__ */ Ln(Y9, [["render", tB], ["__scopeId", "data-v-d70c187c"]]);
|
|
24783
24787
|
export {
|
|
24784
24788
|
aB as SideBar
|
|
24785
24789
|
};
|