@opengis/admin 0.2.45 → 0.2.47
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-CyQgzB5b.js → add-page-DzKb0YhW.js} +1 -1
- package/dist/{admin-interface-PGZ-BhNF.js → admin-interface-C7fr1Ykc.js} +374 -364
- package/dist/{admin-view-Kx7vbJ3K.js → admin-view-CnguVxeZ.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +74 -74
- package/dist/{card-view-EZQWnsDz.js → card-view-BNCrf9aU.js} +1 -1
- package/dist/{edit-page-CFbMYyL0.js → edit-page-q36sz_tP.js} +1 -1
- package/dist/{import-file-D5TQl-P7.js → import-file-ChswbbjU.js} +10658 -10652
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/server/routes/data/index.mjs +7 -6
- package/server/routes/templates/index.mjs +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as v, 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 { _ as v, I as R, a as q, u as Z, s as T, b as G, c as J, d as S } from "./import-file-ChswbbjU.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",
|
package/dist/admin.js
CHANGED