@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
package/dist/flatmapvuer.umd.js
CHANGED
|
@@ -1981,14 +1981,14 @@ module.exports = __webpack_require__("8122");
|
|
|
1981
1981
|
|
|
1982
1982
|
/***/ }),
|
|
1983
1983
|
|
|
1984
|
-
/***/
|
|
1984
|
+
/***/ 31:
|
|
1985
1985
|
/***/ (function(module, exports) {
|
|
1986
1986
|
|
|
1987
1987
|
module.exports = __webpack_require__("2a5e");
|
|
1988
1988
|
|
|
1989
1989
|
/***/ }),
|
|
1990
1990
|
|
|
1991
|
-
/***/
|
|
1991
|
+
/***/ 33:
|
|
1992
1992
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1993
1993
|
|
|
1994
1994
|
"use strict";
|
|
@@ -2896,7 +2896,7 @@ if (false) { var api; }
|
|
|
2896
2896
|
component.options.__file = "packages/select/src/select-dropdown.vue"
|
|
2897
2897
|
/* harmony default export */ var select_dropdown = (component.exports);
|
|
2898
2898
|
// EXTERNAL MODULE: ./packages/select/src/option.vue + 4 modules
|
|
2899
|
-
var src_option = __webpack_require__(
|
|
2899
|
+
var src_option = __webpack_require__(33);
|
|
2900
2900
|
|
|
2901
2901
|
// EXTERNAL MODULE: external "element-ui/lib/tag"
|
|
2902
2902
|
var tag_ = __webpack_require__(38);
|
|
@@ -2918,7 +2918,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
2918
2918
|
var resize_event_ = __webpack_require__(16);
|
|
2919
2919
|
|
|
2920
2920
|
// EXTERNAL MODULE: external "element-ui/lib/utils/scroll-into-view"
|
|
2921
|
-
var scroll_into_view_ = __webpack_require__(
|
|
2921
|
+
var scroll_into_view_ = __webpack_require__(31);
|
|
2922
2922
|
var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_view_);
|
|
2923
2923
|
|
|
2924
2924
|
// EXTERNAL MODULE: external "element-ui/lib/utils/util"
|
|
@@ -7430,7 +7430,7 @@ checkbox_group.install = function (Vue) {
|
|
|
7430
7430
|
|
|
7431
7431
|
|
|
7432
7432
|
exports.__esModule = true;
|
|
7433
|
-
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;
|
|
7433
|
+
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;
|
|
7434
7434
|
|
|
7435
7435
|
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; };
|
|
7436
7436
|
|
|
@@ -7696,6 +7696,10 @@ function objToArray(obj) {
|
|
|
7696
7696
|
return isEmpty(obj) ? [] : [obj];
|
|
7697
7697
|
}
|
|
7698
7698
|
|
|
7699
|
+
var isMac = exports.isMac = function isMac() {
|
|
7700
|
+
return !_vue2.default.prototype.$isServer && /macintosh|mac os x/i.test(navigator.userAgent);
|
|
7701
|
+
};
|
|
7702
|
+
|
|
7699
7703
|
/***/ }),
|
|
7700
7704
|
|
|
7701
7705
|
/***/ "82cc":
|
|
@@ -10809,7 +10813,7 @@ module.exports = __webpack_require__("8122");
|
|
|
10809
10813
|
|
|
10810
10814
|
/***/ }),
|
|
10811
10815
|
|
|
10812
|
-
/***/
|
|
10816
|
+
/***/ 33:
|
|
10813
10817
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10814
10818
|
|
|
10815
10819
|
"use strict";
|
|
@@ -11072,7 +11076,7 @@ module.exports = __webpack_require__("d010");
|
|
|
11072
11076
|
|
|
11073
11077
|
"use strict";
|
|
11074
11078
|
__webpack_require__.r(__webpack_exports__);
|
|
11075
|
-
/* harmony import */ var _select_src_option__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11079
|
+
/* harmony import */ var _select_src_option__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(33);
|
|
11076
11080
|
|
|
11077
11081
|
|
|
11078
11082
|
/* istanbul ignore next */
|
|
@@ -13378,10 +13382,505 @@ if (typeof window !== 'undefined') {
|
|
|
13378
13382
|
// Indicate to webpack that this file can be concatenated
|
|
13379
13383
|
/* harmony default export */ var setPublicPath = (null);
|
|
13380
13384
|
|
|
13381
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13382
|
-
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)}
|
|
13383
|
-
var
|
|
13384
|
-
|
|
13385
|
+
// 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&
|
|
13386
|
+
var render = function render() {
|
|
13387
|
+
var _vm = this,
|
|
13388
|
+
_c = _vm._self._c;
|
|
13389
|
+
return _c('div', {
|
|
13390
|
+
directives: [{
|
|
13391
|
+
name: "loading",
|
|
13392
|
+
rawName: "v-loading",
|
|
13393
|
+
value: _vm.loading,
|
|
13394
|
+
expression: "loading"
|
|
13395
|
+
}],
|
|
13396
|
+
ref: "flatmapContainer",
|
|
13397
|
+
staticClass: "flatmap-container",
|
|
13398
|
+
attrs: {
|
|
13399
|
+
"element-loading-text": "Loading...",
|
|
13400
|
+
"element-loading-spinner": "el-icon-loading",
|
|
13401
|
+
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
13402
|
+
}
|
|
13403
|
+
}, [_c('map-svg-sprite-color'), _c('div', {
|
|
13404
|
+
staticStyle: {
|
|
13405
|
+
"height": "100%",
|
|
13406
|
+
"width": "100%",
|
|
13407
|
+
"position": "relative",
|
|
13408
|
+
"overflow-y": "none"
|
|
13409
|
+
}
|
|
13410
|
+
}, [_c('div', {
|
|
13411
|
+
ref: "display",
|
|
13412
|
+
staticStyle: {
|
|
13413
|
+
"height": "100%",
|
|
13414
|
+
"width": "100%"
|
|
13415
|
+
}
|
|
13416
|
+
}), _c('div', {
|
|
13417
|
+
staticClass: "beta-popovers"
|
|
13418
|
+
}, [_c('div', [_c('el-popover', {
|
|
13419
|
+
ref: "warningPopover",
|
|
13420
|
+
attrs: {
|
|
13421
|
+
"placement": "right",
|
|
13422
|
+
"appendToBody": false,
|
|
13423
|
+
"trigger": "manual",
|
|
13424
|
+
"popper-class": "warning-popper flatmap-popper right-popper"
|
|
13425
|
+
},
|
|
13426
|
+
model: {
|
|
13427
|
+
value: _vm.hoverVisibilities[6].value,
|
|
13428
|
+
callback: function callback($$v) {
|
|
13429
|
+
_vm.$set(_vm.hoverVisibilities[6], "value", $$v);
|
|
13430
|
+
},
|
|
13431
|
+
expression: "hoverVisibilities[6].value"
|
|
13432
|
+
}
|
|
13433
|
+
}, [_vm.isLegacy ? _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 is a legacy map, you may view the latest map instead. ")]) : _vm.isFC ? _c('p', {
|
|
13443
|
+
on: {
|
|
13444
|
+
"mouseover": function mouseover($event) {
|
|
13445
|
+
return _vm.showToolitip(6);
|
|
13446
|
+
},
|
|
13447
|
+
"mouseout": function mouseout($event) {
|
|
13448
|
+
return _vm.hideToolitip(6);
|
|
13449
|
+
}
|
|
13450
|
+
}
|
|
13451
|
+
}, [_vm._v(" This map displays the connectivity of individual neurons. Specifically, those which align with (parts of) the neuron populations from the "), _c('a', {
|
|
13452
|
+
attrs: {
|
|
13453
|
+
"href": "https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew",
|
|
13454
|
+
"target": "_blank"
|
|
13455
|
+
}
|
|
13456
|
+
}, [_vm._v(" ApiNATOMY ")]), _vm._v(" models available in "), _c('a', {
|
|
13457
|
+
attrs: {
|
|
13458
|
+
"href": "https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD",
|
|
13459
|
+
"target": "_blank"
|
|
13460
|
+
}
|
|
13461
|
+
}, [_vm._v(" SCKAN ")]), _vm._v(". ")]) : _c('p', {
|
|
13462
|
+
on: {
|
|
13463
|
+
"mouseover": function mouseover($event) {
|
|
13464
|
+
return _vm.showToolitip(6);
|
|
13465
|
+
},
|
|
13466
|
+
"mouseout": function mouseout($event) {
|
|
13467
|
+
return _vm.hideToolitip(6);
|
|
13468
|
+
}
|
|
13469
|
+
}
|
|
13470
|
+
}, [_vm._v(" This map displays the connectivity of neuron populations. Specifically, those from the primarily rat-based "), _c('a', {
|
|
13471
|
+
attrs: {
|
|
13472
|
+
"href": "https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew",
|
|
13473
|
+
"target": "_blank"
|
|
13474
|
+
}
|
|
13475
|
+
}, [_vm._v(" ApiNATOMY ")]), _vm._v(" models available in "), _c('a', {
|
|
13476
|
+
attrs: {
|
|
13477
|
+
"href": "https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD",
|
|
13478
|
+
"target": "_blank"
|
|
13479
|
+
}
|
|
13480
|
+
}, [_vm._v(" SCKAN ")]), _vm._v(". New connectivity and species specificity will be added as the SPARC program progresses. ")])]), _vm.displayWarning ? _c('i', {
|
|
13481
|
+
directives: [{
|
|
13482
|
+
name: "popover",
|
|
13483
|
+
rawName: "v-popover:warningPopover",
|
|
13484
|
+
arg: "warningPopover"
|
|
13485
|
+
}],
|
|
13486
|
+
staticClass: "el-icon-warning warning-icon",
|
|
13487
|
+
on: {
|
|
13488
|
+
"mouseover": function mouseover($event) {
|
|
13489
|
+
return _vm.showToolitip(6);
|
|
13490
|
+
},
|
|
13491
|
+
"mouseout": function mouseout($event) {
|
|
13492
|
+
return _vm.hideToolitip(6);
|
|
13493
|
+
}
|
|
13494
|
+
}
|
|
13495
|
+
}, [_vm.isLegacy ? [_c('span', {
|
|
13496
|
+
staticClass: "warning-text"
|
|
13497
|
+
}, [_vm._v("Legacy Map")]), _c('div', {
|
|
13498
|
+
staticClass: "latest-map-text",
|
|
13499
|
+
on: {
|
|
13500
|
+
"click": _vm.viewLatestMap
|
|
13501
|
+
}
|
|
13502
|
+
}, [_vm._v("Click here for the latest map")])] : [_c('span', {
|
|
13503
|
+
staticClass: "warning-text"
|
|
13504
|
+
}, [_vm._v("Beta")])]], 2) : _vm._e()], 1), _vm.displayLatestChanges ? _c('el-popover', {
|
|
13505
|
+
ref: "latestChangesPopover",
|
|
13506
|
+
attrs: {
|
|
13507
|
+
"content": _vm.latestChangesMessage,
|
|
13508
|
+
"placement": "right",
|
|
13509
|
+
"appendToBody": false,
|
|
13510
|
+
"trigger": "manual",
|
|
13511
|
+
"popper-class": "warning-popper flatmap-popper right-popper"
|
|
13512
|
+
},
|
|
13513
|
+
model: {
|
|
13514
|
+
value: _vm.hoverVisibilities[7].value,
|
|
13515
|
+
callback: function callback($$v) {
|
|
13516
|
+
_vm.$set(_vm.hoverVisibilities[7], "value", $$v);
|
|
13517
|
+
},
|
|
13518
|
+
expression: "hoverVisibilities[7].value"
|
|
13519
|
+
}
|
|
13520
|
+
}) : _vm._e(), _vm.displayLatestChanges && _vm.latestChangesMessage ? _c('i', {
|
|
13521
|
+
directives: [{
|
|
13522
|
+
name: "popover",
|
|
13523
|
+
rawName: "v-popover:latestChangesPopover",
|
|
13524
|
+
arg: "latestChangesPopover"
|
|
13525
|
+
}],
|
|
13526
|
+
staticClass: "el-icon-warning latest-changesicon",
|
|
13527
|
+
on: {
|
|
13528
|
+
"mouseover": function mouseover($event) {
|
|
13529
|
+
return _vm.showToolitip(7);
|
|
13530
|
+
},
|
|
13531
|
+
"mouseout": function mouseout($event) {
|
|
13532
|
+
return _vm.hideToolitip(7);
|
|
13533
|
+
}
|
|
13534
|
+
}
|
|
13535
|
+
}, [_c('span', {
|
|
13536
|
+
staticClass: "warning-text"
|
|
13537
|
+
}, [_vm._v("What's new?")])]) : _vm._e()], 1), _c('i', {
|
|
13538
|
+
directives: [{
|
|
13539
|
+
name: "show",
|
|
13540
|
+
rawName: "v-show",
|
|
13541
|
+
value: _vm.minimapResizeShow,
|
|
13542
|
+
expression: "minimapResizeShow"
|
|
13543
|
+
}],
|
|
13544
|
+
ref: "minimapResize",
|
|
13545
|
+
staticClass: "el-icon-arrow-down minimap-resize",
|
|
13546
|
+
class: {
|
|
13547
|
+
enlarge: _vm.minimapSmall,
|
|
13548
|
+
shrink: !_vm.minimapSmall
|
|
13549
|
+
},
|
|
13550
|
+
on: {
|
|
13551
|
+
"click": _vm.closeMinimap
|
|
13552
|
+
}
|
|
13553
|
+
}), _c('div', {
|
|
13554
|
+
staticClass: "bottom-right-control"
|
|
13555
|
+
}, [_c('el-popover', {
|
|
13556
|
+
attrs: {
|
|
13557
|
+
"content": "Zoom in",
|
|
13558
|
+
"placement": "left",
|
|
13559
|
+
"appendToBody": false,
|
|
13560
|
+
"trigger": "manual",
|
|
13561
|
+
"popper-class": "flatmap-popper left-popper"
|
|
13562
|
+
},
|
|
13563
|
+
model: {
|
|
13564
|
+
value: _vm.hoverVisibilities[0].value,
|
|
13565
|
+
callback: function callback($$v) {
|
|
13566
|
+
_vm.$set(_vm.hoverVisibilities[0], "value", $$v);
|
|
13567
|
+
},
|
|
13568
|
+
expression: "hoverVisibilities[0].value"
|
|
13569
|
+
}
|
|
13570
|
+
}, [_c('map-svg-icon', {
|
|
13571
|
+
staticClass: "icon-button zoomIn",
|
|
13572
|
+
attrs: {
|
|
13573
|
+
"slot": "reference",
|
|
13574
|
+
"icon": "zoomIn"
|
|
13575
|
+
},
|
|
13576
|
+
nativeOn: {
|
|
13577
|
+
"click": function click($event) {
|
|
13578
|
+
return _vm.zoomIn();
|
|
13579
|
+
},
|
|
13580
|
+
"mouseover": function mouseover($event) {
|
|
13581
|
+
return _vm.showToolitip(0);
|
|
13582
|
+
},
|
|
13583
|
+
"mouseout": function mouseout($event) {
|
|
13584
|
+
return _vm.hideToolitip(0);
|
|
13585
|
+
}
|
|
13586
|
+
},
|
|
13587
|
+
slot: "reference"
|
|
13588
|
+
})], 1), _c('el-popover', {
|
|
13589
|
+
attrs: {
|
|
13590
|
+
"content": "Zoom out",
|
|
13591
|
+
"placement": "top-end",
|
|
13592
|
+
"appendToBody": false,
|
|
13593
|
+
"trigger": "manual",
|
|
13594
|
+
"popper-class": "flatmap-popper popper-zoomout"
|
|
13595
|
+
},
|
|
13596
|
+
model: {
|
|
13597
|
+
value: _vm.hoverVisibilities[1].value,
|
|
13598
|
+
callback: function callback($$v) {
|
|
13599
|
+
_vm.$set(_vm.hoverVisibilities[1], "value", $$v);
|
|
13600
|
+
},
|
|
13601
|
+
expression: "hoverVisibilities[1].value"
|
|
13602
|
+
}
|
|
13603
|
+
}, [_c('map-svg-icon', {
|
|
13604
|
+
staticClass: "icon-button zoomOut",
|
|
13605
|
+
attrs: {
|
|
13606
|
+
"slot": "reference",
|
|
13607
|
+
"icon": "zoomOut"
|
|
13608
|
+
},
|
|
13609
|
+
nativeOn: {
|
|
13610
|
+
"click": function click($event) {
|
|
13611
|
+
return _vm.zoomOut();
|
|
13612
|
+
},
|
|
13613
|
+
"mouseover": function mouseover($event) {
|
|
13614
|
+
return _vm.showToolitip(1);
|
|
13615
|
+
},
|
|
13616
|
+
"mouseout": function mouseout($event) {
|
|
13617
|
+
return _vm.hideToolitip(1);
|
|
13618
|
+
}
|
|
13619
|
+
},
|
|
13620
|
+
slot: "reference"
|
|
13621
|
+
})], 1), _c('el-popover', {
|
|
13622
|
+
attrs: {
|
|
13623
|
+
"content": "Reset",
|
|
13624
|
+
"placement": "top",
|
|
13625
|
+
"appendToBody": false,
|
|
13626
|
+
"trigger": "manual",
|
|
13627
|
+
"popper-class": "flatmap-popper"
|
|
13628
|
+
},
|
|
13629
|
+
model: {
|
|
13630
|
+
value: _vm.hoverVisibilities[2].value,
|
|
13631
|
+
callback: function callback($$v) {
|
|
13632
|
+
_vm.$set(_vm.hoverVisibilities[2], "value", $$v);
|
|
13633
|
+
},
|
|
13634
|
+
expression: "hoverVisibilities[2].value"
|
|
13635
|
+
}
|
|
13636
|
+
}, [_c('div', [_vm._v(" Fit to "), _c('br'), _vm._v(" window ")]), _c('map-svg-icon', {
|
|
13637
|
+
staticClass: "icon-button fitWindow",
|
|
13638
|
+
attrs: {
|
|
13639
|
+
"slot": "reference",
|
|
13640
|
+
"icon": "fitWindow"
|
|
13641
|
+
},
|
|
13642
|
+
nativeOn: {
|
|
13643
|
+
"click": function click($event) {
|
|
13644
|
+
return _vm.resetView();
|
|
13645
|
+
},
|
|
13646
|
+
"mouseover": function mouseover($event) {
|
|
13647
|
+
return _vm.showToolitip(2);
|
|
13648
|
+
},
|
|
13649
|
+
"mouseout": function mouseout($event) {
|
|
13650
|
+
return _vm.hideToolitip(2);
|
|
13651
|
+
}
|
|
13652
|
+
},
|
|
13653
|
+
slot: "reference"
|
|
13654
|
+
})], 1)], 1), _c('el-popover', {
|
|
13655
|
+
ref: "checkBoxPopover",
|
|
13656
|
+
attrs: {
|
|
13657
|
+
"content": "Change pathway visibility",
|
|
13658
|
+
"placement": "right",
|
|
13659
|
+
"appendToBody": false,
|
|
13660
|
+
"trigger": "manual",
|
|
13661
|
+
"popper-class": "flatmap-popper right-popper"
|
|
13662
|
+
},
|
|
13663
|
+
model: {
|
|
13664
|
+
value: _vm.hoverVisibilities[4].value,
|
|
13665
|
+
callback: function callback($$v) {
|
|
13666
|
+
_vm.$set(_vm.hoverVisibilities[4], "value", $$v);
|
|
13667
|
+
},
|
|
13668
|
+
expression: "hoverVisibilities[4].value"
|
|
13669
|
+
}
|
|
13670
|
+
}), _c('div', {
|
|
13671
|
+
staticClass: "pathway-location",
|
|
13672
|
+
class: {
|
|
13673
|
+
open: _vm.drawerOpen,
|
|
13674
|
+
close: !_vm.drawerOpen
|
|
13675
|
+
}
|
|
13676
|
+
}, [_vm.pathControls ? _c('div', {
|
|
13677
|
+
directives: [{
|
|
13678
|
+
name: "popover",
|
|
13679
|
+
rawName: "v-popover:checkBoxPopover",
|
|
13680
|
+
arg: "checkBoxPopover"
|
|
13681
|
+
}],
|
|
13682
|
+
staticClass: "pathway-container",
|
|
13683
|
+
style: {
|
|
13684
|
+
'max-height': _vm.pathwaysMaxHeight + 'px'
|
|
13685
|
+
}
|
|
13686
|
+
}, [!_vm.isFC ? _c('svg-legends', {
|
|
13687
|
+
staticClass: "svg-legends-container"
|
|
13688
|
+
}) : _vm._e(), _c('el-popover', {
|
|
13689
|
+
ref: "markerPopover",
|
|
13690
|
+
attrs: {
|
|
13691
|
+
"content": "Find these markers for data",
|
|
13692
|
+
"placement": "right",
|
|
13693
|
+
"appendToBody": false,
|
|
13694
|
+
"trigger": "manual",
|
|
13695
|
+
"popper-class": "flatmap-popper popper-bump-right right-popper"
|
|
13696
|
+
},
|
|
13697
|
+
model: {
|
|
13698
|
+
value: _vm.hoverVisibilities[5].value,
|
|
13699
|
+
callback: function callback($$v) {
|
|
13700
|
+
_vm.$set(_vm.hoverVisibilities[5], "value", $$v);
|
|
13701
|
+
},
|
|
13702
|
+
expression: "hoverVisibilities[5].value"
|
|
13703
|
+
}
|
|
13704
|
+
}), _c('div', {
|
|
13705
|
+
directives: [{
|
|
13706
|
+
name: "show",
|
|
13707
|
+
rawName: "v-show",
|
|
13708
|
+
value: _vm.hoverVisibilities[5].value,
|
|
13709
|
+
expression: "hoverVisibilities[5].value"
|
|
13710
|
+
}, {
|
|
13711
|
+
name: "popover",
|
|
13712
|
+
rawName: "v-popover:markerPopover",
|
|
13713
|
+
arg: "markerPopover"
|
|
13714
|
+
}],
|
|
13715
|
+
staticClass: "flatmap-marker-help",
|
|
13716
|
+
domProps: {
|
|
13717
|
+
"innerHTML": _vm._s(_vm.flatmapMarker)
|
|
13718
|
+
}
|
|
13719
|
+
}), _vm.isFC && _vm.systems && _vm.systems.length > 0 ? _c('selections-group', {
|
|
13720
|
+
key: "systemsSelection",
|
|
13721
|
+
ref: "systemsSelection",
|
|
13722
|
+
attrs: {
|
|
13723
|
+
"title": "Systems",
|
|
13724
|
+
"labelKey": "name",
|
|
13725
|
+
"identifierKey": "id",
|
|
13726
|
+
"selections": _vm.systems,
|
|
13727
|
+
"colourStyle": "background"
|
|
13728
|
+
},
|
|
13729
|
+
on: {
|
|
13730
|
+
"changed": _vm.systemSelected,
|
|
13731
|
+
"checkAll": _vm.checkAllSystems
|
|
13732
|
+
}
|
|
13733
|
+
}) : _vm._e(), _vm.pathways && _vm.pathways.length > 0 ? _c('selections-group', {
|
|
13734
|
+
key: "pathwaysSelection",
|
|
13735
|
+
ref: "pathwaysSelection",
|
|
13736
|
+
attrs: {
|
|
13737
|
+
"title": "Pathways",
|
|
13738
|
+
"labelKey": "label",
|
|
13739
|
+
"identifierKey": "type",
|
|
13740
|
+
"colourStyle": "line",
|
|
13741
|
+
"selections": _vm.pathways
|
|
13742
|
+
},
|
|
13743
|
+
on: {
|
|
13744
|
+
"changed": _vm.pathwaysSelected,
|
|
13745
|
+
"checkAll": _vm.checkAllPathways
|
|
13746
|
+
}
|
|
13747
|
+
}) : _vm._e()], 1) : _vm._e(), _c('div', {
|
|
13748
|
+
staticClass: "drawer-button",
|
|
13749
|
+
class: {
|
|
13750
|
+
open: _vm.drawerOpen,
|
|
13751
|
+
close: !_vm.drawerOpen
|
|
13752
|
+
},
|
|
13753
|
+
on: {
|
|
13754
|
+
"click": _vm.toggleDrawer
|
|
13755
|
+
}
|
|
13756
|
+
}, [_c('i', {
|
|
13757
|
+
staticClass: "el-icon-arrow-left"
|
|
13758
|
+
})])]), _c('el-popover', {
|
|
13759
|
+
ref: "backgroundPopover",
|
|
13760
|
+
attrs: {
|
|
13761
|
+
"placement": "top-start",
|
|
13762
|
+
"width": "175",
|
|
13763
|
+
"appendToBody": false,
|
|
13764
|
+
"trigger": "click",
|
|
13765
|
+
"popper-class": "background-popper"
|
|
13766
|
+
}
|
|
13767
|
+
}, [_c('el-row', {
|
|
13768
|
+
staticClass: "backgroundText"
|
|
13769
|
+
}, [_vm._v("Organs display")]), _c('el-row', {
|
|
13770
|
+
staticClass: "backgroundControl"
|
|
13771
|
+
}, [_c('el-radio-group', {
|
|
13772
|
+
staticClass: "flatmap-radio",
|
|
13773
|
+
on: {
|
|
13774
|
+
"change": _vm.setColour
|
|
13775
|
+
},
|
|
13776
|
+
model: {
|
|
13777
|
+
value: _vm.colourRadio,
|
|
13778
|
+
callback: function callback($$v) {
|
|
13779
|
+
_vm.colourRadio = $$v;
|
|
13780
|
+
},
|
|
13781
|
+
expression: "colourRadio"
|
|
13782
|
+
}
|
|
13783
|
+
}, [_c('el-radio', {
|
|
13784
|
+
attrs: {
|
|
13785
|
+
"label": true
|
|
13786
|
+
}
|
|
13787
|
+
}, [_vm._v("Colour")]), _c('el-radio', {
|
|
13788
|
+
attrs: {
|
|
13789
|
+
"label": false
|
|
13790
|
+
}
|
|
13791
|
+
}, [_vm._v("Greyscale")])], 1)], 1), _c('el-row', {
|
|
13792
|
+
staticClass: "backgroundSpacer"
|
|
13793
|
+
}), _c('el-row', {
|
|
13794
|
+
staticClass: "backgroundText"
|
|
13795
|
+
}, [_vm._v("Outlines display")]), _c('el-row', {
|
|
13796
|
+
staticClass: "backgroundControl"
|
|
13797
|
+
}, [_c('el-radio-group', {
|
|
13798
|
+
staticClass: "flatmap-radio",
|
|
13799
|
+
on: {
|
|
13800
|
+
"change": _vm.setOutlines
|
|
13801
|
+
},
|
|
13802
|
+
model: {
|
|
13803
|
+
value: _vm.outlinesRadio,
|
|
13804
|
+
callback: function callback($$v) {
|
|
13805
|
+
_vm.outlinesRadio = $$v;
|
|
13806
|
+
},
|
|
13807
|
+
expression: "outlinesRadio"
|
|
13808
|
+
}
|
|
13809
|
+
}, [_c('el-radio', {
|
|
13810
|
+
attrs: {
|
|
13811
|
+
"label": true
|
|
13812
|
+
}
|
|
13813
|
+
}, [_vm._v("Show")]), _c('el-radio', {
|
|
13814
|
+
attrs: {
|
|
13815
|
+
"label": false
|
|
13816
|
+
}
|
|
13817
|
+
}, [_vm._v("Hide")])], 1)], 1), _c('el-row', {
|
|
13818
|
+
staticClass: "backgroundSpacer"
|
|
13819
|
+
}), _c('el-row', {
|
|
13820
|
+
staticClass: "backgroundText"
|
|
13821
|
+
}, [_vm._v("Change background")]), _c('el-row', {
|
|
13822
|
+
staticClass: "backgroundControl"
|
|
13823
|
+
}, _vm._l(_vm.availableBackground, function (item) {
|
|
13824
|
+
return _c('div', {
|
|
13825
|
+
key: item,
|
|
13826
|
+
class: ['backgroundChoice', item, item == _vm.currentBackground ? 'active' : ''],
|
|
13827
|
+
on: {
|
|
13828
|
+
"click": function click($event) {
|
|
13829
|
+
return _vm.backgroundChangeCallback(item);
|
|
13830
|
+
}
|
|
13831
|
+
}
|
|
13832
|
+
});
|
|
13833
|
+
}), 0)], 1), _c('el-popover', {
|
|
13834
|
+
attrs: {
|
|
13835
|
+
"content": "Change settings",
|
|
13836
|
+
"placement": "right",
|
|
13837
|
+
"appendToBody": false,
|
|
13838
|
+
"trigger": "manual",
|
|
13839
|
+
"popper-class": "flatmap-popper right-popper"
|
|
13840
|
+
},
|
|
13841
|
+
model: {
|
|
13842
|
+
value: _vm.hoverVisibilities[3].value,
|
|
13843
|
+
callback: function callback($$v) {
|
|
13844
|
+
_vm.$set(_vm.hoverVisibilities[3], "value", $$v);
|
|
13845
|
+
},
|
|
13846
|
+
expression: "hoverVisibilities[3].value"
|
|
13847
|
+
}
|
|
13848
|
+
}, [_c('map-svg-icon', {
|
|
13849
|
+
directives: [{
|
|
13850
|
+
name: "popover",
|
|
13851
|
+
rawName: "v-popover:backgroundPopover",
|
|
13852
|
+
arg: "backgroundPopover"
|
|
13853
|
+
}],
|
|
13854
|
+
staticClass: "icon-button background-colour",
|
|
13855
|
+
class: {
|
|
13856
|
+
open: _vm.drawerOpen,
|
|
13857
|
+
close: !_vm.drawerOpen
|
|
13858
|
+
},
|
|
13859
|
+
attrs: {
|
|
13860
|
+
"slot": "reference",
|
|
13861
|
+
"icon": "changeBckgd"
|
|
13862
|
+
},
|
|
13863
|
+
nativeOn: {
|
|
13864
|
+
"mouseover": function mouseover($event) {
|
|
13865
|
+
return _vm.showToolitip(3);
|
|
13866
|
+
},
|
|
13867
|
+
"mouseout": function mouseout($event) {
|
|
13868
|
+
return _vm.hideToolitip(3);
|
|
13869
|
+
}
|
|
13870
|
+
},
|
|
13871
|
+
slot: "reference"
|
|
13872
|
+
})], 1), _c('Tooltip', {
|
|
13873
|
+
ref: "tooltip",
|
|
13874
|
+
staticClass: "tooltip",
|
|
13875
|
+
attrs: {
|
|
13876
|
+
"entry": _vm.tooltipEntry
|
|
13877
|
+
},
|
|
13878
|
+
on: {
|
|
13879
|
+
"resource-selected": _vm.resourceSelected
|
|
13880
|
+
}
|
|
13881
|
+
})], 1)], 1);
|
|
13882
|
+
};
|
|
13883
|
+
var staticRenderFns = [];
|
|
13385
13884
|
|
|
13386
13885
|
// CONCATENATED MODULE: ./src/components/FlatmapVuer.vue?vue&type=template&id=37e16dd3&scoped=true&
|
|
13387
13886
|
|
|
@@ -13973,10 +14472,137 @@ var es_number_constructor_js_ = __webpack_require__("f989");
|
|
|
13973
14472
|
var external_vue_ = __webpack_require__("8bbf");
|
|
13974
14473
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
13975
14474
|
|
|
13976
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13977
|
-
var Tooltipvue_type_template_id_63935114_scoped_true_render = function () {
|
|
13978
|
-
var
|
|
13979
|
-
|
|
14475
|
+
// 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&
|
|
14476
|
+
var Tooltipvue_type_template_id_63935114_scoped_true_render = function render() {
|
|
14477
|
+
var _vm = this,
|
|
14478
|
+
_c = _vm._self._c;
|
|
14479
|
+
return _c('div', {
|
|
14480
|
+
staticClass: "tooltip-container"
|
|
14481
|
+
}, [_vm.entry ? _c('el-main', {
|
|
14482
|
+
directives: [{
|
|
14483
|
+
name: "loading",
|
|
14484
|
+
rawName: "v-loading",
|
|
14485
|
+
value: _vm.loading,
|
|
14486
|
+
expression: "loading"
|
|
14487
|
+
}],
|
|
14488
|
+
staticClass: "main"
|
|
14489
|
+
}, [_vm.entry.title ? _c('div', {
|
|
14490
|
+
staticClass: "block"
|
|
14491
|
+
}, [_c('span', {
|
|
14492
|
+
staticClass: "title"
|
|
14493
|
+
}, [_vm._v(_vm._s(_vm.capitalise(_vm.entry.title)))])]) : _c('div', {
|
|
14494
|
+
staticClass: "block"
|
|
14495
|
+
}, [_c('span', {
|
|
14496
|
+
staticClass: "title"
|
|
14497
|
+
}, [_vm._v(_vm._s(_vm.entry.featureId))])]), _c('div', {
|
|
14498
|
+
staticClass: "content-container scrollbar"
|
|
14499
|
+
}, [_vm._v(" " + _vm._s(_vm.entry.paths) + " "), _vm.entry.origins && _vm.entry.origins.length > 0 ? _c('div', {
|
|
14500
|
+
staticClass: "block"
|
|
14501
|
+
}, [_c('div', [_c('span', {
|
|
14502
|
+
staticClass: "attribute-title"
|
|
14503
|
+
}, [_vm._v("Origin")]), _c('el-popover', {
|
|
14504
|
+
attrs: {
|
|
14505
|
+
"width": "250",
|
|
14506
|
+
"trigger": "hover",
|
|
14507
|
+
"append-to-body": false,
|
|
14508
|
+
"popper-class": "popover-origin-help"
|
|
14509
|
+
}
|
|
14510
|
+
}, [_c('i', {
|
|
14511
|
+
staticClass: "el-icon-warning-outline info",
|
|
14512
|
+
attrs: {
|
|
14513
|
+
"slot": "reference"
|
|
14514
|
+
},
|
|
14515
|
+
slot: "reference"
|
|
14516
|
+
}), _c('span', {
|
|
14517
|
+
staticStyle: {
|
|
14518
|
+
"word-break": "keep-all"
|
|
14519
|
+
}
|
|
14520
|
+
}, [_c('i', [_vm._v("Origin")]), _vm._v(" " + _vm._s(_vm.originDescription) + " ")])])], 1), _vm._l(_vm.entry.origins, function (origin, i) {
|
|
14521
|
+
return _c('div', {
|
|
14522
|
+
key: origin,
|
|
14523
|
+
staticClass: "attribute-content"
|
|
14524
|
+
}, [_vm._v(" " + _vm._s(_vm.capitalise(origin)) + " "), i != _vm.entry.origins.length - 1 ? _c('div', {
|
|
14525
|
+
staticClass: "seperator"
|
|
14526
|
+
}) : _vm._e()]);
|
|
14527
|
+
}), _c('el-button', {
|
|
14528
|
+
directives: [{
|
|
14529
|
+
name: "show",
|
|
14530
|
+
rawName: "v-show",
|
|
14531
|
+
value: _vm.entry.originsWithDatasets && _vm.entry.originsWithDatasets.length > 0,
|
|
14532
|
+
expression: "entry.originsWithDatasets && entry.originsWithDatasets.length > 0"
|
|
14533
|
+
}],
|
|
14534
|
+
staticClass: "button",
|
|
14535
|
+
on: {
|
|
14536
|
+
"click": _vm.openDendrites
|
|
14537
|
+
}
|
|
14538
|
+
}, [_vm._v(" Explore origin data ")])], 2) : _vm._e(), _vm.entry.components && _vm.entry.components.length > 0 ? _c('div', {
|
|
14539
|
+
staticClass: "block"
|
|
14540
|
+
}, [_c('div', {
|
|
14541
|
+
staticClass: "attribute-title"
|
|
14542
|
+
}, [_vm._v("Components")]), _vm._l(_vm.entry.components, function (component, i) {
|
|
14543
|
+
return _c('div', {
|
|
14544
|
+
key: component,
|
|
14545
|
+
staticClass: "attribute-content"
|
|
14546
|
+
}, [_vm._v(" " + _vm._s(_vm.capitalise(component)) + " "), i != _vm.entry.components.length - 1 ? _c('div', {
|
|
14547
|
+
staticClass: "seperator"
|
|
14548
|
+
}) : _vm._e()]);
|
|
14549
|
+
})], 2) : _vm._e(), _vm.entry.destinations && _vm.entry.destinations.length > 0 ? _c('div', {
|
|
14550
|
+
staticClass: "block"
|
|
14551
|
+
}, [_c('div', [_c('span', {
|
|
14552
|
+
staticClass: "attribute-title"
|
|
14553
|
+
}, [_vm._v("Destination")]), _c('el-popover', {
|
|
14554
|
+
attrs: {
|
|
14555
|
+
"width": "250",
|
|
14556
|
+
"trigger": "hover",
|
|
14557
|
+
"append-to-body": false,
|
|
14558
|
+
"popper-class": "popover-origin-help"
|
|
14559
|
+
}
|
|
14560
|
+
}, [_c('i', {
|
|
14561
|
+
staticClass: "el-icon-warning-outline info",
|
|
14562
|
+
attrs: {
|
|
14563
|
+
"slot": "reference"
|
|
14564
|
+
},
|
|
14565
|
+
slot: "reference"
|
|
14566
|
+
}), _c('span', {
|
|
14567
|
+
staticStyle: {
|
|
14568
|
+
"word-break": "keep-all"
|
|
14569
|
+
}
|
|
14570
|
+
}, [_c('i', [_vm._v("Destination")]), _vm._v(" is where the axons terminate ")])])], 1), _vm._l(_vm.entry.destinations, function (destination, i) {
|
|
14571
|
+
return _c('div', {
|
|
14572
|
+
key: destination,
|
|
14573
|
+
staticClass: "attribute-content"
|
|
14574
|
+
}, [_vm._v(" " + _vm._s(_vm.capitalise(destination)) + " "), i != _vm.entry.destinations.length - 1 ? _c('div', {
|
|
14575
|
+
staticClass: "seperator"
|
|
14576
|
+
}) : _vm._e()]);
|
|
14577
|
+
}), _c('el-button', {
|
|
14578
|
+
directives: [{
|
|
14579
|
+
name: "show",
|
|
14580
|
+
rawName: "v-show",
|
|
14581
|
+
value: _vm.entry.destinationsWithDatasets && _vm.entry.destinationsWithDatasets.length > 0,
|
|
14582
|
+
expression: "entry.destinationsWithDatasets && entry.destinationsWithDatasets.length > 0"
|
|
14583
|
+
}],
|
|
14584
|
+
staticClass: "button",
|
|
14585
|
+
on: {
|
|
14586
|
+
"click": _vm.openAxons
|
|
14587
|
+
}
|
|
14588
|
+
}, [_vm._v(" Explore destination data ")])], 2) : _vm._e(), _c('el-button', {
|
|
14589
|
+
directives: [{
|
|
14590
|
+
name: "show",
|
|
14591
|
+
rawName: "v-show",
|
|
14592
|
+
value: _vm.entry.componentsWithDatasets && _vm.entry.componentsWithDatasets.length > 0,
|
|
14593
|
+
expression: "entry.componentsWithDatasets && entry.componentsWithDatasets.length > 0"
|
|
14594
|
+
}],
|
|
14595
|
+
staticClass: "button",
|
|
14596
|
+
on: {
|
|
14597
|
+
"click": _vm.openAll
|
|
14598
|
+
}
|
|
14599
|
+
}, [_vm._v(" Search for data on components ")]), _c('external-resource-card', {
|
|
14600
|
+
attrs: {
|
|
14601
|
+
"resources": _vm.resources
|
|
14602
|
+
}
|
|
14603
|
+
})], 1)]) : _vm._e()], 1);
|
|
14604
|
+
};
|
|
14605
|
+
var Tooltipvue_type_template_id_63935114_scoped_true_staticRenderFns = [];
|
|
13980
14606
|
|
|
13981
14607
|
// CONCATENATED MODULE: ./src/components/Tooltip.vue?vue&type=template&id=63935114&scoped=true&
|
|
13982
14608
|
|
|
@@ -14039,10 +14665,30 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale);
|
|
|
14039
14665
|
|
|
14040
14666
|
var EventBus = new external_vue_default.a();
|
|
14041
14667
|
/* harmony default export */ var components_EventBus = (EventBus);
|
|
14042
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14043
|
-
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_render = function () {
|
|
14044
|
-
var
|
|
14045
|
-
|
|
14668
|
+
// 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&
|
|
14669
|
+
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_render = function render() {
|
|
14670
|
+
var _vm = this,
|
|
14671
|
+
_c = _vm._self._c;
|
|
14672
|
+
return _c('div', {
|
|
14673
|
+
staticClass: "resource-container"
|
|
14674
|
+
}, [_vm._l(_vm.resources, function (resource) {
|
|
14675
|
+
return [_c('div', {
|
|
14676
|
+
key: resource.id,
|
|
14677
|
+
staticClass: "resource"
|
|
14678
|
+
}, [resource.id === 'pubmed' ? _c('el-button', {
|
|
14679
|
+
staticClass: "button",
|
|
14680
|
+
attrs: {
|
|
14681
|
+
"icon": "el-icon-notebook-2"
|
|
14682
|
+
},
|
|
14683
|
+
on: {
|
|
14684
|
+
"click": function click($event) {
|
|
14685
|
+
return _vm.openUrl(resource.url);
|
|
14686
|
+
}
|
|
14687
|
+
}
|
|
14688
|
+
}, [_vm._v(" Open publications in pubmed ")]) : _vm._e()], 1)];
|
|
14689
|
+
})], 2);
|
|
14690
|
+
};
|
|
14691
|
+
var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_staticRenderFns = [];
|
|
14046
14692
|
|
|
14047
14693
|
// CONCATENATED MODULE: ./src/components/ExternalResourceCard.vue?vue&type=template&id=14172b61&scoped=true&
|
|
14048
14694
|
|
|
@@ -14051,21 +14697,6 @@ var ExternalResourceCardvue_type_template_id_14172b61_scoped_true_staticRenderFn
|
|
|
14051
14697
|
|
|
14052
14698
|
|
|
14053
14699
|
|
|
14054
|
-
//
|
|
14055
|
-
//
|
|
14056
|
-
//
|
|
14057
|
-
//
|
|
14058
|
-
//
|
|
14059
|
-
//
|
|
14060
|
-
//
|
|
14061
|
-
//
|
|
14062
|
-
//
|
|
14063
|
-
//
|
|
14064
|
-
//
|
|
14065
|
-
//
|
|
14066
|
-
//
|
|
14067
|
-
//
|
|
14068
|
-
|
|
14069
14700
|
/* eslint-disable no-alert, no-console */
|
|
14070
14701
|
|
|
14071
14702
|
external_vue_default.a.use(lib_button_default.a);
|
|
@@ -14240,84 +14871,6 @@ var component = normalizeComponent(
|
|
|
14240
14871
|
|
|
14241
14872
|
|
|
14242
14873
|
|
|
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
|
-
//
|
|
14313
|
-
//
|
|
14314
|
-
//
|
|
14315
|
-
//
|
|
14316
|
-
//
|
|
14317
|
-
//
|
|
14318
|
-
//
|
|
14319
|
-
//
|
|
14320
|
-
//
|
|
14321
14874
|
|
|
14322
14875
|
/* eslint-disable no-alert, no-console */
|
|
14323
14876
|
|
|
@@ -14476,10 +15029,93 @@ var Tooltip_component = normalizeComponent(
|
|
|
14476
15029
|
)
|
|
14477
15030
|
|
|
14478
15031
|
/* harmony default export */ var Tooltip = (Tooltip_component.exports);
|
|
14479
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14480
|
-
var SelectionsGroupvue_type_template_id_404813f2_scoped_true_render = function () {
|
|
14481
|
-
var
|
|
14482
|
-
|
|
15032
|
+
// 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&
|
|
15033
|
+
var SelectionsGroupvue_type_template_id_404813f2_scoped_true_render = function render() {
|
|
15034
|
+
var _vm = this,
|
|
15035
|
+
_c = _vm._self._c;
|
|
15036
|
+
return _c('div', {
|
|
15037
|
+
staticClass: "selections-container"
|
|
15038
|
+
}, [_c('el-row', [_c('el-col', {
|
|
15039
|
+
attrs: {
|
|
15040
|
+
"span": 12
|
|
15041
|
+
}
|
|
15042
|
+
}, [_c('div', {
|
|
15043
|
+
staticClass: "checkall-display-text"
|
|
15044
|
+
}, [_vm._v(_vm._s(_vm.title))])]), _c('el-col', {
|
|
15045
|
+
attrs: {
|
|
15046
|
+
"span": 12
|
|
15047
|
+
}
|
|
15048
|
+
}, [_vm.selections && _vm.selections.length > 1 ? _c('el-checkbox', {
|
|
15049
|
+
staticClass: "all-checkbox",
|
|
15050
|
+
attrs: {
|
|
15051
|
+
"indeterminate": _vm.isIndeterminate
|
|
15052
|
+
},
|
|
15053
|
+
on: {
|
|
15054
|
+
"change": _vm.handleCheckAllChange
|
|
15055
|
+
},
|
|
15056
|
+
model: {
|
|
15057
|
+
value: _vm.checkAll,
|
|
15058
|
+
callback: function callback($$v) {
|
|
15059
|
+
_vm.checkAll = $$v;
|
|
15060
|
+
},
|
|
15061
|
+
expression: "checkAll"
|
|
15062
|
+
}
|
|
15063
|
+
}, [_vm._v("Display all")]) : _vm._e()], 1)], 1), _c('el-checkbox-group', {
|
|
15064
|
+
staticClass: "checkbox-group",
|
|
15065
|
+
attrs: {
|
|
15066
|
+
"size": "small"
|
|
15067
|
+
},
|
|
15068
|
+
on: {
|
|
15069
|
+
"change": _vm.handleCheckedItemsChange
|
|
15070
|
+
},
|
|
15071
|
+
model: {
|
|
15072
|
+
value: _vm.checkedItems,
|
|
15073
|
+
callback: function callback($$v) {
|
|
15074
|
+
_vm.checkedItems = $$v;
|
|
15075
|
+
},
|
|
15076
|
+
expression: "checkedItems"
|
|
15077
|
+
}
|
|
15078
|
+
}, [_c('div', {
|
|
15079
|
+
staticClass: "checkbox-group-inner"
|
|
15080
|
+
}, _vm._l(_vm.selections, function (item) {
|
|
15081
|
+
return _c('el-row', {
|
|
15082
|
+
key: item[_vm.identifierKey],
|
|
15083
|
+
attrs: {
|
|
15084
|
+
"label": item[_vm.identifierKey]
|
|
15085
|
+
}
|
|
15086
|
+
}, [_c('div', {
|
|
15087
|
+
staticClass: "checkbox-container"
|
|
15088
|
+
}, [_c('el-checkbox', {
|
|
15089
|
+
staticClass: "my-checkbox",
|
|
15090
|
+
attrs: {
|
|
15091
|
+
"label": item[_vm.identifierKey],
|
|
15092
|
+
"checked": !('enabled' in item) || item.enabled === true
|
|
15093
|
+
},
|
|
15094
|
+
on: {
|
|
15095
|
+
"change": function change($event) {
|
|
15096
|
+
return _vm.visibilityToggle(item[_vm.identifierKey], $event);
|
|
15097
|
+
}
|
|
15098
|
+
}
|
|
15099
|
+
}, [_c('el-row', {
|
|
15100
|
+
staticClass: "checkbox-row"
|
|
15101
|
+
}, [_c('el-col', {
|
|
15102
|
+
attrs: {
|
|
15103
|
+
"span": 4
|
|
15104
|
+
}
|
|
15105
|
+
}, [_c('div', {
|
|
15106
|
+
staticClass: "path-visual",
|
|
15107
|
+
style: _vm.getLineStyles(item)
|
|
15108
|
+
})]), _c('el-col', {
|
|
15109
|
+
attrs: {
|
|
15110
|
+
"span": 20
|
|
15111
|
+
}
|
|
15112
|
+
}, [_c('div', {
|
|
15113
|
+
staticClass: "label-text",
|
|
15114
|
+
style: _vm.getBackgroundStyles(item)
|
|
15115
|
+
}, [_vm._v(" " + _vm._s(item[_vm.labelKey]) + " ")])])], 1)], 1)], 1)]);
|
|
15116
|
+
}), 1)])], 1);
|
|
15117
|
+
};
|
|
15118
|
+
var SelectionsGroupvue_type_template_id_404813f2_scoped_true_staticRenderFns = [];
|
|
14483
15119
|
|
|
14484
15120
|
// CONCATENATED MODULE: ./src/components/SelectionsGroup.vue?vue&type=template&id=404813f2&scoped=true&
|
|
14485
15121
|
|
|
@@ -14518,55 +15154,6 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
|
|
|
14518
15154
|
|
|
14519
15155
|
|
|
14520
15156
|
|
|
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
|
-
//
|
|
14562
|
-
//
|
|
14563
|
-
//
|
|
14564
|
-
//
|
|
14565
|
-
//
|
|
14566
|
-
//
|
|
14567
|
-
//
|
|
14568
|
-
//
|
|
14569
|
-
|
|
14570
15157
|
/* eslint-disable no-alert, no-console */
|
|
14571
15158
|
|
|
14572
15159
|
|
|
@@ -14715,37 +15302,91 @@ var SelectionsGroup_component = normalizeComponent(
|
|
|
14715
15302
|
// EXTERNAL MODULE: external "@abi-software/svg-sprite"
|
|
14716
15303
|
var svg_sprite_ = __webpack_require__("429c");
|
|
14717
15304
|
|
|
14718
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14719
|
-
var SvgLegendsvue_type_template_id_3d3218c8_scoped_true_render = function () {
|
|
14720
|
-
var
|
|
14721
|
-
|
|
15305
|
+
// 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&
|
|
15306
|
+
var SvgLegendsvue_type_template_id_3d3218c8_scoped_true_render = function render() {
|
|
15307
|
+
var _vm = this,
|
|
15308
|
+
_c = _vm._self._c;
|
|
15309
|
+
return _c('div', {
|
|
15310
|
+
staticClass: "legends-container"
|
|
15311
|
+
}, [_c('svg', {
|
|
15312
|
+
staticStyle: {
|
|
15313
|
+
"enable-background": "new 0 0 500 500"
|
|
15314
|
+
},
|
|
15315
|
+
attrs: {
|
|
15316
|
+
"version": "1.1",
|
|
15317
|
+
"id": "Layer_1",
|
|
15318
|
+
"x": "0px",
|
|
15319
|
+
"y": "0px",
|
|
15320
|
+
"viewBox": "0 0 500 500",
|
|
15321
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15322
|
+
"xmlns:bx": "https://boxy-svg.com"
|
|
15323
|
+
}
|
|
15324
|
+
}, [_c('defs', [_c('bx:grid', {
|
|
15325
|
+
attrs: {
|
|
15326
|
+
"height": "30.447",
|
|
15327
|
+
"width": "32.516",
|
|
15328
|
+
"x": "0",
|
|
15329
|
+
"y": "0"
|
|
15330
|
+
}
|
|
15331
|
+
})], 1), _c('path', {
|
|
15332
|
+
staticClass: "st0 st0-translate",
|
|
15333
|
+
attrs: {
|
|
15334
|
+
"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"
|
|
15335
|
+
}
|
|
15336
|
+
}), _c('path', {
|
|
15337
|
+
staticClass: "st1",
|
|
15338
|
+
attrs: {
|
|
15339
|
+
"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"
|
|
15340
|
+
}
|
|
15341
|
+
}), _c('path', {
|
|
15342
|
+
staticClass: "st2",
|
|
15343
|
+
attrs: {
|
|
15344
|
+
"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"
|
|
15345
|
+
}
|
|
15346
|
+
}), _c('text', {
|
|
15347
|
+
staticClass: "st3 st4 st5",
|
|
15348
|
+
staticStyle: {
|
|
15349
|
+
"white-space": "pre"
|
|
15350
|
+
},
|
|
15351
|
+
attrs: {
|
|
15352
|
+
"transform": "matrix(0.9908 0 0 1 118.0161 171.7975)"
|
|
15353
|
+
}
|
|
15354
|
+
}, [_vm._v("Tissue region")]), _c('path', {
|
|
15355
|
+
staticClass: "st6",
|
|
15356
|
+
attrs: {
|
|
15357
|
+
"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"
|
|
15358
|
+
}
|
|
15359
|
+
}), _c('text', {
|
|
15360
|
+
staticClass: "st3 st4 st5",
|
|
15361
|
+
staticStyle: {
|
|
15362
|
+
"white-space": "pre"
|
|
15363
|
+
},
|
|
15364
|
+
attrs: {
|
|
15365
|
+
"transform": "matrix(0.9908 0 0 1 118.0161 257.675)"
|
|
15366
|
+
}
|
|
15367
|
+
}, [_vm._v("Brain nuclei")]), _c('text', {
|
|
15368
|
+
staticClass: "st3 st4 st5",
|
|
15369
|
+
staticStyle: {
|
|
15370
|
+
"white-space": "pre"
|
|
15371
|
+
},
|
|
15372
|
+
attrs: {
|
|
15373
|
+
"transform": "matrix(0.9908 0 0 1 118.0903 345.5266)"
|
|
15374
|
+
}
|
|
15375
|
+
}, [_vm._v("Ganglia")]), _c('text', {
|
|
15376
|
+
staticClass: "st3 st4 st5",
|
|
15377
|
+
staticStyle: {
|
|
15378
|
+
"white-space": "pre"
|
|
15379
|
+
},
|
|
15380
|
+
attrs: {
|
|
15381
|
+
"transform": "matrix(0.9908 0 0 1 118.0903 433.1613)"
|
|
15382
|
+
}
|
|
15383
|
+
}, [_vm._v("Nerve plexus")])])]);
|
|
15384
|
+
};
|
|
15385
|
+
var SvgLegendsvue_type_template_id_3d3218c8_scoped_true_staticRenderFns = [];
|
|
14722
15386
|
|
|
14723
15387
|
// CONCATENATED MODULE: ./src/components/legends/SvgLegends.vue?vue&type=template&id=3d3218c8&scoped=true&
|
|
14724
15388
|
|
|
14725
15389
|
// 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&
|
|
14726
|
-
//
|
|
14727
|
-
//
|
|
14728
|
-
//
|
|
14729
|
-
//
|
|
14730
|
-
//
|
|
14731
|
-
//
|
|
14732
|
-
//
|
|
14733
|
-
//
|
|
14734
|
-
//
|
|
14735
|
-
//
|
|
14736
|
-
//
|
|
14737
|
-
//
|
|
14738
|
-
//
|
|
14739
|
-
//
|
|
14740
|
-
//
|
|
14741
|
-
//
|
|
14742
|
-
//
|
|
14743
|
-
//
|
|
14744
|
-
//
|
|
14745
|
-
//
|
|
14746
|
-
//
|
|
14747
|
-
//
|
|
14748
|
-
|
|
14749
15390
|
/* harmony default export */ var SvgLegendsvue_type_script_lang_js_ = ({
|
|
14750
15391
|
name: 'SvgLegends'
|
|
14751
15392
|
});
|
|
@@ -15297,317 +15938,6 @@ var flatmapQueries_FlatmapQueries = function FlatmapQueries() {
|
|
|
15297
15938
|
|
|
15298
15939
|
|
|
15299
15940
|
|
|
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
|
-
//
|
|
15603
|
-
//
|
|
15604
|
-
//
|
|
15605
|
-
//
|
|
15606
|
-
//
|
|
15607
|
-
//
|
|
15608
|
-
//
|
|
15609
|
-
//
|
|
15610
|
-
//
|
|
15611
15941
|
|
|
15612
15942
|
/* eslint-disable no-alert, no-console */
|
|
15613
15943
|
|
|
@@ -16382,10 +16712,120 @@ var FlatmapVuer_component = normalizeComponent(
|
|
|
16382
16712
|
)
|
|
16383
16713
|
|
|
16384
16714
|
/* harmony default export */ var FlatmapVuer = (FlatmapVuer_component.exports);
|
|
16385
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
16386
|
-
var MultiFlatmapVuervue_type_template_id_0732c3a0_scoped_true_render = function () {
|
|
16387
|
-
var
|
|
16388
|
-
|
|
16715
|
+
// 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&
|
|
16716
|
+
var MultiFlatmapVuervue_type_template_id_0732c3a0_scoped_true_render = function render() {
|
|
16717
|
+
var _vm = this,
|
|
16718
|
+
_c = _vm._self._c;
|
|
16719
|
+
return _c('div', {
|
|
16720
|
+
ref: "multiContainer",
|
|
16721
|
+
staticClass: "multi-container"
|
|
16722
|
+
}, [_c('div', {
|
|
16723
|
+
staticStyle: {
|
|
16724
|
+
"position": "absolute",
|
|
16725
|
+
"z-index": "10"
|
|
16726
|
+
}
|
|
16727
|
+
}, [_c('div', {
|
|
16728
|
+
staticClass: "species-display-text"
|
|
16729
|
+
}, [_vm._v(" Species ")]), _c('el-popover', {
|
|
16730
|
+
ref: "selectPopover",
|
|
16731
|
+
attrs: {
|
|
16732
|
+
"content": "Select a species",
|
|
16733
|
+
"placement": "right",
|
|
16734
|
+
"appendToBody": false,
|
|
16735
|
+
"trigger": "manual",
|
|
16736
|
+
"popper-class": "flatmap-popper right-popper"
|
|
16737
|
+
},
|
|
16738
|
+
model: {
|
|
16739
|
+
value: _vm.helpMode,
|
|
16740
|
+
callback: function callback($$v) {
|
|
16741
|
+
_vm.helpMode = $$v;
|
|
16742
|
+
},
|
|
16743
|
+
expression: "helpMode"
|
|
16744
|
+
}
|
|
16745
|
+
}), _c('el-select', {
|
|
16746
|
+
directives: [{
|
|
16747
|
+
name: "popover",
|
|
16748
|
+
rawName: "v-popover:selectPopover",
|
|
16749
|
+
arg: "selectPopover"
|
|
16750
|
+
}],
|
|
16751
|
+
staticClass: "select-box",
|
|
16752
|
+
attrs: {
|
|
16753
|
+
"id": "flatmap-select",
|
|
16754
|
+
"popper-append-to-body": _vm.appendToBody,
|
|
16755
|
+
"placeholder": "Select",
|
|
16756
|
+
"popper-class": "flatmap_dropdown"
|
|
16757
|
+
},
|
|
16758
|
+
on: {
|
|
16759
|
+
"change": _vm.setSpecies
|
|
16760
|
+
},
|
|
16761
|
+
model: {
|
|
16762
|
+
value: _vm.activeSpecies,
|
|
16763
|
+
callback: function callback($$v) {
|
|
16764
|
+
_vm.activeSpecies = $$v;
|
|
16765
|
+
},
|
|
16766
|
+
expression: "activeSpecies"
|
|
16767
|
+
}
|
|
16768
|
+
}, _vm._l(_vm.speciesList, function (item, key) {
|
|
16769
|
+
return _c('el-option', {
|
|
16770
|
+
key: key,
|
|
16771
|
+
attrs: {
|
|
16772
|
+
"label": key,
|
|
16773
|
+
"value": key
|
|
16774
|
+
}
|
|
16775
|
+
}, [_c('el-row', [_c('el-col', {
|
|
16776
|
+
attrs: {
|
|
16777
|
+
"span": 8
|
|
16778
|
+
}
|
|
16779
|
+
}, [_c('i', {
|
|
16780
|
+
class: item.iconClass
|
|
16781
|
+
})]), _c('el-col', {
|
|
16782
|
+
attrs: {
|
|
16783
|
+
"span": 12
|
|
16784
|
+
}
|
|
16785
|
+
}, [_vm._v(_vm._s(key))])], 1)], 1);
|
|
16786
|
+
}), 1)], 1), _vm._l(_vm.speciesList, function (item, key) {
|
|
16787
|
+
return _c('FlatmapVuer', {
|
|
16788
|
+
directives: [{
|
|
16789
|
+
name: "show",
|
|
16790
|
+
rawName: "v-show",
|
|
16791
|
+
value: _vm.activeSpecies == key,
|
|
16792
|
+
expression: "activeSpecies==key"
|
|
16793
|
+
}],
|
|
16794
|
+
key: key,
|
|
16795
|
+
ref: key,
|
|
16796
|
+
refInFor: true,
|
|
16797
|
+
staticStyle: {
|
|
16798
|
+
"height": "100%"
|
|
16799
|
+
},
|
|
16800
|
+
attrs: {
|
|
16801
|
+
"showLayer": _vm.showLayer,
|
|
16802
|
+
"entry": item.taxo,
|
|
16803
|
+
"biologicalSex": item.biologicalSex,
|
|
16804
|
+
"displayWarning": item.displayWarning,
|
|
16805
|
+
"displayLatestChanges": item.displayLatestChanges,
|
|
16806
|
+
"latestChangesMessage": item.latestChangesMessage,
|
|
16807
|
+
"isLegacy": item.isLegacy,
|
|
16808
|
+
"featureInfo": _vm.featureInfo,
|
|
16809
|
+
"minZoom": _vm.minZoom,
|
|
16810
|
+
"pathControls": _vm.pathControls,
|
|
16811
|
+
"searchable": _vm.searchable,
|
|
16812
|
+
"layerControl": _vm.layerControl,
|
|
16813
|
+
"helpMode": _vm.helpMode,
|
|
16814
|
+
"renderAtMounted": _vm.renderAtMounted,
|
|
16815
|
+
"displayMinimap": _vm.displayMinimap,
|
|
16816
|
+
"flatmapAPI": _vm.flatmapAPI,
|
|
16817
|
+
"sparcAPI": _vm.sparcAPI
|
|
16818
|
+
},
|
|
16819
|
+
on: {
|
|
16820
|
+
"view-latest-map": _vm.viewLatestMap,
|
|
16821
|
+
"resource-selected": _vm.FlatmapSelected,
|
|
16822
|
+
"ready": _vm.FlatmapReady,
|
|
16823
|
+
"pan-zoom-callback": _vm.panZoomCallback
|
|
16824
|
+
}
|
|
16825
|
+
});
|
|
16826
|
+
})], 2);
|
|
16827
|
+
};
|
|
16828
|
+
var MultiFlatmapVuervue_type_template_id_0732c3a0_scoped_true_staticRenderFns = [];
|
|
16389
16829
|
|
|
16390
16830
|
// CONCATENATED MODULE: ./src/components/MultiFlatmapVuer.vue?vue&type=template&id=0732c3a0&scoped=true&
|
|
16391
16831
|
|
|
@@ -16435,66 +16875,6 @@ var es_object_keys_js_ = __webpack_require__("ea64");
|
|
|
16435
16875
|
|
|
16436
16876
|
|
|
16437
16877
|
|
|
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
|
-
//
|
|
16490
|
-
//
|
|
16491
|
-
//
|
|
16492
|
-
//
|
|
16493
|
-
//
|
|
16494
|
-
//
|
|
16495
|
-
//
|
|
16496
|
-
//
|
|
16497
|
-
//
|
|
16498
16878
|
|
|
16499
16879
|
/* eslint-disable no-alert, no-console */
|
|
16500
16880
|
|