@abi-software/flatmapvuer 0.5.6 → 0.5.7-alpha.2
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/CHANGELOG.md +385 -385
- package/LICENSE +201 -201
- package/README.md +105 -105
- package/babel.config.js +14 -14
- package/dist/flatmapvuer.common.js +106 -108
- package/dist/flatmapvuer.common.js.map +1 -1
- package/dist/flatmapvuer.css +1 -1
- package/dist/flatmapvuer.umd.js +106 -108
- package/dist/flatmapvuer.umd.js.map +1 -1
- package/dist/flatmapvuer.umd.min.js +2 -2
- package/dist/flatmapvuer.umd.min.js.map +1 -1
- package/package-lock.json +14390 -14390
- package/package.json +78 -78
- package/public/index.html +17 -17
- package/src/App.vue +226 -226
- package/src/assets/_variables.scss +43 -43
- package/src/assets/styles.scss +7 -7
- package/src/components/EventBus.js +2 -2
- package/src/components/ExternalResourceCard.vue +98 -98
- package/src/components/FlatmapVuer.vue +1837 -1837
- package/src/components/MultiFlatmapVuer.vue +523 -523
- package/src/components/SelectionsGroup.vue +249 -249
- package/src/components/Tooltip.vue +417 -422
- package/src/components/TreeControls.vue +231 -231
- package/src/components/index.js +9 -9
- package/src/components/legends/DynamicLegends.vue +112 -112
- package/src/components/legends/SvgLegends.vue +66 -66
- package/src/icons/fonts/mapicon-species.eot +0 -0
- package/src/icons/fonts/mapicon-species.svg +14 -14
- package/src/icons/fonts/mapicon-species.ttf +0 -0
- package/src/icons/fonts/mapicon-species.woff +0 -0
- package/src/icons/mapicon-species-style.css +42 -42
- package/src/legends/legend.svg +25 -25
- package/src/main.js +8 -8
- package/src/nerve-map.js +99 -0
- package/src/services/flatmapQueries.js +415 -412
- package/vue.config.js +31 -31
|
@@ -92,6 +92,17 @@ module.exports =
|
|
|
92
92
|
|
|
93
93
|
// extracted by mini-css-extract-plugin
|
|
94
94
|
|
|
95
|
+
/***/ }),
|
|
96
|
+
|
|
97
|
+
/***/ "0838":
|
|
98
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
|
+
|
|
100
|
+
"use strict";
|
|
101
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_1b717f3e_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("a5ca");
|
|
102
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_1b717f3e_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_1b717f3e_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
103
|
+
/* unused harmony reexport * */
|
|
104
|
+
|
|
105
|
+
|
|
95
106
|
/***/ }),
|
|
96
107
|
|
|
97
108
|
/***/ "0e78":
|
|
@@ -12038,13 +12049,6 @@ module.exports = require("throttle-debounce");
|
|
|
12038
12049
|
|
|
12039
12050
|
/***/ }),
|
|
12040
12051
|
|
|
12041
|
-
/***/ "8491":
|
|
12042
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
12043
|
-
|
|
12044
|
-
// extracted by mini-css-extract-plugin
|
|
12045
|
-
|
|
12046
|
-
/***/ }),
|
|
12047
|
-
|
|
12048
12052
|
/***/ "8535":
|
|
12049
12053
|
/***/ (function(module, exports) {
|
|
12050
12054
|
|
|
@@ -13393,6 +13397,13 @@ icon.install = function (Vue) {
|
|
|
13393
13397
|
|
|
13394
13398
|
/***/ }),
|
|
13395
13399
|
|
|
13400
|
+
/***/ "a5ca":
|
|
13401
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
13402
|
+
|
|
13403
|
+
// extracted by mini-css-extract-plugin
|
|
13404
|
+
|
|
13405
|
+
/***/ }),
|
|
13406
|
+
|
|
13396
13407
|
/***/ "a673":
|
|
13397
13408
|
/***/ (function(module, exports, __webpack_require__) {
|
|
13398
13409
|
|
|
@@ -17176,17 +17187,6 @@ module.exports = __webpack_require__("7f4d");
|
|
|
17176
17187
|
|
|
17177
17188
|
/******/ });
|
|
17178
17189
|
|
|
17179
|
-
/***/ }),
|
|
17180
|
-
|
|
17181
|
-
/***/ "f476":
|
|
17182
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17183
|
-
|
|
17184
|
-
"use strict";
|
|
17185
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_3440f7c4_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8491");
|
|
17186
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_3440f7c4_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_3440f7c4_prod_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
17187
|
-
/* unused harmony reexport * */
|
|
17188
|
-
|
|
17189
|
-
|
|
17190
17190
|
/***/ }),
|
|
17191
17191
|
|
|
17192
17192
|
/***/ "f494":
|
|
@@ -17740,7 +17740,7 @@ if (typeof window !== 'undefined') {
|
|
|
17740
17740
|
// Indicate to webpack that this file can be concatenated
|
|
17741
17741
|
/* harmony default export */ var setPublicPath = (null);
|
|
17742
17742
|
|
|
17743
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17743
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FlatmapVuer.vue?vue&type=template&id=76169acb&scoped=true&
|
|
17744
17744
|
var render = function render() {
|
|
17745
17745
|
var _vm = this,
|
|
17746
17746
|
_c = _vm._self._c;
|
|
@@ -18914,8 +18914,8 @@ var es_number_constructor_js_ = __webpack_require__("f989");
|
|
|
18914
18914
|
var external_vue_ = __webpack_require__("8bbf");
|
|
18915
18915
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
18916
18916
|
|
|
18917
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18918
|
-
var
|
|
18917
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Tooltip.vue?vue&type=template&id=1b717f3e&scoped=true&
|
|
18918
|
+
var Tooltipvue_type_template_id_1b717f3e_scoped_true_render = function render() {
|
|
18919
18919
|
var _vm = this,
|
|
18920
18920
|
_c = _vm._self._c;
|
|
18921
18921
|
return _c('div', {
|
|
@@ -19046,9 +19046,9 @@ var Tooltipvue_type_template_id_3440f7c4_scoped_true_render = function render()
|
|
|
19046
19046
|
}
|
|
19047
19047
|
})], 1)]) : _vm._e()], 1);
|
|
19048
19048
|
};
|
|
19049
|
-
var
|
|
19049
|
+
var Tooltipvue_type_template_id_1b717f3e_scoped_true_staticRenderFns = [];
|
|
19050
19050
|
|
|
19051
|
-
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=template&id=
|
|
19051
|
+
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=template&id=1b717f3e&scoped=true&
|
|
19052
19052
|
|
|
19053
19053
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/theme-chalk/main.css
|
|
19054
19054
|
var main = __webpack_require__("de31");
|
|
@@ -19102,7 +19102,7 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale);
|
|
|
19102
19102
|
|
|
19103
19103
|
var EventBus = new external_vue_default.a();
|
|
19104
19104
|
/* harmony default export */ var components_EventBus = (EventBus);
|
|
19105
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
19105
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/ExternalResourceCard.vue?vue&type=template&id=14172b61&scoped=true&
|
|
19106
19106
|
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_render = function render() {
|
|
19107
19107
|
var _vm = this,
|
|
19108
19108
|
_c = _vm._self._c;
|
|
@@ -19365,11 +19365,6 @@ var _capitalise = function capitalise(str) {
|
|
|
19365
19365
|
pubmedSearchUrl: '',
|
|
19366
19366
|
loading: false,
|
|
19367
19367
|
showToolip: false,
|
|
19368
|
-
destinations: [],
|
|
19369
|
-
origins: [],
|
|
19370
|
-
components: [],
|
|
19371
|
-
destinationsWithDatasets: [],
|
|
19372
|
-
originsWithDatasets: [],
|
|
19373
19368
|
originDescriptions: {
|
|
19374
19369
|
'motor': 'is the location of the initial cell body of the circuit',
|
|
19375
19370
|
'sensory': 'is the location of the initial cell body in the PNS circuit'
|
|
@@ -19422,7 +19417,7 @@ var _capitalise = function capitalise(str) {
|
|
|
19422
19417
|
openAll: function openAll() {
|
|
19423
19418
|
components_EventBus.$emit('onActionClick', {
|
|
19424
19419
|
type: 'Facets',
|
|
19425
|
-
labels: this.componentsWithDatasets.map(function (a) {
|
|
19420
|
+
labels: this.entry.componentsWithDatasets.map(function (a) {
|
|
19426
19421
|
return a.name;
|
|
19427
19422
|
})
|
|
19428
19423
|
});
|
|
@@ -19430,7 +19425,7 @@ var _capitalise = function capitalise(str) {
|
|
|
19430
19425
|
openAxons: function openAxons() {
|
|
19431
19426
|
components_EventBus.$emit('onActionClick', {
|
|
19432
19427
|
type: 'Facets',
|
|
19433
|
-
labels: this.destinationsWithDatasets.map(function (a) {
|
|
19428
|
+
labels: this.entry.destinationsWithDatasets.map(function (a) {
|
|
19434
19429
|
return a.name;
|
|
19435
19430
|
})
|
|
19436
19431
|
});
|
|
@@ -19438,7 +19433,7 @@ var _capitalise = function capitalise(str) {
|
|
|
19438
19433
|
openDendrites: function openDendrites() {
|
|
19439
19434
|
components_EventBus.$emit('onActionClick', {
|
|
19440
19435
|
type: 'Facets',
|
|
19441
|
-
labels: this.originsWithDatasets.map(function (a) {
|
|
19436
|
+
labels: this.entry.originsWithDatasets.map(function (a) {
|
|
19442
19437
|
return a.name;
|
|
19443
19438
|
})
|
|
19444
19439
|
});
|
|
@@ -19450,8 +19445,8 @@ var _capitalise = function capitalise(str) {
|
|
|
19450
19445
|
});
|
|
19451
19446
|
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=script&lang=js&
|
|
19452
19447
|
/* harmony default export */ var components_Tooltipvue_type_script_lang_js_ = (Tooltipvue_type_script_lang_js_);
|
|
19453
|
-
// EXTERNAL MODULE: ./src/components/Tooltip.vue?vue&type=style&index=0&id=
|
|
19454
|
-
var
|
|
19448
|
+
// EXTERNAL MODULE: ./src/components/Tooltip.vue?vue&type=style&index=0&id=1b717f3e&prod&scoped=true&lang=scss&
|
|
19449
|
+
var Tooltipvue_type_style_index_0_id_1b717f3e_prod_scoped_true_lang_scss_ = __webpack_require__("0838");
|
|
19455
19450
|
|
|
19456
19451
|
// CONCATENATED MODULE: ./src/components/Tooltip.vue
|
|
19457
19452
|
|
|
@@ -19464,17 +19459,17 @@ var Tooltipvue_type_style_index_0_id_3440f7c4_prod_scoped_true_lang_scss_ = __we
|
|
|
19464
19459
|
|
|
19465
19460
|
var Tooltip_component = normalizeComponent(
|
|
19466
19461
|
components_Tooltipvue_type_script_lang_js_,
|
|
19467
|
-
|
|
19468
|
-
|
|
19462
|
+
Tooltipvue_type_template_id_1b717f3e_scoped_true_render,
|
|
19463
|
+
Tooltipvue_type_template_id_1b717f3e_scoped_true_staticRenderFns,
|
|
19469
19464
|
false,
|
|
19470
19465
|
null,
|
|
19471
|
-
"
|
|
19466
|
+
"1b717f3e",
|
|
19472
19467
|
null
|
|
19473
19468
|
|
|
19474
19469
|
)
|
|
19475
19470
|
|
|
19476
19471
|
/* harmony default export */ var Tooltip = (Tooltip_component.exports);
|
|
19477
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
19472
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SelectionsGroup.vue?vue&type=template&id=b125dcae&scoped=true&
|
|
19478
19473
|
var SelectionsGroupvue_type_template_id_b125dcae_scoped_true_render = function render() {
|
|
19479
19474
|
var _vm = this,
|
|
19480
19475
|
_c = _vm._self._c;
|
|
@@ -19607,9 +19602,9 @@ external_vue_default.a.use(lib_row_default.a);
|
|
|
19607
19602
|
/* harmony default export */ var SelectionsGroupvue_type_script_lang_js_ = ({
|
|
19608
19603
|
name: "SelectionsGroup",
|
|
19609
19604
|
methods: {
|
|
19610
|
-
/**
|
|
19611
|
-
* Function to toggle paths to default.
|
|
19612
|
-
* Also called when the associated button is pressed.
|
|
19605
|
+
/**
|
|
19606
|
+
* Function to toggle paths to default.
|
|
19607
|
+
* Also called when the associated button is pressed.
|
|
19613
19608
|
*/
|
|
19614
19609
|
reset: function reset() {
|
|
19615
19610
|
var _this = this;
|
|
@@ -19740,7 +19735,7 @@ var SelectionsGroup_component = normalizeComponent(
|
|
|
19740
19735
|
)
|
|
19741
19736
|
|
|
19742
19737
|
/* harmony default export */ var SelectionsGroup = (SelectionsGroup_component.exports);
|
|
19743
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
19738
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TreeControls.vue?vue&type=template&id=4c70eb11&scoped=true&
|
|
19744
19739
|
var TreeControlsvue_type_template_id_4c70eb11_scoped_true_render = function render() {
|
|
19745
19740
|
var _vm = this,
|
|
19746
19741
|
_c = _vm._self._c;
|
|
@@ -19840,8 +19835,8 @@ external_vue_default.a.use(lib_color_picker_default.a);
|
|
|
19840
19835
|
external_vue_default.a.use(lib_row_default.a);
|
|
19841
19836
|
external_vue_default.a.use(lib_tree_default.a);
|
|
19842
19837
|
|
|
19843
|
-
/**
|
|
19844
|
-
* A vue component for toggling visibility of various regions.
|
|
19838
|
+
/**
|
|
19839
|
+
* A vue component for toggling visibility of various regions.
|
|
19845
19840
|
*/
|
|
19846
19841
|
/* harmony default export */ var TreeControlsvue_type_script_lang_js_ = ({
|
|
19847
19842
|
name: "TreeControls",
|
|
@@ -19936,7 +19931,7 @@ var TreeControls_component = normalizeComponent(
|
|
|
19936
19931
|
// EXTERNAL MODULE: external "@abi-software/svg-sprite"
|
|
19937
19932
|
var svg_sprite_ = __webpack_require__("429c");
|
|
19938
19933
|
|
|
19939
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
19934
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/legends/SvgLegends.vue?vue&type=template&id=863a3716&scoped=true&
|
|
19940
19935
|
var SvgLegendsvue_type_template_id_863a3716_scoped_true_render = function render() {
|
|
19941
19936
|
var _vm = this,
|
|
19942
19937
|
_c = _vm._self._c;
|
|
@@ -20179,7 +20174,6 @@ var flatmapQueries_FlatmapQueries = function FlatmapQueries() {
|
|
|
20179
20174
|
this.destinations = [];
|
|
20180
20175
|
this.origins = [];
|
|
20181
20176
|
this.components = [];
|
|
20182
|
-
this.uberons = [];
|
|
20183
20177
|
this.urls = [];
|
|
20184
20178
|
this.controller = undefined;
|
|
20185
20179
|
this.uberons = [];
|
|
@@ -20266,6 +20260,7 @@ var flatmapQueries_FlatmapQueries = function FlatmapQueries() {
|
|
|
20266
20260
|
var _this2 = this;
|
|
20267
20261
|
return new Promise(function (resolve) {
|
|
20268
20262
|
var uberonMap = {};
|
|
20263
|
+
_this2.uberons = [];
|
|
20269
20264
|
var data = {
|
|
20270
20265
|
sql: _this2.buildLabelSqlStatement(uberons)
|
|
20271
20266
|
};
|
|
@@ -20283,6 +20278,10 @@ var flatmapQueries_FlatmapQueries = function FlatmapQueries() {
|
|
|
20283
20278
|
if (entity > -1 && label > -1) {
|
|
20284
20279
|
payload.values.forEach(function (pair) {
|
|
20285
20280
|
uberonMap[pair[entity]] = pair[label];
|
|
20281
|
+
_this2.uberons.push({
|
|
20282
|
+
id: pair[entity],
|
|
20283
|
+
name: pair[label]
|
|
20284
|
+
});
|
|
20286
20285
|
});
|
|
20287
20286
|
}
|
|
20288
20287
|
resolve(uberonMap);
|
|
@@ -20322,8 +20321,7 @@ var flatmapQueries_FlatmapQueries = function FlatmapQueries() {
|
|
|
20322
20321
|
found.push(n);
|
|
20323
20322
|
}
|
|
20324
20323
|
});
|
|
20325
|
-
|
|
20326
|
-
return this.uberons;
|
|
20324
|
+
return _toConsumableArray(new Set(found.flat()));
|
|
20327
20325
|
};
|
|
20328
20326
|
this.flattenConntectivity = function (connectivity) {
|
|
20329
20327
|
var dnodes = connectivity.flat(); // get nodes from edgelist
|
|
@@ -20775,8 +20773,8 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
20775
20773
|
toggleDrawer: function toggleDrawer() {
|
|
20776
20774
|
this.drawerOpen = !this.drawerOpen;
|
|
20777
20775
|
},
|
|
20778
|
-
/**
|
|
20779
|
-
* Function to toggle colour/greyscale of organs.
|
|
20776
|
+
/**
|
|
20777
|
+
* Function to toggle colour/greyscale of organs.
|
|
20780
20778
|
*/
|
|
20781
20779
|
setColour: function setColour(flag) {
|
|
20782
20780
|
this.colourRadio = flag;
|
|
@@ -20787,8 +20785,8 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
20787
20785
|
});
|
|
20788
20786
|
}
|
|
20789
20787
|
},
|
|
20790
|
-
/**
|
|
20791
|
-
* Function to toggle outlines f organs.
|
|
20788
|
+
/**
|
|
20789
|
+
* Function to toggle outlines f organs.
|
|
20792
20790
|
*/
|
|
20793
20791
|
setOutlines: function setOutlines(flag) {
|
|
20794
20792
|
this.outlineRadio = flag;
|
|
@@ -20799,9 +20797,9 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
20799
20797
|
});
|
|
20800
20798
|
}
|
|
20801
20799
|
},
|
|
20802
|
-
/**
|
|
20803
|
-
* Function to toggle paths to default.
|
|
20804
|
-
* Also called when the associated button is pressed.
|
|
20800
|
+
/**
|
|
20801
|
+
* Function to toggle paths to default.
|
|
20802
|
+
* Also called when the associated button is pressed.
|
|
20805
20803
|
*/
|
|
20806
20804
|
resetView: function resetView() {
|
|
20807
20805
|
if (this.mapImp) {
|
|
@@ -20823,18 +20821,18 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
20823
20821
|
}
|
|
20824
20822
|
}
|
|
20825
20823
|
},
|
|
20826
|
-
/**
|
|
20827
|
-
* Function to zoom in.
|
|
20828
|
-
* Also called when the associated button is pressed.
|
|
20824
|
+
/**
|
|
20825
|
+
* Function to zoom in.
|
|
20826
|
+
* Also called when the associated button is pressed.
|
|
20829
20827
|
*/
|
|
20830
20828
|
zoomIn: function zoomIn() {
|
|
20831
20829
|
if (this.mapImp) {
|
|
20832
20830
|
this.mapImp.zoomIn();
|
|
20833
20831
|
}
|
|
20834
20832
|
},
|
|
20835
|
-
/**
|
|
20836
|
-
* Function to zoom out.
|
|
20837
|
-
* Also called when the associated button is pressed.
|
|
20833
|
+
/**
|
|
20834
|
+
* Function to zoom out.
|
|
20835
|
+
* Also called when the associated button is pressed.
|
|
20838
20836
|
*/
|
|
20839
20837
|
zoomOut: function zoomOut() {
|
|
20840
20838
|
if (this.mapImp) {
|
|
@@ -21290,9 +21288,9 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
21290
21288
|
showPathwaysDrawer: function showPathwaysDrawer(flag) {
|
|
21291
21289
|
this.drawerOpen = flag;
|
|
21292
21290
|
},
|
|
21293
|
-
/**
|
|
21294
|
-
* Function to display features with annotation matching the provided term,
|
|
21295
|
-
* with the option to display the label using displayLabel flag.
|
|
21291
|
+
/**
|
|
21292
|
+
* Function to display features with annotation matching the provided term,
|
|
21293
|
+
* with the option to display the label using displayLabel flag.
|
|
21296
21294
|
*/
|
|
21297
21295
|
searchAndShowResult: function searchAndShowResult(term, displayLabel) {
|
|
21298
21296
|
if (this.mapImp) {
|
|
@@ -21317,8 +21315,8 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
21317
21315
|
}
|
|
21318
21316
|
return false;
|
|
21319
21317
|
},
|
|
21320
|
-
/**
|
|
21321
|
-
* Get the list of suggested terms
|
|
21318
|
+
/**
|
|
21319
|
+
* Get the list of suggested terms
|
|
21322
21320
|
*/
|
|
21323
21321
|
searchSuggestions: function searchSuggestions(term) {
|
|
21324
21322
|
if (this.mapImp) return this.mapImp.search(term);
|
|
@@ -21371,9 +21369,9 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
21371
21369
|
type: Boolean,
|
|
21372
21370
|
default: false
|
|
21373
21371
|
},
|
|
21374
|
-
/**
|
|
21375
|
-
* Flag to determine rather open map UI should be
|
|
21376
|
-
* presented or not.
|
|
21372
|
+
/**
|
|
21373
|
+
* Flag to determine rather open map UI should be
|
|
21374
|
+
* presented or not.
|
|
21377
21375
|
*/
|
|
21378
21376
|
enableOpenMapUI: {
|
|
21379
21377
|
type: Boolean,
|
|
@@ -21406,15 +21404,15 @@ var createUnfilledTooltipData = function createUnfilledTooltipData() {
|
|
|
21406
21404
|
type: String,
|
|
21407
21405
|
default: "'Observed In' controls and information are now included in AC maps. System control with FTU information has been added to the FC map."
|
|
21408
21406
|
},
|
|
21409
|
-
/**
|
|
21410
|
-
* State containing state of the flatmap.
|
|
21407
|
+
/**
|
|
21408
|
+
* State containing state of the flatmap.
|
|
21411
21409
|
*/
|
|
21412
21410
|
state: {
|
|
21413
21411
|
type: Object,
|
|
21414
21412
|
default: undefined
|
|
21415
21413
|
},
|
|
21416
|
-
/**
|
|
21417
|
-
* Specify the endpoint of the flatmap server.
|
|
21414
|
+
/**
|
|
21415
|
+
* Specify the endpoint of the flatmap server.
|
|
21418
21416
|
*/
|
|
21419
21417
|
flatmapAPI: {
|
|
21420
21418
|
type: String,
|
|
@@ -21547,7 +21545,7 @@ var FlatmapVuer_component = normalizeComponent(
|
|
|
21547
21545
|
)
|
|
21548
21546
|
|
|
21549
21547
|
/* harmony default export */ var FlatmapVuer = (FlatmapVuer_component.exports);
|
|
21550
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21548
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"28e619b9-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MultiFlatmapVuer.vue?vue&type=template&id=8a1ab60a&scoped=true&
|
|
21551
21549
|
var MultiFlatmapVuervue_type_template_id_8a1ab60a_scoped_true_render = function render() {
|
|
21552
21550
|
var _vm = this,
|
|
21553
21551
|
_c = _vm._self._c;
|
|
@@ -21853,11 +21851,11 @@ var TAXON_UUID = {
|
|
|
21853
21851
|
}
|
|
21854
21852
|
}
|
|
21855
21853
|
},
|
|
21856
|
-
/**
|
|
21857
|
-
* Function to switch to the latest existing map from
|
|
21858
|
-
* a legacy map of the same species.
|
|
21859
|
-
*
|
|
21860
|
-
* @private
|
|
21854
|
+
/**
|
|
21855
|
+
* Function to switch to the latest existing map from
|
|
21856
|
+
* a legacy map of the same species.
|
|
21857
|
+
*
|
|
21858
|
+
* @private
|
|
21861
21859
|
*/
|
|
21862
21860
|
viewLatestMap: function viewLatestMap(state) {
|
|
21863
21861
|
var keys = Object.keys(this.speciesList);
|
|
@@ -21869,10 +21867,10 @@ var TAXON_UUID = {
|
|
|
21869
21867
|
}
|
|
21870
21868
|
}
|
|
21871
21869
|
},
|
|
21872
|
-
/**
|
|
21873
|
-
* Create a legacy entry with the provided information
|
|
21874
|
-
*
|
|
21875
|
-
* @private
|
|
21870
|
+
/**
|
|
21871
|
+
* Create a legacy entry with the provided information
|
|
21872
|
+
*
|
|
21873
|
+
* @private
|
|
21876
21874
|
*/
|
|
21877
21875
|
createLegacyEntry: function createLegacyEntry(state, taxo, uuid) {
|
|
21878
21876
|
if (uuid && taxo) {
|
|
@@ -21896,11 +21894,11 @@ var TAXON_UUID = {
|
|
|
21896
21894
|
};
|
|
21897
21895
|
}
|
|
21898
21896
|
},
|
|
21899
|
-
/**
|
|
21900
|
-
* Function used to translate the legacy map state to one that can be used in current
|
|
21901
|
-
* flatmap if required. If it is a legacy, an Select entry will be added
|
|
21902
|
-
*
|
|
21903
|
-
* @private
|
|
21897
|
+
/**
|
|
21898
|
+
* Function used to translate the legacy map state to one that can be used in current
|
|
21899
|
+
* flatmap if required. If it is a legacy, an Select entry will be added
|
|
21900
|
+
*
|
|
21901
|
+
* @private
|
|
21904
21902
|
*/
|
|
21905
21903
|
updateState: function updateState(state) {
|
|
21906
21904
|
var _this4 = this;
|
|
@@ -21941,11 +21939,11 @@ var TAXON_UUID = {
|
|
|
21941
21939
|
resolve(state);
|
|
21942
21940
|
});
|
|
21943
21941
|
},
|
|
21944
|
-
/**
|
|
21945
|
-
* Function used for getting the current states of the scene. This exported states
|
|
21946
|
-
* can be imported using the importStates method.
|
|
21947
|
-
*
|
|
21948
|
-
* @public
|
|
21942
|
+
/**
|
|
21943
|
+
* Function used for getting the current states of the scene. This exported states
|
|
21944
|
+
* can be imported using the importStates method.
|
|
21945
|
+
*
|
|
21946
|
+
* @public
|
|
21949
21947
|
*/
|
|
21950
21948
|
getState: function getState() {
|
|
21951
21949
|
var state = {
|
|
@@ -21956,11 +21954,11 @@ var TAXON_UUID = {
|
|
|
21956
21954
|
state.state = map.getState();
|
|
21957
21955
|
return state;
|
|
21958
21956
|
},
|
|
21959
|
-
/**
|
|
21960
|
-
* Function used for importing the states of the scene. This exported states
|
|
21961
|
-
* can be imported using the read states method.
|
|
21962
|
-
*
|
|
21963
|
-
* @public
|
|
21957
|
+
/**
|
|
21958
|
+
* Function used for importing the states of the scene. This exported states
|
|
21959
|
+
* can be imported using the read states method.
|
|
21960
|
+
*
|
|
21961
|
+
* @public
|
|
21964
21962
|
*/
|
|
21965
21963
|
setState: function setState(state) {
|
|
21966
21964
|
var _this5 = this;
|
|
@@ -22003,9 +22001,9 @@ var TAXON_UUID = {
|
|
|
22003
22001
|
type: Boolean,
|
|
22004
22002
|
default: false
|
|
22005
22003
|
},
|
|
22006
|
-
/**
|
|
22007
|
-
* Initial species for the flatmap.
|
|
22008
|
-
* This value will be ignored if a valid state object is provided.
|
|
22004
|
+
/**
|
|
22005
|
+
* Initial species for the flatmap.
|
|
22006
|
+
* This value will be ignored if a valid state object is provided.
|
|
22009
22007
|
*/
|
|
22010
22008
|
initial: {
|
|
22011
22009
|
type: String,
|
|
@@ -22027,9 +22025,9 @@ var TAXON_UUID = {
|
|
|
22027
22025
|
type: Boolean,
|
|
22028
22026
|
default: false
|
|
22029
22027
|
},
|
|
22030
|
-
/**
|
|
22031
|
-
* Flag to determine rather open map UI should be
|
|
22032
|
-
* presented or not.
|
|
22028
|
+
/**
|
|
22029
|
+
* Flag to determine rather open map UI should be
|
|
22030
|
+
* presented or not.
|
|
22033
22031
|
*/
|
|
22034
22032
|
enableOpenMapUI: {
|
|
22035
22033
|
type: Boolean,
|
|
@@ -22077,15 +22075,15 @@ var TAXON_UUID = {
|
|
|
22077
22075
|
};
|
|
22078
22076
|
}
|
|
22079
22077
|
},
|
|
22080
|
-
/**
|
|
22081
|
-
* State containing state of the flatmap.
|
|
22078
|
+
/**
|
|
22079
|
+
* State containing state of the flatmap.
|
|
22082
22080
|
*/
|
|
22083
22081
|
state: {
|
|
22084
22082
|
type: Object,
|
|
22085
22083
|
default: undefined
|
|
22086
22084
|
},
|
|
22087
|
-
/**
|
|
22088
|
-
* Specify the endpoint of the flatmap server.
|
|
22085
|
+
/**
|
|
22086
|
+
* Specify the endpoint of the flatmap server.
|
|
22089
22087
|
*/
|
|
22090
22088
|
flatmapAPI: {
|
|
22091
22089
|
type: String,
|