@abi-software/mapintegratedvuer 1.4.2 → 1.5.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/dist/{ContentMixin-D1iGGnLo.js → ContentMixin-DG--521q.js} +2 -2
- package/dist/{Flatmap-DNhTT-ek.js → Flatmap-CZq8QbcM.js} +3 -3
- package/dist/{Iframe-C4PFTr1Y.js → Iframe-gtvZAYq-.js} +2 -2
- package/dist/{MultiFlatmap-CRDR-3Gt.js → MultiFlatmap-BU6h0zso.js} +8 -8
- package/dist/{Plot-DWcqyFZw.js → Plot-C_rKnKaZ.js} +2 -2
- package/dist/{Scaffold-BgjENH8h.js → Scaffold-ZrXti7PN.js} +2 -2
- package/dist/{Simulation-B3jt3rmf.js → Simulation-CM3G_pzL.js} +2 -2
- package/dist/{index-Cp9VUFvG.js → index-BbKW1iaX.js} +3 -3
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +200 -200
- package/dist/{style-CaQU2qZu.js → style-BR8ELy16.js} +2797 -2743
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/scripts/utilities.js +2 -2
- package/src/components/viewers/MultiFlatmap.vue +1 -1
- package/src/mixins/ContentMixin.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abi-software/mapintegratedvuer",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.5.0",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"scripts": {
|
6
6
|
"serve": "vite --host --force",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"*.js"
|
51
51
|
],
|
52
52
|
"dependencies": {
|
53
|
-
"@abi-software/flatmapvuer": "^1.
|
53
|
+
"@abi-software/flatmapvuer": "^1.5.1",
|
54
54
|
"@abi-software/map-side-bar": "^2.4.1",
|
55
55
|
"@abi-software/map-utilities": "^1.1.0",
|
56
56
|
"@abi-software/plotvuer": "1.0.0",
|
@@ -2,7 +2,7 @@ const initialDefaultState = () => {
|
|
2
2
|
return {
|
3
3
|
entries: [
|
4
4
|
{
|
5
|
-
resource: "
|
5
|
+
resource: "Human Male",
|
6
6
|
type: "MultiFlatmap",
|
7
7
|
mode: "main",
|
8
8
|
id: 1,
|
@@ -18,7 +18,7 @@ const getNewMapEntry = async (type, sparcApi) => {
|
|
18
18
|
let entry = { };
|
19
19
|
if (type === "AC") {
|
20
20
|
entry = {
|
21
|
-
resource: "
|
21
|
+
resource: "Human Male",
|
22
22
|
type: "MultiFlatmap",
|
23
23
|
mode: "main",
|
24
24
|
state: undefined,
|
@@ -500,7 +500,7 @@ export default {
|
|
500
500
|
data: function () {
|
501
501
|
return {
|
502
502
|
apiLocation: undefined,
|
503
|
-
activeSpecies: "
|
503
|
+
activeSpecies: "Human Male",
|
504
504
|
scaffoldCamera: undefined,
|
505
505
|
mainStyle: {
|
506
506
|
height: this.entry.datasetTitle ? "calc(100% - 30px)" : "100%",
|