@abi-software/flatmapvuer 0.6.1-auth.3 → 0.6.1-auth.5
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/flatmapvuer.js +5 -8
- package/dist/flatmapvuer.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/AnnotationTool.vue +1 -0
- package/src/main.js +1 -1
- package/src/store/index.js +0 -7
package/dist/flatmapvuer.js
CHANGED
|
@@ -10554,11 +10554,11 @@ const tW = {
|
|
|
10554
10554
|
mounted: function() {
|
|
10555
10555
|
this.$annotator || (this.$annotator = new Jq(
|
|
10556
10556
|
`${this.flatmapAPI}annotator`
|
|
10557
|
-
)), this.$annotator.authenticate(this.userApiKey).then((e) => {
|
|
10557
|
+
)), console.log("🚀 ~ flatmapvuer userToken ~ state:", this.userApiKey), this.$annotator.authenticate(this.userApiKey).then((e) => {
|
|
10558
10558
|
e.name && e.email ? (this.authenticated = !0, this.updatePrevSubmissions()) : this.errorMessage = "";
|
|
10559
10559
|
});
|
|
10560
10560
|
}
|
|
10561
|
-
}, K6 = (e) => (Z0("data-v-
|
|
10561
|
+
}, K6 = (e) => (Z0("data-v-fba86ed3"), e = e(), q0(), e), eW = { class: "block" }, rW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("span", { class: "title" }, "Feature Annotations", -1)), nW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("strong", { class: "sub-title" }, "Previous submissions:", -1)), iW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("strong", null, "Evidence: ", -1)), aW = ["href"], oW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("strong", null, "Comment: ", -1)), sW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("strong", { class: "sub-title" }, "Suggest changes:", -1)), lW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("strong", null, "Evidvence:", -1)), uW = /* @__PURE__ */ K6(() => /* @__PURE__ */ ne("strong", null, "Comment:", -1)), cW = { class: "sub-title" };
|
|
10562
10562
|
function hW(e, t, r, n, i, a) {
|
|
10563
10563
|
const o = ls, s = Zh, h = Ji, d = E4, f = OS, Q = H4, m = d8, y = nd, _ = J0, x = Jh, M = h3, w = NH;
|
|
10564
10564
|
return Ot(), ir(w, { class: "main" }, {
|
|
@@ -10807,7 +10807,7 @@ function hW(e, t, r, n, i, a) {
|
|
|
10807
10807
|
_: 1
|
|
10808
10808
|
});
|
|
10809
10809
|
}
|
|
10810
|
-
const XH = /* @__PURE__ */ us(tW, [["render", hW], ["__scopeId", "data-v-
|
|
10810
|
+
const XH = /* @__PURE__ */ us(tW, [["render", hW], ["__scopeId", "data-v-fba86ed3"]]), dW = {
|
|
10811
10811
|
name: "Tooltip",
|
|
10812
10812
|
components: {
|
|
10813
10813
|
AnnotationTool: XH,
|
|
@@ -90592,16 +90592,13 @@ const rht = tht("main", {
|
|
|
90592
90592
|
state: () => ({
|
|
90593
90593
|
userProfile: {
|
|
90594
90594
|
token: ""
|
|
90595
|
-
}
|
|
90596
|
-
marker: "flatmapvuer marker"
|
|
90595
|
+
}
|
|
90597
90596
|
}),
|
|
90598
90597
|
getters: {
|
|
90599
90598
|
userToken(e) {
|
|
90600
90599
|
return e.userProfile.token;
|
|
90601
90600
|
}
|
|
90602
|
-
}
|
|
90603
|
-
actions: {},
|
|
90604
|
-
persist: {}
|
|
90601
|
+
}
|
|
90605
90602
|
}), JD = (e, t) => {
|
|
90606
90603
|
const r = [];
|
|
90607
90604
|
let n = e.organs ? e.organs : e.ftus;
|