@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,5 +1,5 @@
|
|
1
|
-
import { _ as h,
|
2
|
-
import { resolveComponent as d,
|
1
|
+
import { _ as h, e as u, u as p } from "./import-file-X5f6VDhJ.js";
|
2
|
+
import { resolveComponent as d, createElementBlock as g, openBlock as b, createElementVNode as n, createBlock as f, createCommentVNode as x, normalizeStyle as w } from "vue";
|
3
3
|
const y = {
|
4
4
|
data() {
|
5
5
|
return {
|
@@ -104,11 +104,11 @@ function j(t, e, o, i, a, r) {
|
|
104
104
|
key: 0,
|
105
105
|
ref: "form",
|
106
106
|
scheme: a.scheme,
|
107
|
-
style:
|
107
|
+
style: w(a.style),
|
108
108
|
modelValue: a.formValues,
|
109
109
|
"onUpdate:modelValue": e[2] || (e[2] = (l) => a.formValues = l),
|
110
110
|
class: "p-0 mt-[20px]"
|
111
|
-
}, null, 8, ["scheme", "style", "modelValue"])) :
|
111
|
+
}, null, 8, ["scheme", "style", "modelValue"])) : x("", !0)
|
112
112
|
])
|
113
113
|
])
|
114
114
|
]);
|