@opengis/admin 0.2.33 → 0.2.34
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-BFPGmX_3.js → add-page-BAVqoEu1.js} +1 -1
- package/dist/{admin-interface-BJI5A_2y.js → admin-interface-BVaKhOCD.js} +1 -1
- package/dist/{admin-view-4LzEF9pi.js → admin-view-XE5MZDBn.js} +3 -3
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +44 -44
- package/dist/{card-view-C2FVP4ZE.js → card-view-CaQ17nvO.js} +1 -1
- package/dist/{edit-page-saR1IOOC.js → edit-page-BQS-sWRT.js} +1 -1
- package/dist/{import-file-CtZxhUM8.js → import-file-D9va23Wq.js} +6980 -7042
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as g, u as f, d as u } from "./import-file-
|
1
|
+
import { _ as g, u as f, d as u } from "./import-file-D9va23Wq.js";
|
2
2
|
import { resolveComponent as x, openBlock as d, createElementBlock as w, createElementVNode as n, createBlock as k, createCommentVNode as y } from "vue";
|
3
3
|
const v = {
|
4
4
|
data() {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as C, e as qe, f as Pe, g as Be, d as F, I as Le, V as ze, h as Ue, i as Oe, j as Ne, A as Ee, a as He, u as Ce, s as Re } from "./import-file-
|
1
|
+
import { _ as C, e as qe, f as Pe, g as Be, d as F, I as Le, V as ze, h as Ue, i as Oe, j as Ne, A as Ee, a as He, u as Ce, s as Re } from "./import-file-D9va23Wq.js";
|
2
2
|
import { openBlock as o, createElementBlock as c, createTextVNode as j, toDisplayString as T, createCommentVNode as w, resolveComponent as p, Fragment as I, createElementVNode as l, createVNode as y, withCtx as $, createBlock as _, renderList as D, withModifiers as We, normalizeClass as V, createStaticVNode as Ae, withDirectives as z, vModelCheckbox as Ze, resolveDynamicComponent as q, Transition as U, renderSlot as Ge, vShow as Ie, getCurrentInstance as Te, ref as L, normalizeStyle as $e } from "vue";
|
3
3
|
const Je = {
|
4
4
|
data() {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _, I as R, a as q, u as Z, s as T, b as G, c as J, d as S } from "./import-file-
|
1
|
+
import { _, I as R, a as q, u as Z, s as T, b as G, c as J, d as S } from "./import-file-D9va23Wq.js";
|
2
2
|
import { openBlock as l, createElementBlock as a, createElementVNode as n, createStaticVNode as B, resolveComponent as p, normalizeClass as L, createTextVNode as U, toDisplayString as A, createVNode as c, Transition as K, withCtx as Q, withDirectives as P, Fragment as E, renderList as F, vShow as W, createCommentVNode as D, withModifiers as X, createBlock as Y, resolveDynamicComponent as e1 } from "vue";
|
3
3
|
const t1 = {}, o1 = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -373,7 +373,7 @@ const A1 = /* @__PURE__ */ _(L1, [["render", U1]]), Q1 = {
|
|
373
373
|
return ((e = T.value) == null ? void 0 : e.header) || "admin-header";
|
374
374
|
}
|
375
375
|
}
|
376
|
-
}, F1 = { class: "admin-wrapper" }, R1 = { class: "flex flex-col" };
|
376
|
+
}, F1 = { class: "admin-wrapper" }, R1 = { class: "flex flex-col w-full" };
|
377
377
|
function q1(e, t, r, i, o, s) {
|
378
378
|
const g = p("navbar"), f = p("router-view");
|
379
379
|
return l(), a("div", F1, [
|
@@ -391,7 +391,7 @@ function q1(e, t, r, i, o, s) {
|
|
391
391
|
])
|
392
392
|
]);
|
393
393
|
}
|
394
|
-
const K1 = /* @__PURE__ */ _(Q1, [["render", q1], ["__scopeId", "data-v-
|
394
|
+
const K1 = /* @__PURE__ */ _(Q1, [["render", q1], ["__scopeId", "data-v-34da2042"]]);
|
395
395
|
export {
|
396
396
|
K1 as default
|
397
397
|
};
|
package/dist/admin.js
CHANGED