@abi-software/flatmapvuer 0.3.0 → 0.3.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/LICENSE +201 -201
- package/README.md +105 -105
- package/babel.config.js +14 -14
- package/dist/flatmapvuer.common.js +68 -66
- package/dist/flatmapvuer.common.js.map +1 -1
- package/dist/flatmapvuer.css +1 -1
- package/dist/flatmapvuer.umd.js +68 -66
- package/dist/flatmapvuer.umd.js.map +1 -1
- package/dist/flatmapvuer.umd.min.js +1 -1
- package/dist/flatmapvuer.umd.min.js.map +1 -1
- package/package-lock.json +13895 -13923
- package/package.json +66 -66
- package/public/index.html +17 -17
- package/src/App.vue +161 -161
- package/src/assets/_variables.scss +43 -43
- package/src/assets/styles.scss +7 -7
- package/src/components/EventBus.js +2 -2
- package/src/components/FlatmapVuer.vue +1308 -1308
- package/src/components/MultiFlatmapVuer.vue +349 -349
- package/src/components/PubmedViewer.vue +194 -194
- package/src/components/Tooltip.vue +519 -494
- package/src/components/index.js +9 -9
- 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/main.js +8 -8
- package/src/nerve-map.js +99 -0
- package/vue.config.js +31 -31
package/dist/flatmapvuer.umd.js
CHANGED
|
@@ -1729,13 +1729,6 @@ var removeResizeListener = exports.removeResizeListener = function removeResizeL
|
|
|
1729
1729
|
|
|
1730
1730
|
/***/ }),
|
|
1731
1731
|
|
|
1732
|
-
/***/ "4095":
|
|
1733
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
1734
|
-
|
|
1735
|
-
// extracted by mini-css-extract-plugin
|
|
1736
|
-
|
|
1737
|
-
/***/ }),
|
|
1738
|
-
|
|
1739
1732
|
/***/ "417f":
|
|
1740
1733
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1741
1734
|
|
|
@@ -1859,17 +1852,6 @@ module.exports = require("core-js/modules/es.array.map.js");
|
|
|
1859
1852
|
/* unused harmony reexport * */
|
|
1860
1853
|
|
|
1861
1854
|
|
|
1862
|
-
/***/ }),
|
|
1863
|
-
|
|
1864
|
-
/***/ "4641":
|
|
1865
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1866
|
-
|
|
1867
|
-
"use strict";
|
|
1868
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_5dc434c1_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("4095");
|
|
1869
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_5dc434c1_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_5dc434c1_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
1870
|
-
/* unused harmony reexport * */
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
1855
|
/***/ }),
|
|
1874
1856
|
|
|
1875
1857
|
/***/ "4897":
|
|
@@ -9058,6 +9040,13 @@ module.exports = require("core-js/modules/es.object.to-string.js");
|
|
|
9058
9040
|
|
|
9059
9041
|
/***/ }),
|
|
9060
9042
|
|
|
9043
|
+
/***/ "99f8":
|
|
9044
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
9045
|
+
|
|
9046
|
+
// extracted by mini-css-extract-plugin
|
|
9047
|
+
|
|
9048
|
+
/***/ }),
|
|
9049
|
+
|
|
9061
9050
|
/***/ "9b22":
|
|
9062
9051
|
/***/ (function(module, exports) {
|
|
9063
9052
|
|
|
@@ -11211,6 +11200,17 @@ module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
|
11211
11200
|
|
|
11212
11201
|
module.exports = require("core-js/modules/es.array.concat.js");
|
|
11213
11202
|
|
|
11203
|
+
/***/ }),
|
|
11204
|
+
|
|
11205
|
+
/***/ "d006":
|
|
11206
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
11207
|
+
|
|
11208
|
+
"use strict";
|
|
11209
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_1e355414_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("99f8");
|
|
11210
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_1e355414_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tooltip_vue_vue_type_style_index_0_id_1e355414_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
11211
|
+
/* unused harmony reexport * */
|
|
11212
|
+
|
|
11213
|
+
|
|
11214
11214
|
/***/ }),
|
|
11215
11215
|
|
|
11216
11216
|
/***/ "d010":
|
|
@@ -14739,7 +14739,7 @@ if (typeof window !== 'undefined') {
|
|
|
14739
14739
|
// Indicate to webpack that this file can be concatenated
|
|
14740
14740
|
/* harmony default export */ var setPublicPath = (null);
|
|
14741
14741
|
|
|
14742
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14742
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"529c2ddf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FlatmapVuer.vue?vue&type=template&id=7306edab&scoped=true&
|
|
14743
14743
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"flatmap-container",attrs:{"element-loading-text":"Loading...","element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0.3)"}},[_c('map-svg-sprite-color'),_c('div',{staticStyle:{"height":"100%","width":"100%","position":"relative","overflow-y":"none"}},[_c('div',{ref:"display",staticStyle:{"height":"100%","width":"100%"}}),(_vm.displayWarning)?_c('el-popover',{ref:"warningPopover",attrs:{"content":_vm.warningMessage,"placement":"right","appendToBody":false,"trigger":"manual","popper-class":"warning-popper flatmap-popper right-popper"},model:{value:(_vm.hoverVisibilities[6].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[6], "value", $$v)},expression:"hoverVisibilities[6].value"}}):_vm._e(),(_vm.displayWarning)?_c('i',{directives:[{name:"popover",rawName:"v-popover:warningPopover",arg:"warningPopover"}],staticClass:"el-icon-warning warning-icon",on:{"mouseover":function($event){return _vm.showToolitip(6)},"mouseout":function($event){return _vm.hideToolitip(6)}}},[_c('span',{staticClass:"warning-text"},[_vm._v("Beta")])]):_vm._e(),_c('div',{staticClass:"bottom-right-control"},[_c('el-popover',{attrs:{"content":"Zoom in","placement":"left","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper left-popper"},model:{value:(_vm.hoverVisibilities[0].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[0], "value", $$v)},expression:"hoverVisibilities[0].value"}},[_c('map-svg-icon',{staticClass:"icon-button zoomIn",attrs:{"slot":"reference","icon":"zoomIn"},nativeOn:{"click":function($event){return _vm.zoomIn()},"mouseover":function($event){return _vm.showToolitip(0)},"mouseout":function($event){return _vm.hideToolitip(0)}},slot:"reference"})],1),_c('el-popover',{attrs:{"content":"Zoom out","placement":"top-end","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper popper-zoomout"},model:{value:(_vm.hoverVisibilities[1].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[1], "value", $$v)},expression:"hoverVisibilities[1].value"}},[_c('map-svg-icon',{staticClass:"icon-button zoomOut",attrs:{"slot":"reference","icon":"zoomOut"},nativeOn:{"click":function($event){return _vm.zoomOut()},"mouseover":function($event){return _vm.showToolitip(1)},"mouseout":function($event){return _vm.hideToolitip(1)}},slot:"reference"})],1),_c('el-popover',{attrs:{"content":"Reset","placement":"top","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper"},model:{value:(_vm.hoverVisibilities[2].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[2], "value", $$v)},expression:"hoverVisibilities[2].value"}},[_c('div',[_vm._v(" Fit to "),_c('br'),_vm._v(" window ")]),_c('map-svg-icon',{staticClass:"icon-button fitWindow",attrs:{"slot":"reference","icon":"fitWindow"},nativeOn:{"click":function($event){return _vm.resetView()},"mouseover":function($event){return _vm.showToolitip(2)},"mouseout":function($event){return _vm.hideToolitip(2)}},slot:"reference"})],1)],1),_c('el-popover',{ref:"checkBoxPopover",attrs:{"content":"Change pathway visibility","placement":"right","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper right-popper"},model:{value:(_vm.hoverVisibilities[4].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[4], "value", $$v)},expression:"hoverVisibilities[4].value"}}),_c('div',{staticClass:"pathway-location",class:{ open: _vm.drawerOpen, close: !_vm.drawerOpen }},[(_vm.pathways.length > 0 && _vm.pathControls)?_c('div',{directives:[{name:"popover",rawName:"v-popover:checkBoxPopover",arg:"checkBoxPopover"}],staticClass:"pathway-container"},[_c('el-popover',{ref:"markerPopover",attrs:{"content":"Find these markers for data","placement":"right","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper popper-bump-right right-popper"},model:{value:(_vm.hoverVisibilities[5].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[5], "value", $$v)},expression:"hoverVisibilities[5].value"}}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.hoverVisibilities[5].value),expression:"hoverVisibilities[5].value"},{name:"popover",rawName:"v-popover:markerPopover",arg:"markerPopover"}],staticClass:"flatmap-marker-help",domProps:{"innerHTML":_vm._s(_vm.flatmapMarker)}}),_c('el-row',[_c('el-col',{attrs:{"span":12}},[_c('div',{staticClass:"pathways-display-text"},[_vm._v("Pathways")])]),_c('el-col',{attrs:{"span":12}},[_c('el-checkbox',{staticClass:"all-checkbox",attrs:{"indeterminate":_vm.isIndeterminate},on:{"change":_vm.handleCheckAllChange},model:{value:(_vm.checkAll),callback:function ($$v) {_vm.checkAll=$$v},expression:"checkAll"}},[_vm._v("Display all")])],1)],1),_c('el-checkbox-group',{staticClass:"checkbox-group",attrs:{"size":"small"},on:{"change":_vm.handleCheckedItemsChange},model:{value:(_vm.checkedItems),callback:function ($$v) {_vm.checkedItems=$$v},expression:"checkedItems"}},[_c('div',{staticClass:"checkbox-group-inner"},_vm._l((_vm.pathways),function(item){return _c('el-row',{key:item.type,attrs:{"label":item.type}},[_c('div',{staticClass:"checkbox-container"},[_c('el-checkbox',{staticClass:"my-checkbox",attrs:{"label":item.type,"checked":true},on:{"change":function($event){return _vm.visibilityToggle()}}},[_c('div',{staticClass:"path-visual",class:item.type}),_vm._v(" "+_vm._s(item.label)+" ")])],1)])}),1)])],1):_vm._e(),_c('div',{staticClass:"drawer-button",class:{ open: _vm.drawerOpen, close: !_vm.drawerOpen },on:{"click":_vm.toggleDrawer}},[_c('i',{staticClass:"el-icon-arrow-left"})])]),_c('el-popover',{ref:"backgroundPopover",attrs:{"placement":"top-start","width":"175","appendToBody":false,"trigger":"click","popper-class":"background-popper"}},[_c('el-row',{staticClass:"backgroundText"},[_vm._v("Organs display")]),_c('el-row',{staticClass:"backgroundControl"},[_c('el-radio-group',{staticClass:"flatmap-radio",on:{"change":_vm.setColour},model:{value:(_vm.colourRadio),callback:function ($$v) {_vm.colourRadio=$$v},expression:"colourRadio"}},[_c('el-radio',{attrs:{"label":true}},[_vm._v("Colour")]),_c('el-radio',{attrs:{"label":false}},[_vm._v("Greyscale")])],1)],1),_c('el-row',{staticClass:"backgroundSpacer"}),_c('el-row',{staticClass:"backgroundText"},[_vm._v("Outlines display")]),_c('el-row',{staticClass:"backgroundControl"},[_c('el-radio-group',{staticClass:"flatmap-radio",on:{"change":_vm.setOutlines},model:{value:(_vm.outlinesRadio),callback:function ($$v) {_vm.outlinesRadio=$$v},expression:"outlinesRadio"}},[_c('el-radio',{attrs:{"label":true}},[_vm._v("Show")]),_c('el-radio',{attrs:{"label":false}},[_vm._v("Hide")])],1)],1),_c('el-row',{staticClass:"backgroundSpacer"}),_c('el-row',{staticClass:"backgroundText"},[_vm._v("Change background")]),_c('el-row',{staticClass:"backgroundControl"},_vm._l((_vm.availableBackground),function(item){return _c('div',{key:item,class:['backgroundChoice', item, item == _vm.currentBackground ? 'active' :''],on:{"click":function($event){return _vm.backgroundChangeCallback(item)}}})}),0)],1),_c('el-popover',{attrs:{"content":"Change background color","placement":"right","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper right-popper"},model:{value:(_vm.hoverVisibilities[3].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[3], "value", $$v)},expression:"hoverVisibilities[3].value"}},[_c('map-svg-icon',{directives:[{name:"popover",rawName:"v-popover:backgroundPopover",arg:"backgroundPopover"}],staticClass:"icon-button background-colour",class:{ open: _vm.drawerOpen, close: !_vm.drawerOpen },attrs:{"slot":"reference","icon":"changeBckgd"},nativeOn:{"mouseover":function($event){return _vm.showToolitip(3)},"mouseout":function($event){return _vm.hideToolitip(3)}},slot:"reference"})],1),_c('Tooltip',{ref:"tooltip",staticClass:"tooltip",attrs:{"content":_vm.tooltipContent},on:{"resource-selected":_vm.resourceSelected}})],1)],1)}
|
|
14744
14744
|
var staticRenderFns = []
|
|
14745
14745
|
|
|
@@ -14949,12 +14949,12 @@ var es_number_constructor_js_ = __webpack_require__("f989");
|
|
|
14949
14949
|
var external_vue_ = __webpack_require__("8bbf");
|
|
14950
14950
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
14951
14951
|
|
|
14952
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14953
|
-
var
|
|
14954
|
-
var
|
|
14952
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"529c2ddf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Tooltip.vue?vue&type=template&id=1e355414&scoped=true&
|
|
14953
|
+
var Tooltipvue_type_template_id_1e355414_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"tooltip-container"},[(_vm.content)?_c('el-main',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"main"},[(_vm.content.title)?_c('div',{staticClass:"block"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.capitalise(_vm.content.title)))])]):_c('div',{staticClass:"block"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.content.featureId))])]),_c('div',{staticClass:"content-container scrollbar"},[(_vm.content.featureIds)?_c('pubmed-viewer',{directives:[{name:"show",rawName:"v-show",value:(false),expression:"false"}],staticClass:"block",attrs:{"entry":_vm.content},on:{"pubmedSearchUrl":_vm.pubmedSearchUrlUpdate}}):_vm._e(),_vm._v(" "+_vm._s(_vm.content.paths)+" "),(this.origins)?_c('div',{staticClass:"block"},[_c('div',[_c('span',{staticClass:"attribute-title"},[_vm._v("Origin")]),_c('el-popover',{attrs:{"width":"250","trigger":"hover","append-to-body":false,"popper-class":"popover-origin-help"}},[_c('i',{staticClass:"el-icon-warning-outline info",attrs:{"slot":"reference"},slot:"reference"}),_c('span',{staticStyle:{"word-break":"keep-all"}},[_c('i',[_vm._v("Origin")]),_vm._v(" "+_vm._s(_vm.originDescription)+" ")])])],1),_vm._l((_vm.origins),function(origin){return _c('div',{key:origin,staticClass:"attribute-content"},[_vm._v(" "+_vm._s(_vm.capitalise(origin))+" ")])}),_c('el-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.originsWithDatasets.length > 0),expression:"originsWithDatasets.length > 0"}],staticClass:"button",on:{"click":_vm.openDendrites}},[_vm._v(" Explore origin data ")])],2):_vm._e(),(this.components)?_c('div',{staticClass:"block"},[_c('div',{staticClass:"attribute-title"},[_vm._v("Components")]),_vm._l((_vm.components),function(component){return _c('div',{key:component,staticClass:"attribute-content"},[_vm._v(" "+_vm._s(_vm.capitalise(component))+" ")])})],2):_vm._e(),(this.destinations)?_c('div',{staticClass:"block"},[_c('div',[_c('span',{staticClass:"attribute-title"},[_vm._v("Destination")]),_c('el-popover',{attrs:{"width":"250","trigger":"hover","append-to-body":false,"popper-class":"popover-origin-help"}},[_c('i',{staticClass:"el-icon-warning-outline info",attrs:{"slot":"reference"},slot:"reference"}),_c('span',{staticStyle:{"word-break":"keep-all"}},[_c('i',[_vm._v("Destination")]),_vm._v(" is where the axons terminate ")])])],1),_vm._l((_vm.destinations),function(destination){return _c('div',{key:destination,staticClass:"attribute-content"},[_vm._v(" "+_vm._s(_vm.capitalise(destination))+" ")])}),_c('el-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.destinationsWithDatasets.length > 0),expression:"destinationsWithDatasets.length > 0"}],staticClass:"button",on:{"click":_vm.openAxons}},[_vm._v(" Explore destination data ")])],2):_vm._e(),_c('el-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.components.length > 0),expression:"components.length > 0"}],staticClass:"button",on:{"click":_vm.openAll}},[_vm._v(" Search for data on components ")]),(_vm.pubmedSearchUrl)?_c('el-button',{staticClass:"button",attrs:{"icon":"el-icon-notebook-2"},on:{"click":function($event){return _vm.openUrl(_vm.pubmedSearchUrl)}}},[_vm._v(" Open publications in pubmed ")]):_vm._e()],1)]):_vm._e()],1)}
|
|
14954
|
+
var Tooltipvue_type_template_id_1e355414_scoped_true_staticRenderFns = []
|
|
14955
14955
|
|
|
14956
14956
|
|
|
14957
|
-
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=template&id=
|
|
14957
|
+
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=template&id=1e355414&scoped=true&
|
|
14958
14958
|
|
|
14959
14959
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
|
14960
14960
|
|
|
@@ -15043,7 +15043,7 @@ var en_default = /*#__PURE__*/__webpack_require__.n(en);
|
|
|
15043
15043
|
var locale = __webpack_require__("4897");
|
|
15044
15044
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale);
|
|
15045
15045
|
|
|
15046
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
15046
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"529c2ddf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PubmedViewer.vue?vue&type=template&id=1d12a6d3&scoped=true&
|
|
15047
15047
|
var PubmedViewervue_type_template_id_1d12a6d3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"pubmed-container"},[_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading.response),expression:"loading.response"}],staticClass:"block"},[_c('div',{staticClass:"attribute-title"},[_vm._v("Pubmed Resources")]),_c('br'),_c('el-carousel',{attrs:{"autoplay":false,"indicator-position":"outside","height":"250px","width":"200px"}},_vm._l((_vm.pubmeds),function(pub,i){return _c('el-carousel-item',{key:i},[_c('div',{staticClass:"attribute-content"},[_c('div',{domProps:{"innerHTML":_vm._s(pub.html)}}),_c('el-link',{staticClass:"el-link",attrs:{"href":pub.url,"underline":false,"target":"_blank"}},[_vm._v(_vm._s(pub.url))])],1)])}),1)],1)])}
|
|
15048
15048
|
var PubmedViewervue_type_template_id_1d12a6d3_scoped_true_staticRenderFns = []
|
|
15049
15049
|
|
|
@@ -15557,6 +15557,8 @@ var EventBus = new external_vue_default.a();
|
|
|
15557
15557
|
//
|
|
15558
15558
|
//
|
|
15559
15559
|
//
|
|
15560
|
+
//
|
|
15561
|
+
//
|
|
15560
15562
|
|
|
15561
15563
|
/* eslint-disable no-alert, no-console */
|
|
15562
15564
|
|
|
@@ -15838,8 +15840,8 @@ var _capitalise = function capitalise(str) {
|
|
|
15838
15840
|
});
|
|
15839
15841
|
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=script&lang=js&
|
|
15840
15842
|
/* harmony default export */ var components_Tooltipvue_type_script_lang_js_ = (Tooltipvue_type_script_lang_js_);
|
|
15841
|
-
// EXTERNAL MODULE: ./src/components/Tooltip.vue?vue&type=style&index=0&id=
|
|
15842
|
-
var
|
|
15843
|
+
// EXTERNAL MODULE: ./src/components/Tooltip.vue?vue&type=style&index=0&id=1e355414&scoped=true&lang=scss&
|
|
15844
|
+
var Tooltipvue_type_style_index_0_id_1e355414_scoped_true_lang_scss_ = __webpack_require__("d006");
|
|
15843
15845
|
|
|
15844
15846
|
// CONCATENATED MODULE: ./src/components/Tooltip.vue
|
|
15845
15847
|
|
|
@@ -15852,11 +15854,11 @@ var Tooltipvue_type_style_index_0_id_5dc434c1_scoped_true_lang_scss_ = __webpack
|
|
|
15852
15854
|
|
|
15853
15855
|
var Tooltip_component = normalizeComponent(
|
|
15854
15856
|
components_Tooltipvue_type_script_lang_js_,
|
|
15855
|
-
|
|
15856
|
-
|
|
15857
|
+
Tooltipvue_type_template_id_1e355414_scoped_true_render,
|
|
15858
|
+
Tooltipvue_type_template_id_1e355414_scoped_true_staticRenderFns,
|
|
15857
15859
|
false,
|
|
15858
15860
|
null,
|
|
15859
|
-
"
|
|
15861
|
+
"1e355414",
|
|
15860
15862
|
null
|
|
15861
15863
|
|
|
15862
15864
|
)
|
|
@@ -16176,8 +16178,8 @@ var mapResize = function mapResize(map) {
|
|
|
16176
16178
|
this.drawerOpen = !this.drawerOpen;
|
|
16177
16179
|
},
|
|
16178
16180
|
|
|
16179
|
-
/**
|
|
16180
|
-
* Function to toggle colour/greyscale of organs.
|
|
16181
|
+
/**
|
|
16182
|
+
* Function to toggle colour/greyscale of organs.
|
|
16181
16183
|
*/
|
|
16182
16184
|
setColour: function setColour(flag) {
|
|
16183
16185
|
this.colourRadio = flag;
|
|
@@ -16190,8 +16192,8 @@ var mapResize = function mapResize(map) {
|
|
|
16190
16192
|
}
|
|
16191
16193
|
},
|
|
16192
16194
|
|
|
16193
|
-
/**
|
|
16194
|
-
* Function to toggle outlines f organs.
|
|
16195
|
+
/**
|
|
16196
|
+
* Function to toggle outlines f organs.
|
|
16195
16197
|
*/
|
|
16196
16198
|
setOutlines: function setOutlines(flag) {
|
|
16197
16199
|
this.outlineRadio = flag;
|
|
@@ -16204,9 +16206,9 @@ var mapResize = function mapResize(map) {
|
|
|
16204
16206
|
}
|
|
16205
16207
|
},
|
|
16206
16208
|
|
|
16207
|
-
/**
|
|
16208
|
-
* Function to toggle paths to default.
|
|
16209
|
-
* Also called when the associated button is pressed.
|
|
16209
|
+
/**
|
|
16210
|
+
* Function to toggle paths to default.
|
|
16211
|
+
* Also called when the associated button is pressed.
|
|
16210
16212
|
*/
|
|
16211
16213
|
resetView: function resetView() {
|
|
16212
16214
|
if (this.mapImp) {
|
|
@@ -16219,9 +16221,9 @@ var mapResize = function mapResize(map) {
|
|
|
16219
16221
|
}
|
|
16220
16222
|
},
|
|
16221
16223
|
|
|
16222
|
-
/**
|
|
16223
|
-
* Function to zoom in.
|
|
16224
|
-
* Also called when the associated button is pressed.
|
|
16224
|
+
/**
|
|
16225
|
+
* Function to zoom in.
|
|
16226
|
+
* Also called when the associated button is pressed.
|
|
16225
16227
|
*/
|
|
16226
16228
|
zoomIn: function zoomIn() {
|
|
16227
16229
|
if (this.mapImp) {
|
|
@@ -16229,9 +16231,9 @@ var mapResize = function mapResize(map) {
|
|
|
16229
16231
|
}
|
|
16230
16232
|
},
|
|
16231
16233
|
|
|
16232
|
-
/**
|
|
16233
|
-
* Function to zoom out.
|
|
16234
|
-
* Also called when the associated button is pressed.
|
|
16234
|
+
/**
|
|
16235
|
+
* Function to zoom out.
|
|
16236
|
+
* Also called when the associated button is pressed.
|
|
16235
16237
|
*/
|
|
16236
16238
|
zoomOut: function zoomOut() {
|
|
16237
16239
|
if (this.mapImp) {
|
|
@@ -16541,8 +16543,8 @@ var mapResize = function mapResize(map) {
|
|
|
16541
16543
|
this.drawerOpen = flag;
|
|
16542
16544
|
},
|
|
16543
16545
|
|
|
16544
|
-
/**
|
|
16545
|
-
* Function to display features with annotation matching the provided term.
|
|
16546
|
+
/**
|
|
16547
|
+
* Function to display features with annotation matching the provided term.
|
|
16546
16548
|
*/
|
|
16547
16549
|
searchAndShowResult: function searchAndShowResult(term) {
|
|
16548
16550
|
if (this.mapImp) {
|
|
@@ -16605,16 +16607,16 @@ var mapResize = function mapResize(map) {
|
|
|
16605
16607
|
default: "Beta feature - This map is based on the connectivity of a rat. New connectivity and species specificity will be added as the SPARC program progress."
|
|
16606
16608
|
},
|
|
16607
16609
|
|
|
16608
|
-
/**
|
|
16609
|
-
* State containing state of the flatmap.
|
|
16610
|
+
/**
|
|
16611
|
+
* State containing state of the flatmap.
|
|
16610
16612
|
*/
|
|
16611
16613
|
state: {
|
|
16612
16614
|
type: Object,
|
|
16613
16615
|
default: undefined
|
|
16614
16616
|
},
|
|
16615
16617
|
|
|
16616
|
-
/**
|
|
16617
|
-
* Specify the endpoint of the flatmap server.
|
|
16618
|
+
/**
|
|
16619
|
+
* Specify the endpoint of the flatmap server.
|
|
16618
16620
|
*/
|
|
16619
16621
|
flatmapAPI: {
|
|
16620
16622
|
type: String,
|
|
@@ -16713,7 +16715,7 @@ var FlatmapVuer_component = normalizeComponent(
|
|
|
16713
16715
|
)
|
|
16714
16716
|
|
|
16715
16717
|
/* harmony default export */ var FlatmapVuer = (FlatmapVuer_component.exports);
|
|
16716
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
16718
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"529c2ddf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MultiFlatmapVuer.vue?vue&type=template&id=f20f0c88&scoped=true&
|
|
16717
16719
|
var MultiFlatmapVuervue_type_template_id_f20f0c88_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"multi-container"},[_c('div',{staticStyle:{"position":"absolute","z-index":"10"}},[_c('div',{staticClass:"species-display-text"},[_vm._v(" Species ")]),_c('el-popover',{ref:"selectPopover",attrs:{"content":"Select a species","placement":"right","appendToBody":false,"trigger":"manual","popper-class":"flatmap-popper right-popper"},model:{value:(_vm.helpMode),callback:function ($$v) {_vm.helpMode=$$v},expression:"helpMode"}}),_c('el-select',{directives:[{name:"popover",rawName:"v-popover:selectPopover",arg:"selectPopover"}],staticClass:"select-box",attrs:{"id":"flatmap-select","popper-append-to-body":_vm.appendToBody,"placeholder":"Select","popper-class":"flatmap_dropdown"},on:{"change":_vm.flatmapChanged},model:{value:(_vm.activeSpecies),callback:function ($$v) {_vm.activeSpecies=$$v},expression:"activeSpecies"}},_vm._l((_vm.speciesList),function(item,key){return _c('el-option',{key:key,attrs:{"label":key,"value":key}},[_c('el-row',[_c('el-col',{attrs:{"span":8}},[_c('i',{class:item.iconClass})]),_c('el-col',{attrs:{"span":12}},[_vm._v(_vm._s(key))])],1)],1)}),1)],1),_vm._l((_vm.speciesList),function(item,key){return _c('FlatmapVuer',{directives:[{name:"show",rawName:"v-show",value:(_vm.activeSpecies==key),expression:"activeSpecies==key"}],key:key,ref:key,refInFor:true,staticStyle:{"height":"100%"},attrs:{"showLayer":_vm.showLayer,"entry":item.taxo,"displayWarning":item.displayWarning,"warningMessage":_vm.warningMessage,"featureInfo":_vm.featureInfo,"minZoom":_vm.minZoom,"pathControls":_vm.pathControls,"searchable":_vm.searchable,"helpMode":_vm.helpMode,"renderAtMounted":_vm.renderAtMounted,"displayMinimap":_vm.displayMinimap,"flatmapAPI":_vm.flatmapAPI,"sparcAPI":_vm.sparcAPI},on:{"resource-selected":_vm.FlatmapSelected,"ready":_vm.FlatmapReady,"pan-zoom-callback":_vm.panZoomCallback}})})],2)}
|
|
16718
16720
|
var MultiFlatmapVuervue_type_template_id_f20f0c88_scoped_true_staticRenderFns = []
|
|
16719
16721
|
|
|
@@ -16914,11 +16916,11 @@ external_vue_default.a.use(lib_popover_default.a);
|
|
|
16914
16916
|
this.$emit('flatmapChanged', this.activeSpecies);
|
|
16915
16917
|
},
|
|
16916
16918
|
|
|
16917
|
-
/**
|
|
16918
|
-
* Function used for getting the current states of the scene. This exported states
|
|
16919
|
-
* can be imported using the importStates method.
|
|
16920
|
-
*
|
|
16921
|
-
* @public
|
|
16919
|
+
/**
|
|
16920
|
+
* Function used for getting the current states of the scene. This exported states
|
|
16921
|
+
* can be imported using the importStates method.
|
|
16922
|
+
*
|
|
16923
|
+
* @public
|
|
16922
16924
|
*/
|
|
16923
16925
|
getState: function getState() {
|
|
16924
16926
|
var state = {
|
|
@@ -16930,11 +16932,11 @@ external_vue_default.a.use(lib_popover_default.a);
|
|
|
16930
16932
|
return state;
|
|
16931
16933
|
},
|
|
16932
16934
|
|
|
16933
|
-
/**
|
|
16934
|
-
* Function used for importing the states of the scene. This exported states
|
|
16935
|
-
* can be imported using the read states method.
|
|
16936
|
-
*
|
|
16937
|
-
* @public
|
|
16935
|
+
/**
|
|
16936
|
+
* Function used for importing the states of the scene. This exported states
|
|
16937
|
+
* can be imported using the read states method.
|
|
16938
|
+
*
|
|
16939
|
+
* @public
|
|
16938
16940
|
*/
|
|
16939
16941
|
setState: function setState(state) {
|
|
16940
16942
|
var _this3 = this;
|
|
@@ -16982,9 +16984,9 @@ external_vue_default.a.use(lib_popover_default.a);
|
|
|
16982
16984
|
default: false
|
|
16983
16985
|
},
|
|
16984
16986
|
|
|
16985
|
-
/**
|
|
16986
|
-
* Initial species for the flatmap.
|
|
16987
|
-
* This value will be ignored if a valid state object is provided.
|
|
16987
|
+
/**
|
|
16988
|
+
* Initial species for the flatmap.
|
|
16989
|
+
* This value will be ignored if a valid state object is provided.
|
|
16988
16990
|
*/
|
|
16989
16991
|
initial: {
|
|
16990
16992
|
type: String,
|
|
@@ -17012,16 +17014,16 @@ external_vue_default.a.use(lib_popover_default.a);
|
|
|
17012
17014
|
},
|
|
17013
17015
|
availableSpecies: {},
|
|
17014
17016
|
|
|
17015
|
-
/**
|
|
17016
|
-
* State containing state of the flatmap.
|
|
17017
|
+
/**
|
|
17018
|
+
* State containing state of the flatmap.
|
|
17017
17019
|
*/
|
|
17018
17020
|
state: {
|
|
17019
17021
|
type: Object,
|
|
17020
17022
|
default: undefined
|
|
17021
17023
|
},
|
|
17022
17024
|
|
|
17023
|
-
/**
|
|
17024
|
-
* Specify the endpoint of the flatmap server.
|
|
17025
|
+
/**
|
|
17026
|
+
* Specify the endpoint of the flatmap server.
|
|
17025
17027
|
*/
|
|
17026
17028
|
flatmapAPI: {
|
|
17027
17029
|
type: String,
|