@abi-software/map-side-bar 2.2.1-beta.3 → 2.2.1-beta.4
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
|
@@ -21234,13 +21234,13 @@ const lm = /* @__PURE__ */ Kn(H9, [["render", q9], ["__scopeId", "data-v-e726c31
|
|
|
21234
21234
|
openAll: function() {
|
|
21235
21235
|
xt.emit("onConnectivityActionClick", {
|
|
21236
21236
|
type: "Facets",
|
|
21237
|
-
labels: this.entry.componentsWithDatasets.map((e) => e.name)
|
|
21237
|
+
labels: this.entry.componentsWithDatasets.map((e) => e.name.toLowerCase())
|
|
21238
21238
|
});
|
|
21239
21239
|
},
|
|
21240
21240
|
openAxons: function() {
|
|
21241
21241
|
xt.emit("onConnectivityActionClick", {
|
|
21242
21242
|
type: "Facets",
|
|
21243
|
-
labels: this.entry.destinationsWithDatasets.map((e) => e.name)
|
|
21243
|
+
labels: this.entry.destinationsWithDatasets.map((e) => e.name.toLowerCase())
|
|
21244
21244
|
});
|
|
21245
21245
|
},
|
|
21246
21246
|
// shouldShowExploreButton: Checks if the feature is in the list of available anatomy facets
|
|
@@ -21259,14 +21259,14 @@ const lm = /* @__PURE__ */ Kn(H9, [["render", q9], ["__scopeId", "data-v-e726c31
|
|
|
21259
21259
|
openDendrites: function() {
|
|
21260
21260
|
xt.emit("onConnectivityActionClick", {
|
|
21261
21261
|
type: "Facets",
|
|
21262
|
-
labels: this.entry.originsWithDatasets.map((e) => e.name)
|
|
21262
|
+
labels: this.entry.originsWithDatasets.map((e) => e.name.toLowerCase())
|
|
21263
21263
|
});
|
|
21264
21264
|
},
|
|
21265
21265
|
pubmedSearchUrlUpdate: function(e) {
|
|
21266
21266
|
this.pubmedSearchUrl = e;
|
|
21267
21267
|
}
|
|
21268
21268
|
}
|
|
21269
|
-
}, jo = (e) => (Io("data-v-
|
|
21269
|
+
}, jo = (e) => (Io("data-v-2f48689c"), e = e(), Po(), e), J9 = {
|
|
21270
21270
|
key: 0,
|
|
21271
21271
|
class: "main"
|
|
21272
21272
|
}, Z9 = { class: "connectivity-info-title" }, Y9 = {
|
|
@@ -21469,7 +21469,7 @@ function _$(e, t, n, r, o, a) {
|
|
|
21469
21469
|
[f, e.loading]
|
|
21470
21470
|
]) : q("", !0);
|
|
21471
21471
|
}
|
|
21472
|
-
const um = /* @__PURE__ */ Kn(G9, [["render", _$], ["__scopeId", "data-v-
|
|
21472
|
+
const um = /* @__PURE__ */ Kn(G9, [["render", _$], ["__scopeId", "data-v-2f48689c"]]), C$ = {
|
|
21473
21473
|
name: "Tabs",
|
|
21474
21474
|
props: {
|
|
21475
21475
|
tabTitles: {
|