@opengis/admin 0.3.61 → 0.3.63

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 (120) hide show
  1. package/README.md +97 -97
  2. package/config.js +4 -4
  3. package/dist/{add-page-DOktGyHW.js → add-page-BQ1-lxUt.js} +1 -1
  4. package/dist/{admin-interface-DQOlEBM2.js → admin-interface-DjANwHNt.js} +2 -2
  5. package/dist/{admin-view-BWvirH-1.js → admin-view-CPe1z9gc.js} +1 -1
  6. package/dist/admin.js +1 -1
  7. package/dist/admin.umd.cjs +50 -50
  8. package/dist/assets/logo.svg +41 -41
  9. package/dist/{card-view-C556hMxB.js → card-view-BoIRYW4b.js} +1 -1
  10. package/dist/{edit-page-qCjtAFmX.js → edit-page-DtEfthoR.js} +1 -1
  11. package/dist/{import-file-CmHrvuDv.js → import-file-BUHL6QPy.js} +3932 -3913
  12. package/dist/{profile-page-3mWj4XYl.js → profile-page-HQIAuwTH.js} +1 -1
  13. package/dist/style.css +1 -1
  14. package/module/settings/card/admin.accounts.table/index.yml +7 -7
  15. package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
  16. package/module/settings/card/admin.accounts.table/users.hbs +13 -13
  17. package/module/settings/card/admin.roles.table/users.hbs +2 -2
  18. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  19. package/module/settings/card/admin.routes.table/users.hbs +16 -16
  20. package/module/settings/card/admin.users.table/general_info.hbs +1 -0
  21. package/module/settings/cls/core.actions.json +17 -17
  22. package/module/settings/cls/core.scope.json +13 -13
  23. package/module/settings/cls/properties.site_status.json +13 -13
  24. package/module/settings/cls/properties.widget_status.json +13 -13
  25. package/module/settings/cls/users.user_type.json +9 -13
  26. package/module/settings/cls/yes_no.json +11 -11
  27. package/module/settings/form/admin.accounts.form.json +13 -13
  28. package/module/settings/form/admin.properties.form.json +15 -15
  29. package/module/settings/form/admin.roles.form.json +21 -21
  30. package/module/settings/form/admin.user_properties.form.json +15 -15
  31. package/module/settings/form/admin.user_roles_card.form.json +13 -13
  32. package/module/settings/form/admin.users.form.json +5 -1
  33. package/module/settings/form/admin.users_edit.form.json +5 -1
  34. package/module/settings/interface/admin.properties.json +4 -4
  35. package/module/settings/interface/admin.roles.json +4 -4
  36. package/module/settings/interface/admin.routes.json +4 -4
  37. package/module/settings/interface/admin.users.json +4 -4
  38. package/module/settings/select/core.routes.sql +1 -1
  39. package/module/settings/select/core.user_mentioned.sql +1 -1
  40. package/module/settings/select/core.user_uid.sql +1 -1
  41. package/module/settings/table/admin.properties.table.json +39 -39
  42. package/module/settings/table/admin.user_properties.table.json +34 -34
  43. package/module/settings/table/log.table_changes.table.json +1 -1
  44. package/package.json +1 -1
  45. package/server/helpers/core/badge.js +16 -16
  46. package/server/helpers/core/buttonHelper.js +21 -21
  47. package/server/helpers/core/coalesce.js +7 -7
  48. package/server/helpers/core/select.js +48 -48
  49. package/server/helpers/core/token.js +18 -18
  50. package/server/helpers/list/buttonHelper.js +21 -21
  51. package/server/helpers/list/utils/button.js +5 -5
  52. package/server/helpers/temp/contentList.js +58 -58
  53. package/server/helpers/temp/ifCond.js +101 -101
  54. package/server/helpers/utils/button.js +5 -5
  55. package/server/helpers/utils/mdToHTML.js +17 -17
  56. package/server/plugins/access/index.mjs +6 -6
  57. package/server/plugins/adminHook.js +81 -81
  58. package/server/plugins/cron.js +10 -10
  59. package/server/plugins/docs.js +28 -28
  60. package/server/routes/access/controllers/access.group.js +29 -29
  61. package/server/routes/access/controllers/access.group.post.js +54 -54
  62. package/server/routes/access/index.mjs +11 -11
  63. package/server/routes/access/schema.mjs +67 -67
  64. package/server/routes/calendar/controllers/calendar.data.js +125 -125
  65. package/server/routes/calendar/index.mjs +7 -7
  66. package/server/routes/calendar/schema.js +21 -21
  67. package/server/routes/data/controllers/cardTabData.js +49 -49
  68. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  69. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  70. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  71. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  72. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  73. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  74. package/server/routes/data/controllers/tableData.js +5 -8
  75. package/server/routes/data/controllers/tableDataId.js +27 -27
  76. package/server/routes/data/controllers/tokenInfo.js +9 -9
  77. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  78. package/server/routes/data/controllers/utils/conditions.js +20 -20
  79. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  80. package/server/routes/data/index.mjs +20 -20
  81. package/server/routes/data/schema.js +54 -54
  82. package/server/routes/notifications/controllers/readNotifications.js +18 -18
  83. package/server/routes/notifications/controllers/testEmail.js +35 -35
  84. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  85. package/server/routes/notifications/hook/onWidgetSet.js +56 -56
  86. package/server/routes/notifications/index.mjs +26 -26
  87. package/server/routes/notifications/schema.js +16 -16
  88. package/server/routes/print/controllers/cardPrint.js +135 -135
  89. package/server/routes/properties/schema.js +10 -10
  90. package/server/routes/report/controllers/data.js +76 -76
  91. package/server/routes/report/controllers/list.js +18 -18
  92. package/server/routes/report/index.mjs +7 -7
  93. package/server/routes/report/utils/formatValue.js +179 -179
  94. package/server/routes/root.mjs +3 -3
  95. package/server/routes/templates/controllers/getTemplate.js +44 -44
  96. package/server/routes/templates/schema.js +8 -8
  97. package/server/routes/user/controllers/user.cls.id.js +14 -14
  98. package/server/routes/user/controllers/user.cls.js +72 -72
  99. package/server/routes/user/controllers/user.info.js +17 -17
  100. package/server/routes/user/schema.js +14 -14
  101. package/server/routes/util/controllers/code.generator.js +89 -89
  102. package/server/routes/widget/controllers/widget.del.js +80 -80
  103. package/server/routes/widget/controllers/widget.set.js +101 -101
  104. package/server/routes/widget/hook/onWidgetSet.js +12 -12
  105. package/server/routes/widget/index.mjs +20 -20
  106. package/server/routes/widget/schema.js +12 -12
  107. package/server/templates/cls/itree.recrzone_category.json +73 -73
  108. package/server/templates/cls/test.json +9 -9
  109. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  110. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  111. package/server/templates/form/form-user-pass.json +10 -10
  112. package/server/templates/form/form-user_group.json +39 -39
  113. package/server/templates/form/form-users.json +156 -156
  114. package/server/templates/form/user_group_access.form.json +22 -22
  115. package/server/templates/select/account_id.json +2 -2
  116. package/server/templates/table/gis.dataset.table.json +43 -43
  117. package/server/templates/table/management.user_group.table.json +112 -112
  118. package/server/templates/table/management.users.table.json +126 -126
  119. package/server/utils/addNotification.js +21 -21
  120. package/server/utils/sendNotification.js +89 -89
@@ -1,13 +1,13 @@
1
- async function getCustomQuery({
2
- pg, table, customFilter,
3
- }) {
4
- if (!customFilter) return null;
5
- const customFilterList = customFilter?.split(',')?.map((el) => el?.split('_').pop());
6
- const { property_json: customFilterSQL } = await pg.one(`select json_agg(json_build_object('id',property_id,'name',property_key,'query',property_text)
7
- ) as property_json from admin.properties where property_key is not null and property_entity='customQuery' and object_id=$1`, [table]);
8
- const data = customFilterSQL?.length ? customFilterSQL.filter((el) => customFilterList.includes(el.id)) || [] : [];
9
- const customQuery = data?.map((el) => el.query).join(' and ');
10
- return `${customQuery}`;
11
- }
12
-
13
- export default getCustomQuery;
1
+ async function getCustomQuery({
2
+ pg, table, customFilter,
3
+ }) {
4
+ if (!customFilter) return null;
5
+ const customFilterList = customFilter?.split(',')?.map((el) => el?.split('_').pop());
6
+ const { property_json: customFilterSQL } = await pg.one(`select json_agg(json_build_object('id',property_id,'name',property_key,'query',property_text)
7
+ ) as property_json from admin.properties where property_key is not null and property_entity='customQuery' and object_id=$1`, [table]);
8
+ const data = customFilterSQL?.length ? customFilterSQL.filter((el) => customFilterList.includes(el.id)) || [] : [];
9
+ const customQuery = data?.map((el) => el.query).join(' and ');
10
+ return `${customQuery}`;
11
+ }
12
+
13
+ export default getCustomQuery;
@@ -1,64 +1,64 @@
1
- /* eslint-disable no-continue */
2
-
3
- /**
4
- * @param {Number} opt.json - (1|0) 1 - Результат - Object, 0 - String
5
- * @param {String} opt.query - запит до таблиці
6
- * @param {String} opt.hash - інформація з хешу по запиту
7
- */
8
-
9
- import formatValue from './formatValue.js';
10
-
11
- function getQuery({
12
- pg, filter: filterStr, table, tableSQL, fields, filterList,
13
- }) {
14
- if (!filterStr) return null; // filter list API
15
-
16
- const mainOperators = ['=', '~', '>', '<'];
17
-
18
- const filterQueryArray = decodeURI(filterStr?.replace(/(^,)|(,$)/g, '')).replace(/'/g, '').split(/[;|]/);
19
-
20
- const resultList = [];
21
-
22
- for (let i = 0; i < filterQueryArray.length; i += 1) {
23
- const item = filterQueryArray[i];
24
- const operator = mainOperators?.find((el) => item.indexOf(el) !== -1) || '=';
25
- const [name] = item.split(operator);
26
-
27
- // skip already added filter
28
- if (resultList.find((el) => el.name === name)) {
29
- continue;
30
- }
31
-
32
- // filter
33
- const filter = filterList?.find((el) => [el.id, el.name].includes(name)) || { type: 'text' };
34
-
35
- // find all value
36
- const value = filterQueryArray.filter((el) => el.startsWith(name)).map((el) => el.substring(name.length + 1)).join(',');
37
-
38
- const optimize = fields?.find((el) => el.name === name) ? null : tableSQL.find((el) => el.name === name);
39
-
40
- // find field and skip not exists
41
- const { dataTypeID } = fields?.find((el) => el.name === name) || fields?.find((el) => el.name === optimize?.pk) || {};
42
-
43
- // format query
44
- const { op, query, filterType, fieldType } = formatValue({
45
- pg,
46
- table,
47
- filter,
48
- optimize,
49
- name,
50
- value: decodeURIComponent(value),
51
- operator,
52
- dataTypeID,
53
- }) || {};
54
- if (!query) continue;
55
-
56
- resultList.push({
57
- name, value, query, operator: op, filterType, type: fieldType,
58
- });
59
- }
60
-
61
- return resultList;
62
- }
63
-
64
- export default getQuery;
1
+ /* eslint-disable no-continue */
2
+
3
+ /**
4
+ * @param {Number} opt.json - (1|0) 1 - Результат - Object, 0 - String
5
+ * @param {String} opt.query - запит до таблиці
6
+ * @param {String} opt.hash - інформація з хешу по запиту
7
+ */
8
+
9
+ import formatValue from './formatValue.js';
10
+
11
+ function getQuery({
12
+ pg, filter: filterStr, table, tableSQL, fields, filterList,
13
+ }) {
14
+ if (!filterStr) return null; // filter list API
15
+
16
+ const mainOperators = ['=', '~', '>', '<'];
17
+
18
+ const filterQueryArray = decodeURI(filterStr?.replace(/(^,)|(,$)/g, '')).replace(/'/g, '').split(/[;|]/);
19
+
20
+ const resultList = [];
21
+
22
+ for (let i = 0; i < filterQueryArray.length; i += 1) {
23
+ const item = filterQueryArray[i];
24
+ const operator = mainOperators?.find((el) => item.indexOf(el) !== -1) || '=';
25
+ const [name] = item.split(operator);
26
+
27
+ // skip already added filter
28
+ if (resultList.find((el) => el.name === name)) {
29
+ continue;
30
+ }
31
+
32
+ // filter
33
+ const filter = filterList?.find((el) => [el.id, el.name].includes(name)) || { type: 'text' };
34
+
35
+ // find all value
36
+ const value = filterQueryArray.filter((el) => el.startsWith(name)).map((el) => el.substring(name.length + 1)).join(',');
37
+
38
+ const optimize = fields?.find((el) => el.name === name) ? null : tableSQL.find((el) => el.name === name);
39
+
40
+ // find field and skip not exists
41
+ const { dataTypeID } = fields?.find((el) => el.name === name) || fields?.find((el) => el.name === optimize?.pk) || {};
42
+
43
+ // format query
44
+ const { op, query, filterType, fieldType } = formatValue({
45
+ pg,
46
+ table,
47
+ filter,
48
+ optimize,
49
+ name,
50
+ value: decodeURIComponent(value),
51
+ operator,
52
+ dataTypeID,
53
+ }) || {};
54
+ if (!query) continue;
55
+
56
+ resultList.push({
57
+ name, value, query, operator: op, filterType, type: fieldType,
58
+ });
59
+ }
60
+
61
+ return resultList;
62
+ }
63
+
64
+ export default getQuery;
@@ -1,12 +1,12 @@
1
- function getOptimizedQuery({ body, table, q }, count) {
2
- const order = body?.orderby || body?.order ? `order by ${body?.orderby || body?.order}` : '';
3
-
4
- const tableName = body?.table || body?.model || table;
5
-
6
- const sqlList = body?.sql?.filter((el) => !el.disabled && el?.sql?.replace && (count ? el.count !== false : true))
7
- .map((el) => ` left join lateral (${el.filter ? el.sql.replace(/limit 1/ig, '') : el.sql}) as ${el.name} on 1=1 `).join(' ');
8
-
9
- return `(select * from ${tableName} ${sqlList ? ` t ${sqlList}` : ''} where 1=1 and ${q?.replace('q.', 't.') || '1=1'} ${order})q`;
10
- }
11
-
12
- export default getOptimizedQuery;
1
+ function getOptimizedQuery({ body, table, q }, count) {
2
+ const order = body?.orderby || body?.order ? `order by ${body?.orderby || body?.order}` : '';
3
+
4
+ const tableName = body?.table || body?.model || table;
5
+
6
+ const sqlList = body?.sql?.filter((el) => !el.disabled && el?.sql?.replace && (count ? el.count !== false : true))
7
+ .map((el) => ` left join lateral (${el.filter ? el.sql.replace(/limit 1/ig, '') : el.sql}) as ${el.name} on 1=1 `).join(' ');
8
+
9
+ return `(select * from ${tableName} ${sqlList ? ` t ${sqlList}` : ''} where 1=1 and ${q?.replace('q.', 't.') || '1=1'} ${order})q`;
10
+ }
11
+
12
+ export default getOptimizedQuery;
@@ -1,34 +1,34 @@
1
- function getTable(table) {
2
- const result = table?.toLowerCase()?.replace(/[\n\r]+/g, ' ')?.split(' from ')?.filter((el) => /^[a-z0-9_]+\.[a-z0-9_]+/.test(el))
3
- ?.map((el) => el.split(/[ )]/)[0]);
4
- return result;
5
- }
6
-
7
- /**
8
- * @param {Number} opt.json - (1|0) 1 - Результат - Object, 0 - String
9
- * @param {String} opt.query - запит до таблиці
10
- * @param {String} opt.hash - інформація з хешу по запиту
11
- */
12
- const tableSql = {};
13
- async function getTableSql({
14
- pg, body, table, fields,
15
- }) {
16
- if (tableSql[table]) return tableSql[table];
17
-
18
- const fieldList = fields.map((el) => el.name);
19
-
20
- const tableList = body?.sql?.map((el) => getTable(el.sql)).reduce((acc, el) => acc.concat(el), []).filter((el) => fieldList.includes(pg.pk[el]));
21
-
22
- if (!tableList) { tableSql[table] = []; return []; }
23
-
24
- const data = await Promise.all(tableList?.map(async (tableEl) => {
25
- const { fields: fieldsEl } = await pg.query(`select * from ${tableEl} limit 0`);
26
- return fieldsEl.map((el) => ({ name: el.name, table: tableEl, pk: pg.pk[tableEl] }));
27
- }));
28
-
29
- tableSql[table] = data.reduce((acc, el) => acc.concat(el), []);
30
-
31
- return tableSql[table];
32
- }
33
-
34
- export default getTableSql;
1
+ function getTable(table) {
2
+ const result = table?.toLowerCase()?.replace(/[\n\r]+/g, ' ')?.split(' from ')?.filter((el) => /^[a-z0-9_]+\.[a-z0-9_]+/.test(el))
3
+ ?.map((el) => el.split(/[ )]/)[0]);
4
+ return result;
5
+ }
6
+
7
+ /**
8
+ * @param {Number} opt.json - (1|0) 1 - Результат - Object, 0 - String
9
+ * @param {String} opt.query - запит до таблиці
10
+ * @param {String} opt.hash - інформація з хешу по запиту
11
+ */
12
+ const tableSql = {};
13
+ async function getTableSql({
14
+ pg, body, table, fields,
15
+ }) {
16
+ if (tableSql[table]) return tableSql[table];
17
+
18
+ const fieldList = fields.map((el) => el.name);
19
+
20
+ const tableList = body?.sql?.map((el) => getTable(el.sql)).reduce((acc, el) => acc.concat(el), []).filter((el) => fieldList.includes(pg.pk[el]));
21
+
22
+ if (!tableList) { tableSql[table] = []; return []; }
23
+
24
+ const data = await Promise.all(tableList?.map(async (tableEl) => {
25
+ const { fields: fieldsEl } = await pg.query(`select * from ${tableEl} limit 0`);
26
+ return fieldsEl.map((el) => ({ name: el.name, table: tableEl, pk: pg.pk[tableEl] }));
27
+ }));
28
+
29
+ tableSql[table] = data.reduce((acc, el) => acc.concat(el), []);
30
+
31
+ return tableSql[table];
32
+ }
33
+
34
+ export default getTableSql;
@@ -1,4 +1,4 @@
1
- import { getOpt, getMeta, getTemplate, getData, pgClients, metaFormat } from '@opengis/fastify-table/utils.js';
1
+ import { getOpt, getMeta, getTemplate, getData, pgClients } from '@opengis/fastify-table/utils.js';
2
2
 
3
3
  export default async function getTableData(req) {
4
4
  const { user = {}, params = {}, query = {}, pg = pgClients.client } = req;
@@ -11,15 +11,12 @@ export default async function getTableData(req) {
11
11
  const loadTable = await getTemplate('table', tokenData.table);
12
12
 
13
13
  if (!loadTable) {
14
- /* const q = `select ${tokenData.columns || '*'} from ${tokenData.table} where ${tokenData.query || 'true'} limit 10`;
15
- if (sql && req.user?.user_type?.includes?.('admin')) return q;
16
- const { rows = [], fields = [] } = await pg.query(q);
14
+ // const resp = await getData({ id, table: params.table, pg, filter, state, limit, page, search, order, user, sql, contextQuery: tokenData.query, sufix: false });
15
+ // return resp;
16
+ const { rows = [], fields = [] } = await pg.query(`select ${tokenData.columns || '*'} from ${tokenData.table} where ${tokenData.query || 'true'} limit 10`);
17
17
  const meta = await getMeta({ pg, table: tokenData.table });
18
18
  const columns = (meta?.columns || fields).map(el => ({ name: el.name, type: pg.pgType?.[el.dataTypeID], title: el.title }));
19
- await metaFormat({ rows, cls: tokenData.cls, sufix: false }, pg);
20
- return { rows, columns }; */
21
- const resp = await getData({ id, table: params.table, pg, filter, state, limit, page, search, order, user, sql, contextQuery: tokenData.query, sufix: false });
22
- return resp;
19
+ return { rows, columns };
23
20
  }
24
21
 
25
22
  const resp = await getData({ id, table: tokenData.table, pg, filter, state, limit, page, search, order, user, sql, contextQuery: tokenData.query });
@@ -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,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,20 +1,20 @@
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
- import tableInfo from "./controllers/tableInfo.js";
11
-
12
- export default async function route(fastify) {
13
- const policy = ['user'];
14
- fastify.get(`/token-info/:token`, { config: { policy: ['admin'] } }, tokenInfo);
15
- fastify.get(`/table-data/:table`, { config: { policy: ['user', 'no-sql'] }, schema: tableDataSchema }, tableData);
16
- fastify.get(`/card-data/:token`, { config: { policy }, scheme: cardTabDataSchema }, cardTabData);
17
- fastify.get(`/table-data/:table/:id`, { config: { policy }, schema: tableDataIdSchema }, cardData);
18
- fastify.get(`/table-filter/:table`, { config: { policy }, schema: tableFilterSchema }, tableFilter);
19
- fastify.get(`/table-info/:table/:id?`, { config: { policy }, schema: tableDataSchema }, tableInfo);
20
- }
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
+ import tableInfo from "./controllers/tableInfo.js";
11
+
12
+ export default async function route(fastify) {
13
+ const policy = ['user'];
14
+ fastify.get(`/token-info/:token`, { config: { policy: ['admin'] } }, tokenInfo);
15
+ fastify.get(`/table-data/:table`, { config: { policy: ['user', 'no-sql'] }, schema: tableDataSchema }, tableData);
16
+ fastify.get(`/card-data/:token`, { config: { policy }, scheme: cardTabDataSchema }, cardTabData);
17
+ fastify.get(`/table-data/:table/:id`, { config: { policy }, schema: tableDataIdSchema }, cardData);
18
+ fastify.get(`/table-filter/:table`, { config: { policy }, schema: tableFilterSchema }, tableFilter);
19
+ fastify.get(`/table-info/:table/:id?`, { config: { policy }, schema: tableDataSchema }, tableInfo);
20
+ }
@@ -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;