@opengis/admin 0.1.91 → 0.1.92

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.
Files changed (147) hide show
  1. package/README.md +29 -29
  2. package/config.js +4 -4
  3. package/dist/{IconChevronDown--nil1nCv.js → IconChevronDown-KI0JSsHM.js} +1 -1
  4. package/dist/{add-page-CX6beoja.js → add-page-BCXXk3_G.js} +1 -1
  5. package/dist/{admin-interface-B60KBtCX.js → admin-interface-DeVqzwQ5.js} +4 -4
  6. package/dist/{admin-view-xk2cy8Wu.js → admin-view-ueou40jT.js} +3 -3
  7. package/dist/admin.js +1 -1
  8. package/dist/admin.umd.cjs +42 -42
  9. package/dist/assets/logo.svg +41 -41
  10. package/dist/card-page-Cs-WOWvI.js +364 -0
  11. package/dist/{card-view-BVJP0k1Z.js → card-view-Ct56P9CD.js} +1 -1
  12. package/dist/{edit-page-PYxyXpVG.js → edit-page-WUjuzYcQ.js} +1 -1
  13. package/dist/{import-file-BBuEJJur.js → import-file-Cobra4kl.js} +17248 -17620
  14. package/dist/style.css +1 -1
  15. package/module/settings/card/admin.roles.table/access.hbs +27 -27
  16. package/module/settings/card/admin.roles.table/general_info.hbs +16 -16
  17. package/module/settings/card/admin.roles.table/index.yml +14 -14
  18. package/module/settings/card/admin.roles.table/users.hbs +27 -27
  19. package/module/settings/card/admin.routes.table/general_info.hbs +40 -40
  20. package/module/settings/card/admin.routes.table/index.yml +8 -8
  21. package/module/settings/card/admin.routes.table/users.hbs +33 -33
  22. package/module/settings/card/admin.users.table/general_info.hbs +25 -25
  23. package/module/settings/card/admin.users.table/index.yml +12 -12
  24. package/module/settings/card/admin.users.table/logs.hbs +30 -30
  25. package/module/settings/card/admin.users.table/user_roles.hbs +24 -24
  26. package/module/settings/cls/core.actions.json +17 -17
  27. package/module/settings/cls/core.scope.json +13 -13
  28. package/module/settings/cls/properties.site_status.json +13 -13
  29. package/module/settings/cls/properties.widget_status.json +13 -13
  30. package/module/settings/cls/users.user_type.json +13 -13
  31. package/module/settings/form/admin.access.form.json +36 -36
  32. package/module/settings/form/admin.custom_column.form.json +71 -71
  33. package/module/settings/form/admin.properties.form.json +15 -15
  34. package/module/settings/form/admin.roles.form.json +19 -19
  35. package/module/settings/form/admin.routes.form.json +25 -25
  36. package/module/settings/form/admin.user_properties.form.json +15 -15
  37. package/module/settings/form/admin.user_roles.form.json +21 -21
  38. package/module/settings/form/admin.users.form.json +153 -153
  39. package/module/settings/form/user.user_roles.form.json +13 -13
  40. package/module/settings/interface/admin.properties.json +4 -4
  41. package/module/settings/interface/admin.roles.json +4 -4
  42. package/module/settings/interface/admin.routes.json +4 -4
  43. package/module/settings/interface/admin.users.json +4 -4
  44. package/module/settings/menu.json +50 -50
  45. package/module/settings/select/core.roles.json +2 -2
  46. package/module/settings/select/core.routes.sql +1 -1
  47. package/module/settings/select/core.user_mentioned.sql +1 -1
  48. package/module/settings/select/core.user_uid.sql +1 -1
  49. package/module/settings/table/admin.access.table.json +83 -83
  50. package/module/settings/table/admin.custom_column.table.json +99 -99
  51. package/module/settings/table/admin.properties.table.json +39 -39
  52. package/module/settings/table/admin.roles.table.json +64 -64
  53. package/module/settings/table/admin.routes.table.json +68 -68
  54. package/module/settings/table/admin.user_properties.table.json +34 -34
  55. package/module/settings/table/admin.user_roles.table.json +72 -72
  56. package/module/settings/table/admin.users.table.json +121 -121
  57. package/package.json +81 -81
  58. package/plugin.js +29 -29
  59. package/server/helpers/controllers/badge.js +11 -11
  60. package/server/helpers/controllers/hb.js +2 -2
  61. package/server/helpers/controllers/map.js +2 -2
  62. package/server/helpers/controllers/mls.js +2 -2
  63. package/server/helpers/controllers/token.js +16 -16
  64. package/server/helpers/controllers/vue.js +2 -2
  65. package/server/helpers/index.mjs +29 -29
  66. package/server/helpers/list/buttonHelper.js +10 -10
  67. package/server/helpers/list/descriptionList.js +34 -34
  68. package/server/helpers/list/tableList.js +65 -65
  69. package/server/helpers/list/utils/button.js +5 -5
  70. package/server/plugins/access/funcs/getAdminAccess.js +14 -14
  71. package/server/plugins/access/index.mjs +6 -6
  72. package/server/plugins/adminHook.js +81 -81
  73. package/server/plugins/cron.js +10 -10
  74. package/server/plugins/docs.js +28 -28
  75. package/server/plugins/hook.js +226 -226
  76. package/server/plugins/vite.js +71 -71
  77. package/server/routes/access/controllers/access.group.js +29 -29
  78. package/server/routes/access/controllers/access.group.post.js +43 -43
  79. package/server/routes/access/index.mjs +63 -63
  80. package/server/routes/calendar/controllers/calendar.data.js +87 -87
  81. package/server/routes/calendar/index.mjs +7 -7
  82. package/server/routes/calendar/schema.js +21 -21
  83. package/server/routes/data/controllers/cardData.js +89 -89
  84. package/server/routes/data/controllers/cardTabData.js +49 -49
  85. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  86. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  87. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  88. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  89. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  90. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  91. package/server/routes/data/controllers/tableData.js +20 -20
  92. package/server/routes/data/controllers/tableDataId.js +27 -27
  93. package/server/routes/data/controllers/tableFilter.js +67 -67
  94. package/server/routes/data/controllers/tokenInfo.js +9 -9
  95. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  96. package/server/routes/data/controllers/utils/conditions.js +20 -20
  97. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  98. package/server/routes/data/index.mjs +17 -17
  99. package/server/routes/data/schema.js +54 -54
  100. package/server/routes/menu/controllers/getMenu.js +67 -67
  101. package/server/routes/menu/index.mjs +5 -5
  102. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  103. package/server/routes/notifications/controllers/testEmail.js +35 -35
  104. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  105. package/server/routes/notifications/funcs/addNotification.js +21 -21
  106. package/server/routes/notifications/funcs/sendNotification.js +105 -105
  107. package/server/routes/notifications/hook/onWidgetSet.js +57 -57
  108. package/server/routes/notifications/index.mjs +27 -27
  109. package/server/routes/notifications/schema.js +16 -16
  110. package/server/routes/properties/controllers/admin.properties.get.js +29 -29
  111. package/server/routes/properties/controllers/user.properties.get.js +30 -30
  112. package/server/routes/properties/controllers/user.properties.post.js +30 -30
  113. package/server/routes/properties/funcs/getSettings.js +56 -56
  114. package/server/routes/properties/funcs/setSettings.js +44 -44
  115. package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
  116. package/server/routes/properties/index.mjs +14 -14
  117. package/server/routes/properties/schema.js +10 -10
  118. package/server/routes/root.mjs +3 -3
  119. package/server/routes/templates/controllers/getTemplate.js +26 -26
  120. package/server/routes/templates/index.mjs +16 -16
  121. package/server/routes/templates/schema.js +8 -8
  122. package/server/routes/user/controllers/user.cls.id.js +14 -14
  123. package/server/routes/user/controllers/user.cls.js +71 -71
  124. package/server/routes/user/controllers/user.cls.post.js +52 -52
  125. package/server/routes/user/controllers/user.info.js +17 -17
  126. package/server/routes/user/schema.js +14 -14
  127. package/server/routes/widget/controllers/utils/historyFormat.js +75 -75
  128. package/server/routes/widget/controllers/utils/obj2db.js +13 -13
  129. package/server/routes/widget/controllers/widget.del.js +41 -41
  130. package/server/routes/widget/controllers/widget.get.js +96 -96
  131. package/server/routes/widget/controllers/widget.set.js +76 -76
  132. package/server/routes/widget/index.mjs +11 -11
  133. package/server/routes/widget/schema.js +12 -12
  134. package/server/templates/cls/itree.recrzone_category.json +73 -73
  135. package/server/templates/cls/test.json +9 -9
  136. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  137. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  138. package/server/templates/form/cp_building.form.json +32 -32
  139. package/server/templates/form/form-user-pass.json +10 -10
  140. package/server/templates/form/form-user_group.json +39 -39
  141. package/server/templates/form/form-users.json +156 -156
  142. package/server/templates/form/user_group_access.form.json +22 -22
  143. package/server/templates/select/account_id.json +2 -2
  144. package/server/templates/table/gis.dataset.table.json +43 -43
  145. package/server/templates/table/management.user_group.table.json +112 -112
  146. package/server/templates/table/management.users.table.json +126 -126
  147. package/utils.js +29 -29
@@ -1,28 +1,28 @@
1
- import { handlebars } from "@opengis/fastify-table/utils.js";
2
-
3
- import getTemplate from "../../templates/funcs/getTemplate.js";
4
- import getTableData from "./tableData.js";
5
-
6
- export default async function tableDataId({ pg, params = {}, session = {}, user }, reply) {
7
- const { name, id } = params;
8
-
9
- const data = await getTemplate('pt', `${name}.pt`);
10
-
11
-
12
- if (!data) {
13
- return { message: `invalid template: ${name}.pt`, status: 400 };
14
- }
15
- debugger;
16
- const { message, status = 500, rows = [] } = await getTableData({ pg, params: { name, id }, session, user });
17
- if (message) {
18
- return { message, status };
19
- }
20
-
21
- if (!rows.length) {
22
- return { message: `data not found: ${name}/${id}`, status: 404 };
23
- }
24
-
25
- const htmlContent = await handlebars.compile(data)(rows[0]);
26
-
27
- return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(htmlContent);
1
+ import { handlebars } from "@opengis/fastify-table/utils.js";
2
+
3
+ import getTemplate from "../../templates/funcs/getTemplate.js";
4
+ import getTableData from "./tableData.js";
5
+
6
+ export default async function tableDataId({ pg, params = {}, session = {}, user }, reply) {
7
+ const { name, id } = params;
8
+
9
+ const data = await getTemplate('pt', `${name}.pt`);
10
+
11
+
12
+ if (!data) {
13
+ return { message: `invalid template: ${name}.pt`, status: 400 };
14
+ }
15
+ debugger;
16
+ const { message, status = 500, rows = [] } = await getTableData({ pg, params: { name, id }, session, user });
17
+ if (message) {
18
+ return { message, status };
19
+ }
20
+
21
+ if (!rows.length) {
22
+ return { message: `data not found: ${name}/${id}`, status: 404 };
23
+ }
24
+
25
+ const htmlContent = await handlebars.compile(data)(rows[0]);
26
+
27
+ return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(htmlContent);
28
28
  }
@@ -1,68 +1,68 @@
1
- import { getTemplate, getMeta } from "@opengis/fastify-table/utils.js";
2
-
3
- export default async function tableFilter(req) {
4
- const time = Date.now();
5
- const { pg, params = {}, session = {} } = req;
6
- const { uid } = session.passport?.user || {};
7
-
8
- if (!params.name) {
9
- return { message: 'not enouggh params: name', status: 400 };
10
- }
11
-
12
- const loadTable = await getTemplate('table', params.name);
13
-
14
- if (!loadTable) {
15
- return { message: 'table not found', status: 404 };
16
- }
17
-
18
- const { columns = [] } = await getMeta({ table: loadTable.table });
19
-
20
- const filters = loadTable?.filter_list || loadTable?.filters || loadTable?.filterList || [];
21
- filters.forEach(el => {
22
- Object.assign(el, { id: el.name || el.id, name: el.name || el.id });
23
- });
24
-
25
- // admin.custom_column - user filter
26
- const { rows: properties = [] } = await pg.query(`select column_id, name, title, format, data from admin.custom_column where entity=$1 and uid=$2 and filter`, [params.name, uid]);
27
- properties.forEach((row) => filters.push({ id: row.name, name: row.name, ua: row.title, type: row.format, data: row.data }));
28
-
29
- await Promise.all(filters.filter((el) => el.data).map(async (el) => {
30
-
31
- const cls = await getTemplate(['cls', 'select'], el.data);
32
- const name = el.name || el.id;
33
-
34
- if (!cls?.length || !Array.isArray(cls) || !loadTable.table || !name) return;
35
- const { dataTypeID } = columns.find((item) => item?.name === name) || {};
36
- if (el.extra && el.type === 'select' && Array.isArray(cls)) {
37
- const countArr = await pg.query(`select value_text as id, count(*) from crm.extra_data where property_key=$1 and property_entity=$2 group by value_text`, [name, params.name]);
38
- const options = countArr.rows.map(cel => {
39
- const data = cls.find(c => c.id === cel.id);
40
- return { ...cel, ...data };
41
- });
42
- Object.assign(el, { options });
43
- }
44
- if (!dataTypeID) return;
45
-
46
- const countArr = pg.pgType?.[dataTypeID]?.includes('[]')
47
- ? await pg.queryCache(`select unnest(${name})::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by unnest(${name})`)
48
- : await pg.queryCache(`select ${name}::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by ${name}`);
49
-
50
- /* if (!countArr.rows?.length) {
51
- Object.assign(el, { options: cls.map((item) => ({ count: 0, ...item })) });
52
- return;
53
- } */
54
- const options = countArr.rows.map(cel => {
55
- const data = cls.find(c => c.id === cel.id);
56
- return { ...cel, ...data };
57
- });
58
- Object.assign(el, { options });
59
- }));
60
-
61
- return {
62
- time: Date.now() - time,
63
- list: filters,
64
- custom: loadTable?.filterCustom?.map(el => ({ label: el.label })),
65
- inline: loadTable?.filterInline,
66
- state: loadTable?.filterState?.map(el => ({ label: el.label })),
67
- };
1
+ import { getTemplate, getMeta } from "@opengis/fastify-table/utils.js";
2
+
3
+ export default async function tableFilter(req) {
4
+ const time = Date.now();
5
+ const { pg, params = {}, session = {} } = req;
6
+ const { uid } = session.passport?.user || {};
7
+
8
+ if (!params.name) {
9
+ return { message: 'not enouggh params: name', status: 400 };
10
+ }
11
+
12
+ const loadTable = await getTemplate('table', params.name);
13
+
14
+ if (!loadTable) {
15
+ return { message: 'table not found', status: 404 };
16
+ }
17
+
18
+ const { columns = [] } = await getMeta({ table: loadTable.table });
19
+
20
+ const filters = loadTable?.filter_list || loadTable?.filters || loadTable?.filterList || [];
21
+ filters.forEach(el => {
22
+ Object.assign(el, { id: el.name || el.id, name: el.name || el.id });
23
+ });
24
+
25
+ // admin.custom_column - user filter
26
+ const { rows: properties = [] } = await pg.query(`select column_id, name, title, format, data from admin.custom_column where entity=$1 and uid=$2 and filter`, [params.name, uid]);
27
+ properties.forEach((row) => filters.push({ id: row.name, name: row.name, ua: row.title, type: row.format, data: row.data }));
28
+
29
+ await Promise.all(filters.filter((el) => el.data).map(async (el) => {
30
+
31
+ const cls = await getTemplate(['cls', 'select'], el.data);
32
+ const name = el.name || el.id;
33
+
34
+ if (!cls?.length || !Array.isArray(cls) || !loadTable.table || !name) return;
35
+ const { dataTypeID } = columns.find((item) => item?.name === name) || {};
36
+ if (el.extra && el.type === 'select' && Array.isArray(cls)) {
37
+ const countArr = await pg.query(`select value_text as id, count(*) from crm.extra_data where property_key=$1 and property_entity=$2 group by value_text`, [name, params.name]);
38
+ const options = countArr.rows.map(cel => {
39
+ const data = cls.find(c => c.id === cel.id);
40
+ return { ...cel, ...data };
41
+ });
42
+ Object.assign(el, { options });
43
+ }
44
+ if (!dataTypeID) return;
45
+
46
+ const countArr = pg.pgType?.[dataTypeID]?.includes('[]')
47
+ ? await pg.queryCache(`select unnest(${name})::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by unnest(${name})`)
48
+ : await pg.queryCache(`select ${name}::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by ${name}`);
49
+
50
+ /* if (!countArr.rows?.length) {
51
+ Object.assign(el, { options: cls.map((item) => ({ count: 0, ...item })) });
52
+ return;
53
+ } */
54
+ const options = countArr.rows.map(cel => {
55
+ const data = cls.find(c => c.id === cel.id);
56
+ return { ...cel, ...data };
57
+ });
58
+ Object.assign(el, { options });
59
+ }));
60
+
61
+ return {
62
+ time: Date.now() - time,
63
+ list: filters,
64
+ custom: loadTable?.filterCustom?.map(el => ({ label: el.label })),
65
+ inline: loadTable?.filterInline,
66
+ state: loadTable?.filterState?.map(el => ({ label: el.label })),
67
+ };
68
68
  }
@@ -1,10 +1,10 @@
1
- import { getOpt, getToken } from "@opengis/fastify-table/utils.js";
2
-
3
- export default async function tokenInfo(req) {
4
-
5
- const { params = {}, user } = req;
6
- if (user.user_type !== 'admin') return { status: 403, message: 'access restricted' }
7
- const tokenData = await getToken({ uid: user.uid, token: params.token, }) || await getOpt(params.token, user.uid)
8
- return tokenData;
9
-
1
+ import { getOpt, getToken } from "@opengis/fastify-table/utils.js";
2
+
3
+ export default async function tokenInfo(req) {
4
+
5
+ const { params = {}, user } = req;
6
+ if (user.user_type !== 'admin') return { status: 403, message: 'access restricted' }
7
+ const tokenData = await getToken({ uid: user.uid, token: params.token, }) || await getOpt(params.token, user.uid)
8
+ return tokenData;
9
+
10
10
  }
@@ -1,31 +1,31 @@
1
- import { config, setToken } from "@opengis/fastify-table/utils.js";
2
-
3
- export default function assignTokens({
4
- rows = [], ispublic, uid, loadTable = {},
5
- }) {
6
- if (config?.security?.disableToken) return;
7
-
8
- if (!config?.auth?.disable && !ispublic && !uid) throw new Error('empty user');
9
- if (!loadTable?.table || !(loadTable?.form || loadTable?.add_form)) return null;
10
-
11
- const form = loadTable?.form || loadTable?.add_form;
12
- const addTokens = setToken({
13
- ids: [JSON.stringify({ add: loadTable.table, form })],
14
- mode: 'a',
15
- uid: config?.auth?.disable || ispublic ? '1' : uid,
16
- array: 1,
17
- });
18
- if (!rows.length) return addTokens[0];
19
-
20
- rows.forEach((row) => {
21
- const editTokens = setToken({
22
- ids: [JSON.stringify({ id: row.id, table: loadTable.table, form })],
23
- mode: 'w',
24
- uid: config?.auth?.disable || ispublic ? '1' : uid,
25
- array: 1,
26
- });
27
- Object.assign(row, { token: editTokens[0] });
28
- });
29
- return addTokens[0];
30
-
1
+ import { config, setToken } from "@opengis/fastify-table/utils.js";
2
+
3
+ export default function assignTokens({
4
+ rows = [], ispublic, uid, loadTable = {},
5
+ }) {
6
+ if (config?.security?.disableToken) return;
7
+
8
+ if (!config?.auth?.disable && !ispublic && !uid) throw new Error('empty user');
9
+ if (!loadTable?.table || !(loadTable?.form || loadTable?.add_form)) return null;
10
+
11
+ const form = loadTable?.form || loadTable?.add_form;
12
+ const addTokens = setToken({
13
+ ids: [JSON.stringify({ add: loadTable.table, form })],
14
+ mode: 'a',
15
+ uid: config?.auth?.disable || ispublic ? '1' : uid,
16
+ array: 1,
17
+ });
18
+ if (!rows.length) return addTokens[0];
19
+
20
+ rows.forEach((row) => {
21
+ const editTokens = setToken({
22
+ ids: [JSON.stringify({ id: row.id, table: loadTable.table, form })],
23
+ mode: 'w',
24
+ uid: config?.auth?.disable || ispublic ? '1' : uid,
25
+ array: 1,
26
+ });
27
+ Object.assign(row, { token: editTokens[0] });
28
+ });
29
+ return addTokens[0];
30
+
31
31
  }
@@ -1,21 +1,21 @@
1
- function onCheck(rule, data) {
2
- const val = data[rule[0]];
3
- // console.log(val, rule[1], rule[2])
4
- if (rule[1] === '==') return val === rule[2];
5
- if (rule[1] === '!=') return val !== rule[2];
6
- if (rule[1] === 'in' && rule[2].split) return rule[2].split(',').includes(val);
7
- if (rule[1] === 'in' && rule[2].includes) return rule[2].includes(val);
8
-
9
- if (rule[1] === 'not in' && rule[2].split) return !rule[2].split(',').includes(val);
10
- if (rule[1] === 'not in' && rule[2].includes) return !rule[2].includes(val);
11
-
12
- if (rule[1] === '>') return val > rule[2];
13
- if (rule[1] === '<') return val < rule[2];
14
- }
15
- export default function conditions(rules, data) {
16
- if (!rules?.length) return true;
17
- const result = Array.isArray(rules[0]) ? !rules.filter(el => !onCheck(el, data)).length : onCheck(rules, data)
18
- // console.log(rules, result)
19
- return result;
20
-
1
+ function onCheck(rule, data) {
2
+ const val = data[rule[0]];
3
+ // console.log(val, rule[1], rule[2])
4
+ if (rule[1] === '==') return val === rule[2];
5
+ if (rule[1] === '!=') return val !== rule[2];
6
+ if (rule[1] === 'in' && rule[2].split) return rule[2].split(',').includes(val);
7
+ if (rule[1] === 'in' && rule[2].includes) return rule[2].includes(val);
8
+
9
+ if (rule[1] === 'not in' && rule[2].split) return !rule[2].split(',').includes(val);
10
+ if (rule[1] === 'not in' && rule[2].includes) return !rule[2].includes(val);
11
+
12
+ if (rule[1] === '>') return val > rule[2];
13
+ if (rule[1] === '<') return val < rule[2];
14
+ }
15
+ export default function conditions(rules, data) {
16
+ if (!rules?.length) return true;
17
+ const result = Array.isArray(rules[0]) ? !rules.filter(el => !onCheck(el, data)).length : onCheck(rules, data)
18
+ // console.log(rules, result)
19
+ return result;
20
+
21
21
  }
@@ -1,9 +1,9 @@
1
- import { getTemplate } from "@opengis/fastify-table/utils.js";
2
-
3
- export default async function getColumns({
4
- columns = [], params = {}, opt = {}, loadTable = {}, form, table, dbColumns = [], mode = 'table',
5
- }) {
6
- const columnList = dbColumns.map((el) => el.name || el).join(',');
7
- const cols = columns.filter((el) => columnList.includes(el?.name) && el?.name !== 'geom').map((el) => el?.name || el).join(',');
8
- return { cols, columnList };
1
+ import { getTemplate } from "@opengis/fastify-table/utils.js";
2
+
3
+ export default async function getColumns({
4
+ columns = [], params = {}, opt = {}, loadTable = {}, form, table, dbColumns = [], mode = 'table',
5
+ }) {
6
+ const columnList = dbColumns.map((el) => el.name || el).join(',');
7
+ const cols = columns.filter((el) => columnList.includes(el?.name) && el?.name !== 'geom').map((el) => el?.name || el).join(',');
8
+ return { cols, columnList };
9
9
  }
@@ -1,17 +1,17 @@
1
-
2
- import tableData from "./controllers/tableData.js";
3
- import tokenInfo from "./controllers/tokenInfo.js";
4
- // import tableDataId from "./controllers/tableDataId.js";
5
- import cardData from "./controllers/cardData.js";
6
- import cardTabData from './controllers/cardTabData.js';
7
- import tableFilter from "./controllers/tableFilter.js";
8
-
9
- import { tableDataSchema, tableDataIdSchema, tableFilterSchema, cardTabDataSchema } from './schema.js';
10
-
11
- export default async function route(fastify) {
12
- fastify.get(`/token-info/:token`, tokenInfo);
13
- fastify.get(`/table-data/:table`, { schema: tableDataSchema }, tableData);
14
- fastify.get(`/card-data/:token`, { scheme: cardTabDataSchema }, cardTabData);
15
- fastify.get(`/table-data/:table/:id`, { schema: tableDataIdSchema }, cardData);
16
- fastify.get(`/table-filter/:name`, { schema: tableFilterSchema }, tableFilter);
17
- }
1
+
2
+ import tableData from "./controllers/tableData.js";
3
+ import tokenInfo from "./controllers/tokenInfo.js";
4
+ // import tableDataId from "./controllers/tableDataId.js";
5
+ import cardData from "./controllers/cardData.js";
6
+ import cardTabData from './controllers/cardTabData.js';
7
+ import tableFilter from "./controllers/tableFilter.js";
8
+
9
+ import { tableDataSchema, tableDataIdSchema, tableFilterSchema, cardTabDataSchema } from './schema.js';
10
+
11
+ export default async function route(fastify) {
12
+ fastify.get(`/token-info/:token`, tokenInfo);
13
+ fastify.get(`/table-data/:table`, { schema: tableDataSchema }, tableData);
14
+ fastify.get(`/card-data/:token`, { scheme: cardTabDataSchema }, cardTabData);
15
+ fastify.get(`/table-data/:table/:id`, { schema: tableDataIdSchema }, cardData);
16
+ fastify.get(`/table-filter/:name`, { schema: tableFilterSchema }, tableFilter);
17
+ }
@@ -1,54 +1,54 @@
1
- const tableDataSchema = {
2
- querystring: {
3
- limit: { type: 'string', pattern: '^(\\d+)$' },
4
- page: { type: 'string', pattern: '^(\\d+)$' },
5
- // filter: { type: 'string', pattern: '^([\\w\\d_-]+)=([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
6
- // search: { type: 'string', pattern: '^([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
7
- order: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
8
- desc: { type: 'string', pattern: '^(\\d+)$' },
9
- state: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
10
- custom: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
11
- bbox: { type: 'string', pattern: '^([\\d\\s,.-]+)$' },
12
- polyline: { type: 'string', pattern: '^([\\d\\w|@{}~_`]+)$' },
13
- // key: { type: 'string', pattern: '^([\\d\\w_]+)$' },
14
- sql: { type: 'string', pattern: '^(\\d)$' },
15
- },
16
- params: {
17
- id: { type: 'string', pattern: '^([\\d\\w]+)$' },
18
- table: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
19
- }
20
- };
21
-
22
- const tableDataIdSchema = {
23
- params: {
24
- id: { type: 'string', pattern: '^([\\d\\w]+)$' },
25
- name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
26
- }
27
- };
28
-
29
- const tableFilterSchema = {
30
- params: {
31
- name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
32
- }
33
- };
34
-
35
- const cardDataSchema = {
36
- params: {
37
- id: { type: 'string', pattern: '^([\\d\\w]+)$' },
38
- table: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
39
- }
40
- };
41
-
42
- const cardTabDataSchema = {
43
- querystring: {
44
- sql: { type: 'string', pattern: '^(\\d)$' }
45
- },
46
- params: {
47
- token: { type: 'string', pattern: '^([\\d\\w]+)$' },
48
- }
49
- };
50
- export {
51
- tableDataSchema, tableDataIdSchema, tableFilterSchema,
52
- cardDataSchema, cardTabDataSchema
53
- }
54
- export default null;
1
+ const tableDataSchema = {
2
+ querystring: {
3
+ limit: { type: 'string', pattern: '^(\\d+)$' },
4
+ page: { type: 'string', pattern: '^(\\d+)$' },
5
+ // filter: { type: 'string', pattern: '^([\\w\\d_-]+)=([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
6
+ // search: { type: 'string', pattern: '^([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
7
+ order: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
8
+ desc: { type: 'string', pattern: '^(\\d+)$' },
9
+ state: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
10
+ custom: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
11
+ bbox: { type: 'string', pattern: '^([\\d\\s,.-]+)$' },
12
+ polyline: { type: 'string', pattern: '^([\\d\\w|@{}~_`]+)$' },
13
+ // key: { type: 'string', pattern: '^([\\d\\w_]+)$' },
14
+ sql: { type: 'string', pattern: '^(\\d)$' },
15
+ },
16
+ params: {
17
+ id: { type: 'string', pattern: '^([\\d\\w]+)$' },
18
+ table: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
19
+ }
20
+ };
21
+
22
+ const tableDataIdSchema = {
23
+ params: {
24
+ id: { type: 'string', pattern: '^([\\d\\w]+)$' },
25
+ name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
26
+ }
27
+ };
28
+
29
+ const tableFilterSchema = {
30
+ params: {
31
+ name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
32
+ }
33
+ };
34
+
35
+ const cardDataSchema = {
36
+ params: {
37
+ id: { type: 'string', pattern: '^([\\d\\w]+)$' },
38
+ table: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
39
+ }
40
+ };
41
+
42
+ const cardTabDataSchema = {
43
+ querystring: {
44
+ sql: { type: 'string', pattern: '^(\\d)$' }
45
+ },
46
+ params: {
47
+ token: { type: 'string', pattern: '^([\\d\\w]+)$' },
48
+ }
49
+ };
50
+ export {
51
+ tableDataSchema, tableDataIdSchema, tableFilterSchema,
52
+ cardDataSchema, cardTabDataSchema
53
+ }
54
+ export default null;
@@ -1,68 +1,68 @@
1
-
2
- import { join } from 'path';
3
- import { userTemplateDir, config, getAccess, pgClients } from '@opengis/fastify-table/utils.js';
4
-
5
- import { existsSync, readdirSync, readFileSync } from 'fs';
6
- const menuCache = [];
7
- // check module dir
8
- const moduleDir = join(process.cwd(), 'module');
9
- const dirs = existsSync(moduleDir) ?
10
- readdirSync(moduleDir).map(el => join(moduleDir, el)) : [];
11
-
12
- // all menu files module + user
13
-
14
-
15
-
16
- const isProduction = process.env.NODE_ENV === 'production';
17
- // readMenu();
18
-
19
- async function readMenu() {
20
- const menuList = dirs.concat(userTemplateDir)
21
- .map(el => join(el, 'menu.json'))
22
- .filter(el => existsSync(el))
23
- // const list = menuList.map(el => readFileSync(el, 'utf-8')); // sync
24
- const list = await Promise.all(menuList.map(el => readFileSync(el, 'utf-8'))); // sync
25
- const menus = list.reduce((p, el) => p.concat(JSON.parse(el)), [])
26
- .map(el => ({ order: 0, ...el }))
27
- .sort((a, b) => (a.order > b.order) ? 1 : ((b.order > a.order) ? -1 : 0))
28
-
29
- if (!menuCache.length) menus.forEach(el => menuCache.push(el))
30
- return menus;
31
- }
32
- export default async function adminMenu({ user = {}, session, pg = pgClients.client }) {
33
- if (!user.uid) return { status: 403, message: 'access restricted' }
34
-
35
- const menus = isProduction && menuCache.length ? menuCache : await readMenu();
36
-
37
- // update user access
38
- if (session && user?.uid) {
39
- const { type, gl = [] } = await pg.query(`select user_type as type, b.gl from admin.users a
40
- left join lateral (
41
- select array_agg(role_id) as gl from admin.user_roles where user_uid=a.uid
42
- )b on 1=1 where uid=$1`, [user.uid]).then(el => el.rows[0] || {});
43
- /* const { interfaces = [] } = await pg.query(`select array_agg(route_id) as interfaces from admin.access
44
- where user_uid=$1 or role_id=any($2::text[])`, [user.uid, gl]).then((res) => res.rows?.[0] || {}); */
45
- Object.assign(user, { type, group_list: gl });
46
- session?.set?.('passport', { user });
47
- }
48
- return menus;
49
-
50
- if (req) {
51
- const user = req?.session?.passport?.user || {};
52
- const userMenu = await Promise.all(menus.map(async (menu) => {
53
- if (menu?.menu?.length) {
54
- const submenu = await Promise.all(menu.menu?.map(async (submenu) => {
55
- const access = await getAccess({ table: submenu?.table, user });
56
- return { ...submenu, access };
57
- }));
58
- return { ...menu, menu: submenu.filter((e) => e?.access), access: submenu.filter((e) => e?.access?.actions?.includes('get'))?.length };
59
- } else if (menu?.table) {
60
- const access = await getAccess({ table: menu?.table, user });
61
- return { ...menu, access };
62
- }
63
- return menu;
64
- }));
65
- return userMenu.filter((e) => e?.access)?.map((e) => ({ ...e, menu: e?.menu ? e?.menu?.filter((el) => el?.access?.actions?.includes('get')) : undefined }));
66
- }
67
- return menus;
1
+
2
+ import { join } from 'path';
3
+ import { userTemplateDir, config, getAccess, pgClients } from '@opengis/fastify-table/utils.js';
4
+
5
+ import { existsSync, readdirSync, readFileSync } from 'fs';
6
+ const menuCache = [];
7
+ // check module dir
8
+ const moduleDir = join(process.cwd(), 'module');
9
+ const dirs = existsSync(moduleDir) ?
10
+ readdirSync(moduleDir).map(el => join(moduleDir, el)) : [];
11
+
12
+ // all menu files module + user
13
+
14
+
15
+
16
+ const isProduction = process.env.NODE_ENV === 'production';
17
+ // readMenu();
18
+
19
+ async function readMenu() {
20
+ const menuList = dirs.concat(userTemplateDir)
21
+ .map(el => join(el, 'menu.json'))
22
+ .filter(el => existsSync(el))
23
+ // const list = menuList.map(el => readFileSync(el, 'utf-8')); // sync
24
+ const list = await Promise.all(menuList.map(el => readFileSync(el, 'utf-8'))); // sync
25
+ const menus = list.reduce((p, el) => p.concat(JSON.parse(el)), [])
26
+ .map(el => ({ order: 0, ...el }))
27
+ .sort((a, b) => (a.order > b.order) ? 1 : ((b.order > a.order) ? -1 : 0))
28
+
29
+ if (!menuCache.length) menus.forEach(el => menuCache.push(el))
30
+ return menus;
31
+ }
32
+ export default async function adminMenu({ user = {}, session, pg = pgClients.client }) {
33
+ if (!user.uid) return { status: 403, message: 'access restricted' }
34
+
35
+ const menus = isProduction && menuCache.length ? menuCache : await readMenu();
36
+
37
+ // update user access
38
+ if (session && user?.uid) {
39
+ const { type, gl = [] } = await pg.query(`select user_type as type, b.gl from admin.users a
40
+ left join lateral (
41
+ select array_agg(role_id) as gl from admin.user_roles where user_uid=a.uid
42
+ )b on 1=1 where uid=$1`, [user.uid]).then(el => el.rows[0] || {});
43
+ /* const { interfaces = [] } = await pg.query(`select array_agg(route_id) as interfaces from admin.access
44
+ where user_uid=$1 or role_id=any($2::text[])`, [user.uid, gl]).then((res) => res.rows?.[0] || {}); */
45
+ Object.assign(user, { type, group_list: gl });
46
+ session?.set?.('passport', { user });
47
+ }
48
+ return menus;
49
+
50
+ if (req) {
51
+ const user = req?.session?.passport?.user || {};
52
+ const userMenu = await Promise.all(menus.map(async (menu) => {
53
+ if (menu?.menu?.length) {
54
+ const submenu = await Promise.all(menu.menu?.map(async (submenu) => {
55
+ const access = await getAccess({ table: submenu?.table, user });
56
+ return { ...submenu, access };
57
+ }));
58
+ return { ...menu, menu: submenu.filter((e) => e?.access), access: submenu.filter((e) => e?.access?.actions?.includes('get'))?.length };
59
+ } else if (menu?.table) {
60
+ const access = await getAccess({ table: menu?.table, user });
61
+ return { ...menu, access };
62
+ }
63
+ return menu;
64
+ }));
65
+ return userMenu.filter((e) => e?.access)?.map((e) => ({ ...e, menu: e?.menu ? e?.menu?.filter((el) => el?.access?.actions?.includes('get')) : undefined }));
66
+ }
67
+ return menus;
68
68
  }
@@ -1,5 +1,5 @@
1
- import getMenu from './controllers/getMenu.js';
2
-
3
- export default async function (fastify, opts) {
4
- fastify.get(`/user-menu`, getMenu);
5
- }
1
+ import getMenu from './controllers/getMenu.js';
2
+
3
+ export default async function (fastify, opts) {
4
+ fastify.get(`/user-menu`, getMenu);
5
+ }