@abi-software/mapintegratedvuer 1.3.4-beta.3 → 1.3.4-beta.4
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-e_R3pshi.js → ContentMixin-v2XE-wpb.js} +1 -1
- package/dist/{Flatmap-C5vT7xKS.js → Flatmap-CIV4v_eO.js} +5 -5
- package/dist/{Iframe-VUzwonAL.js → Iframe-BEN0xhvg.js} +2 -2
- package/dist/{MultiFlatmap-CmpC1OzB.js → MultiFlatmap-viJLOlim.js} +3 -3
- package/dist/{Plot-CmjKwdil.js → Plot-3ibOkRaS.js} +2 -2
- package/dist/{Scaffold-DCk59qIg.js → Scaffold-CrlXw6AR.js} +2 -2
- package/dist/{Simulation-H03BonwT.js → Simulation-BasUCxtH.js} +2 -2
- package/dist/{index-fNKt5pKW.js → index-7AwO7LC4.js} +1 -1
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +1 -1
- package/dist/{style-DTVzdiHD.js → style-CbkWycj2.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/viewers/Flatmap.vue +1 -1
- package/src/stores/index.js +1 -1
package/package.json
CHANGED
package/src/App.vue
CHANGED
@@ -100,7 +100,7 @@ export default {
|
|
100
100
|
let provClone = {id: this.entry.id, prov: this.getFlatmapImp().provenance}; //create clone of provenance and add id
|
101
101
|
EventBus.emit("mapImpProv", provClone); // send clone to context card
|
102
102
|
this.$emit("flatmap-provenance-ready", provClone);
|
103
|
-
if (this.entry.resource
|
103
|
+
if (this.entry.resource !== "FunctionalConnectivity"){
|
104
104
|
this.flatmapReadyForMarkerUpdates(flatmap);
|
105
105
|
}
|
106
106
|
EventBus.emit("mapReady", flatmap);
|
package/src/stores/index.js
CHANGED
@@ -8,7 +8,7 @@ import { defineStore } from 'pinia'
|
|
8
8
|
export const useMainStore = defineStore('main', {
|
9
9
|
state: () => ({
|
10
10
|
userProfile: {
|
11
|
-
token: '
|
11
|
+
token: ''
|
12
12
|
},
|
13
13
|
}),
|
14
14
|
getters: {
|