@opengis/admin 0.3.80 → 0.3.82
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/{add-page-Dt8lgbvx.js → add-page-CY2a2rW1.js} +4 -4
- package/dist/{admin-interface-CTf14Mox.js → admin-interface-DG26dU45.js} +211 -209
- package/dist/{admin-view-CNfEVdPq.js → admin-view-DzfRjcvU.js} +8 -8
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +73 -73
- package/dist/{card-view-aNoH4d5f.js → card-view-CYPSAAsu.js} +3 -3
- package/dist/{edit-page-_DF3uoYz.js → edit-page-L3hIYRMX.js} +8 -8
- package/dist/{import-file-Cro1RJWt.js → import-file-C3EAa9LL.js} +17170 -17291
- package/dist/{profile-page-BJf6JVWZ.js → profile-page-BneAgZDX.js} +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import { _ as y, I as K, s as g, a as X, u as A, b as se, c as Y, d as ue, e as ie, f as de, g as ce } from "./import-file-
|
1
|
+
import { openBlock as n, createElementBlock as u, createElementVNode as o, createStaticVNode as Q, resolveComponent as p, normalizeClass as f, createTextVNode as V, toDisplayString as B, createCommentVNode as w, createVNode as h, Transition as q, withCtx as _, withDirectives as W, Fragment as U, renderList as P, vShow as J, createBlock as T, resolveDynamicComponent as F, ref as le, onMounted as ae, computed as oe, withModifiers as ne } from "vue";
|
2
|
+
import { _ as y, I as K, s as g, a as X, u as A, b as se, c as Y, d as ue, e as ie, f as de, g as ce } from "./import-file-C3EAa9LL.js";
|
3
3
|
import "./user-B_2kh6ic.js";
|
4
4
|
const he = {}, ge = {
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -469,7 +469,7 @@ function et(t, e, r, s, a, l) {
|
|
469
469
|
}, null, 8, ["docs", "languages"])) : w("", !0)
|
470
470
|
], 2);
|
471
471
|
}
|
472
|
-
const R = /* @__PURE__ */ y(Re, [["render", et], ["__scopeId", "data-v-
|
472
|
+
const R = /* @__PURE__ */ y(Re, [["render", et], ["__scopeId", "data-v-d8b78d9f"]]), tt = {
|
473
473
|
components: { IconChevronDown: K },
|
474
474
|
props: { route: Object, searchable: String },
|
475
475
|
mounted() {
|
@@ -770,7 +770,7 @@ function _t(t, e, r, s, a, l) {
|
|
770
770
|
])
|
771
771
|
], 2);
|
772
772
|
}
|
773
|
-
const wt = /* @__PURE__ */ y(ft, [["render", _t], ["__scopeId", "data-v-
|
773
|
+
const wt = /* @__PURE__ */ y(ft, [["render", _t], ["__scopeId", "data-v-05078f3f"]]), yt = {
|
774
774
|
__name: "navbar",
|
775
775
|
setup(t) {
|
776
776
|
const e = {
|
@@ -787,9 +787,9 @@ const wt = /* @__PURE__ */ y(ft, [["render", _t], ["__scopeId", "data-v-3cea82a7
|
|
787
787
|
}, Ct = {
|
788
788
|
components: {
|
789
789
|
IconQuestion: te,
|
790
|
-
IconUser:
|
790
|
+
IconUser: ue,
|
791
791
|
AdminNotification: Y,
|
792
|
-
IconUserOutline:
|
792
|
+
IconUserOutline: ie,
|
793
793
|
IconLogout: G
|
794
794
|
},
|
795
795
|
data() {
|
@@ -817,12 +817,12 @@ const wt = /* @__PURE__ */ y(ft, [["render", _t], ["__scopeId", "data-v-3cea82a7
|
|
817
817
|
}
|
818
818
|
},
|
819
819
|
created() {
|
820
|
-
this.userData = this.$user,
|
820
|
+
this.userData = this.$user, de.value = this.$settings;
|
821
821
|
},
|
822
822
|
methods: {
|
823
823
|
async logout() {
|
824
824
|
try {
|
825
|
-
await
|
825
|
+
await ce.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
|
826
826
|
} catch {
|
827
827
|
}
|
828
828
|
},
|
package/dist/admin.js
CHANGED