@opengis/admin 0.3.2 → 0.3.4
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-8FwtS7IW.js → add-page-BzA3ExxI.js} +4 -4
- package/dist/{admin-interface-YPiLoA11.js → admin-interface-DkIsQSBE.js} +412 -419
- package/dist/{admin-view-DlRUgmy_.js → admin-view-DkitsSaV.js} +6 -6
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +72 -72
- package/dist/{card-view-DWq2DEeq.js → card-view-Dhmnaz6b.js} +3 -3
- package/dist/{edit-page-pnyqFsNz.js → edit-page-efoYzshm.js} +4 -4
- package/dist/{import-file-E2-Fa6Xt.js → import-file-X5f6VDhJ.js} +17440 -17284
- package/dist/{profile-page-Do2mb94a.js → profile-page-BVudVnew.js} +2 -2
- package/dist/style.css +1 -1
- package/package.json +3 -2
@@ -1,9 +1,9 @@
|
|
1
|
-
import { resolveComponent as e,
|
2
|
-
import { _ as c } from "./import-file-
|
1
|
+
import { resolveComponent as e, createBlock as r, openBlock as t } from "vue";
|
2
|
+
import { _ as c } from "./import-file-X5f6VDhJ.js";
|
3
3
|
const n = {};
|
4
4
|
function s(_, p, a, i, f, m) {
|
5
5
|
const o = e("router-view");
|
6
|
-
return
|
6
|
+
return t(), r(o);
|
7
7
|
}
|
8
8
|
const l = /* @__PURE__ */ c(n, [["render", s]]);
|
9
9
|
export {
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { _ as g,
|
2
|
-
import { resolveComponent as y,
|
1
|
+
import { _ as g, e as m, u as f } from "./import-file-X5f6VDhJ.js";
|
2
|
+
import { resolveComponent as y, createElementBlock as x, openBlock as h, createElementVNode as c, createBlock as w, createCommentVNode as k, normalizeStyle as v } from "vue";
|
3
3
|
const $ = {
|
4
4
|
data() {
|
5
5
|
return {
|
@@ -123,11 +123,11 @@ function M(e, t, r, i, o, a) {
|
|
123
123
|
ref: "form",
|
124
124
|
scheme: o.scheme,
|
125
125
|
columns: (s = o.style) == null ? void 0 : s.columns,
|
126
|
-
style:
|
126
|
+
style: v(o.style),
|
127
127
|
modelValue: o.formValues,
|
128
128
|
"onUpdate:modelValue": t[2] || (t[2] = (l) => o.formValues = l),
|
129
129
|
class: "p-0 mt-[20px]"
|
130
|
-
}, null, 8, ["scheme", "columns", "style", "modelValue"])) :
|
130
|
+
}, null, 8, ["scheme", "columns", "style", "modelValue"])) : k("", !0)
|
131
131
|
])
|
132
132
|
])
|
133
133
|
]);
|