@abi-software/flatmapvuer 0.5.0 → 0.5.1-beta.0
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 +7 -1
- package/dist/flatmapvuer.common.js +947 -567
- package/dist/flatmapvuer.common.js.map +1 -1
- package/dist/flatmapvuer.css +1 -1
- package/dist/flatmapvuer.umd.js +947 -567
- 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 +55 -19
- package/package.json +4 -4
|
@@ -1972,14 +1972,14 @@ module.exports = __webpack_require__("8122");
|
|
|
1972
1972
|
|
|
1973
1973
|
/***/ }),
|
|
1974
1974
|
|
|
1975
|
-
/***/
|
|
1975
|
+
/***/ 31:
|
|
1976
1976
|
/***/ (function(module, exports) {
|
|
1977
1977
|
|
|
1978
1978
|
module.exports = __webpack_require__("2a5e");
|
|
1979
1979
|
|
|
1980
1980
|
/***/ }),
|
|
1981
1981
|
|
|
1982
|
-
/***/
|
|
1982
|
+
/***/ 33:
|
|
1983
1983
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1984
1984
|
|
|
1985
1985
|
"use strict";
|
|
@@ -2887,7 +2887,7 @@ if (false) { var api; }
|
|
|
2887
2887
|
component.options.__file = "packages/select/src/select-dropdown.vue"
|
|
2888
2888
|
/* harmony default export */ var select_dropdown = (component.exports);
|
|
2889
2889
|
// EXTERNAL MODULE: ./packages/select/src/option.vue + 4 modules
|
|
2890
|
-
var src_option = __webpack_require__(
|
|
2890
|
+
var src_option = __webpack_require__(33);
|
|
2891
2891
|
|
|
2892
2892
|
// EXTERNAL MODULE: external "element-ui/lib/tag"
|
|
2893
2893
|
var tag_ = __webpack_require__(38);
|
|
@@ -2909,7 +2909,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
2909
2909
|
var resize_event_ = __webpack_require__(16);
|
|
2910
2910
|
|
|
2911
2911
|
// EXTERNAL MODULE: external "element-ui/lib/utils/scroll-into-view"
|
|
2912
|
-
var scroll_into_view_ = __webpack_require__(
|
|
2912
|
+
var scroll_into_view_ = __webpack_require__(31);
|
|
2913
2913
|
var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_view_);
|
|
2914
2914
|
|
|
2915
2915
|
// EXTERNAL MODULE: external "element-ui/lib/utils/util"
|
|
@@ -7421,7 +7421,7 @@ checkbox_group.install = function (Vue) {
|
|
|
7421
7421
|
|
|
7422
7422
|
|
|
7423
7423
|
exports.__esModule = true;
|
|
7424
|
-
exports.isEmpty = exports.isEqual = exports.arrayEquals = exports.looseEqual = exports.capitalize = exports.kebabCase = exports.autoprefixer = exports.isFirefox = exports.isEdge = exports.isIE = exports.coerceTruthyValueToArray = exports.arrayFind = exports.arrayFindIndex = exports.escapeRegexpString = exports.valueEquals = exports.generateId = exports.getValueByPath = undefined;
|
|
7424
|
+
exports.isMac = exports.isEmpty = exports.isEqual = exports.arrayEquals = exports.looseEqual = exports.capitalize = exports.kebabCase = exports.autoprefixer = exports.isFirefox = exports.isEdge = exports.isIE = exports.coerceTruthyValueToArray = exports.arrayFind = exports.arrayFindIndex = exports.escapeRegexpString = exports.valueEquals = exports.generateId = exports.getValueByPath = undefined;
|
|
7425
7425
|
|
|
7426
7426
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
7427
7427
|
|
|
@@ -7687,6 +7687,10 @@ function objToArray(obj) {
|
|
|
7687
7687
|
return isEmpty(obj) ? [] : [obj];
|
|
7688
7688
|
}
|
|
7689
7689
|
|
|
7690
|
+
var isMac = exports.isMac = function isMac() {
|
|
7691
|
+
return !_vue2.default.prototype.$isServer && /macintosh|mac os x/i.test(navigator.userAgent);
|
|
7692
|
+
};
|
|
7693
|
+
|
|
7690
7694
|
/***/ }),
|
|
7691
7695
|
|
|
7692
7696
|
/***/ "82cc":
|
|
@@ -10800,7 +10804,7 @@ module.exports = __webpack_require__("8122");
|
|
|
10800
10804
|
|
|
10801
10805
|
/***/ }),
|
|
10802
10806
|
|
|
10803
|
-
/***/
|
|
10807
|
+
/***/ 33:
|
|
10804
10808
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10805
10809
|
|
|
10806
10810
|
"use strict";
|
|
@@ -11063,7 +11067,7 @@ module.exports = __webpack_require__("d010");
|
|
|
11063
11067
|
|
|
11064
11068
|
"use strict";
|
|
11065
11069
|
__webpack_require__.r(__webpack_exports__);
|
|
11066
|
-
/* harmony import */ var _select_src_option__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11070
|
+
/* harmony import */ var _select_src_option__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(33);
|
|
11067
11071
|
|
|
11068
11072
|
|
|
11069
11073
|
/* istanbul ignore next */
|
|
@@ -13369,10 +13373,505 @@ if (typeof window !== 'undefined') {
|
|
|
13369
13373
|
// Indicate to webpack that this file can be concatenated
|
|
13370
13374
|
/* harmony default export */ var setPublicPath = (null);
|
|
13371
13375
|
|
|
13372
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13373
|
-
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"}],ref:"flatmapContainer",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%"}}),_c('div',{staticClass:"beta-popovers"},[_c('div',[_c('el-popover',{ref:"warningPopover",attrs:{"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.isLegacy)?_c('p',{on:{"mouseover":function($event){return _vm.showToolitip(6)},"mouseout":function($event){return _vm.hideToolitip(6)}}},[_vm._v(" This is a legacy map, you may view the latest map instead. ")]):(_vm.isFC)?_c('p',{on:{"mouseover":function($event){return _vm.showToolitip(6)},"mouseout":function($event){return _vm.hideToolitip(6)}}},[_vm._v(" This map displays the connectivity of individual neurons. Specifically, those which align with (parts of) the neuron populations from the "),_c('a',{attrs:{"href":"https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew","target":"_blank"}},[_vm._v(" ApiNATOMY ")]),_vm._v(" models available in "),_c('a',{attrs:{"href":"https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD","target":"_blank"}},[_vm._v(" SCKAN ")]),_vm._v(". ")]):_c('p',{on:{"mouseover":function($event){return _vm.showToolitip(6)},"mouseout":function($event){return _vm.hideToolitip(6)}}},[_vm._v(" This map displays the connectivity of neuron populations. Specifically, those from the primarily rat-based "),_c('a',{attrs:{"href":"https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew","target":"_blank"}},[_vm._v(" ApiNATOMY ")]),_vm._v(" models available in "),_c('a',{attrs:{"href":"https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD","target":"_blank"}},[_vm._v(" SCKAN ")]),_vm._v(". New connectivity and species specificity will be added as the SPARC program progresses. ")])]),(_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)}}},[(_vm.isLegacy)?[_c('span',{staticClass:"warning-text"},[_vm._v("Legacy Map")]),_c('div',{staticClass:"latest-map-text",on:{"click":_vm.viewLatestMap}},[_vm._v("Click here for the latest map")])]:[_c('span',{staticClass:"warning-text"},[_vm._v("Beta")])]],2):_vm._e()],1),(_vm.displayLatestChanges)?_c('el-popover',{ref:"latestChangesPopover",attrs:{"content":_vm.latestChangesMessage,"placement":"right","appendToBody":false,"trigger":"manual","popper-class":"warning-popper flatmap-popper right-popper"},model:{value:(_vm.hoverVisibilities[7].value),callback:function ($$v) {_vm.$set(_vm.hoverVisibilities[7], "value", $$v)},expression:"hoverVisibilities[7].value"}}):_vm._e(),(_vm.displayLatestChanges && _vm.latestChangesMessage)?_c('i',{directives:[{name:"popover",rawName:"v-popover:latestChangesPopover",arg:"latestChangesPopover"}],staticClass:"el-icon-warning latest-changesicon",on:{"mouseover":function($event){return _vm.showToolitip(7)},"mouseout":function($event){return _vm.hideToolitip(7)}}},[_c('span',{staticClass:"warning-text"},[_vm._v("What's new?")])]):_vm._e()],1),_c('i',{directives:[{name:"show",rawName:"v-show",value:(_vm.minimapResizeShow),expression:"minimapResizeShow"}],ref:"minimapResize",staticClass:"el-icon-arrow-down minimap-resize",class:{ enlarge: _vm.minimapSmall, shrink: !_vm.minimapSmall},on:{"click":_vm.closeMinimap}}),_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.pathControls)?_c('div',{directives:[{name:"popover",rawName:"v-popover:checkBoxPopover",arg:"checkBoxPopover"}],staticClass:"pathway-container",style:({'max-height': _vm.pathwaysMaxHeight + 'px'})},[(!_vm.isFC)?_c('svg-legends',{staticClass:"svg-legends-container"}):_vm._e(),_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)}}),(_vm.isFC && _vm.systems && _vm.systems.length > 0)?_c('selections-group',{key:"systemsSelection",ref:"systemsSelection",attrs:{"title":"Systems","labelKey":"name","identifierKey":"id","selections":_vm.systems,"colourStyle":"background"},on:{"changed":_vm.systemSelected,"checkAll":_vm.checkAllSystems}}):_vm._e(),(_vm.pathways && _vm.pathways.length > 0)?_c('selections-group',{key:"pathwaysSelection",ref:"pathwaysSelection",attrs:{"title":"Pathways","labelKey":"label","identifierKey":"type","colourStyle":"line","selections":_vm.pathways},on:{"changed":_vm.pathwaysSelected,"checkAll":_vm.checkAllPathways}}):_vm._e()],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 settings","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:{"entry":_vm.tooltipEntry},on:{"resource-selected":_vm.resourceSelected}})],1)],1)}
|
|
13374
|
-
var
|
|
13375
|
-
|
|
13376
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d9332778-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./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=37e16dd3&scoped=true&
|
|
13377
|
+
var render = function render() {
|
|
13378
|
+
var _vm = this,
|
|
13379
|
+
_c = _vm._self._c;
|
|
13380
|
+
return _c('div', {
|
|
13381
|
+
directives: [{
|
|
13382
|
+
name: "loading",
|
|
13383
|
+
rawName: "v-loading",
|
|
13384
|
+
value: _vm.loading,
|
|
13385
|
+
expression: "loading"
|
|
13386
|
+
}],
|
|
13387
|
+
ref: "flatmapContainer",
|
|
13388
|
+
staticClass: "flatmap-container",
|
|
13389
|
+
attrs: {
|
|
13390
|
+
"element-loading-text": "Loading...",
|
|
13391
|
+
"element-loading-spinner": "el-icon-loading",
|
|
13392
|
+
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
13393
|
+
}
|
|
13394
|
+
}, [_c('map-svg-sprite-color'), _c('div', {
|
|
13395
|
+
staticStyle: {
|
|
13396
|
+
"height": "100%",
|
|
13397
|
+
"width": "100%",
|
|
13398
|
+
"position": "relative",
|
|
13399
|
+
"overflow-y": "none"
|
|
13400
|
+
}
|
|
13401
|
+
}, [_c('div', {
|
|
13402
|
+
ref: "display",
|
|
13403
|
+
staticStyle: {
|
|
13404
|
+
"height": "100%",
|
|
13405
|
+
"width": "100%"
|
|
13406
|
+
}
|
|
13407
|
+
}), _c('div', {
|
|
13408
|
+
staticClass: "beta-popovers"
|
|
13409
|
+
}, [_c('div', [_c('el-popover', {
|
|
13410
|
+
ref: "warningPopover",
|
|
13411
|
+
attrs: {
|
|
13412
|
+
"placement": "right",
|
|
13413
|
+
"appendToBody": false,
|
|
13414
|
+
"trigger": "manual",
|
|
13415
|
+
"popper-class": "warning-popper flatmap-popper right-popper"
|
|
13416
|
+
},
|
|
13417
|
+
model: {
|
|
13418
|
+
value: _vm.hoverVisibilities[6].value,
|
|
13419
|
+
callback: function callback($$v) {
|
|
13420
|
+
_vm.$set(_vm.hoverVisibilities[6], "value", $$v);
|
|
13421
|
+
},
|
|
13422
|
+
expression: "hoverVisibilities[6].value"
|
|
13423
|
+
}
|
|
13424
|
+
}, [_vm.isLegacy ? _c('p', {
|
|
13425
|
+
on: {
|
|
13426
|
+
"mouseover": function mouseover($event) {
|
|
13427
|
+
return _vm.showToolitip(6);
|
|
13428
|
+
},
|
|
13429
|
+
"mouseout": function mouseout($event) {
|
|
13430
|
+
return _vm.hideToolitip(6);
|
|
13431
|
+
}
|
|
13432
|
+
}
|
|
13433
|
+
}, [_vm._v(" This is a legacy map, you may view the latest map instead. ")]) : _vm.isFC ? _c('p', {
|
|
13434
|
+
on: {
|
|
13435
|
+
"mouseover": function mouseover($event) {
|
|
13436
|
+
return _vm.showToolitip(6);
|
|
13437
|
+
},
|
|
13438
|
+
"mouseout": function mouseout($event) {
|
|
13439
|
+
return _vm.hideToolitip(6);
|
|
13440
|
+
}
|
|
13441
|
+
}
|
|
13442
|
+
}, [_vm._v(" This map displays the connectivity of individual neurons. Specifically, those which align with (parts of) the neuron populations from the "), _c('a', {
|
|
13443
|
+
attrs: {
|
|
13444
|
+
"href": "https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew",
|
|
13445
|
+
"target": "_blank"
|
|
13446
|
+
}
|
|
13447
|
+
}, [_vm._v(" ApiNATOMY ")]), _vm._v(" models available in "), _c('a', {
|
|
13448
|
+
attrs: {
|
|
13449
|
+
"href": "https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD",
|
|
13450
|
+
"target": "_blank"
|
|
13451
|
+
}
|
|
13452
|
+
}, [_vm._v(" SCKAN ")]), _vm._v(". ")]) : _c('p', {
|
|
13453
|
+
on: {
|
|
13454
|
+
"mouseover": function mouseover($event) {
|
|
13455
|
+
return _vm.showToolitip(6);
|
|
13456
|
+
},
|
|
13457
|
+
"mouseout": function mouseout($event) {
|
|
13458
|
+
return _vm.hideToolitip(6);
|
|
13459
|
+
}
|
|
13460
|
+
}
|
|
13461
|
+
}, [_vm._v(" This map displays the connectivity of neuron populations. Specifically, those from the primarily rat-based "), _c('a', {
|
|
13462
|
+
attrs: {
|
|
13463
|
+
"href": "https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew",
|
|
13464
|
+
"target": "_blank"
|
|
13465
|
+
}
|
|
13466
|
+
}, [_vm._v(" ApiNATOMY ")]), _vm._v(" models available in "), _c('a', {
|
|
13467
|
+
attrs: {
|
|
13468
|
+
"href": "https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD",
|
|
13469
|
+
"target": "_blank"
|
|
13470
|
+
}
|
|
13471
|
+
}, [_vm._v(" SCKAN ")]), _vm._v(". New connectivity and species specificity will be added as the SPARC program progresses. ")])]), _vm.displayWarning ? _c('i', {
|
|
13472
|
+
directives: [{
|
|
13473
|
+
name: "popover",
|
|
13474
|
+
rawName: "v-popover:warningPopover",
|
|
13475
|
+
arg: "warningPopover"
|
|
13476
|
+
}],
|
|
13477
|
+
staticClass: "el-icon-warning warning-icon",
|
|
13478
|
+
on: {
|
|
13479
|
+
"mouseover": function mouseover($event) {
|
|
13480
|
+
return _vm.showToolitip(6);
|
|
13481
|
+
},
|
|
13482
|
+
"mouseout": function mouseout($event) {
|
|
13483
|
+
return _vm.hideToolitip(6);
|
|
13484
|
+
}
|
|
13485
|
+
}
|
|
13486
|
+
}, [_vm.isLegacy ? [_c('span', {
|
|
13487
|
+
staticClass: "warning-text"
|
|
13488
|
+
}, [_vm._v("Legacy Map")]), _c('div', {
|
|
13489
|
+
staticClass: "latest-map-text",
|
|
13490
|
+
on: {
|
|
13491
|
+
"click": _vm.viewLatestMap
|
|
13492
|
+
}
|
|
13493
|
+
}, [_vm._v("Click here for the latest map")])] : [_c('span', {
|
|
13494
|
+
staticClass: "warning-text"
|
|
13495
|
+
}, [_vm._v("Beta")])]], 2) : _vm._e()], 1), _vm.displayLatestChanges ? _c('el-popover', {
|
|
13496
|
+
ref: "latestChangesPopover",
|
|
13497
|
+
attrs: {
|
|
13498
|
+
"content": _vm.latestChangesMessage,
|
|
13499
|
+
"placement": "right",
|
|
13500
|
+
"appendToBody": false,
|
|
13501
|
+
"trigger": "manual",
|
|
13502
|
+
"popper-class": "warning-popper flatmap-popper right-popper"
|
|
13503
|
+
},
|
|
13504
|
+
model: {
|
|
13505
|
+
value: _vm.hoverVisibilities[7].value,
|
|
13506
|
+
callback: function callback($$v) {
|
|
13507
|
+
_vm.$set(_vm.hoverVisibilities[7], "value", $$v);
|
|
13508
|
+
},
|
|
13509
|
+
expression: "hoverVisibilities[7].value"
|
|
13510
|
+
}
|
|
13511
|
+
}) : _vm._e(), _vm.displayLatestChanges && _vm.latestChangesMessage ? _c('i', {
|
|
13512
|
+
directives: [{
|
|
13513
|
+
name: "popover",
|
|
13514
|
+
rawName: "v-popover:latestChangesPopover",
|
|
13515
|
+
arg: "latestChangesPopover"
|
|
13516
|
+
}],
|
|
13517
|
+
staticClass: "el-icon-warning latest-changesicon",
|
|
13518
|
+
on: {
|
|
13519
|
+
"mouseover": function mouseover($event) {
|
|
13520
|
+
return _vm.showToolitip(7);
|
|
13521
|
+
},
|
|
13522
|
+
"mouseout": function mouseout($event) {
|
|
13523
|
+
return _vm.hideToolitip(7);
|
|
13524
|
+
}
|
|
13525
|
+
}
|
|
13526
|
+
}, [_c('span', {
|
|
13527
|
+
staticClass: "warning-text"
|
|
13528
|
+
}, [_vm._v("What's new?")])]) : _vm._e()], 1), _c('i', {
|
|
13529
|
+
directives: [{
|
|
13530
|
+
name: "show",
|
|
13531
|
+
rawName: "v-show",
|
|
13532
|
+
value: _vm.minimapResizeShow,
|
|
13533
|
+
expression: "minimapResizeShow"
|
|
13534
|
+
}],
|
|
13535
|
+
ref: "minimapResize",
|
|
13536
|
+
staticClass: "el-icon-arrow-down minimap-resize",
|
|
13537
|
+
class: {
|
|
13538
|
+
enlarge: _vm.minimapSmall,
|
|
13539
|
+
shrink: !_vm.minimapSmall
|
|
13540
|
+
},
|
|
13541
|
+
on: {
|
|
13542
|
+
"click": _vm.closeMinimap
|
|
13543
|
+
}
|
|
13544
|
+
}), _c('div', {
|
|
13545
|
+
staticClass: "bottom-right-control"
|
|
13546
|
+
}, [_c('el-popover', {
|
|
13547
|
+
attrs: {
|
|
13548
|
+
"content": "Zoom in",
|
|
13549
|
+
"placement": "left",
|
|
13550
|
+
"appendToBody": false,
|
|
13551
|
+
"trigger": "manual",
|
|
13552
|
+
"popper-class": "flatmap-popper left-popper"
|
|
13553
|
+
},
|
|
13554
|
+
model: {
|
|
13555
|
+
value: _vm.hoverVisibilities[0].value,
|
|
13556
|
+
callback: function callback($$v) {
|
|
13557
|
+
_vm.$set(_vm.hoverVisibilities[0], "value", $$v);
|
|
13558
|
+
},
|
|
13559
|
+
expression: "hoverVisibilities[0].value"
|
|
13560
|
+
}
|
|
13561
|
+
}, [_c('map-svg-icon', {
|
|
13562
|
+
staticClass: "icon-button zoomIn",
|
|
13563
|
+
attrs: {
|
|
13564
|
+
"slot": "reference",
|
|
13565
|
+
"icon": "zoomIn"
|
|
13566
|
+
},
|
|
13567
|
+
nativeOn: {
|
|
13568
|
+
"click": function click($event) {
|
|
13569
|
+
return _vm.zoomIn();
|
|
13570
|
+
},
|
|
13571
|
+
"mouseover": function mouseover($event) {
|
|
13572
|
+
return _vm.showToolitip(0);
|
|
13573
|
+
},
|
|
13574
|
+
"mouseout": function mouseout($event) {
|
|
13575
|
+
return _vm.hideToolitip(0);
|
|
13576
|
+
}
|
|
13577
|
+
},
|
|
13578
|
+
slot: "reference"
|
|
13579
|
+
})], 1), _c('el-popover', {
|
|
13580
|
+
attrs: {
|
|
13581
|
+
"content": "Zoom out",
|
|
13582
|
+
"placement": "top-end",
|
|
13583
|
+
"appendToBody": false,
|
|
13584
|
+
"trigger": "manual",
|
|
13585
|
+
"popper-class": "flatmap-popper popper-zoomout"
|
|
13586
|
+
},
|
|
13587
|
+
model: {
|
|
13588
|
+
value: _vm.hoverVisibilities[1].value,
|
|
13589
|
+
callback: function callback($$v) {
|
|
13590
|
+
_vm.$set(_vm.hoverVisibilities[1], "value", $$v);
|
|
13591
|
+
},
|
|
13592
|
+
expression: "hoverVisibilities[1].value"
|
|
13593
|
+
}
|
|
13594
|
+
}, [_c('map-svg-icon', {
|
|
13595
|
+
staticClass: "icon-button zoomOut",
|
|
13596
|
+
attrs: {
|
|
13597
|
+
"slot": "reference",
|
|
13598
|
+
"icon": "zoomOut"
|
|
13599
|
+
},
|
|
13600
|
+
nativeOn: {
|
|
13601
|
+
"click": function click($event) {
|
|
13602
|
+
return _vm.zoomOut();
|
|
13603
|
+
},
|
|
13604
|
+
"mouseover": function mouseover($event) {
|
|
13605
|
+
return _vm.showToolitip(1);
|
|
13606
|
+
},
|
|
13607
|
+
"mouseout": function mouseout($event) {
|
|
13608
|
+
return _vm.hideToolitip(1);
|
|
13609
|
+
}
|
|
13610
|
+
},
|
|
13611
|
+
slot: "reference"
|
|
13612
|
+
})], 1), _c('el-popover', {
|
|
13613
|
+
attrs: {
|
|
13614
|
+
"content": "Reset",
|
|
13615
|
+
"placement": "top",
|
|
13616
|
+
"appendToBody": false,
|
|
13617
|
+
"trigger": "manual",
|
|
13618
|
+
"popper-class": "flatmap-popper"
|
|
13619
|
+
},
|
|
13620
|
+
model: {
|
|
13621
|
+
value: _vm.hoverVisibilities[2].value,
|
|
13622
|
+
callback: function callback($$v) {
|
|
13623
|
+
_vm.$set(_vm.hoverVisibilities[2], "value", $$v);
|
|
13624
|
+
},
|
|
13625
|
+
expression: "hoverVisibilities[2].value"
|
|
13626
|
+
}
|
|
13627
|
+
}, [_c('div', [_vm._v(" Fit to "), _c('br'), _vm._v(" window ")]), _c('map-svg-icon', {
|
|
13628
|
+
staticClass: "icon-button fitWindow",
|
|
13629
|
+
attrs: {
|
|
13630
|
+
"slot": "reference",
|
|
13631
|
+
"icon": "fitWindow"
|
|
13632
|
+
},
|
|
13633
|
+
nativeOn: {
|
|
13634
|
+
"click": function click($event) {
|
|
13635
|
+
return _vm.resetView();
|
|
13636
|
+
},
|
|
13637
|
+
"mouseover": function mouseover($event) {
|
|
13638
|
+
return _vm.showToolitip(2);
|
|
13639
|
+
},
|
|
13640
|
+
"mouseout": function mouseout($event) {
|
|
13641
|
+
return _vm.hideToolitip(2);
|
|
13642
|
+
}
|
|
13643
|
+
},
|
|
13644
|
+
slot: "reference"
|
|
13645
|
+
})], 1)], 1), _c('el-popover', {
|
|
13646
|
+
ref: "checkBoxPopover",
|
|
13647
|
+
attrs: {
|
|
13648
|
+
"content": "Change pathway visibility",
|
|
13649
|
+
"placement": "right",
|
|
13650
|
+
"appendToBody": false,
|
|
13651
|
+
"trigger": "manual",
|
|
13652
|
+
"popper-class": "flatmap-popper right-popper"
|
|
13653
|
+
},
|
|
13654
|
+
model: {
|
|
13655
|
+
value: _vm.hoverVisibilities[4].value,
|
|
13656
|
+
callback: function callback($$v) {
|
|
13657
|
+
_vm.$set(_vm.hoverVisibilities[4], "value", $$v);
|
|
13658
|
+
},
|
|
13659
|
+
expression: "hoverVisibilities[4].value"
|
|
13660
|
+
}
|
|
13661
|
+
}), _c('div', {
|
|
13662
|
+
staticClass: "pathway-location",
|
|
13663
|
+
class: {
|
|
13664
|
+
open: _vm.drawerOpen,
|
|
13665
|
+
close: !_vm.drawerOpen
|
|
13666
|
+
}
|
|
13667
|
+
}, [_vm.pathControls ? _c('div', {
|
|
13668
|
+
directives: [{
|
|
13669
|
+
name: "popover",
|
|
13670
|
+
rawName: "v-popover:checkBoxPopover",
|
|
13671
|
+
arg: "checkBoxPopover"
|
|
13672
|
+
}],
|
|
13673
|
+
staticClass: "pathway-container",
|
|
13674
|
+
style: {
|
|
13675
|
+
'max-height': _vm.pathwaysMaxHeight + 'px'
|
|
13676
|
+
}
|
|
13677
|
+
}, [!_vm.isFC ? _c('svg-legends', {
|
|
13678
|
+
staticClass: "svg-legends-container"
|
|
13679
|
+
}) : _vm._e(), _c('el-popover', {
|
|
13680
|
+
ref: "markerPopover",
|
|
13681
|
+
attrs: {
|
|
13682
|
+
"content": "Find these markers for data",
|
|
13683
|
+
"placement": "right",
|
|
13684
|
+
"appendToBody": false,
|
|
13685
|
+
"trigger": "manual",
|
|
13686
|
+
"popper-class": "flatmap-popper popper-bump-right right-popper"
|
|
13687
|
+
},
|
|
13688
|
+
model: {
|
|
13689
|
+
value: _vm.hoverVisibilities[5].value,
|
|
13690
|
+
callback: function callback($$v) {
|
|
13691
|
+
_vm.$set(_vm.hoverVisibilities[5], "value", $$v);
|
|
13692
|
+
},
|
|
13693
|
+
expression: "hoverVisibilities[5].value"
|
|
13694
|
+
}
|
|
13695
|
+
}), _c('div', {
|
|
13696
|
+
directives: [{
|
|
13697
|
+
name: "show",
|
|
13698
|
+
rawName: "v-show",
|
|
13699
|
+
value: _vm.hoverVisibilities[5].value,
|
|
13700
|
+
expression: "hoverVisibilities[5].value"
|
|
13701
|
+
}, {
|
|
13702
|
+
name: "popover",
|
|
13703
|
+
rawName: "v-popover:markerPopover",
|
|
13704
|
+
arg: "markerPopover"
|
|
13705
|
+
}],
|
|
13706
|
+
staticClass: "flatmap-marker-help",
|
|
13707
|
+
domProps: {
|
|
13708
|
+
"innerHTML": _vm._s(_vm.flatmapMarker)
|
|
13709
|
+
}
|
|
13710
|
+
}), _vm.isFC && _vm.systems && _vm.systems.length > 0 ? _c('selections-group', {
|
|
13711
|
+
key: "systemsSelection",
|
|
13712
|
+
ref: "systemsSelection",
|
|
13713
|
+
attrs: {
|
|
13714
|
+
"title": "Systems",
|
|
13715
|
+
"labelKey": "name",
|
|
13716
|
+
"identifierKey": "id",
|
|
13717
|
+
"selections": _vm.systems,
|
|
13718
|
+
"colourStyle": "background"
|
|
13719
|
+
},
|
|
13720
|
+
on: {
|
|
13721
|
+
"changed": _vm.systemSelected,
|
|
13722
|
+
"checkAll": _vm.checkAllSystems
|
|
13723
|
+
}
|
|
13724
|
+
}) : _vm._e(), _vm.pathways && _vm.pathways.length > 0 ? _c('selections-group', {
|
|
13725
|
+
key: "pathwaysSelection",
|
|
13726
|
+
ref: "pathwaysSelection",
|
|
13727
|
+
attrs: {
|
|
13728
|
+
"title": "Pathways",
|
|
13729
|
+
"labelKey": "label",
|
|
13730
|
+
"identifierKey": "type",
|
|
13731
|
+
"colourStyle": "line",
|
|
13732
|
+
"selections": _vm.pathways
|
|
13733
|
+
},
|
|
13734
|
+
on: {
|
|
13735
|
+
"changed": _vm.pathwaysSelected,
|
|
13736
|
+
"checkAll": _vm.checkAllPathways
|
|
13737
|
+
}
|
|
13738
|
+
}) : _vm._e()], 1) : _vm._e(), _c('div', {
|
|
13739
|
+
staticClass: "drawer-button",
|
|
13740
|
+
class: {
|
|
13741
|
+
open: _vm.drawerOpen,
|
|
13742
|
+
close: !_vm.drawerOpen
|
|
13743
|
+
},
|
|
13744
|
+
on: {
|
|
13745
|
+
"click": _vm.toggleDrawer
|
|
13746
|
+
}
|
|
13747
|
+
}, [_c('i', {
|
|
13748
|
+
staticClass: "el-icon-arrow-left"
|
|
13749
|
+
})])]), _c('el-popover', {
|
|
13750
|
+
ref: "backgroundPopover",
|
|
13751
|
+
attrs: {
|
|
13752
|
+
"placement": "top-start",
|
|
13753
|
+
"width": "175",
|
|
13754
|
+
"appendToBody": false,
|
|
13755
|
+
"trigger": "click",
|
|
13756
|
+
"popper-class": "background-popper"
|
|
13757
|
+
}
|
|
13758
|
+
}, [_c('el-row', {
|
|
13759
|
+
staticClass: "backgroundText"
|
|
13760
|
+
}, [_vm._v("Organs display")]), _c('el-row', {
|
|
13761
|
+
staticClass: "backgroundControl"
|
|
13762
|
+
}, [_c('el-radio-group', {
|
|
13763
|
+
staticClass: "flatmap-radio",
|
|
13764
|
+
on: {
|
|
13765
|
+
"change": _vm.setColour
|
|
13766
|
+
},
|
|
13767
|
+
model: {
|
|
13768
|
+
value: _vm.colourRadio,
|
|
13769
|
+
callback: function callback($$v) {
|
|
13770
|
+
_vm.colourRadio = $$v;
|
|
13771
|
+
},
|
|
13772
|
+
expression: "colourRadio"
|
|
13773
|
+
}
|
|
13774
|
+
}, [_c('el-radio', {
|
|
13775
|
+
attrs: {
|
|
13776
|
+
"label": true
|
|
13777
|
+
}
|
|
13778
|
+
}, [_vm._v("Colour")]), _c('el-radio', {
|
|
13779
|
+
attrs: {
|
|
13780
|
+
"label": false
|
|
13781
|
+
}
|
|
13782
|
+
}, [_vm._v("Greyscale")])], 1)], 1), _c('el-row', {
|
|
13783
|
+
staticClass: "backgroundSpacer"
|
|
13784
|
+
}), _c('el-row', {
|
|
13785
|
+
staticClass: "backgroundText"
|
|
13786
|
+
}, [_vm._v("Outlines display")]), _c('el-row', {
|
|
13787
|
+
staticClass: "backgroundControl"
|
|
13788
|
+
}, [_c('el-radio-group', {
|
|
13789
|
+
staticClass: "flatmap-radio",
|
|
13790
|
+
on: {
|
|
13791
|
+
"change": _vm.setOutlines
|
|
13792
|
+
},
|
|
13793
|
+
model: {
|
|
13794
|
+
value: _vm.outlinesRadio,
|
|
13795
|
+
callback: function callback($$v) {
|
|
13796
|
+
_vm.outlinesRadio = $$v;
|
|
13797
|
+
},
|
|
13798
|
+
expression: "outlinesRadio"
|
|
13799
|
+
}
|
|
13800
|
+
}, [_c('el-radio', {
|
|
13801
|
+
attrs: {
|
|
13802
|
+
"label": true
|
|
13803
|
+
}
|
|
13804
|
+
}, [_vm._v("Show")]), _c('el-radio', {
|
|
13805
|
+
attrs: {
|
|
13806
|
+
"label": false
|
|
13807
|
+
}
|
|
13808
|
+
}, [_vm._v("Hide")])], 1)], 1), _c('el-row', {
|
|
13809
|
+
staticClass: "backgroundSpacer"
|
|
13810
|
+
}), _c('el-row', {
|
|
13811
|
+
staticClass: "backgroundText"
|
|
13812
|
+
}, [_vm._v("Change background")]), _c('el-row', {
|
|
13813
|
+
staticClass: "backgroundControl"
|
|
13814
|
+
}, _vm._l(_vm.availableBackground, function (item) {
|
|
13815
|
+
return _c('div', {
|
|
13816
|
+
key: item,
|
|
13817
|
+
class: ['backgroundChoice', item, item == _vm.currentBackground ? 'active' : ''],
|
|
13818
|
+
on: {
|
|
13819
|
+
"click": function click($event) {
|
|
13820
|
+
return _vm.backgroundChangeCallback(item);
|
|
13821
|
+
}
|
|
13822
|
+
}
|
|
13823
|
+
});
|
|
13824
|
+
}), 0)], 1), _c('el-popover', {
|
|
13825
|
+
attrs: {
|
|
13826
|
+
"content": "Change settings",
|
|
13827
|
+
"placement": "right",
|
|
13828
|
+
"appendToBody": false,
|
|
13829
|
+
"trigger": "manual",
|
|
13830
|
+
"popper-class": "flatmap-popper right-popper"
|
|
13831
|
+
},
|
|
13832
|
+
model: {
|
|
13833
|
+
value: _vm.hoverVisibilities[3].value,
|
|
13834
|
+
callback: function callback($$v) {
|
|
13835
|
+
_vm.$set(_vm.hoverVisibilities[3], "value", $$v);
|
|
13836
|
+
},
|
|
13837
|
+
expression: "hoverVisibilities[3].value"
|
|
13838
|
+
}
|
|
13839
|
+
}, [_c('map-svg-icon', {
|
|
13840
|
+
directives: [{
|
|
13841
|
+
name: "popover",
|
|
13842
|
+
rawName: "v-popover:backgroundPopover",
|
|
13843
|
+
arg: "backgroundPopover"
|
|
13844
|
+
}],
|
|
13845
|
+
staticClass: "icon-button background-colour",
|
|
13846
|
+
class: {
|
|
13847
|
+
open: _vm.drawerOpen,
|
|
13848
|
+
close: !_vm.drawerOpen
|
|
13849
|
+
},
|
|
13850
|
+
attrs: {
|
|
13851
|
+
"slot": "reference",
|
|
13852
|
+
"icon": "changeBckgd"
|
|
13853
|
+
},
|
|
13854
|
+
nativeOn: {
|
|
13855
|
+
"mouseover": function mouseover($event) {
|
|
13856
|
+
return _vm.showToolitip(3);
|
|
13857
|
+
},
|
|
13858
|
+
"mouseout": function mouseout($event) {
|
|
13859
|
+
return _vm.hideToolitip(3);
|
|
13860
|
+
}
|
|
13861
|
+
},
|
|
13862
|
+
slot: "reference"
|
|
13863
|
+
})], 1), _c('Tooltip', {
|
|
13864
|
+
ref: "tooltip",
|
|
13865
|
+
staticClass: "tooltip",
|
|
13866
|
+
attrs: {
|
|
13867
|
+
"entry": _vm.tooltipEntry
|
|
13868
|
+
},
|
|
13869
|
+
on: {
|
|
13870
|
+
"resource-selected": _vm.resourceSelected
|
|
13871
|
+
}
|
|
13872
|
+
})], 1)], 1);
|
|
13873
|
+
};
|
|
13874
|
+
var staticRenderFns = [];
|
|
13376
13875
|
|
|
13377
13876
|
// CONCATENATED MODULE: ./src/components/FlatmapVuer.vue?vue&type=template&id=37e16dd3&scoped=true&
|
|
13378
13877
|
|
|
@@ -13964,10 +14463,137 @@ var es_number_constructor_js_ = __webpack_require__("f989");
|
|
|
13964
14463
|
var external_vue_ = __webpack_require__("8bbf");
|
|
13965
14464
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
13966
14465
|
|
|
13967
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13968
|
-
var Tooltipvue_type_template_id_63935114_scoped_true_render = function () {
|
|
13969
|
-
var
|
|
13970
|
-
|
|
14466
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d9332778-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./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=63935114&scoped=true&
|
|
14467
|
+
var Tooltipvue_type_template_id_63935114_scoped_true_render = function render() {
|
|
14468
|
+
var _vm = this,
|
|
14469
|
+
_c = _vm._self._c;
|
|
14470
|
+
return _c('div', {
|
|
14471
|
+
staticClass: "tooltip-container"
|
|
14472
|
+
}, [_vm.entry ? _c('el-main', {
|
|
14473
|
+
directives: [{
|
|
14474
|
+
name: "loading",
|
|
14475
|
+
rawName: "v-loading",
|
|
14476
|
+
value: _vm.loading,
|
|
14477
|
+
expression: "loading"
|
|
14478
|
+
}],
|
|
14479
|
+
staticClass: "main"
|
|
14480
|
+
}, [_vm.entry.title ? _c('div', {
|
|
14481
|
+
staticClass: "block"
|
|
14482
|
+
}, [_c('span', {
|
|
14483
|
+
staticClass: "title"
|
|
14484
|
+
}, [_vm._v(_vm._s(_vm.capitalise(_vm.entry.title)))])]) : _c('div', {
|
|
14485
|
+
staticClass: "block"
|
|
14486
|
+
}, [_c('span', {
|
|
14487
|
+
staticClass: "title"
|
|
14488
|
+
}, [_vm._v(_vm._s(_vm.entry.featureId))])]), _c('div', {
|
|
14489
|
+
staticClass: "content-container scrollbar"
|
|
14490
|
+
}, [_vm._v(" " + _vm._s(_vm.entry.paths) + " "), _vm.entry.origins && _vm.entry.origins.length > 0 ? _c('div', {
|
|
14491
|
+
staticClass: "block"
|
|
14492
|
+
}, [_c('div', [_c('span', {
|
|
14493
|
+
staticClass: "attribute-title"
|
|
14494
|
+
}, [_vm._v("Origin")]), _c('el-popover', {
|
|
14495
|
+
attrs: {
|
|
14496
|
+
"width": "250",
|
|
14497
|
+
"trigger": "hover",
|
|
14498
|
+
"append-to-body": false,
|
|
14499
|
+
"popper-class": "popover-origin-help"
|
|
14500
|
+
}
|
|
14501
|
+
}, [_c('i', {
|
|
14502
|
+
staticClass: "el-icon-warning-outline info",
|
|
14503
|
+
attrs: {
|
|
14504
|
+
"slot": "reference"
|
|
14505
|
+
},
|
|
14506
|
+
slot: "reference"
|
|
14507
|
+
}), _c('span', {
|
|
14508
|
+
staticStyle: {
|
|
14509
|
+
"word-break": "keep-all"
|
|
14510
|
+
}
|
|
14511
|
+
}, [_c('i', [_vm._v("Origin")]), _vm._v(" " + _vm._s(_vm.originDescription) + " ")])])], 1), _vm._l(_vm.entry.origins, function (origin, i) {
|
|
14512
|
+
return _c('div', {
|
|
14513
|
+
key: origin,
|
|
14514
|
+
staticClass: "attribute-content"
|
|
14515
|
+
}, [_vm._v(" " + _vm._s(_vm.capitalise(origin)) + " "), i != _vm.entry.origins.length - 1 ? _c('div', {
|
|
14516
|
+
staticClass: "seperator"
|
|
14517
|
+
}) : _vm._e()]);
|
|
14518
|
+
}), _c('el-button', {
|
|
14519
|
+
directives: [{
|
|
14520
|
+
name: "show",
|
|
14521
|
+
rawName: "v-show",
|
|
14522
|
+
value: _vm.entry.originsWithDatasets && _vm.entry.originsWithDatasets.length > 0,
|
|
14523
|
+
expression: "entry.originsWithDatasets && entry.originsWithDatasets.length > 0"
|
|
14524
|
+
}],
|
|
14525
|
+
staticClass: "button",
|
|
14526
|
+
on: {
|
|
14527
|
+
"click": _vm.openDendrites
|
|
14528
|
+
}
|
|
14529
|
+
}, [_vm._v(" Explore origin data ")])], 2) : _vm._e(), _vm.entry.components && _vm.entry.components.length > 0 ? _c('div', {
|
|
14530
|
+
staticClass: "block"
|
|
14531
|
+
}, [_c('div', {
|
|
14532
|
+
staticClass: "attribute-title"
|
|
14533
|
+
}, [_vm._v("Components")]), _vm._l(_vm.entry.components, function (component, i) {
|
|
14534
|
+
return _c('div', {
|
|
14535
|
+
key: component,
|
|
14536
|
+
staticClass: "attribute-content"
|
|
14537
|
+
}, [_vm._v(" " + _vm._s(_vm.capitalise(component)) + " "), i != _vm.entry.components.length - 1 ? _c('div', {
|
|
14538
|
+
staticClass: "seperator"
|
|
14539
|
+
}) : _vm._e()]);
|
|
14540
|
+
})], 2) : _vm._e(), _vm.entry.destinations && _vm.entry.destinations.length > 0 ? _c('div', {
|
|
14541
|
+
staticClass: "block"
|
|
14542
|
+
}, [_c('div', [_c('span', {
|
|
14543
|
+
staticClass: "attribute-title"
|
|
14544
|
+
}, [_vm._v("Destination")]), _c('el-popover', {
|
|
14545
|
+
attrs: {
|
|
14546
|
+
"width": "250",
|
|
14547
|
+
"trigger": "hover",
|
|
14548
|
+
"append-to-body": false,
|
|
14549
|
+
"popper-class": "popover-origin-help"
|
|
14550
|
+
}
|
|
14551
|
+
}, [_c('i', {
|
|
14552
|
+
staticClass: "el-icon-warning-outline info",
|
|
14553
|
+
attrs: {
|
|
14554
|
+
"slot": "reference"
|
|
14555
|
+
},
|
|
14556
|
+
slot: "reference"
|
|
14557
|
+
}), _c('span', {
|
|
14558
|
+
staticStyle: {
|
|
14559
|
+
"word-break": "keep-all"
|
|
14560
|
+
}
|
|
14561
|
+
}, [_c('i', [_vm._v("Destination")]), _vm._v(" is where the axons terminate ")])])], 1), _vm._l(_vm.entry.destinations, function (destination, i) {
|
|
14562
|
+
return _c('div', {
|
|
14563
|
+
key: destination,
|
|
14564
|
+
staticClass: "attribute-content"
|
|
14565
|
+
}, [_vm._v(" " + _vm._s(_vm.capitalise(destination)) + " "), i != _vm.entry.destinations.length - 1 ? _c('div', {
|
|
14566
|
+
staticClass: "seperator"
|
|
14567
|
+
}) : _vm._e()]);
|
|
14568
|
+
}), _c('el-button', {
|
|
14569
|
+
directives: [{
|
|
14570
|
+
name: "show",
|
|
14571
|
+
rawName: "v-show",
|
|
14572
|
+
value: _vm.entry.destinationsWithDatasets && _vm.entry.destinationsWithDatasets.length > 0,
|
|
14573
|
+
expression: "entry.destinationsWithDatasets && entry.destinationsWithDatasets.length > 0"
|
|
14574
|
+
}],
|
|
14575
|
+
staticClass: "button",
|
|
14576
|
+
on: {
|
|
14577
|
+
"click": _vm.openAxons
|
|
14578
|
+
}
|
|
14579
|
+
}, [_vm._v(" Explore destination data ")])], 2) : _vm._e(), _c('el-button', {
|
|
14580
|
+
directives: [{
|
|
14581
|
+
name: "show",
|
|
14582
|
+
rawName: "v-show",
|
|
14583
|
+
value: _vm.entry.componentsWithDatasets && _vm.entry.componentsWithDatasets.length > 0,
|
|
14584
|
+
expression: "entry.componentsWithDatasets && entry.componentsWithDatasets.length > 0"
|
|
14585
|
+
}],
|
|
14586
|
+
staticClass: "button",
|
|
14587
|
+
on: {
|
|
14588
|
+
"click": _vm.openAll
|
|
14589
|
+
}
|
|
14590
|
+
}, [_vm._v(" Search for data on components ")]), _c('external-resource-card', {
|
|
14591
|
+
attrs: {
|
|
14592
|
+
"resources": _vm.resources
|
|
14593
|
+
}
|
|
14594
|
+
})], 1)]) : _vm._e()], 1);
|
|
14595
|
+
};
|
|
14596
|
+
var Tooltipvue_type_template_id_63935114_scoped_true_staticRenderFns = [];
|
|
13971
14597
|
|
|
13972
14598
|
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=template&id=63935114&scoped=true&
|
|
13973
14599
|
|
|
@@ -14030,10 +14656,30 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale);
|
|
|
14030
14656
|
|
|
14031
14657
|
var EventBus = new external_vue_default.a();
|
|
14032
14658
|
/* harmony default export */ var components_EventBus = (EventBus);
|
|
14033
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14034
|
-
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_render = function () {
|
|
14035
|
-
var
|
|
14036
|
-
|
|
14659
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d9332778-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./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&
|
|
14660
|
+
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_render = function render() {
|
|
14661
|
+
var _vm = this,
|
|
14662
|
+
_c = _vm._self._c;
|
|
14663
|
+
return _c('div', {
|
|
14664
|
+
staticClass: "resource-container"
|
|
14665
|
+
}, [_vm._l(_vm.resources, function (resource) {
|
|
14666
|
+
return [_c('div', {
|
|
14667
|
+
key: resource.id,
|
|
14668
|
+
staticClass: "resource"
|
|
14669
|
+
}, [resource.id === 'pubmed' ? _c('el-button', {
|
|
14670
|
+
staticClass: "button",
|
|
14671
|
+
attrs: {
|
|
14672
|
+
"icon": "el-icon-notebook-2"
|
|
14673
|
+
},
|
|
14674
|
+
on: {
|
|
14675
|
+
"click": function click($event) {
|
|
14676
|
+
return _vm.openUrl(resource.url);
|
|
14677
|
+
}
|
|
14678
|
+
}
|
|
14679
|
+
}, [_vm._v(" Open publications in pubmed ")]) : _vm._e()], 1)];
|
|
14680
|
+
})], 2);
|
|
14681
|
+
};
|
|
14682
|
+
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_staticRenderFns = [];
|
|
14037
14683
|
|
|
14038
14684
|
// CONCATENATED MODULE: ./src/components/ExternalResourceCard.vue?vue&type=template&id=14172b61&scoped=true&
|
|
14039
14685
|
|
|
@@ -14042,21 +14688,6 @@ var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_staticRenderFn
|
|
|
14042
14688
|
|
|
14043
14689
|
|
|
14044
14690
|
|
|
14045
|
-
//
|
|
14046
|
-
//
|
|
14047
|
-
//
|
|
14048
|
-
//
|
|
14049
|
-
//
|
|
14050
|
-
//
|
|
14051
|
-
//
|
|
14052
|
-
//
|
|
14053
|
-
//
|
|
14054
|
-
//
|
|
14055
|
-
//
|
|
14056
|
-
//
|
|
14057
|
-
//
|
|
14058
|
-
//
|
|
14059
|
-
|
|
14060
14691
|
/* eslint-disable no-alert, no-console */
|
|
14061
14692
|
|
|
14062
14693
|
external_vue_default.a.use(lib_button_default.a);
|
|
@@ -14231,84 +14862,6 @@ var component = normalizeComponent(
|
|
|
14231
14862
|
|
|
14232
14863
|
|
|
14233
14864
|
|
|
14234
|
-
|
|
14235
|
-
//
|
|
14236
|
-
//
|
|
14237
|
-
//
|
|
14238
|
-
//
|
|
14239
|
-
//
|
|
14240
|
-
//
|
|
14241
|
-
//
|
|
14242
|
-
//
|
|
14243
|
-
//
|
|
14244
|
-
//
|
|
14245
|
-
//
|
|
14246
|
-
//
|
|
14247
|
-
//
|
|
14248
|
-
//
|
|
14249
|
-
//
|
|
14250
|
-
//
|
|
14251
|
-
//
|
|
14252
|
-
//
|
|
14253
|
-
//
|
|
14254
|
-
//
|
|
14255
|
-
//
|
|
14256
|
-
//
|
|
14257
|
-
//
|
|
14258
|
-
//
|
|
14259
|
-
//
|
|
14260
|
-
//
|
|
14261
|
-
//
|
|
14262
|
-
//
|
|
14263
|
-
//
|
|
14264
|
-
//
|
|
14265
|
-
//
|
|
14266
|
-
//
|
|
14267
|
-
//
|
|
14268
|
-
//
|
|
14269
|
-
//
|
|
14270
|
-
//
|
|
14271
|
-
//
|
|
14272
|
-
//
|
|
14273
|
-
//
|
|
14274
|
-
//
|
|
14275
|
-
//
|
|
14276
|
-
//
|
|
14277
|
-
//
|
|
14278
|
-
//
|
|
14279
|
-
//
|
|
14280
|
-
//
|
|
14281
|
-
//
|
|
14282
|
-
//
|
|
14283
|
-
//
|
|
14284
|
-
//
|
|
14285
|
-
//
|
|
14286
|
-
//
|
|
14287
|
-
//
|
|
14288
|
-
//
|
|
14289
|
-
//
|
|
14290
|
-
//
|
|
14291
|
-
//
|
|
14292
|
-
//
|
|
14293
|
-
//
|
|
14294
|
-
//
|
|
14295
|
-
//
|
|
14296
|
-
//
|
|
14297
|
-
//
|
|
14298
|
-
//
|
|
14299
|
-
//
|
|
14300
|
-
//
|
|
14301
|
-
//
|
|
14302
|
-
//
|
|
14303
|
-
//
|
|
14304
|
-
//
|
|
14305
|
-
//
|
|
14306
|
-
//
|
|
14307
|
-
//
|
|
14308
|
-
//
|
|
14309
|
-
//
|
|
14310
|
-
//
|
|
14311
|
-
//
|
|
14312
14865
|
|
|
14313
14866
|
/* eslint-disable no-alert, no-console */
|
|
14314
14867
|
|
|
@@ -14467,10 +15020,93 @@ var Tooltip_component = normalizeComponent(
|
|
|
14467
15020
|
)
|
|
14468
15021
|
|
|
14469
15022
|
/* harmony default export */ var Tooltip = (Tooltip_component.exports);
|
|
14470
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14471
|
-
var SelectionsGroupvue_type_template_id_404813f2_scoped_true_render = function () {
|
|
14472
|
-
var
|
|
14473
|
-
|
|
15023
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d9332778-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./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=404813f2&scoped=true&
|
|
15024
|
+
var SelectionsGroupvue_type_template_id_404813f2_scoped_true_render = function render() {
|
|
15025
|
+
var _vm = this,
|
|
15026
|
+
_c = _vm._self._c;
|
|
15027
|
+
return _c('div', {
|
|
15028
|
+
staticClass: "selections-container"
|
|
15029
|
+
}, [_c('el-row', [_c('el-col', {
|
|
15030
|
+
attrs: {
|
|
15031
|
+
"span": 12
|
|
15032
|
+
}
|
|
15033
|
+
}, [_c('div', {
|
|
15034
|
+
staticClass: "checkall-display-text"
|
|
15035
|
+
}, [_vm._v(_vm._s(_vm.title))])]), _c('el-col', {
|
|
15036
|
+
attrs: {
|
|
15037
|
+
"span": 12
|
|
15038
|
+
}
|
|
15039
|
+
}, [_vm.selections && _vm.selections.length > 1 ? _c('el-checkbox', {
|
|
15040
|
+
staticClass: "all-checkbox",
|
|
15041
|
+
attrs: {
|
|
15042
|
+
"indeterminate": _vm.isIndeterminate
|
|
15043
|
+
},
|
|
15044
|
+
on: {
|
|
15045
|
+
"change": _vm.handleCheckAllChange
|
|
15046
|
+
},
|
|
15047
|
+
model: {
|
|
15048
|
+
value: _vm.checkAll,
|
|
15049
|
+
callback: function callback($$v) {
|
|
15050
|
+
_vm.checkAll = $$v;
|
|
15051
|
+
},
|
|
15052
|
+
expression: "checkAll"
|
|
15053
|
+
}
|
|
15054
|
+
}, [_vm._v("Display all")]) : _vm._e()], 1)], 1), _c('el-checkbox-group', {
|
|
15055
|
+
staticClass: "checkbox-group",
|
|
15056
|
+
attrs: {
|
|
15057
|
+
"size": "small"
|
|
15058
|
+
},
|
|
15059
|
+
on: {
|
|
15060
|
+
"change": _vm.handleCheckedItemsChange
|
|
15061
|
+
},
|
|
15062
|
+
model: {
|
|
15063
|
+
value: _vm.checkedItems,
|
|
15064
|
+
callback: function callback($$v) {
|
|
15065
|
+
_vm.checkedItems = $$v;
|
|
15066
|
+
},
|
|
15067
|
+
expression: "checkedItems"
|
|
15068
|
+
}
|
|
15069
|
+
}, [_c('div', {
|
|
15070
|
+
staticClass: "checkbox-group-inner"
|
|
15071
|
+
}, _vm._l(_vm.selections, function (item) {
|
|
15072
|
+
return _c('el-row', {
|
|
15073
|
+
key: item[_vm.identifierKey],
|
|
15074
|
+
attrs: {
|
|
15075
|
+
"label": item[_vm.identifierKey]
|
|
15076
|
+
}
|
|
15077
|
+
}, [_c('div', {
|
|
15078
|
+
staticClass: "checkbox-container"
|
|
15079
|
+
}, [_c('el-checkbox', {
|
|
15080
|
+
staticClass: "my-checkbox",
|
|
15081
|
+
attrs: {
|
|
15082
|
+
"label": item[_vm.identifierKey],
|
|
15083
|
+
"checked": !('enabled' in item) || item.enabled === true
|
|
15084
|
+
},
|
|
15085
|
+
on: {
|
|
15086
|
+
"change": function change($event) {
|
|
15087
|
+
return _vm.visibilityToggle(item[_vm.identifierKey], $event);
|
|
15088
|
+
}
|
|
15089
|
+
}
|
|
15090
|
+
}, [_c('el-row', {
|
|
15091
|
+
staticClass: "checkbox-row"
|
|
15092
|
+
}, [_c('el-col', {
|
|
15093
|
+
attrs: {
|
|
15094
|
+
"span": 4
|
|
15095
|
+
}
|
|
15096
|
+
}, [_c('div', {
|
|
15097
|
+
staticClass: "path-visual",
|
|
15098
|
+
style: _vm.getLineStyles(item)
|
|
15099
|
+
})]), _c('el-col', {
|
|
15100
|
+
attrs: {
|
|
15101
|
+
"span": 20
|
|
15102
|
+
}
|
|
15103
|
+
}, [_c('div', {
|
|
15104
|
+
staticClass: "label-text",
|
|
15105
|
+
style: _vm.getBackgroundStyles(item)
|
|
15106
|
+
}, [_vm._v(" " + _vm._s(item[_vm.labelKey]) + " ")])])], 1)], 1)], 1)]);
|
|
15107
|
+
}), 1)])], 1);
|
|
15108
|
+
};
|
|
15109
|
+
var SelectionsGroupvue_type_template_id_404813f2_scoped_true_staticRenderFns = [];
|
|
14474
15110
|
|
|
14475
15111
|
// CONCATENATED MODULE: ./src/components/SelectionsGroup.vue?vue&type=template&id=404813f2&scoped=true&
|
|
14476
15112
|
|
|
@@ -14509,55 +15145,6 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
|
|
|
14509
15145
|
|
|
14510
15146
|
|
|
14511
15147
|
|
|
14512
|
-
//
|
|
14513
|
-
//
|
|
14514
|
-
//
|
|
14515
|
-
//
|
|
14516
|
-
//
|
|
14517
|
-
//
|
|
14518
|
-
//
|
|
14519
|
-
//
|
|
14520
|
-
//
|
|
14521
|
-
//
|
|
14522
|
-
//
|
|
14523
|
-
//
|
|
14524
|
-
//
|
|
14525
|
-
//
|
|
14526
|
-
//
|
|
14527
|
-
//
|
|
14528
|
-
//
|
|
14529
|
-
//
|
|
14530
|
-
//
|
|
14531
|
-
//
|
|
14532
|
-
//
|
|
14533
|
-
//
|
|
14534
|
-
//
|
|
14535
|
-
//
|
|
14536
|
-
//
|
|
14537
|
-
//
|
|
14538
|
-
//
|
|
14539
|
-
//
|
|
14540
|
-
//
|
|
14541
|
-
//
|
|
14542
|
-
//
|
|
14543
|
-
//
|
|
14544
|
-
//
|
|
14545
|
-
//
|
|
14546
|
-
//
|
|
14547
|
-
//
|
|
14548
|
-
//
|
|
14549
|
-
//
|
|
14550
|
-
//
|
|
14551
|
-
//
|
|
14552
|
-
//
|
|
14553
|
-
//
|
|
14554
|
-
//
|
|
14555
|
-
//
|
|
14556
|
-
//
|
|
14557
|
-
//
|
|
14558
|
-
//
|
|
14559
|
-
//
|
|
14560
|
-
|
|
14561
15148
|
/* eslint-disable no-alert, no-console */
|
|
14562
15149
|
|
|
14563
15150
|
|
|
@@ -14706,37 +15293,91 @@ var SelectionsGroup_component = normalizeComponent(
|
|
|
14706
15293
|
// EXTERNAL MODULE: external "@abi-software/svg-sprite"
|
|
14707
15294
|
var svg_sprite_ = __webpack_require__("429c");
|
|
14708
15295
|
|
|
14709
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14710
|
-
var SvgLegendsvue_type_template_id_3d3218c8_scoped_true_render = function () {
|
|
14711
|
-
var
|
|
14712
|
-
|
|
15296
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d9332778-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./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=3d3218c8&scoped=true&
|
|
15297
|
+
var SvgLegendsvue_type_template_id_3d3218c8_scoped_true_render = function render() {
|
|
15298
|
+
var _vm = this,
|
|
15299
|
+
_c = _vm._self._c;
|
|
15300
|
+
return _c('div', {
|
|
15301
|
+
staticClass: "legends-container"
|
|
15302
|
+
}, [_c('svg', {
|
|
15303
|
+
staticStyle: {
|
|
15304
|
+
"enable-background": "new 0 0 500 500"
|
|
15305
|
+
},
|
|
15306
|
+
attrs: {
|
|
15307
|
+
"version": "1.1",
|
|
15308
|
+
"id": "Layer_1",
|
|
15309
|
+
"x": "0px",
|
|
15310
|
+
"y": "0px",
|
|
15311
|
+
"viewBox": "0 0 500 500",
|
|
15312
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15313
|
+
"xmlns:bx": "https://boxy-svg.com"
|
|
15314
|
+
}
|
|
15315
|
+
}, [_c('defs', [_c('bx:grid', {
|
|
15316
|
+
attrs: {
|
|
15317
|
+
"height": "30.447",
|
|
15318
|
+
"width": "32.516",
|
|
15319
|
+
"x": "0",
|
|
15320
|
+
"y": "0"
|
|
15321
|
+
}
|
|
15322
|
+
})], 1), _c('path', {
|
|
15323
|
+
staticClass: "st0 st0-translate",
|
|
15324
|
+
attrs: {
|
|
15325
|
+
"d": "M61.3,103.8c-15.9,0-28.8-12.3-28.8-27.3c0-15,13-27.3,28.8-27.3s28.8,12.3,28.8,27.3 C90.1,91.5,77.2,103.8,61.3,103.8z"
|
|
15326
|
+
}
|
|
15327
|
+
}), _c('path', {
|
|
15328
|
+
staticClass: "st1",
|
|
15329
|
+
attrs: {
|
|
15330
|
+
"d": "M40.3,356.1C29.5,345,29.8,328,41.5,317.5c11.7-10.5,29.6-9.9,40.7,1.1c11.1,11,10.5,28.1-1.2,38.5 C69.3,367.4,51.1,366.9,40.3,356.1z"
|
|
15331
|
+
}
|
|
15332
|
+
}), _c('path', {
|
|
15333
|
+
staticClass: "st2",
|
|
15334
|
+
attrs: {
|
|
15335
|
+
"d": "M61.2,396.9c-5.3,9.3-15.3,15.1-26.1,15.1l-0.4,0.6c5.1,9,5.1,20,0,29l0.4,0.6c10.7,0,20.8,5.8,26.1,15.1 c5.3-9.3,15.3-15.1,26.1-15.1c-5.3-9.3-5.3-20.9,0-30.4C76.6,412.1,66.7,406.3,61.2,396.9z"
|
|
15336
|
+
}
|
|
15337
|
+
}), _c('text', {
|
|
15338
|
+
staticClass: "st3 st4 st5",
|
|
15339
|
+
staticStyle: {
|
|
15340
|
+
"white-space": "pre"
|
|
15341
|
+
},
|
|
15342
|
+
attrs: {
|
|
15343
|
+
"transform": "matrix(0.9908 0 0 1 118.0161 171.7975)"
|
|
15344
|
+
}
|
|
15345
|
+
}, [_vm._v("Tissue region")]), _c('path', {
|
|
15346
|
+
staticClass: "st6",
|
|
15347
|
+
attrs: {
|
|
15348
|
+
"d": "M40.9,231.1c11.3-10.6,29.5-10.6,40.8,0c11.3,10.6,11.3,27.9,0,38.5c-11.3,10.6-29.5,10.6-40.8,0 C29.7,259,29.7,241.7,40.9,231.1z"
|
|
15349
|
+
}
|
|
15350
|
+
}), _c('text', {
|
|
15351
|
+
staticClass: "st3 st4 st5",
|
|
15352
|
+
staticStyle: {
|
|
15353
|
+
"white-space": "pre"
|
|
15354
|
+
},
|
|
15355
|
+
attrs: {
|
|
15356
|
+
"transform": "matrix(0.9908 0 0 1 118.0161 257.675)"
|
|
15357
|
+
}
|
|
15358
|
+
}, [_vm._v("Brain nuclei")]), _c('text', {
|
|
15359
|
+
staticClass: "st3 st4 st5",
|
|
15360
|
+
staticStyle: {
|
|
15361
|
+
"white-space": "pre"
|
|
15362
|
+
},
|
|
15363
|
+
attrs: {
|
|
15364
|
+
"transform": "matrix(0.9908 0 0 1 118.0903 345.5266)"
|
|
15365
|
+
}
|
|
15366
|
+
}, [_vm._v("Ganglia")]), _c('text', {
|
|
15367
|
+
staticClass: "st3 st4 st5",
|
|
15368
|
+
staticStyle: {
|
|
15369
|
+
"white-space": "pre"
|
|
15370
|
+
},
|
|
15371
|
+
attrs: {
|
|
15372
|
+
"transform": "matrix(0.9908 0 0 1 118.0903 433.1613)"
|
|
15373
|
+
}
|
|
15374
|
+
}, [_vm._v("Nerve plexus")])])]);
|
|
15375
|
+
};
|
|
15376
|
+
var SvgLegendsvue_type_template_id_3d3218c8_scoped_true_staticRenderFns = [];
|
|
14713
15377
|
|
|
14714
15378
|
// CONCATENATED MODULE: ./src/components/legends/SvgLegends.vue?vue&type=template&id=3d3218c8&scoped=true&
|
|
14715
15379
|
|
|
14716
15380
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./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=script&lang=js&
|
|
14717
|
-
//
|
|
14718
|
-
//
|
|
14719
|
-
//
|
|
14720
|
-
//
|
|
14721
|
-
//
|
|
14722
|
-
//
|
|
14723
|
-
//
|
|
14724
|
-
//
|
|
14725
|
-
//
|
|
14726
|
-
//
|
|
14727
|
-
//
|
|
14728
|
-
//
|
|
14729
|
-
//
|
|
14730
|
-
//
|
|
14731
|
-
//
|
|
14732
|
-
//
|
|
14733
|
-
//
|
|
14734
|
-
//
|
|
14735
|
-
//
|
|
14736
|
-
//
|
|
14737
|
-
//
|
|
14738
|
-
//
|
|
14739
|
-
|
|
14740
15381
|
/* harmony default export */ var SvgLegendsvue_type_script_lang_js_ = ({
|
|
14741
15382
|
name: 'SvgLegends'
|
|
14742
15383
|
});
|
|
@@ -15288,317 +15929,6 @@ var flatmapQueries_FlatmapQueries = function FlatmapQueries() {
|
|
|
15288
15929
|
|
|
15289
15930
|
|
|
15290
15931
|
|
|
15291
|
-
|
|
15292
|
-
//
|
|
15293
|
-
//
|
|
15294
|
-
//
|
|
15295
|
-
//
|
|
15296
|
-
//
|
|
15297
|
-
//
|
|
15298
|
-
//
|
|
15299
|
-
//
|
|
15300
|
-
//
|
|
15301
|
-
//
|
|
15302
|
-
//
|
|
15303
|
-
//
|
|
15304
|
-
//
|
|
15305
|
-
//
|
|
15306
|
-
//
|
|
15307
|
-
//
|
|
15308
|
-
//
|
|
15309
|
-
//
|
|
15310
|
-
//
|
|
15311
|
-
//
|
|
15312
|
-
//
|
|
15313
|
-
//
|
|
15314
|
-
//
|
|
15315
|
-
//
|
|
15316
|
-
//
|
|
15317
|
-
//
|
|
15318
|
-
//
|
|
15319
|
-
//
|
|
15320
|
-
//
|
|
15321
|
-
//
|
|
15322
|
-
//
|
|
15323
|
-
//
|
|
15324
|
-
//
|
|
15325
|
-
//
|
|
15326
|
-
//
|
|
15327
|
-
//
|
|
15328
|
-
//
|
|
15329
|
-
//
|
|
15330
|
-
//
|
|
15331
|
-
//
|
|
15332
|
-
//
|
|
15333
|
-
//
|
|
15334
|
-
//
|
|
15335
|
-
//
|
|
15336
|
-
//
|
|
15337
|
-
//
|
|
15338
|
-
//
|
|
15339
|
-
//
|
|
15340
|
-
//
|
|
15341
|
-
//
|
|
15342
|
-
//
|
|
15343
|
-
//
|
|
15344
|
-
//
|
|
15345
|
-
//
|
|
15346
|
-
//
|
|
15347
|
-
//
|
|
15348
|
-
//
|
|
15349
|
-
//
|
|
15350
|
-
//
|
|
15351
|
-
//
|
|
15352
|
-
//
|
|
15353
|
-
//
|
|
15354
|
-
//
|
|
15355
|
-
//
|
|
15356
|
-
//
|
|
15357
|
-
//
|
|
15358
|
-
//
|
|
15359
|
-
//
|
|
15360
|
-
//
|
|
15361
|
-
//
|
|
15362
|
-
//
|
|
15363
|
-
//
|
|
15364
|
-
//
|
|
15365
|
-
//
|
|
15366
|
-
//
|
|
15367
|
-
//
|
|
15368
|
-
//
|
|
15369
|
-
//
|
|
15370
|
-
//
|
|
15371
|
-
//
|
|
15372
|
-
//
|
|
15373
|
-
//
|
|
15374
|
-
//
|
|
15375
|
-
//
|
|
15376
|
-
//
|
|
15377
|
-
//
|
|
15378
|
-
//
|
|
15379
|
-
//
|
|
15380
|
-
//
|
|
15381
|
-
//
|
|
15382
|
-
//
|
|
15383
|
-
//
|
|
15384
|
-
//
|
|
15385
|
-
//
|
|
15386
|
-
//
|
|
15387
|
-
//
|
|
15388
|
-
//
|
|
15389
|
-
//
|
|
15390
|
-
//
|
|
15391
|
-
//
|
|
15392
|
-
//
|
|
15393
|
-
//
|
|
15394
|
-
//
|
|
15395
|
-
//
|
|
15396
|
-
//
|
|
15397
|
-
//
|
|
15398
|
-
//
|
|
15399
|
-
//
|
|
15400
|
-
//
|
|
15401
|
-
//
|
|
15402
|
-
//
|
|
15403
|
-
//
|
|
15404
|
-
//
|
|
15405
|
-
//
|
|
15406
|
-
//
|
|
15407
|
-
//
|
|
15408
|
-
//
|
|
15409
|
-
//
|
|
15410
|
-
//
|
|
15411
|
-
//
|
|
15412
|
-
//
|
|
15413
|
-
//
|
|
15414
|
-
//
|
|
15415
|
-
//
|
|
15416
|
-
//
|
|
15417
|
-
//
|
|
15418
|
-
//
|
|
15419
|
-
//
|
|
15420
|
-
//
|
|
15421
|
-
//
|
|
15422
|
-
//
|
|
15423
|
-
//
|
|
15424
|
-
//
|
|
15425
|
-
//
|
|
15426
|
-
//
|
|
15427
|
-
//
|
|
15428
|
-
//
|
|
15429
|
-
//
|
|
15430
|
-
//
|
|
15431
|
-
//
|
|
15432
|
-
//
|
|
15433
|
-
//
|
|
15434
|
-
//
|
|
15435
|
-
//
|
|
15436
|
-
//
|
|
15437
|
-
//
|
|
15438
|
-
//
|
|
15439
|
-
//
|
|
15440
|
-
//
|
|
15441
|
-
//
|
|
15442
|
-
//
|
|
15443
|
-
//
|
|
15444
|
-
//
|
|
15445
|
-
//
|
|
15446
|
-
//
|
|
15447
|
-
//
|
|
15448
|
-
//
|
|
15449
|
-
//
|
|
15450
|
-
//
|
|
15451
|
-
//
|
|
15452
|
-
//
|
|
15453
|
-
//
|
|
15454
|
-
//
|
|
15455
|
-
//
|
|
15456
|
-
//
|
|
15457
|
-
//
|
|
15458
|
-
//
|
|
15459
|
-
//
|
|
15460
|
-
//
|
|
15461
|
-
//
|
|
15462
|
-
//
|
|
15463
|
-
//
|
|
15464
|
-
//
|
|
15465
|
-
//
|
|
15466
|
-
//
|
|
15467
|
-
//
|
|
15468
|
-
//
|
|
15469
|
-
//
|
|
15470
|
-
//
|
|
15471
|
-
//
|
|
15472
|
-
//
|
|
15473
|
-
//
|
|
15474
|
-
//
|
|
15475
|
-
//
|
|
15476
|
-
//
|
|
15477
|
-
//
|
|
15478
|
-
//
|
|
15479
|
-
//
|
|
15480
|
-
//
|
|
15481
|
-
//
|
|
15482
|
-
//
|
|
15483
|
-
//
|
|
15484
|
-
//
|
|
15485
|
-
//
|
|
15486
|
-
//
|
|
15487
|
-
//
|
|
15488
|
-
//
|
|
15489
|
-
//
|
|
15490
|
-
//
|
|
15491
|
-
//
|
|
15492
|
-
//
|
|
15493
|
-
//
|
|
15494
|
-
//
|
|
15495
|
-
//
|
|
15496
|
-
//
|
|
15497
|
-
//
|
|
15498
|
-
//
|
|
15499
|
-
//
|
|
15500
|
-
//
|
|
15501
|
-
//
|
|
15502
|
-
//
|
|
15503
|
-
//
|
|
15504
|
-
//
|
|
15505
|
-
//
|
|
15506
|
-
//
|
|
15507
|
-
//
|
|
15508
|
-
//
|
|
15509
|
-
//
|
|
15510
|
-
//
|
|
15511
|
-
//
|
|
15512
|
-
//
|
|
15513
|
-
//
|
|
15514
|
-
//
|
|
15515
|
-
//
|
|
15516
|
-
//
|
|
15517
|
-
//
|
|
15518
|
-
//
|
|
15519
|
-
//
|
|
15520
|
-
//
|
|
15521
|
-
//
|
|
15522
|
-
//
|
|
15523
|
-
//
|
|
15524
|
-
//
|
|
15525
|
-
//
|
|
15526
|
-
//
|
|
15527
|
-
//
|
|
15528
|
-
//
|
|
15529
|
-
//
|
|
15530
|
-
//
|
|
15531
|
-
//
|
|
15532
|
-
//
|
|
15533
|
-
//
|
|
15534
|
-
//
|
|
15535
|
-
//
|
|
15536
|
-
//
|
|
15537
|
-
//
|
|
15538
|
-
//
|
|
15539
|
-
//
|
|
15540
|
-
//
|
|
15541
|
-
//
|
|
15542
|
-
//
|
|
15543
|
-
//
|
|
15544
|
-
//
|
|
15545
|
-
//
|
|
15546
|
-
//
|
|
15547
|
-
//
|
|
15548
|
-
//
|
|
15549
|
-
//
|
|
15550
|
-
//
|
|
15551
|
-
//
|
|
15552
|
-
//
|
|
15553
|
-
//
|
|
15554
|
-
//
|
|
15555
|
-
//
|
|
15556
|
-
//
|
|
15557
|
-
//
|
|
15558
|
-
//
|
|
15559
|
-
//
|
|
15560
|
-
//
|
|
15561
|
-
//
|
|
15562
|
-
//
|
|
15563
|
-
//
|
|
15564
|
-
//
|
|
15565
|
-
//
|
|
15566
|
-
//
|
|
15567
|
-
//
|
|
15568
|
-
//
|
|
15569
|
-
//
|
|
15570
|
-
//
|
|
15571
|
-
//
|
|
15572
|
-
//
|
|
15573
|
-
//
|
|
15574
|
-
//
|
|
15575
|
-
//
|
|
15576
|
-
//
|
|
15577
|
-
//
|
|
15578
|
-
//
|
|
15579
|
-
//
|
|
15580
|
-
//
|
|
15581
|
-
//
|
|
15582
|
-
//
|
|
15583
|
-
//
|
|
15584
|
-
//
|
|
15585
|
-
//
|
|
15586
|
-
//
|
|
15587
|
-
//
|
|
15588
|
-
//
|
|
15589
|
-
//
|
|
15590
|
-
//
|
|
15591
|
-
//
|
|
15592
|
-
//
|
|
15593
|
-
//
|
|
15594
|
-
//
|
|
15595
|
-
//
|
|
15596
|
-
//
|
|
15597
|
-
//
|
|
15598
|
-
//
|
|
15599
|
-
//
|
|
15600
|
-
//
|
|
15601
|
-
//
|
|
15602
15932
|
|
|
15603
15933
|
/* eslint-disable no-alert, no-console */
|
|
15604
15934
|
|
|
@@ -16373,10 +16703,120 @@ var FlatmapVuer_component = normalizeComponent(
|
|
|
16373
16703
|
)
|
|
16374
16704
|
|
|
16375
16705
|
/* harmony default export */ var FlatmapVuer = (FlatmapVuer_component.exports);
|
|
16376
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
16377
|
-
var MultiFlatmapVuervue_type_template_id_0732c3a0_scoped_true_render = function () {
|
|
16378
|
-
var
|
|
16379
|
-
|
|
16706
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d9332778-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./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=0732c3a0&scoped=true&
|
|
16707
|
+
var MultiFlatmapVuervue_type_template_id_0732c3a0_scoped_true_render = function render() {
|
|
16708
|
+
var _vm = this,
|
|
16709
|
+
_c = _vm._self._c;
|
|
16710
|
+
return _c('div', {
|
|
16711
|
+
ref: "multiContainer",
|
|
16712
|
+
staticClass: "multi-container"
|
|
16713
|
+
}, [_c('div', {
|
|
16714
|
+
staticStyle: {
|
|
16715
|
+
"position": "absolute",
|
|
16716
|
+
"z-index": "10"
|
|
16717
|
+
}
|
|
16718
|
+
}, [_c('div', {
|
|
16719
|
+
staticClass: "species-display-text"
|
|
16720
|
+
}, [_vm._v(" Species ")]), _c('el-popover', {
|
|
16721
|
+
ref: "selectPopover",
|
|
16722
|
+
attrs: {
|
|
16723
|
+
"content": "Select a species",
|
|
16724
|
+
"placement": "right",
|
|
16725
|
+
"appendToBody": false,
|
|
16726
|
+
"trigger": "manual",
|
|
16727
|
+
"popper-class": "flatmap-popper right-popper"
|
|
16728
|
+
},
|
|
16729
|
+
model: {
|
|
16730
|
+
value: _vm.helpMode,
|
|
16731
|
+
callback: function callback($$v) {
|
|
16732
|
+
_vm.helpMode = $$v;
|
|
16733
|
+
},
|
|
16734
|
+
expression: "helpMode"
|
|
16735
|
+
}
|
|
16736
|
+
}), _c('el-select', {
|
|
16737
|
+
directives: [{
|
|
16738
|
+
name: "popover",
|
|
16739
|
+
rawName: "v-popover:selectPopover",
|
|
16740
|
+
arg: "selectPopover"
|
|
16741
|
+
}],
|
|
16742
|
+
staticClass: "select-box",
|
|
16743
|
+
attrs: {
|
|
16744
|
+
"id": "flatmap-select",
|
|
16745
|
+
"popper-append-to-body": _vm.appendToBody,
|
|
16746
|
+
"placeholder": "Select",
|
|
16747
|
+
"popper-class": "flatmap_dropdown"
|
|
16748
|
+
},
|
|
16749
|
+
on: {
|
|
16750
|
+
"change": _vm.setSpecies
|
|
16751
|
+
},
|
|
16752
|
+
model: {
|
|
16753
|
+
value: _vm.activeSpecies,
|
|
16754
|
+
callback: function callback($$v) {
|
|
16755
|
+
_vm.activeSpecies = $$v;
|
|
16756
|
+
},
|
|
16757
|
+
expression: "activeSpecies"
|
|
16758
|
+
}
|
|
16759
|
+
}, _vm._l(_vm.speciesList, function (item, key) {
|
|
16760
|
+
return _c('el-option', {
|
|
16761
|
+
key: key,
|
|
16762
|
+
attrs: {
|
|
16763
|
+
"label": key,
|
|
16764
|
+
"value": key
|
|
16765
|
+
}
|
|
16766
|
+
}, [_c('el-row', [_c('el-col', {
|
|
16767
|
+
attrs: {
|
|
16768
|
+
"span": 8
|
|
16769
|
+
}
|
|
16770
|
+
}, [_c('i', {
|
|
16771
|
+
class: item.iconClass
|
|
16772
|
+
})]), _c('el-col', {
|
|
16773
|
+
attrs: {
|
|
16774
|
+
"span": 12
|
|
16775
|
+
}
|
|
16776
|
+
}, [_vm._v(_vm._s(key))])], 1)], 1);
|
|
16777
|
+
}), 1)], 1), _vm._l(_vm.speciesList, function (item, key) {
|
|
16778
|
+
return _c('FlatmapVuer', {
|
|
16779
|
+
directives: [{
|
|
16780
|
+
name: "show",
|
|
16781
|
+
rawName: "v-show",
|
|
16782
|
+
value: _vm.activeSpecies == key,
|
|
16783
|
+
expression: "activeSpecies==key"
|
|
16784
|
+
}],
|
|
16785
|
+
key: key,
|
|
16786
|
+
ref: key,
|
|
16787
|
+
refInFor: true,
|
|
16788
|
+
staticStyle: {
|
|
16789
|
+
"height": "100%"
|
|
16790
|
+
},
|
|
16791
|
+
attrs: {
|
|
16792
|
+
"showLayer": _vm.showLayer,
|
|
16793
|
+
"entry": item.taxo,
|
|
16794
|
+
"biologicalSex": item.biologicalSex,
|
|
16795
|
+
"displayWarning": item.displayWarning,
|
|
16796
|
+
"displayLatestChanges": item.displayLatestChanges,
|
|
16797
|
+
"latestChangesMessage": item.latestChangesMessage,
|
|
16798
|
+
"isLegacy": item.isLegacy,
|
|
16799
|
+
"featureInfo": _vm.featureInfo,
|
|
16800
|
+
"minZoom": _vm.minZoom,
|
|
16801
|
+
"pathControls": _vm.pathControls,
|
|
16802
|
+
"searchable": _vm.searchable,
|
|
16803
|
+
"layerControl": _vm.layerControl,
|
|
16804
|
+
"helpMode": _vm.helpMode,
|
|
16805
|
+
"renderAtMounted": _vm.renderAtMounted,
|
|
16806
|
+
"displayMinimap": _vm.displayMinimap,
|
|
16807
|
+
"flatmapAPI": _vm.flatmapAPI,
|
|
16808
|
+
"sparcAPI": _vm.sparcAPI
|
|
16809
|
+
},
|
|
16810
|
+
on: {
|
|
16811
|
+
"view-latest-map": _vm.viewLatestMap,
|
|
16812
|
+
"resource-selected": _vm.FlatmapSelected,
|
|
16813
|
+
"ready": _vm.FlatmapReady,
|
|
16814
|
+
"pan-zoom-callback": _vm.panZoomCallback
|
|
16815
|
+
}
|
|
16816
|
+
});
|
|
16817
|
+
})], 2);
|
|
16818
|
+
};
|
|
16819
|
+
var MultiFlatmapVuervue_type_template_id_0732c3a0_scoped_true_staticRenderFns = [];
|
|
16380
16820
|
|
|
16381
16821
|
// CONCATENATED MODULE: ./src/components/MultiFlatmapVuer.vue?vue&type=template&id=0732c3a0&scoped=true&
|
|
16382
16822
|
|
|
@@ -16426,66 +16866,6 @@ var es_object_keys_js_ = __webpack_require__("ea64");
|
|
|
16426
16866
|
|
|
16427
16867
|
|
|
16428
16868
|
|
|
16429
|
-
|
|
16430
|
-
//
|
|
16431
|
-
//
|
|
16432
|
-
//
|
|
16433
|
-
//
|
|
16434
|
-
//
|
|
16435
|
-
//
|
|
16436
|
-
//
|
|
16437
|
-
//
|
|
16438
|
-
//
|
|
16439
|
-
//
|
|
16440
|
-
//
|
|
16441
|
-
//
|
|
16442
|
-
//
|
|
16443
|
-
//
|
|
16444
|
-
//
|
|
16445
|
-
//
|
|
16446
|
-
//
|
|
16447
|
-
//
|
|
16448
|
-
//
|
|
16449
|
-
//
|
|
16450
|
-
//
|
|
16451
|
-
//
|
|
16452
|
-
//
|
|
16453
|
-
//
|
|
16454
|
-
//
|
|
16455
|
-
//
|
|
16456
|
-
//
|
|
16457
|
-
//
|
|
16458
|
-
//
|
|
16459
|
-
//
|
|
16460
|
-
//
|
|
16461
|
-
//
|
|
16462
|
-
//
|
|
16463
|
-
//
|
|
16464
|
-
//
|
|
16465
|
-
//
|
|
16466
|
-
//
|
|
16467
|
-
//
|
|
16468
|
-
//
|
|
16469
|
-
//
|
|
16470
|
-
//
|
|
16471
|
-
//
|
|
16472
|
-
//
|
|
16473
|
-
//
|
|
16474
|
-
//
|
|
16475
|
-
//
|
|
16476
|
-
//
|
|
16477
|
-
//
|
|
16478
|
-
//
|
|
16479
|
-
//
|
|
16480
|
-
//
|
|
16481
|
-
//
|
|
16482
|
-
//
|
|
16483
|
-
//
|
|
16484
|
-
//
|
|
16485
|
-
//
|
|
16486
|
-
//
|
|
16487
|
-
//
|
|
16488
|
-
//
|
|
16489
16869
|
|
|
16490
16870
|
/* eslint-disable no-alert, no-console */
|
|
16491
16871
|
|