@opengis/admin 0.1.96 → 0.1.97
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +29 -29
- package/config.js +4 -4
- package/dist/{IconChevronDown-uM7Af3-i.js → IconChevronDown-C6C2qgO7.js} +1 -1
- package/dist/{add-page-BgPkyqnr.js → add-page-Bz9AriTG.js} +14 -18
- package/dist/{admin-interface-x__pW8O9.js → admin-interface-QcGlLoY3.js} +5 -6
- package/dist/{admin-view-CApDgTHa.js → admin-view-AjnQFK-4.js} +148 -153
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +55 -55
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-CUEAR-Gl.js → card-view-BFYrLzFg.js} +1 -1
- package/dist/{edit-page-Xu43ZBzj.js → edit-page-BlHpTvcw.js} +1 -1
- package/dist/{import-file-CLrvcYj9.js → import-file-2vpw3792.js} +5171 -5242
- package/dist/style.css +1 -1
- package/module/settings/card/admin.roles.table/access.hbs +27 -24
- package/module/settings/card/admin.roles.table/general_info.hbs +16 -16
- package/module/settings/card/admin.roles.table/index.yml +14 -18
- package/module/settings/card/admin.roles.table/users.hbs +27 -27
- package/module/settings/card/admin.routes.table/general_info.hbs +40 -40
- package/module/settings/card/admin.routes.table/index.yml +8 -8
- package/module/settings/card/admin.routes.table/users.hbs +33 -33
- package/module/settings/card/admin.users.table/general_info.hbs +25 -25
- package/module/settings/card/admin.users.table/index.yml +12 -12
- package/module/settings/card/admin.users.table/logs.hbs +30 -30
- package/module/settings/card/admin.users.table/user_roles.hbs +24 -24
- package/module/settings/cls/core.actions.json +17 -17
- package/module/settings/cls/core.scope.json +13 -13
- package/module/settings/cls/properties.site_status.json +13 -13
- package/module/settings/cls/properties.widget_status.json +13 -13
- package/module/settings/cls/users.user_type.json +13 -13
- package/module/settings/form/admin.access.form.json +36 -36
- package/module/settings/form/admin.custom_column.form.json +71 -71
- package/module/settings/form/admin.properties.form.json +15 -15
- package/module/settings/form/admin.roles.form.json +19 -21
- package/module/settings/form/admin.routes.form.json +25 -25
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles.form.json +21 -21
- package/module/settings/form/admin.users.form.json +153 -153
- package/module/settings/form/user.user_roles.form.json +13 -13
- package/module/settings/interface/admin.properties.json +4 -4
- package/module/settings/interface/admin.roles.json +4 -4
- package/module/settings/interface/admin.routes.json +4 -4
- package/module/settings/interface/admin.users.json +4 -4
- package/module/settings/menu.json +50 -60
- package/module/settings/select/core.roles.json +2 -2
- package/module/settings/select/core.routes.sql +1 -1
- package/module/settings/select/core.user_mentioned.sql +1 -1
- package/module/settings/select/core.user_uid.sql +1 -1
- package/module/settings/table/admin.access.table.json +83 -83
- package/module/settings/table/admin.custom_column.table.json +99 -99
- package/module/settings/table/admin.properties.table.json +39 -39
- package/module/settings/table/admin.roles.table.json +64 -64
- package/module/settings/table/admin.routes.table.json +68 -68
- package/module/settings/table/admin.user_properties.table.json +34 -34
- package/module/settings/table/admin.user_roles.table.json +72 -72
- package/module/settings/table/admin.users.table.json +121 -121
- package/package.json +82 -82
- package/plugin.js +29 -29
- package/server/helpers/controllers/badge.js +12 -0
- package/server/helpers/controllers/hb.js +3 -0
- package/server/helpers/controllers/map.js +3 -0
- package/server/helpers/controllers/mls.js +3 -0
- package/server/helpers/{core → controllers}/token.js +16 -16
- package/server/helpers/controllers/vue.js +3 -0
- package/server/helpers/index.mjs +29 -0
- package/server/helpers/list/buttonHelper.js +10 -10
- package/server/helpers/list/descriptionList.js +34 -43
- package/server/helpers/list/tableList.js +65 -78
- package/server/helpers/list/utils/button.js +5 -5
- package/server/plugins/access/funcs/getAdminAccess.js +14 -12
- package/server/plugins/access/index.mjs +6 -6
- package/server/plugins/adminHook.js +81 -81
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/plugins/hook.js +226 -226
- package/server/plugins/vite.js +71 -71
- package/server/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +43 -48
- package/server/routes/access/index.mjs +63 -8
- package/server/routes/calendar/controllers/calendar.data.js +87 -87
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- package/server/routes/data/controllers/cardData.js +89 -89
- package/server/routes/data/controllers/cardTabData.js +49 -49
- package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
- package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
- package/server/routes/data/controllers/tableData.js +20 -20
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +67 -67
- package/server/routes/data/controllers/tokenInfo.js +9 -9
- package/server/routes/data/controllers/utils/assignTokens.js +30 -30
- package/server/routes/data/controllers/utils/conditions.js +20 -20
- package/server/routes/data/controllers/utils/getColumns.js +8 -8
- package/server/routes/data/index.mjs +17 -17
- package/server/routes/data/schema.js +54 -54
- package/server/routes/menu/controllers/getMenu.js +67 -67
- package/server/routes/menu/index.mjs +5 -5
- package/server/routes/notifications/controllers/readNotifications.js +27 -27
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/funcs/addNotification.js +21 -21
- package/server/routes/notifications/funcs/sendNotification.js +92 -92
- package/server/routes/notifications/hook/onWidgetSet.js +57 -57
- package/server/routes/notifications/index.mjs +27 -27
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/properties/controllers/admin.properties.get.js +29 -29
- package/server/routes/properties/controllers/user.properties.get.js +30 -30
- package/server/routes/properties/controllers/user.properties.post.js +30 -30
- package/server/routes/properties/funcs/getSettings.js +56 -56
- package/server/routes/properties/funcs/setSettings.js +44 -44
- package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
- package/server/routes/properties/index.mjs +14 -14
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +26 -26
- package/server/routes/templates/index.mjs +16 -16
- package/server/routes/templates/schema.js +8 -8
- package/server/routes/user/controllers/user.cls.id.js +14 -14
- package/server/routes/user/controllers/user.cls.js +71 -71
- package/server/routes/user/controllers/user.cls.post.js +52 -52
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/widget/controllers/utils/historyFormat.js +75 -75
- package/server/routes/widget/controllers/utils/obj2db.js +13 -13
- package/server/routes/widget/controllers/widget.del.js +41 -41
- package/server/routes/widget/controllers/widget.get.js +96 -96
- package/server/routes/widget/controllers/widget.set.js +76 -76
- package/server/routes/widget/index.mjs +11 -11
- package/server/routes/widget/schema.js +12 -12
- package/server/templates/cls/itree.recrzone_category.json +73 -73
- package/server/templates/cls/test.json +9 -9
- package/server/templates/form/admin.user_cls.data.form.json +49 -49
- package/server/templates/form/admin.user_group_rel.form.json +21 -21
- package/server/templates/form/cp_building.form.json +32 -32
- package/server/templates/form/form-user-pass.json +10 -10
- package/server/templates/form/form-user_group.json +39 -39
- package/server/templates/form/form-users.json +156 -156
- package/server/templates/form/user_group_access.form.json +22 -22
- package/server/templates/select/account_id.json +2 -2
- package/server/templates/table/gis.dataset.table.json +43 -43
- package/server/templates/table/management.user_group.table.json +112 -112
- package/server/templates/table/management.users.table.json +126 -126
- package/utils.js +29 -29
- package/server/helpers/core/badge.js +0 -16
- package/server/helpers/core/buttonHelper.js +0 -14
- package/server/helpers/core/select.js +0 -50
- package/server/helpers/index.js +0 -28
- package/server/helpers/temp/contentList.js +0 -58
- package/server/helpers/temp/ifCond.js +0 -101
- package/server/helpers/utils/button.js +0 -6
- package/server/helpers/utils/buttonDel.js +0 -6
- package/server/routes/access/schema.mjs +0 -58
package/README.md
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
# admin
|
2
|
-
|
3
|
-
[![NPM version](https://img.shields.io/npm/v/@opengis/admin)](https://www.npmjs.com/package/@opengis/admin)
|
4
|
-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
|
5
|
-
|
6
|
-
It standardizes the entire web-site administration
|
7
|
-
|
8
|
-
## Install
|
9
|
-
|
10
|
-
```bash
|
11
|
-
npm i @opengis/admin
|
12
|
-
```
|
13
|
-
|
14
|
-
## Publish
|
15
|
-
|
16
|
-
```bash
|
17
|
-
npm run build
|
18
|
-
npm publish
|
19
|
-
```
|
20
|
-
|
21
|
-
## Usage
|
22
|
-
|
23
|
-
```js
|
24
|
-
fastify.register(import('@opengis/admin'), config);
|
25
|
-
```
|
26
|
-
|
27
|
-
## Documenation
|
28
|
-
|
29
|
-
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/opengis/plugin/).
|
1
|
+
# admin
|
2
|
+
|
3
|
+
[![NPM version](https://img.shields.io/npm/v/@opengis/admin)](https://www.npmjs.com/package/@opengis/admin)
|
4
|
+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
|
5
|
+
|
6
|
+
It standardizes the entire web-site administration
|
7
|
+
|
8
|
+
## Install
|
9
|
+
|
10
|
+
```bash
|
11
|
+
npm i @opengis/admin
|
12
|
+
```
|
13
|
+
|
14
|
+
## Publish
|
15
|
+
|
16
|
+
```bash
|
17
|
+
npm run build
|
18
|
+
npm publish
|
19
|
+
```
|
20
|
+
|
21
|
+
## Usage
|
22
|
+
|
23
|
+
```js
|
24
|
+
fastify.register(import('@opengis/admin'), config);
|
25
|
+
```
|
26
|
+
|
27
|
+
## Documenation
|
28
|
+
|
29
|
+
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/opengis/plugin/).
|
package/config.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { readFile } from 'fs/promises';
|
2
|
-
import fs from 'fs';
|
3
|
-
const config = fs.existsSync('config.json') ? JSON.parse(await readFile('config.json')) : {};
|
4
|
-
|
1
|
+
import { readFile } from 'fs/promises';
|
2
|
+
import fs from 'fs';
|
3
|
+
const config = fs.existsSync('config.json') ? JSON.parse(await readFile('config.json')) : {};
|
4
|
+
|
5
5
|
export default config;
|
@@ -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-2vpw3792.js";
|
3
3
|
const l = {}, s = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
5
5
|
viewBox: "0 0 24 24",
|
@@ -1,13 +1,12 @@
|
|
1
|
-
import { _ as g, u as f, c as u } from "./import-file-
|
2
|
-
import { resolveComponent as x, openBlock as
|
1
|
+
import { _ as g, u as f, c as u } from "./import-file-2vpw3792.js";
|
2
|
+
import { resolveComponent as x, openBlock as b, createElementBlock as w, createElementVNode as n, createBlock as k, createCommentVNode as y } from "vue";
|
3
3
|
const v = {
|
4
4
|
data() {
|
5
5
|
return {
|
6
6
|
formValues: {},
|
7
7
|
scheme: null,
|
8
8
|
table: "",
|
9
|
-
token: ""
|
10
|
-
api: ""
|
9
|
+
token: ""
|
11
10
|
};
|
12
11
|
},
|
13
12
|
mounted() {
|
@@ -21,7 +20,7 @@ const v = {
|
|
21
20
|
}), e;
|
22
21
|
},
|
23
22
|
async getFormScheme() {
|
24
|
-
var
|
23
|
+
var c, a;
|
25
24
|
const t = this.flattenMenu(f.value);
|
26
25
|
t != null && t.length || this.$router.replace("/404");
|
27
26
|
const e = t == null ? void 0 : t.find((r) => {
|
@@ -33,27 +32,24 @@ const v = {
|
|
33
32
|
this.table = o;
|
34
33
|
try {
|
35
34
|
const r = await u.get(`/api/table-data/${o}`), { data: s } = await u.get(
|
36
|
-
`/api/template/form/${(
|
35
|
+
`/api/template/form/${(c = r == null ? void 0 : r.data) == null ? void 0 : c.form}`
|
37
36
|
);
|
38
|
-
this.scheme = (s == null ? void 0 : s.schema) || s, this.
|
37
|
+
this.scheme = (s == null ? void 0 : s.schema) || s, this.token = (a = r == null ? void 0 : r.data) == null ? void 0 : a.addToken;
|
39
38
|
} catch {
|
40
39
|
}
|
41
40
|
},
|
42
41
|
async createObject() {
|
43
|
-
var e, o,
|
42
|
+
var e, o, c, a, r, s, l, m, d;
|
44
43
|
const t = this.$refs.form;
|
45
44
|
try {
|
46
|
-
await t.doValidation(), await u.post(
|
47
|
-
this.api || `/api/table/${this.token}`,
|
48
|
-
this.formValues
|
49
|
-
), await this.$router.back(), await this.$notify({
|
45
|
+
await t.doValidation(), await u.post(`/api/table/${this.token}`, this.formValues), await this.$router.back(), await this.$notify({
|
50
46
|
title: "Успішно!",
|
51
47
|
message: "Об'єкт успішно створено",
|
52
48
|
type: "success"
|
53
49
|
});
|
54
|
-
} catch (
|
55
|
-
const h = ((e =
|
56
|
-
let p = ((r = (a = (
|
50
|
+
} catch (i) {
|
51
|
+
const h = ((e = i == null ? void 0 : i.response) == null ? void 0 : e.data) || "";
|
52
|
+
let p = ((r = (a = (c = (o = Object.entries(t == null ? void 0 : t.formErrors)) == null ? void 0 : o[0]) == null ? void 0 : c[1]) == null ? void 0 : a[0]) == null ? void 0 : r.message) === "Це поле обов'язкове" ? "Заповніть обов'язкові поля" : (d = (m = (l = (s = Object.entries(t == null ? void 0 : t.formErrors)) == null ? void 0 : s[0]) == null ? void 0 : l[1]) == null ? void 0 : m[0]) == null ? void 0 : d.message;
|
57
53
|
this.$notify({
|
58
54
|
title: "Помилка!",
|
59
55
|
message: h || p || "Сталася помилка валідаціі",
|
@@ -69,9 +65,9 @@ const v = {
|
|
69
65
|
style: { height: "calc(100vh - 165px)", width: "calc(100vw - 260px)" },
|
70
66
|
class: "bg-gray-50 p-[20px] flex"
|
71
67
|
}, E = { 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" };
|
72
|
-
function O(t, e, o,
|
68
|
+
function O(t, e, o, c, a, r) {
|
73
69
|
const s = x("VsForm");
|
74
|
-
return
|
70
|
+
return b(), w("div", V, [
|
75
71
|
n("div", _, [
|
76
72
|
e[3] || (e[3] = n("h2", { class: "text-xl font-medium" }, "Створити", -1)),
|
77
73
|
n("div", $, [
|
@@ -87,7 +83,7 @@ function O(t, e, o, i, a, r) {
|
|
87
83
|
]),
|
88
84
|
n("div", j, [
|
89
85
|
n("div", E, [
|
90
|
-
a.scheme ? (
|
86
|
+
a.scheme ? (b(), k(s, {
|
91
87
|
key: 0,
|
92
88
|
ref: "form",
|
93
89
|
scheme: a.scheme,
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as v, d as Ve, c as F, V as Ie, e as De, f as Fe, g as je, A as Me, I as qe, u as ye, s as ze } from "./import-file-
|
1
|
+
import { _ as v, d as Ve, c as F, V as Ie, e as De, f as Fe, g as je, A as Me, I as qe, u as ye, s as ze } from "./import-file-2vpw3792.js";
|
2
2
|
import { openBlock as o, createElementBlock as a, createTextVNode as j, toDisplayString as T, createCommentVNode as w, createStaticVNode as L, Fragment as S, createElementVNode as l, resolveComponent as p, createVNode as x, withCtx as $, createBlock as _, renderList as D, withModifiers as Le, normalizeClass as I, withDirectives as P, vModelCheckbox as Pe, resolveDynamicComponent as z, Transition as B, renderSlot as Be, vShow as ke, getCurrentInstance as Ue, ref as _e, normalizeStyle as ve } from "vue";
|
3
|
-
import { I as Oe } from "./IconChevronDown-
|
3
|
+
import { I as Oe } from "./IconChevronDown-C6C2qgO7.js";
|
4
4
|
const Ee = {
|
5
5
|
data() {
|
6
6
|
return {
|
@@ -212,8 +212,7 @@ const lt = /* @__PURE__ */ v(et, [["render", st]]), ot = {
|
|
212
212
|
document.querySelector("body").click(), t != null && t.form ? (await this.$v3plugin.$form({
|
213
213
|
form: t == null ? void 0 : t.form,
|
214
214
|
id: (e = this.item) == null ? void 0 : e.id,
|
215
|
-
api: t == null ? void 0 : t.api
|
216
|
-
title: t == null ? void 0 : t.title
|
215
|
+
api: t == null ? void 0 : t.api
|
217
216
|
}), await this.$emit("update-table")) : await this.$v3plugin.$api({
|
218
217
|
confirm: t == null ? void 0 : t.confirm,
|
219
218
|
api: t == null ? void 0 : t.api,
|
@@ -765,7 +764,7 @@ function mn(t, e, s, i, n, r) {
|
|
765
764
|
])
|
766
765
|
]);
|
767
766
|
}
|
768
|
-
const gn = /* @__PURE__ */ v(dn, [["render", mn], ["__scopeId", "data-v-
|
767
|
+
const gn = /* @__PURE__ */ v(dn, [["render", mn], ["__scopeId", "data-v-e1f274c9"]]), xn = {
|
769
768
|
components: {
|
770
769
|
AdminComponentIs: Ce,
|
771
770
|
AdminTree: gn,
|
@@ -1524,7 +1523,7 @@ function Is(t, e, s, i, n, r) {
|
|
1524
1523
|
])
|
1525
1524
|
]);
|
1526
1525
|
}
|
1527
|
-
const Ds = /* @__PURE__ */ v(as, [["render", Is], ["__scopeId", "data-v-
|
1526
|
+
const Ds = /* @__PURE__ */ v(as, [["render", Is], ["__scopeId", "data-v-50f2b688"]]), Fs = {
|
1528
1527
|
components: { AdminTable: Ds },
|
1529
1528
|
data() {
|
1530
1529
|
return {
|