@opengis/admin 0.2.16 → 0.2.18
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 +68 -68
- package/config.js +4 -4
- package/dist/{IconChevronDown-BVi8m5os.js → IconChevronDown-B_aOIDlD.js} +1 -1
- package/dist/{add-page-3PKX-PAN.js → add-page-BrILD_FJ.js} +1 -1
- package/dist/{admin-interface-UgW4hbaH.js → admin-interface-BblQCppE.js} +4 -4
- package/dist/{admin-view-By8Kp-lF.js → admin-view-B6-VyUCB.js} +4 -4
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +91 -91
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view--F8G5ciC.js → card-view-BR257vxe.js} +1 -1
- package/dist/{edit-page-APUDmRaL.js → edit-page-CTNsDMqW.js} +1 -1
- package/dist/{import-file-CS4vmZYD.js → import-file-wvzBBZmj.js} +16252 -17147
- 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 +83 -83
- 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,68 +1,68 @@
|
|
1
|
-
# admin
|
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.js framework for reactive, component-driven development.
|
7
|
-
|
8
|
-
### Customizable
|
9
|
-
Offers limitless customization options, allowing developers to create their own components and add them to their projects with convenient import system.
|
10
|
-
|
11
|
-
### Database Management
|
12
|
-
Provides tools and features to facilitate seamless management and interaction with PostgreSQL.
|
13
|
-
Supports dynamic tables, customizable forms, and a CLS (class-based styling) system for easy database management.
|
14
|
-
|
15
|
-
### Info Cards
|
16
|
-
Info Card can be customized with pre-built panel layouts or tabs as well as custom vue-components.
|
17
|
-
Handlebars is used for fast and efficient writing, which significantly reduces code clutter, allowing you to concentrate on data.
|
18
|
-
|
19
|
-
### Clean Design
|
20
|
-
Features a modern, minimalistic design for an intuitive and pleasant user experience.
|
21
|
-
Integrates the Tailwind library for enhanced UI components and elements.
|
22
|
-
|
23
|
-
### Geometry Visualization
|
24
|
-
Enables visualization of geometric data, using interactive maps.
|
25
|
-
|
26
|
-
### User Settings
|
27
|
-
Includes robust functionality for managing user settings, creating user groups, and defining roles with appropriate permissions.
|
28
|
-
|
29
|
-
### Security
|
30
|
-
Ensures a high level of security, with features that protect user data and prevent unauthorized access.
|
31
|
-
|
32
|
-
## Install
|
33
|
-
|
34
|
-
```bash
|
35
|
-
npm i @opengis/admin
|
36
|
-
```
|
37
|
-
|
38
|
-
## Publish
|
39
|
-
|
40
|
-
```bash
|
41
|
-
npm run build
|
42
|
-
npm publish
|
43
|
-
```
|
44
|
-
|
45
|
-
## Usage
|
46
|
-
|
47
|
-
```js
|
48
|
-
fastify.register(import('@opengis/admin'), config);
|
49
|
-
```
|
50
|
-
|
51
|
-
## Documenation
|
52
|
-
|
53
|
-
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
|
54
|
-
|
55
|
-
|
56
|
-
## Keywords
|
57
|
-
|
58
|
-
admin, administration, vue, database management
|
59
|
-
|
60
|
-
## Contacts
|
61
|
-
|
62
|
-
Softpro
|
63
|
-
|
64
|
-
## License
|
65
|
-
|
66
|
-
Copyright © SOFTPRO. All rights reserved.
|
67
|
-
|
68
|
-
[SOFTPRO](https://softpro.ua)
|
1
|
+
# admin
|
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.js framework for reactive, component-driven development.
|
7
|
+
|
8
|
+
### Customizable
|
9
|
+
Offers limitless customization options, allowing developers to create their own components and add them to their projects with convenient import system.
|
10
|
+
|
11
|
+
### Database Management
|
12
|
+
Provides tools and features to facilitate seamless management and interaction with PostgreSQL.
|
13
|
+
Supports dynamic tables, customizable forms, and a CLS (class-based styling) system for easy database management.
|
14
|
+
|
15
|
+
### Info Cards
|
16
|
+
Info Card can be customized with pre-built panel layouts or tabs as well as custom vue-components.
|
17
|
+
Handlebars is used for fast and efficient writing, which significantly reduces code clutter, allowing you to concentrate on data.
|
18
|
+
|
19
|
+
### Clean Design
|
20
|
+
Features a modern, minimalistic design for an intuitive and pleasant user experience.
|
21
|
+
Integrates the Tailwind library for enhanced UI components and elements.
|
22
|
+
|
23
|
+
### Geometry Visualization
|
24
|
+
Enables visualization of geometric data, using interactive maps.
|
25
|
+
|
26
|
+
### User Settings
|
27
|
+
Includes robust functionality for managing user settings, creating user groups, and defining roles with appropriate permissions.
|
28
|
+
|
29
|
+
### Security
|
30
|
+
Ensures a high level of security, with features that protect user data and prevent unauthorized access.
|
31
|
+
|
32
|
+
## Install
|
33
|
+
|
34
|
+
```bash
|
35
|
+
npm i @opengis/admin
|
36
|
+
```
|
37
|
+
|
38
|
+
## Publish
|
39
|
+
|
40
|
+
```bash
|
41
|
+
npm run build
|
42
|
+
npm publish
|
43
|
+
```
|
44
|
+
|
45
|
+
## Usage
|
46
|
+
|
47
|
+
```js
|
48
|
+
fastify.register(import('@opengis/admin'), config);
|
49
|
+
```
|
50
|
+
|
51
|
+
## Documenation
|
52
|
+
|
53
|
+
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
|
54
|
+
|
55
|
+
|
56
|
+
## Keywords
|
57
|
+
|
58
|
+
admin, administration, vue, database management
|
59
|
+
|
60
|
+
## Contacts
|
61
|
+
|
62
|
+
Softpro
|
63
|
+
|
64
|
+
## License
|
65
|
+
|
66
|
+
Copyright © SOFTPRO. All rights reserved.
|
67
|
+
|
68
|
+
[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-wvzBBZmj.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-wvzBBZmj.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 v, d as Ve, c as F, V as De, e as Fe, f as je, g as Me, A as qe, I as ze, u as _e, s as Le } from "./import-file-
|
1
|
+
import { _ as v, d as Ve, c as F, V as De, e as Fe, f as je, g as Me, A as qe, I as ze, u as _e, s as Le } from "./import-file-wvzBBZmj.js";
|
2
2
|
import { openBlock as o, createElementBlock as a, createTextVNode as j, toDisplayString as I, createCommentVNode as w, createStaticVNode as L, Fragment as S, createElementVNode as l, resolveComponent as h, createVNode as x, withCtx as $, createBlock as _, renderList as D, withModifiers as Pe, normalizeClass as V, withDirectives as P, vModelCheckbox as Be, resolveDynamicComponent as z, Transition as B, renderSlot as Ue, vShow as we, getCurrentInstance as Oe, ref as ve, normalizeStyle as ke } from "vue";
|
3
|
-
import { I as Ee } from "./IconChevronDown-
|
3
|
+
import { I as Ee } from "./IconChevronDown-B_aOIDlD.js";
|
4
4
|
const Ne = {
|
5
5
|
data() {
|
6
6
|
return {
|
@@ -767,7 +767,7 @@ function gn(t, e, s, i, n, r) {
|
|
767
767
|
])
|
768
768
|
]);
|
769
769
|
}
|
770
|
-
const xn = /* @__PURE__ */ v(bn, [["render", gn], ["__scopeId", "data-v-
|
770
|
+
const xn = /* @__PURE__ */ v(bn, [["render", gn], ["__scopeId", "data-v-c6318482"]]), yn = {
|
771
771
|
components: {
|
772
772
|
AdminComponentIs: $e,
|
773
773
|
AdminTree: xn,
|
@@ -1527,7 +1527,7 @@ function Ds(t, e, s, i, n, r) {
|
|
1527
1527
|
])
|
1528
1528
|
]);
|
1529
1529
|
}
|
1530
|
-
const Fs = /* @__PURE__ */ v(is, [["render", Ds], ["__scopeId", "data-v-
|
1530
|
+
const Fs = /* @__PURE__ */ v(is, [["render", Ds], ["__scopeId", "data-v-b5d925ab"]]), js = {
|
1531
1531
|
components: { AdminTable: Fs },
|
1532
1532
|
data() {
|
1533
1533
|
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-wvzBBZmj.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-B_aOIDlD.js";
|
4
4
|
const t1 = {}, o1 = {
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
6
6
|
viewBox: "0 0 24 24",
|
@@ -277,7 +277,7 @@ const L1 = /* @__PURE__ */ _(H1, [["render", M1]]), I1 = {
|
|
277
277
|
class: "h-[60px] border-b flex justify-end px-[20px]",
|
278
278
|
style: { width: "calc(100vw - 260px)" }
|
279
279
|
}, Z1 = { class: "flex items-center gap-[6px]" }, E1 = {
|
280
|
-
href: "docs-
|
280
|
+
href: "/docs-user",
|
281
281
|
class: "size-[38px] inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent text-gray-500 hover:bg-gray-100 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-gray-100 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700"
|
282
282
|
}, O1 = { class: "relative" }, N1 = ["src"], S1 = {
|
283
283
|
key: 1,
|
@@ -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-98158745"]]);
|
381
381
|
export {
|
382
382
|
W1 as default
|
383
383
|
};
|
package/dist/admin.js
CHANGED