@opengis/admin 0.3.74 → 0.3.76
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-DYtOxy-U.js → add-page-B6IbD9HM.js} +2 -2
- package/dist/{admin-interface-Dsep8V6A.js → admin-interface-CbCWrnnZ.js} +199 -199
- package/dist/admin-view-D0SedRNh.js +1018 -0
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +79 -79
- package/dist/{card-view-D4csIlyi.js → card-view-BcxUOrin.js} +1 -1
- package/dist/{edit-page-CuELvVCP.js → edit-page-BzT7OndH.js} +2 -2
- package/dist/{import-file-CnY8doHL.js → import-file-BcwoHMHl.js} +1233 -1227
- package/dist/{profile-page-CjUzieEy.js → profile-page-CN6V512u.js} +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/admin-view-CdnFJqgL.js +0 -703
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as d, s as f, u as g,
|
1
|
+
import { _ as d, s as f, u as g, g as m } from "./import-file-BcwoHMHl.js";
|
2
2
|
import { resolveComponent as b, openBlock as h, createElementBlock as x, createElementVNode as i, normalizeClass as y, normalizeStyle as p, createBlock as w, createCommentVNode as v } from "vue";
|
3
3
|
const $ = {
|
4
4
|
data() {
|
@@ -102,7 +102,7 @@ function E(t, e, a, l, o, s) {
|
|
102
102
|
]),
|
103
103
|
i("div", {
|
104
104
|
style: p({
|
105
|
-
height: ((n = t.$adminSettings) == null ? void 0 : n.header) === !1 ? "calc(100vh -
|
105
|
+
height: ((n = t.$adminSettings) == null ? void 0 : n.header) === !1 ? "calc(100vh - 91px)" : "calc(100vh - 150px)"
|
106
106
|
}),
|
107
107
|
class: "bg-gray-100 p-[20px] flex lg:w-[calc(100vw-260px)] w-[100vw] overflow-hidden"
|
108
108
|
}, [
|