@opengis/admin 0.1.67 → 0.1.68
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{IconChevronDown-DN0s3TF_.js → IconChevronDown-Co0qOLyQ.js} +1 -1
- package/dist/{add-page-Cm4aSGoA.js → add-page-Bv-BNhYQ.js} +11 -8
- package/dist/{admin-interface-DUuz9KgB.js → admin-interface-j3f16Iy8.js} +252 -233
- package/dist/{admin-view-MSa57inW.js → admin-view-DykzQo5I.js} +198 -188
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +47 -47
- package/dist/{card-page-B1zuuqAR.js → card-page-DtXydAxe.js} +19 -19
- package/dist/{card-view-Bzt2AvI2.js → card-view-MpG-dhK0.js} +1 -1
- package/dist/{edit-page-DoY4S7v6.js → edit-page-DkD5JFQv.js} +13 -12
- package/dist/{import-file-B80Ws8by.js → import-file-DGI0k9si.js} +16 -18
- package/dist/style.css +1 -1
- package/package.json +4 -5
- package/server/plugins/hook.js +11 -44
- package/server/routes/calendar/index.mjs +2 -12
- package/server/routes/calendar/schema.js +22 -0
- package/server/routes/data/index.mjs +4 -4
- package/server/routes/data/schema.js +49 -2
- package/server/routes/menu/schema.js +0 -0
- package/server/routes/notifications/index.mjs +5 -30
- package/server/routes/notifications/schema.js +11 -0
- package/server/routes/properties/index.mjs +6 -18
- package/server/routes/properties/schema.js +11 -0
- package/server/routes/templates/scheme.js +9 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as n } from "vue";
|
2
|
-
import { _ as r } from "./import-file-
|
2
|
+
import { _ as r } from "./import-file-DGI0k9si.js";
|
3
3
|
const l = {}, s = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
5
5
|
viewBox: "0 0 24 24",
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as m, u as b, a as c } from "./import-file-
|
2
|
-
import { resolveComponent as
|
3
|
-
const
|
1
|
+
import { _ as m, u as b, a as c } from "./import-file-DGI0k9si.js";
|
2
|
+
import { resolveComponent as d, openBlock as i, createElementBlock as h, createElementVNode as a, createBlock as p, createCommentVNode as f } from "vue";
|
3
|
+
const x = {
|
4
4
|
data() {
|
5
5
|
return {
|
6
6
|
formValues: {},
|
@@ -52,13 +52,16 @@ const g = {
|
|
52
52
|
}
|
53
53
|
}
|
54
54
|
}
|
55
|
-
},
|
56
|
-
style: {
|
55
|
+
}, g = {
|
56
|
+
style: { width: "calc(100vw - 260px)" },
|
57
|
+
class: "bg-gray-50"
|
58
|
+
}, w = { class: "h-[76px] mt-[15px] flex items-center justify-between mx-[20px] px-[20px] bg-white border rounded-xl" }, y = { class: "flex items-center gap-[6px]" }, k = {
|
59
|
+
style: { height: "calc(100vh - 165px)", width: "calc(100vw - 260px)" },
|
57
60
|
class: "bg-gray-50 p-[20px] flex"
|
58
61
|
}, v = { class: "bg-white w-full rounded-xl border p-[20px] overflow-auto [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar:horizontal]:h-[8px] [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-neutral-700 dark:[&::-webkit-scrollbar-thumb]:bg-neutral-500" };
|
59
62
|
function V(t, e, o, s, r, l) {
|
60
|
-
const u =
|
61
|
-
return i(),
|
63
|
+
const u = d("VsForm");
|
64
|
+
return i(), h("div", g, [
|
62
65
|
a("div", w, [
|
63
66
|
e[3] || (e[3] = a("h2", { class: "text-xl font-medium" }, "Створити", -1)),
|
64
67
|
a("div", y, [
|
@@ -86,7 +89,7 @@ function V(t, e, o, s, r, l) {
|
|
86
89
|
])
|
87
90
|
]);
|
88
91
|
}
|
89
|
-
const j = /* @__PURE__ */ m(
|
92
|
+
const j = /* @__PURE__ */ m(x, [["render", V]]);
|
90
93
|
export {
|
91
94
|
j as default
|
92
95
|
};
|