@opengis/admin 0.1.68 → 0.1.70
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{add-page-Bv-BNhYQ.js → add-page-Dl_bGhPC.js} +8 -11
- package/dist/{admin-interface-j3f16Iy8.js → admin-interface-Dma-D4A9.js} +444 -593
- package/dist/{admin-view-DykzQo5I.js → admin-view-TeTAUVK1.js} +223 -214
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +77 -77
- package/dist/card-page-D-3aubBo.js +230 -0
- package/dist/{card-view-MpG-dhK0.js → card-view-CZjPaUKx.js} +1 -1
- package/dist/{edit-page-DkD5JFQv.js → edit-page-RhKgRai9.js} +12 -13
- package/dist/{import-file-DGI0k9si.js → import-file-DgJqxKyF.js} +7307 -7259
- package/dist/style.css +1 -1
- package/module/settings/select/core.roles.json +2 -2
- package/module/settings/table/admin.custom_column.table.json +0 -1
- package/package.json +3 -2
- package/server/routes/data/controllers/cardData.js +5 -5
- package/server/routes/data/controllers/tableData.js +5 -107
- package/server/routes/data/controllers/tableDataId.js +3 -5
- package/server/routes/menu/controllers/getMenu.js +3 -1
- package/server/routes/notifications/controllers/readNotifications.js +7 -14
- package/server/routes/notifications/controllers/userNotifications.js +15 -22
- package/dist/IconChevronDown-Co0qOLyQ.js +0 -26
- package/dist/card-page-DtXydAxe.js +0 -275
@@ -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-DgJqxKyF.js";
|
2
|
+
import { resolveComponent as h, openBlock as i, createElementBlock as d, createElementVNode as a, createBlock as p, createCommentVNode as f } from "vue";
|
3
|
+
const g = {
|
4
4
|
data() {
|
5
5
|
return {
|
6
6
|
formValues: {},
|
@@ -52,16 +52,13 @@ const x = {
|
|
52
52
|
}
|
53
53
|
}
|
54
54
|
}
|
55
|
-
},
|
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)" },
|
55
|
+
}, x = { style: { width: "calc(100vw - 260px)" } }, w = { class: "h-[76px] bg-gray-50 flex items-center justify-between px-[30px]" }, y = { class: "flex items-center gap-[6px]" }, k = {
|
56
|
+
style: { height: "calc(100vh - 150px)", width: "calc(100vw - 260px)" },
|
60
57
|
class: "bg-gray-50 p-[20px] flex"
|
61
58
|
}, 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" };
|
62
59
|
function V(t, e, o, s, r, l) {
|
63
|
-
const u =
|
64
|
-
return i(),
|
60
|
+
const u = h("VsForm");
|
61
|
+
return i(), d("div", x, [
|
65
62
|
a("div", w, [
|
66
63
|
e[3] || (e[3] = a("h2", { class: "text-xl font-medium" }, "Створити", -1)),
|
67
64
|
a("div", y, [
|
@@ -89,7 +86,7 @@ function V(t, e, o, s, r, l) {
|
|
89
86
|
])
|
90
87
|
]);
|
91
88
|
}
|
92
|
-
const j = /* @__PURE__ */ m(
|
89
|
+
const j = /* @__PURE__ */ m(g, [["render", V]]);
|
93
90
|
export {
|
94
91
|
j as default
|
95
92
|
};
|