@opengis/admin 0.2.24 → 0.2.26
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/README.md +74 -74
- package/config.js +4 -4
- package/dist/{IconChevronDown-YiScKeCD.js → IconChevronDown-JWm_82sv.js} +1 -1
- package/dist/{add-page-BItu_AHs.js → add-page-fptWbh7o.js} +1 -1
- package/dist/{admin-interface-BLjLejF-.js → admin-interface-Cy578t-S.js} +4 -4
- package/dist/{admin-view-DhQnq5_I.js → admin-view-ClA3MaHw.js} +3 -3
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +49 -49
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-CfqOZwH-.js → card-view-lQrpanQg.js} +1 -1
- package/dist/{edit-page-IMNYnSVY.js → edit-page-BSVwhvxu.js} +1 -1
- package/dist/{import-file-ClYLtoYl.js → import-file-Rjl_B7Cb.js} +5898 -5842
- package/dist/style.css +1 -1
- package/module/settings/card/admin.accounts.table/index.yml +7 -7
- package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
- package/module/settings/card/admin.accounts.table/users.hbs +13 -13
- package/module/settings/card/admin.roles.table/access.hbs +3 -3
- package/module/settings/card/admin.roles.table/general_info.hbs +1 -1
- package/module/settings/card/admin.roles.table/index.yml +21 -21
- package/module/settings/card/admin.roles.table/users.hbs +6 -6
- package/module/settings/card/admin.routes.table/general_info.hbs +13 -13
- package/module/settings/card/admin.routes.table/groups.hbs +11 -11
- package/module/settings/card/admin.routes.table/index.yml +11 -11
- package/module/settings/card/admin.routes.table/users.hbs +16 -16
- package/module/settings/card/admin.users.table/context.hbs +14 -14
- package/module/settings/card/admin.users.table/general_info.hbs +12 -12
- package/module/settings/card/admin.users.table/index.yml +22 -22
- package/module/settings/card/admin.users.table/last_login.hbs +9 -9
- package/module/settings/card/admin.users.table/logs.hbs +10 -10
- package/module/settings/card/admin.users.table/routes.hbs +7 -7
- package/module/settings/card/admin.users.table/user_roles.hbs +12 -12
- 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/cls/yes_no.json +11 -11
- package/module/settings/form/admin.accounts.form.json +13 -13
- 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 +21 -21
- package/module/settings/form/admin.routes.form.json +25 -25
- package/module/settings/form/admin.rules.form.json +30 -30
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles.form.json +13 -13
- package/module/settings/form/admin.user_roles_card.form.json +13 -13
- package/module/settings/form/admin.users.form.json +153 -153
- package/module/settings/form/context.account_grants.form.json +23 -23
- package/module/settings/form/context.account_users.form.json +12 -12
- 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 +84 -84
- 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.accounts.table.json +42 -42
- 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 +73 -73
- package/module/settings/table/admin.rules.table.json +76 -76
- 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 +132 -132
- package/module/settings/table/context.account_grants.table.json +67 -67
- package/module/settings/table/context.account_users.table.json +37 -37
- package/package.json +84 -84
- package/plugin.js +29 -29
- package/server/helpers/core/badge.js +16 -16
- package/server/helpers/core/buttonHelper.js +21 -21
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/index.js +29 -29
- package/server/helpers/list/buttonHelper.js +21 -21
- package/server/helpers/list/descriptionList.js +43 -43
- package/server/helpers/list/tableList.js +81 -81
- package/server/helpers/list/utils/button.js +5 -5
- package/server/helpers/temp/contentList.js +58 -58
- package/server/helpers/temp/ifCond.js +101 -101
- package/server/helpers/utils/button.js +5 -5
- package/server/helpers/utils/buttonAdd.js +5 -5
- package/server/helpers/utils/buttonDel.js +5 -5
- package/server/helpers/utils/buttonEdit.js +5 -5
- package/server/plugins/access/funcs/getAdminAccess.js +12 -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 +236 -236
- 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 +49 -49
- package/server/routes/access/index.mjs +8 -8
- package/server/routes/access/schema.mjs +57 -57
- 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 +105 -105
- 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 +29 -29
- 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 +58 -58
- 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 +43 -43
- 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/README.md
CHANGED
@@ -1,74 +1,74 @@
|
|
1
|
-

|
2
|
-
|
3
|
-
[](https://www.npmjs.com/package/@opengis/admin)
|
4
|
-
[](http://standardjs.com/)
|
5
|
-
|
6
|
-
This package standardizes the entire website administration process. Built using the **Vue** and **Vite** frameworks for reactive, component-driven development.
|
7
|
-
|
8
|
-
### Features
|
9
|
-
|
10
|
-
#### Customization
|
11
|
-
Allowing developers to create their own components and add them to their projects with convenient import system.
|
12
|
-
|
13
|
-
#### Database Management
|
14
|
-
Provides tools to facilitate seamless management and interaction with PostgreSQL.
|
15
|
-
Supports customizable forms, tables and a CLS (class-based styling) system for easy database management.
|
16
|
-
|
17
|
-
#### Style
|
18
|
-
Design based on Preline is clean and functional, emphasizing simplicity and practicality.
|
19
|
-
|
20
|
-
#### Info Cards
|
21
|
-
Info Cards can be customized with pre-built panel layouts or tabs as well as custom vue-components.
|
22
|
-
Handlebars templates are used for fast and efficient code writing, which significantly reduces clutter, allowing you to concentrate on data.
|
23
|
-
|
24
|
-
#### Geometry Visualization
|
25
|
-
Enables visualization and editing of geometric data, using interactive maps.
|
26
|
-
|
27
|
-
#### User Settings
|
28
|
-
Includes robust functionality for managing user settings, creating user groups, and defining roles with appropriate permissions.
|
29
|
-
|
30
|
-
#### Security
|
31
|
-
Ensures a high level of security, with features that protect user data and prevent unauthorized access.
|
32
|
-
|
33
|
-
---
|
34
|
-
|
35
|
-
### Install
|
36
|
-
|
37
|
-
```bash
|
38
|
-
npm i @opengis/admin
|
39
|
-
```
|
40
|
-
|
41
|
-
### Publish
|
42
|
-
|
43
|
-
```bash
|
44
|
-
npm run build
|
45
|
-
npm publish
|
46
|
-
```
|
47
|
-
|
48
|
-
### Usage
|
49
|
-
|
50
|
-
```js
|
51
|
-
fastify.register(import('@opengis/admin'), config);
|
52
|
-
```
|
53
|
-
---
|
54
|
-
|
55
|
-
### Documenation
|
56
|
-
|
57
|
-
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
|
58
|
-
|
59
|
-
|
60
|
-
<!-- ## Keywords
|
61
|
-
|
62
|
-
admin, administration, vue, database management -->
|
63
|
-
|
64
|
-
---
|
65
|
-
|
66
|
-
### Contacts
|
67
|
-
|
68
|
-
Softpro
|
69
|
-
|
70
|
-
### License
|
71
|
-
|
72
|
-
Copyright © SOFTPRO. All rights reserved.
|
73
|
-
|
74
|
-
[SOFTPRO](https://softpro.ua)
|
1
|
+

|
2
|
+
|
3
|
+
[](https://www.npmjs.com/package/@opengis/admin)
|
4
|
+
[](http://standardjs.com/)
|
5
|
+
|
6
|
+
This package standardizes the entire website administration process. Built using the **Vue** and **Vite** frameworks for reactive, component-driven development.
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
#### Customization
|
11
|
+
Allowing developers to create their own components and add them to their projects with convenient import system.
|
12
|
+
|
13
|
+
#### Database Management
|
14
|
+
Provides tools to facilitate seamless management and interaction with PostgreSQL.
|
15
|
+
Supports customizable forms, tables and a CLS (class-based styling) system for easy database management.
|
16
|
+
|
17
|
+
#### Style
|
18
|
+
Design based on Preline is clean and functional, emphasizing simplicity and practicality.
|
19
|
+
|
20
|
+
#### Info Cards
|
21
|
+
Info Cards can be customized with pre-built panel layouts or tabs as well as custom vue-components.
|
22
|
+
Handlebars templates are used for fast and efficient code writing, which significantly reduces clutter, allowing you to concentrate on data.
|
23
|
+
|
24
|
+
#### Geometry Visualization
|
25
|
+
Enables visualization and editing of geometric data, using interactive maps.
|
26
|
+
|
27
|
+
#### User Settings
|
28
|
+
Includes robust functionality for managing user settings, creating user groups, and defining roles with appropriate permissions.
|
29
|
+
|
30
|
+
#### Security
|
31
|
+
Ensures a high level of security, with features that protect user data and prevent unauthorized access.
|
32
|
+
|
33
|
+
---
|
34
|
+
|
35
|
+
### Install
|
36
|
+
|
37
|
+
```bash
|
38
|
+
npm i @opengis/admin
|
39
|
+
```
|
40
|
+
|
41
|
+
### Publish
|
42
|
+
|
43
|
+
```bash
|
44
|
+
npm run build
|
45
|
+
npm publish
|
46
|
+
```
|
47
|
+
|
48
|
+
### Usage
|
49
|
+
|
50
|
+
```js
|
51
|
+
fastify.register(import('@opengis/admin'), config);
|
52
|
+
```
|
53
|
+
---
|
54
|
+
|
55
|
+
### Documenation
|
56
|
+
|
57
|
+
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
|
58
|
+
|
59
|
+
|
60
|
+
<!-- ## Keywords
|
61
|
+
|
62
|
+
admin, administration, vue, database management -->
|
63
|
+
|
64
|
+
---
|
65
|
+
|
66
|
+
### Contacts
|
67
|
+
|
68
|
+
Softpro
|
69
|
+
|
70
|
+
### License
|
71
|
+
|
72
|
+
Copyright © SOFTPRO. All rights reserved.
|
73
|
+
|
74
|
+
[SOFTPRO](https://softpro.ua)
|
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-Rjl_B7Cb.js";
|
3
3
|
const l = {}, s = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
5
5
|
viewBox: "0 0 24 24",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as g, u as f, c as u } from "./import-file-
|
1
|
+
import { _ as g, u as f, c as u } from "./import-file-Rjl_B7Cb.js";
|
2
2
|
import { resolveComponent as x, openBlock as d, createElementBlock as w, createElementVNode as n, createBlock as k, createCommentVNode as y } from "vue";
|
3
3
|
const v = {
|
4
4
|
data() {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as w, d as Ve, e as De, f as Fe, c as F, V as je, g as Me, h as qe, i as Le, A as Pe, I as ze, u as ye, s as Be } from "./import-file-
|
1
|
+
import { _ as w, d as Ve, e as De, f as Fe, c as F, V as je, g as Me, h as qe, i as Le, A as Pe, I as ze, u as ye, s as Be } from "./import-file-Rjl_B7Cb.js";
|
2
2
|
import { openBlock as o, createElementBlock as a, createTextVNode as j, toDisplayString as I, createCommentVNode as k, resolveComponent as p, Fragment as T, createElementVNode as l, createVNode as x, withCtx as $, createBlock as _, renderList as D, withModifiers as Ue, normalizeClass as V, createStaticVNode as ke, withDirectives as P, vModelCheckbox as Oe, resolveDynamicComponent as L, Transition as z, renderSlot as Ee, vShow as we, getCurrentInstance as Ne, ref as _e, normalizeStyle as ve } from "vue";
|
3
|
-
import { I as He } from "./IconChevronDown-
|
3
|
+
import { I as He } from "./IconChevronDown-JWm_82sv.js";
|
4
4
|
const Re = {
|
5
5
|
data() {
|
6
6
|
return {
|
@@ -726,7 +726,7 @@ function un(t, e, s, i, n, r) {
|
|
726
726
|
])
|
727
727
|
]);
|
728
728
|
}
|
729
|
-
const dn = /* @__PURE__ */ w(ln, [["render", un], ["__scopeId", "data-v-
|
729
|
+
const dn = /* @__PURE__ */ w(ln, [["render", un], ["__scopeId", "data-v-e1f274c9"]]), bn = {
|
730
730
|
components: {
|
731
731
|
AdminComponentIs: $e,
|
732
732
|
AdminTree: dn,
|
@@ -1486,7 +1486,7 @@ function Cs(t, e, s, i, n, r) {
|
|
1486
1486
|
])
|
1487
1487
|
]);
|
1488
1488
|
}
|
1489
|
-
const $s = /* @__PURE__ */ w(ts, [["render", Cs], ["__scopeId", "data-v-
|
1489
|
+
const $s = /* @__PURE__ */ w(ts, [["render", Cs], ["__scopeId", "data-v-0231905f"]]), As = {
|
1490
1490
|
components: { AdminTable: $s },
|
1491
1491
|
data() {
|
1492
1492
|
return {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _, I as F, u as D, s as T, a as R, b as q, c as z } from "./import-file-
|
1
|
+
import { _, I as F, u as D, s as T, a as R, b as q, c as z } from "./import-file-Rjl_B7Cb.js";
|
2
2
|
import { openBlock as l, createElementBlock as c, createElementVNode as s, createStaticVNode as G, resolveComponent as p, normalizeClass as I, createTextVNode as B, toDisplayString as U, createVNode as u, Transition as J, withCtx as A, withDirectives as K, Fragment as Z, renderList as Q, vShow as P, createCommentVNode as E, withModifiers as W, createBlock as X, resolveDynamicComponent as Y } from "vue";
|
3
|
-
import { I as e1 } from "./IconChevronDown-
|
3
|
+
import { I as e1 } from "./IconChevronDown-JWm_82sv.js";
|
4
4
|
const t1 = {}, o1 = {
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
6
6
|
viewBox: "0 0 24 24",
|
@@ -377,7 +377,7 @@ function G1(e, t, o, a, r, n) {
|
|
377
377
|
])
|
378
378
|
]);
|
379
379
|
}
|
380
|
-
const W1 = /* @__PURE__ */ _(F1, [["render", G1], ["__scopeId", "data-v-
|
380
|
+
const W1 = /* @__PURE__ */ _(F1, [["render", G1], ["__scopeId", "data-v-68620ef3"]]);
|
381
381
|
export {
|
382
382
|
W1 as default
|
383
383
|
};
|
package/dist/admin.js
CHANGED