@abi-software/mapintegratedvuer 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ContentMixin-Bny6AX7L.js → ContentMixin-BTZsoldP.js} +1 -1
- package/dist/{Flatmap-_71SkR8B.js → Flatmap-TK-35whY.js} +3 -3
- package/dist/{Iframe-B0Gceqgo.js → Iframe-rZ__11EG.js} +2 -2
- package/dist/{MultiFlatmap-1OYvhH8W.js → MultiFlatmap-CCvlF-pw.js} +3 -3
- package/dist/{Plot-NNWXz6_n.js → Plot-DcgcIWVY.js} +2 -2
- package/dist/{Scaffold-CbXO9X8d.js → Scaffold-BznYK0A5.js} +12 -13
- package/dist/{Simulation-Db6fkT8B.js → Simulation-T6oaK7Uy.js} +2 -2
- package/dist/{index-Be9BtgnQ.js → index-DkVmhrWU.js} +31 -46
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +309 -309
- package/dist/{style-Dmnajx5F.js → style-CDBCHm5P.js} +1471 -1474
- package/dist/style.css +1 -1
- package/package.json +5 -5
- package/src/components/MapContent.vue +12 -0
- package/src/components/scripts/utilities.js +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abi-software/mapintegratedvuer",
|
3
|
-
"version": "1.7.
|
3
|
+
"version": "1.7.1",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"scripts": {
|
6
6
|
"serve": "vite --host --force",
|
@@ -50,11 +50,11 @@
|
|
50
50
|
"*.js"
|
51
51
|
],
|
52
52
|
"dependencies": {
|
53
|
-
"@abi-software/flatmapvuer": "1.7.
|
54
|
-
"@abi-software/map-side-bar": "2.6.
|
55
|
-
"@abi-software/map-utilities": "1.3.
|
53
|
+
"@abi-software/flatmapvuer": "1.7.2",
|
54
|
+
"@abi-software/map-side-bar": "2.6.2",
|
55
|
+
"@abi-software/map-utilities": "1.3.1",
|
56
56
|
"@abi-software/plotvuer": "^1.0.3",
|
57
|
-
"@abi-software/scaffoldvuer": "1.7.
|
57
|
+
"@abi-software/scaffoldvuer": "1.7.1",
|
58
58
|
"@abi-software/simulationvuer": "1.0.1",
|
59
59
|
"@abi-software/sparc-annotation": "0.3.2",
|
60
60
|
"@abi-software/svg-sprite": "^1.0.1",
|
@@ -155,6 +155,9 @@ export default {
|
|
155
155
|
} else if (document.msExitFullscreen) { /* IE/Edge */
|
156
156
|
document.msExitFullscreen();
|
157
157
|
}
|
158
|
+
|
159
|
+
let mapApp = this.$refs.MapApp;
|
160
|
+
this.replacePopupsOnFullscreen(mapApp, document.body);
|
158
161
|
}
|
159
162
|
},
|
160
163
|
/**
|
@@ -172,6 +175,15 @@ export default {
|
|
172
175
|
} else if (parent.msRequestFullscreen) { /* IE/Edge */
|
173
176
|
mapApp.msRequestFullscreen();
|
174
177
|
}
|
178
|
+
|
179
|
+
this.replacePopupsOnFullscreen(document.body, mapApp);
|
180
|
+
},
|
181
|
+
replacePopupsOnFullscreen: function (containerA, containerB) {
|
182
|
+
const allTeleportedPopovers = containerA.querySelectorAll('[id^="el-popper-container"]');
|
183
|
+
|
184
|
+
allTeleportedPopovers.forEach((teleportedPopover) => {
|
185
|
+
containerB.append(teleportedPopover);
|
186
|
+
});
|
175
187
|
},
|
176
188
|
setState: function(state){
|
177
189
|
return this.$refs.flow.setState(state);
|
@@ -88,11 +88,11 @@ const capitalise = term => {
|
|
88
88
|
*/
|
89
89
|
const availableSpecies = () => {
|
90
90
|
return {
|
91
|
-
"Human Female": { taxo: "NCBITaxon:9606", biologicalSex: "PATO:0000383", iconClass: "mapicon-icon_human", displayLatestChanges: true, displayWarning:
|
92
|
-
"Human Male": { taxo: "NCBITaxon:9606", biologicalSex: "PATO:0000384", iconClass: "mapicon-icon_human", displayLatestChanges: true, displayWarning:
|
93
|
-
"Rat": { taxo: "NCBITaxon:10114", iconClass: "mapicon-icon_rat", displayLatestChanges: true, displayWarning:
|
94
|
-
"Mouse": { taxo: "NCBITaxon:10090", iconClass: "mapicon-icon_mouse", displayLatestChanges: true, displayWarning:
|
95
|
-
"Pig": { taxo: "NCBITaxon:9823", iconClass: "mapicon-icon_pig", displayLatestChanges: true, displayWarning:
|
91
|
+
"Human Female": { taxo: "NCBITaxon:9606", biologicalSex: "PATO:0000383", iconClass: "mapicon-icon_human", displayLatestChanges: true, displayWarning: false },
|
92
|
+
"Human Male": { taxo: "NCBITaxon:9606", biologicalSex: "PATO:0000384", iconClass: "mapicon-icon_human", displayLatestChanges: true, displayWarning: false },
|
93
|
+
"Rat": { taxo: "NCBITaxon:10114", iconClass: "mapicon-icon_rat", displayLatestChanges: true, displayWarning: false },
|
94
|
+
"Mouse": { taxo: "NCBITaxon:10090", iconClass: "mapicon-icon_mouse", displayLatestChanges: true, displayWarning: false },
|
95
|
+
"Pig": { taxo: "NCBITaxon:9823", iconClass: "mapicon-icon_pig", displayLatestChanges: true, displayWarning: false },
|
96
96
|
"Cat": { taxo: "NCBITaxon:9685", iconClass: "mapicon-icon_cat", displayLatestChanges: true, displayWarning: true },
|
97
97
|
}
|
98
98
|
}
|