@opengis/admin 0.3.23 → 0.3.25

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 (203) hide show
  1. package/README.md +97 -97
  2. package/config.js +4 -4
  3. package/dist/{add-page-2cPkdIAC.js → add-page-BI4K8Lzk.js} +1 -1
  4. package/dist/{admin-interface-D9Dx7QqK.js → admin-interface-DDP6KpGO.js} +226 -226
  5. package/dist/{admin-view-C_Ecdip-.js → admin-view-C--DkpIG.js} +3 -3
  6. package/dist/admin.js +1 -1
  7. package/dist/admin.umd.cjs +48 -48
  8. package/dist/assets/logo.svg +41 -41
  9. package/dist/{card-view-MuS2Gqq6.js → card-view-CPwz8aJg.js} +1 -1
  10. package/dist/{edit-page-Dr397YuE.js → edit-page-BsDJ8lKP.js} +1 -1
  11. package/dist/{import-file-CcRnsq1s.js → import-file-B8gDejaq.js} +5459 -5452
  12. package/dist/{profile-page-BrKTAsqO.js → profile-page-C5UftUwo.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/access.hbs +11 -11
  18. package/module/settings/card/admin.roles.table/general_info.hbs +9 -9
  19. package/module/settings/card/admin.roles.table/index.yml +22 -22
  20. package/module/settings/card/admin.roles.table/users.hbs +12 -12
  21. package/module/settings/card/admin.routes.table/general_info.hbs +13 -13
  22. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  23. package/module/settings/card/admin.routes.table/index.yml +15 -15
  24. package/module/settings/card/admin.routes.table/users.hbs +16 -16
  25. package/module/settings/card/admin.table_properties.table/custom_columns.hbs +22 -22
  26. package/module/settings/card/admin.table_properties.table/index.yml +12 -12
  27. package/module/settings/card/admin.table_properties.table/info.hbs +17 -17
  28. package/module/settings/card/admin.users.table/general_info.hbs +18 -18
  29. package/module/settings/card/admin.users.table/index.yml +20 -20
  30. package/module/settings/card/admin.users.table/last_login.hbs +17 -17
  31. package/module/settings/card/admin.users.table/logs.hbs +16 -16
  32. package/module/settings/card/admin.users.table/routes.hbs +13 -13
  33. package/module/settings/card/admin.users.table/user_roles.hbs +35 -35
  34. package/module/settings/cls/change_type.json +13 -13
  35. package/module/settings/cls/core.actions.json +17 -17
  36. package/module/settings/cls/core.column_type.json +14 -14
  37. package/module/settings/cls/core.scope.json +13 -13
  38. package/module/settings/cls/properties.site_status.json +13 -13
  39. package/module/settings/cls/properties.widget_status.json +13 -13
  40. package/module/settings/cls/users.user_type.json +13 -13
  41. package/module/settings/cls/yes_no.json +11 -11
  42. package/module/settings/form/admin.accounts.form.json +13 -13
  43. package/module/settings/form/admin.custom_column.form.json +55 -55
  44. package/module/settings/form/admin.properties.form.json +15 -15
  45. package/module/settings/form/admin.roles.form.json +21 -21
  46. package/module/settings/form/admin.routes.form.json +25 -25
  47. package/module/settings/form/admin.rules.form.json +30 -30
  48. package/module/settings/form/admin.table_properties.form.json +19 -19
  49. package/module/settings/form/admin.user_properties.form.json +15 -15
  50. package/module/settings/form/admin.user_roles.form.json +24 -24
  51. package/module/settings/form/admin.user_roles_card.form.json +13 -13
  52. package/module/settings/form/admin.users.form.json +177 -177
  53. package/module/settings/form/admin.users_edit.form.json +145 -145
  54. package/module/settings/form/context.account_grants.form.json +24 -24
  55. package/module/settings/form/context.account_users.form.json +12 -12
  56. package/module/settings/form/user.user_roles.form.json +13 -13
  57. package/module/settings/interface/admin.properties.json +4 -4
  58. package/module/settings/interface/admin.roles.json +4 -4
  59. package/module/settings/interface/admin.routes.json +4 -4
  60. package/module/settings/interface/admin.users.json +4 -4
  61. package/module/settings/menu.json +72 -72
  62. package/module/settings/select/core.routes.sql +1 -1
  63. package/module/settings/select/core.user_mentioned.sql +1 -1
  64. package/module/settings/select/core.user_uid.sql +1 -1
  65. package/module/settings/table/admin.accounts.table.json +49 -49
  66. package/module/settings/table/admin.custom_column.table.json +100 -100
  67. package/module/settings/table/admin.properties.table.json +39 -39
  68. package/module/settings/table/admin.roles.table.json +77 -77
  69. package/module/settings/table/admin.routes.table.json +73 -73
  70. package/module/settings/table/admin.rules.table.json +77 -77
  71. package/module/settings/table/admin.table_properties.table.json +37 -37
  72. package/module/settings/table/admin.user_properties.table.json +34 -34
  73. package/module/settings/table/admin.user_roles.table.json +74 -74
  74. package/module/settings/table/admin.users.table.json +135 -135
  75. package/module/settings/table/context.account_grants.table.json +88 -88
  76. package/module/settings/table/context.account_users.table.json +53 -53
  77. package/module/settings/table/log.table_changes.table.json +100 -100
  78. package/package.json +102 -102
  79. package/plugin.js +30 -30
  80. package/server/helpers/core/badge.js +16 -16
  81. package/server/helpers/core/buttonHelper.js +21 -21
  82. package/server/helpers/core/coalesce.js +7 -7
  83. package/server/helpers/core/select.js +48 -48
  84. package/server/helpers/core/token.js +18 -18
  85. package/server/helpers/index.js +40 -40
  86. package/server/helpers/list/buttonHelper.js +21 -21
  87. package/server/helpers/list/descriptionList.js +45 -45
  88. package/server/helpers/list/tableList.js +82 -82
  89. package/server/helpers/list/utils/button.js +5 -5
  90. package/server/helpers/list/utils/buttonDel.js +12 -12
  91. package/server/helpers/list/utils/buttonEdit.js +14 -14
  92. package/server/helpers/temp/contentList.js +58 -58
  93. package/server/helpers/temp/ifCond.js +101 -101
  94. package/server/helpers/utils/button.js +5 -5
  95. package/server/helpers/utils/buttonAdd.js +6 -6
  96. package/server/helpers/utils/buttonDel.js +6 -6
  97. package/server/helpers/utils/buttonEdit.js +5 -5
  98. package/server/helpers/utils/mdToHTML.js +17 -17
  99. package/server/helpers/utils/paddingNumber.js +3 -3
  100. package/server/plugins/access/funcs/getAdminAccess.js +12 -12
  101. package/server/plugins/access/index.mjs +6 -6
  102. package/server/plugins/adminHook.js +81 -81
  103. package/server/plugins/cron.js +10 -10
  104. package/server/plugins/docs.js +28 -28
  105. package/server/plugins/hook.js +276 -276
  106. package/server/plugins/vite.js +77 -77
  107. package/server/routes/access/controllers/access.group.js +29 -29
  108. package/server/routes/access/controllers/access.group.post.js +54 -54
  109. package/server/routes/access/controllers/access.interface.js +33 -33
  110. package/server/routes/access/index.mjs +11 -11
  111. package/server/routes/access/schema.mjs +67 -67
  112. package/server/routes/calendar/controllers/calendar.data.js +125 -125
  113. package/server/routes/calendar/index.mjs +7 -7
  114. package/server/routes/calendar/schema.js +21 -21
  115. package/server/routes/data/controllers/cardData.js +127 -127
  116. package/server/routes/data/controllers/cardTabData.js +49 -49
  117. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  118. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  119. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  120. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  121. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  122. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  123. package/server/routes/data/controllers/tableData.js +31 -31
  124. package/server/routes/data/controllers/tableDataId.js +27 -27
  125. package/server/routes/data/controllers/tableFilter.js +9 -9
  126. package/server/routes/data/controllers/tableInfo.js +112 -112
  127. package/server/routes/data/controllers/tokenInfo.js +9 -9
  128. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  129. package/server/routes/data/controllers/utils/conditions.js +20 -20
  130. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  131. package/server/routes/data/index.mjs +20 -20
  132. package/server/routes/data/schema.js +54 -54
  133. package/server/routes/dblist/controllers/readItems.js +20 -20
  134. package/server/routes/dblist/controllers/setItem.js +22 -22
  135. package/server/routes/dblist/index.mjs +18 -18
  136. package/server/routes/dblist/utils/formatData.js +7 -7
  137. package/server/routes/menu/controllers/getMenu.js +77 -77
  138. package/server/routes/menu/controllers/interfaces.js +20 -20
  139. package/server/routes/menu/index.mjs +7 -7
  140. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  141. package/server/routes/notifications/controllers/testEmail.js +35 -35
  142. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  143. package/server/routes/notifications/funcs/addNotification.js +21 -21
  144. package/server/routes/notifications/funcs/sendNotification.js +92 -92
  145. package/server/routes/notifications/hook/onWidgetSet.js +56 -56
  146. package/server/routes/notifications/index.mjs +26 -26
  147. package/server/routes/notifications/schema.js +16 -16
  148. package/server/routes/print/controllers/cardPrint.js +135 -135
  149. package/server/routes/print/controllers/printTemplate.add.js +37 -37
  150. package/server/routes/print/controllers/printTemplate.delete.js +29 -29
  151. package/server/routes/print/controllers/printTemplate.edit.js +42 -42
  152. package/server/routes/print/controllers/printTemplate.js +67 -67
  153. package/server/routes/print/controllers/printTemplateList.js +19 -19
  154. package/server/routes/print/controllers/printTemplatePreview.js +87 -87
  155. package/server/routes/print/index.mjs +19 -19
  156. package/server/routes/properties/controllers/admin.properties.get.js +31 -31
  157. package/server/routes/properties/controllers/table.properties.get.js +120 -120
  158. package/server/routes/properties/controllers/table.properties.post.js +115 -115
  159. package/server/routes/properties/controllers/user.properties.get.js +19 -19
  160. package/server/routes/properties/controllers/user.properties.post.js +10 -10
  161. package/server/routes/properties/index.mjs +21 -21
  162. package/server/routes/properties/schema.js +10 -10
  163. package/server/routes/properties/utils/dataInsert.js +26 -26
  164. package/server/routes/properties/utils/getColumnMetaData.js +17 -17
  165. package/server/routes/properties/utils/refreshData.js +128 -128
  166. package/server/routes/report/controllers/data.js +76 -76
  167. package/server/routes/report/controllers/list.js +18 -18
  168. package/server/routes/report/index.mjs +7 -7
  169. package/server/routes/report/utils/formatValue.js +179 -179
  170. package/server/routes/report/utils/getFilterQuery.js +67 -67
  171. package/server/routes/root.mjs +3 -3
  172. package/server/routes/templates/controllers/getTemplate.js +44 -44
  173. package/server/routes/templates/index.mjs +16 -16
  174. package/server/routes/templates/schema.js +8 -8
  175. package/server/routes/user/controllers/user.cls.id.js +14 -14
  176. package/server/routes/user/controllers/user.cls.js +72 -72
  177. package/server/routes/user/controllers/user.cls.post.js +54 -54
  178. package/server/routes/user/controllers/user.info.js +17 -17
  179. package/server/routes/user/schema.js +14 -14
  180. package/server/routes/util/controllers/code.generator.js +89 -89
  181. package/server/routes/util/index.mjs +5 -5
  182. package/server/routes/widget/controllers/widget.del.js +63 -63
  183. package/server/routes/widget/controllers/widget.get.js +125 -125
  184. package/server/routes/widget/controllers/widget.set.js +84 -84
  185. package/server/routes/widget/hook/onWidgetSet.js +12 -12
  186. package/server/routes/widget/index.mjs +16 -16
  187. package/server/routes/widget/schema.js +12 -12
  188. package/server/templates/cls/itree.recrzone_category.json +73 -73
  189. package/server/templates/cls/test.json +9 -9
  190. package/server/templates/form/admin.profile.form.json +31 -31
  191. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  192. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  193. package/server/templates/form/cp_building.form.json +32 -32
  194. package/server/templates/form/form-user-pass.json +10 -10
  195. package/server/templates/form/form-user_group.json +39 -39
  196. package/server/templates/form/form-users.json +156 -156
  197. package/server/templates/form/user_group_access.form.json +22 -22
  198. package/server/templates/pt/card-print.pt.hbs +245 -245
  199. package/server/templates/select/account_id.json +2 -2
  200. package/server/templates/table/gis.dataset.table.json +43 -43
  201. package/server/templates/table/management.user_group.table.json +112 -112
  202. package/server/templates/table/management.users.table.json +126 -126
  203. package/utils.js +26 -26
@@ -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 }, 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 }, 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;
@@ -1,20 +1,20 @@
1
- import { dblist, getRedis } from '@opengis/fastify-table/utils.js';
2
-
3
- import formatData from '../utils/formatData.js';
4
-
5
- const rclient = getRedis();
6
-
7
- export default async function readItemList(req) {
8
- const rows = formatData(dblist);
9
- const uid = req.session.passport?.user?.uid // login db
10
- || req.session.passport?.user?.username // login passwd
11
- || '2';
12
-
13
- const key = `current-db:${uid}`;
14
- const ttl = await rclient.ttl(key);
15
- const currentId = await rclient.get(key);
16
- rclient.setex(key, 60 * 60 * 10000, currentId);
17
-
18
- const { originalMaxAge, expires } = req.session?.cookie || {};
19
- return { ttl, current: currentId || rows[0]?.id, rows, user: { ...req.user, originalMaxAge, expires, uid }, };
20
- }
1
+ import { dblist, getRedis } from '@opengis/fastify-table/utils.js';
2
+
3
+ import formatData from '../utils/formatData.js';
4
+
5
+ const rclient = getRedis();
6
+
7
+ export default async function readItemList(req) {
8
+ const rows = formatData(dblist);
9
+ const uid = req.session.passport?.user?.uid // login db
10
+ || req.session.passport?.user?.username // login passwd
11
+ || '2';
12
+
13
+ const key = `current-db:${uid}`;
14
+ const ttl = await rclient.ttl(key);
15
+ const currentId = await rclient.get(key);
16
+ rclient.setex(key, 60 * 60 * 10000, currentId);
17
+
18
+ const { originalMaxAge, expires } = req.session?.cookie || {};
19
+ return { ttl, current: currentId || rows[0]?.id, rows, user: { ...req.user, originalMaxAge, expires, uid }, };
20
+ }
@@ -1,22 +1,22 @@
1
- import { dblist, getRedis } from '@opengis/fastify-table/utils.js';
2
-
3
- export default async function setItem(req) {
4
- const { params = {} } = req;
5
- const { id } = params;
6
-
7
- if (!id) return { error: 'not enough params', status: 400 };
8
-
9
- const current = dblist.find((el) => [el.id, el.key].includes(id));
10
- if (!current?.database) {
11
- return { error: 'invalid param id', status: 400 };
12
- }
13
-
14
- const rclient = getRedis();
15
- const uid = req.session.passport?.user?.uid // login db
16
- || req.session.passport?.user?.username // login passwd
17
- || '2';
18
-
19
- await rclient.setex(`current-db:${uid}`, 60 * 60 * 10000, id);
20
-
21
- return { current: id };
22
- }
1
+ import { dblist, getRedis } from '@opengis/fastify-table/utils.js';
2
+
3
+ export default async function setItem(req) {
4
+ const { params = {} } = req;
5
+ const { id } = params;
6
+
7
+ if (!id) return { error: 'not enough params', status: 400 };
8
+
9
+ const current = dblist.find((el) => [el.id, el.key].includes(id));
10
+ if (!current?.database) {
11
+ return { error: 'invalid param id', status: 400 };
12
+ }
13
+
14
+ const rclient = getRedis();
15
+ const uid = req.session.passport?.user?.uid // login db
16
+ || req.session.passport?.user?.username // login passwd
17
+ || '2';
18
+
19
+ await rclient.setex(`current-db:${uid}`, 60 * 60 * 10000, id);
20
+
21
+ return { current: id };
22
+ }
@@ -1,18 +1,18 @@
1
- import readItemList from './controllers/readItems.js';
2
- import setItem from './controllers/setItem.js';
3
-
4
- export default async function plugin(fastify) {
5
-
6
- fastify.route({
7
- method: 'GET',
8
- url: '/db-list',
9
- config: { policy: ['site'] },
10
- handler: readItemList,
11
- });
12
- fastify.route({
13
- method: 'GET',
14
- url: '/db-list/:id',
15
- config: { policy: ['site'] },
16
- handler: setItem,
17
- });
18
- }
1
+ import readItemList from './controllers/readItems.js';
2
+ import setItem from './controllers/setItem.js';
3
+
4
+ export default async function plugin(fastify) {
5
+
6
+ fastify.route({
7
+ method: 'GET',
8
+ url: '/db-list',
9
+ config: { policy: ['site'] },
10
+ handler: readItemList,
11
+ });
12
+ fastify.route({
13
+ method: 'GET',
14
+ url: '/db-list/:id',
15
+ config: { policy: ['site'] },
16
+ handler: setItem,
17
+ });
18
+ }
@@ -1,7 +1,7 @@
1
- const showKeys = ['id', 'key', 'title'];
2
-
3
- export default function formatData(data = []) {
4
- return data?.length
5
- ? data.map((el) => Object.keys(el).filter((key) => showKeys.includes(key)).reduce((acc, curr) => Object.assign(acc, { [curr]: el[curr] }), {}))
6
- : [];
7
- }
1
+ const showKeys = ['id', 'key', 'title'];
2
+
3
+ export default function formatData(data = []) {
4
+ return data?.length
5
+ ? data.map((el) => Object.keys(el).filter((key) => showKeys.includes(key)).reduce((acc, curr) => Object.assign(acc, { [curr]: el[curr] }), {}))
6
+ : [];
7
+ }
@@ -1,78 +1,78 @@
1
-
2
- import { join } from 'path';
3
- import { userTemplateDir, pgClients, applyHook, config } 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 = menuList.filter((el, idx, arr) => el && arr.indexOf(el) === idx).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
- const time = Date.now();
34
- if (!user.uid) return { status: 403, message: 'access restricted' }
35
-
36
- const menus = isProduction && menuCache.length ? menuCache : await readMenu();
37
-
38
- const { rows } = await pgClients.client.query(`select property_key as key,property_text as val from admin.properties where property_key~'^(${config.settingKeys || 'site|map|admin'})'`);
39
- const settings = rows.reduce((p, { key, val }) => { const [k1, k2] = key.split('.'); p[k1] = p[k1] || {}; p[k1][k2] = val; return p }, {});
40
- // update user access
41
- const { user_name, sur_name, father_name, email, phone, uid } = user;
42
- const result = { settings, user: { uid, user_name, sur_name, father_name, email, phone } };
43
- await applyHook('userMenu', result);
44
-
45
- if (session && user?.uid && !user.user_type?.includes?.('admin') && !user.type?.includes?.('admin') && pg.pk['admin.role_access']) {
46
- const { type, gl = [], routes = [] } = await pg.query(`select user_type as type, b.gl,routes from admin.users a
47
- left join lateral (
48
- select array_agg(role_id) as gl from admin.user_roles
49
- where user_uid=a.uid
50
- and role_id in ( select role_id from admin.roles where enabled)
51
- )b on 1=1
52
- left join lateral (
53
- select array_agg(route_id) as routes from admin.role_access where role_id=any(b.gl)
54
- )r on 1=1
55
- where uid=$1`, [user.uid]).then(el => el.rows[0] || {});
56
- /* const { interfaces = [] } = await pg.query(`select array_agg(route_id) as interfaces from admin.role_access
57
- where user_uid=$1 or role_id=any($2::text[])`, [user.uid, gl]).then((res) => res.rows?.[0] || {}); */
58
-
59
- Object.assign(user, { type, group_list: gl, routes });
60
- session?.set?.('passport', { user });
61
-
62
- if (type?.includes?.('admin')) {
63
- return { time: Date.now() - time, menus, ...result };
64
- }
65
-
66
- const userMenus = menus.map(el => (el.menu ? { ...el, menu: el.menu.filter(item => routes?.includes(item.path)) } : el))
67
- const filtered = userMenus.filter(el => el.menu?.length || routes?.includes(el.path));
68
- return { time: Date.now() - time, menus: filtered, ...result }
69
- // .filter((el, idx, arr) => arr.map((el) => el?.ua || el?.en || el?.name).indexOf(el?.ua || el?.en || el?.name) === idx)
70
- }
71
-
72
- // skip dupes?
73
- // .filter((el, idx, arr) => arr.map((el) => el?.ua || el?.en || el?.name).indexOf(el?.ua || el?.en || el?.name) === idx)
74
-
75
- return { time: Date.now() - time, menus, ...result };
76
-
77
-
1
+
2
+ import { join } from 'path';
3
+ import { userTemplateDir, pgClients, applyHook, config } 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 = menuList.filter((el, idx, arr) => el && arr.indexOf(el) === idx).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
+ const time = Date.now();
34
+ if (!user.uid) return { status: 403, message: 'access restricted' }
35
+
36
+ const menus = isProduction && menuCache.length ? menuCache : await readMenu();
37
+
38
+ const { rows } = await pgClients.client.query(`select property_key as key,property_text as val from admin.properties where property_key~'^(${config.settingKeys || 'site|map|admin'})'`);
39
+ const settings = rows.reduce((p, { key, val }) => { const [k1, k2] = key.split('.'); p[k1] = p[k1] || {}; p[k1][k2] = val; return p }, {});
40
+ // update user access
41
+ const { user_name, sur_name, father_name, email, phone, uid } = user;
42
+ const result = { settings, user: { uid, user_name, sur_name, father_name, email, phone } };
43
+ await applyHook('userMenu', result);
44
+
45
+ if (session && user?.uid && !user.user_type?.includes?.('admin') && !user.type?.includes?.('admin') && pg.pk['admin.role_access']) {
46
+ const { type, gl = [], routes = [] } = await pg.query(`select user_type as type, b.gl,routes from admin.users a
47
+ left join lateral (
48
+ select array_agg(role_id) as gl from admin.user_roles
49
+ where user_uid=a.uid
50
+ and role_id in ( select role_id from admin.roles where enabled)
51
+ )b on 1=1
52
+ left join lateral (
53
+ select array_agg(route_id) as routes from admin.role_access where role_id=any(b.gl)
54
+ )r on 1=1
55
+ where uid=$1`, [user.uid]).then(el => el.rows[0] || {});
56
+ /* const { interfaces = [] } = await pg.query(`select array_agg(route_id) as interfaces from admin.role_access
57
+ where user_uid=$1 or role_id=any($2::text[])`, [user.uid, gl]).then((res) => res.rows?.[0] || {}); */
58
+
59
+ Object.assign(user, { type, group_list: gl, routes });
60
+ session?.set?.('passport', { user });
61
+
62
+ if (type?.includes?.('admin')) {
63
+ return { time: Date.now() - time, menus, ...result };
64
+ }
65
+
66
+ const userMenus = menus.map(el => (el.menu ? { ...el, menu: el.menu.filter(item => routes?.includes(item.path)) } : el))
67
+ const filtered = userMenus.filter(el => el.menu?.length || routes?.includes(el.path));
68
+ return { time: Date.now() - time, menus: filtered, ...result }
69
+ // .filter((el, idx, arr) => arr.map((el) => el?.ua || el?.en || el?.name).indexOf(el?.ua || el?.en || el?.name) === idx)
70
+ }
71
+
72
+ // skip dupes?
73
+ // .filter((el, idx, arr) => arr.map((el) => el?.ua || el?.en || el?.name).indexOf(el?.ua || el?.en || el?.name) === idx)
74
+
75
+ return { time: Date.now() - time, menus, ...result };
76
+
77
+
78
78
  }
@@ -1,21 +1,21 @@
1
- import { pgClients, getTemplatePath } from '@opengis/fastify-table/utils.js';
2
-
3
- export default async function adminMenu({ pg = pgClients.client }) {
4
- const { rows = [] } = await pg.query(`select route_id, alias, table_name, title, enabled from admin.routes`);
5
-
6
- const interfaces = rows
7
- .filter((el, idx, arr) => el.table_name && arr.findIndex(item => item.route_id === el.route_id) === idx)
8
- .filter(el => pg.pk?.[el.table_name || ''])
9
- .filter(el => !['log.', 'admin.', 'setting.'].find(item => el.table_name.startsWith(item)))
10
- .map(el => ({
11
- title: el.title,
12
- alias: el.alias,
13
- table: el.table_name,
14
- route: el.route_id,
15
- enabled: el.enabled,
16
- }));
17
-
18
- const all = getTemplatePath('table').map(el => el[0]);
19
-
20
- return interfaces.filter(el => el.alias && all.includes(el.alias));
1
+ import { pgClients, getTemplatePath } from '@opengis/fastify-table/utils.js';
2
+
3
+ export default async function adminMenu({ pg = pgClients.client }) {
4
+ const { rows = [] } = await pg.query(`select route_id, alias, table_name, title, enabled from admin.routes`);
5
+
6
+ const interfaces = rows
7
+ .filter((el, idx, arr) => el.table_name && arr.findIndex(item => item.route_id === el.route_id) === idx)
8
+ .filter(el => pg.pk?.[el.table_name || ''])
9
+ .filter(el => !['log.', 'admin.', 'setting.'].find(item => el.table_name.startsWith(item)))
10
+ .map(el => ({
11
+ title: el.title,
12
+ alias: el.alias,
13
+ table: el.table_name,
14
+ route: el.route_id,
15
+ enabled: el.enabled,
16
+ }));
17
+
18
+ const all = getTemplatePath('table').map(el => el[0]);
19
+
20
+ return interfaces.filter(el => el.alias && all.includes(el.alias));
21
21
  }
@@ -1,7 +1,7 @@
1
- import getMenu from './controllers/getMenu.js';
2
- import interfaces from './controllers/interfaces.js';
3
-
4
- export default async function (fastify, opts) {
5
- fastify.get(`/user-menu`, getMenu);
6
- fastify.get(`/interfaces`, { config: { policy: ['admin'] } }, interfaces);
7
- }
1
+ import getMenu from './controllers/getMenu.js';
2
+ import interfaces from './controllers/interfaces.js';
3
+
4
+ export default async function (fastify, opts) {
5
+ fastify.get(`/user-menu`, getMenu);
6
+ fastify.get(`/interfaces`, { config: { policy: ['admin'] } }, interfaces);
7
+ }