@abi-software/flatmapvuer 0.6.1-auth.4 → 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
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,
|
|
@@ -90596,7 +90596,7 @@ const rht = tht("main", {
|
|
|
90596
90596
|
}),
|
|
90597
90597
|
getters: {
|
|
90598
90598
|
userToken(e) {
|
|
90599
|
-
return
|
|
90599
|
+
return e.userProfile.token;
|
|
90600
90600
|
}
|
|
90601
90601
|
}
|
|
90602
90602
|
}), JD = (e, t) => {
|