@opengis/admin 0.1.91 → 0.1.93
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +29 -29
- package/config.js +4 -4
- package/dist/{IconChevronDown--nil1nCv.js → IconChevronDown-Cd6pvTaQ.js} +1 -1
- package/dist/{add-page-CX6beoja.js → add-page-nmzN5QTl.js} +32 -31
- package/dist/{admin-interface-B60KBtCX.js → admin-interface-CRO01S_h.js} +366 -372
- package/dist/{admin-view-xk2cy8Wu.js → admin-view-DmImwhPG.js} +3 -3
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +43 -43
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-BVJP0k1Z.js → card-view-BX5Vkclt.js} +1 -1
- package/dist/{edit-page-PYxyXpVG.js → edit-page-DqLyhqR0.js} +1 -1
- package/dist/{import-file-BBuEJJur.js → import-file-d3YrkRd6.js} +1888 -1863
- package/dist/style.css +1 -1
- package/module/settings/card/admin.roles.table/access.hbs +27 -27
- package/module/settings/card/admin.roles.table/general_info.hbs +16 -16
- package/module/settings/card/admin.roles.table/index.yml +14 -14
- package/module/settings/card/admin.roles.table/users.hbs +27 -27
- package/module/settings/card/admin.routes.table/general_info.hbs +40 -40
- package/module/settings/card/admin.routes.table/index.yml +8 -8
- package/module/settings/card/admin.routes.table/users.hbs +33 -33
- package/module/settings/card/admin.users.table/general_info.hbs +25 -25
- package/module/settings/card/admin.users.table/index.yml +12 -12
- package/module/settings/card/admin.users.table/logs.hbs +30 -30
- package/module/settings/card/admin.users.table/user_roles.hbs +24 -24
- package/module/settings/cls/core.actions.json +17 -17
- package/module/settings/cls/core.scope.json +13 -13
- package/module/settings/cls/properties.site_status.json +13 -13
- package/module/settings/cls/properties.widget_status.json +13 -13
- package/module/settings/cls/users.user_type.json +13 -13
- package/module/settings/form/admin.access.form.json +36 -36
- package/module/settings/form/admin.custom_column.form.json +71 -71
- package/module/settings/form/admin.properties.form.json +15 -15
- package/module/settings/form/admin.roles.form.json +19 -19
- package/module/settings/form/admin.routes.form.json +25 -25
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles.form.json +21 -21
- package/module/settings/form/admin.users.form.json +153 -153
- package/module/settings/form/user.user_roles.form.json +13 -13
- package/module/settings/interface/admin.properties.json +4 -4
- package/module/settings/interface/admin.roles.json +4 -4
- package/module/settings/interface/admin.routes.json +4 -4
- package/module/settings/interface/admin.users.json +4 -4
- package/module/settings/menu.json +50 -50
- package/module/settings/select/core.roles.json +2 -2
- package/module/settings/select/core.routes.sql +1 -1
- package/module/settings/select/core.user_mentioned.sql +1 -1
- package/module/settings/select/core.user_uid.sql +1 -1
- package/module/settings/table/admin.access.table.json +83 -83
- package/module/settings/table/admin.custom_column.table.json +99 -99
- package/module/settings/table/admin.properties.table.json +39 -39
- package/module/settings/table/admin.roles.table.json +64 -64
- package/module/settings/table/admin.routes.table.json +68 -68
- package/module/settings/table/admin.user_properties.table.json +34 -34
- package/module/settings/table/admin.user_roles.table.json +72 -72
- package/module/settings/table/admin.users.table.json +121 -121
- package/package.json +81 -81
- package/plugin.js +29 -29
- package/server/helpers/controllers/badge.js +11 -11
- package/server/helpers/controllers/hb.js +2 -2
- package/server/helpers/controllers/map.js +2 -2
- package/server/helpers/controllers/mls.js +2 -2
- package/server/helpers/controllers/token.js +16 -16
- package/server/helpers/controllers/vue.js +2 -2
- package/server/helpers/index.mjs +29 -29
- package/server/helpers/list/buttonHelper.js +10 -10
- package/server/helpers/list/descriptionList.js +34 -34
- package/server/helpers/list/tableList.js +65 -65
- package/server/helpers/list/utils/button.js +5 -5
- package/server/plugins/access/funcs/getAdminAccess.js +14 -14
- package/server/plugins/access/index.mjs +6 -6
- package/server/plugins/adminHook.js +81 -81
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/plugins/hook.js +226 -226
- package/server/plugins/vite.js +71 -71
- package/server/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +43 -43
- package/server/routes/access/index.mjs +63 -63
- package/server/routes/calendar/controllers/calendar.data.js +87 -87
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- package/server/routes/data/controllers/cardData.js +89 -89
- package/server/routes/data/controllers/cardTabData.js +49 -49
- package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
- package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
- package/server/routes/data/controllers/tableData.js +20 -20
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +67 -67
- package/server/routes/data/controllers/tokenInfo.js +9 -9
- package/server/routes/data/controllers/utils/assignTokens.js +30 -30
- package/server/routes/data/controllers/utils/conditions.js +20 -20
- package/server/routes/data/controllers/utils/getColumns.js +8 -8
- package/server/routes/data/index.mjs +17 -17
- package/server/routes/data/schema.js +54 -54
- package/server/routes/menu/controllers/getMenu.js +67 -67
- package/server/routes/menu/index.mjs +5 -5
- package/server/routes/notifications/controllers/readNotifications.js +27 -27
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/funcs/addNotification.js +21 -21
- package/server/routes/notifications/funcs/sendNotification.js +105 -105
- package/server/routes/notifications/hook/onWidgetSet.js +57 -57
- package/server/routes/notifications/index.mjs +27 -27
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/properties/controllers/admin.properties.get.js +29 -29
- package/server/routes/properties/controllers/user.properties.get.js +30 -30
- package/server/routes/properties/controllers/user.properties.post.js +30 -30
- package/server/routes/properties/funcs/getSettings.js +56 -56
- package/server/routes/properties/funcs/setSettings.js +44 -44
- package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
- package/server/routes/properties/index.mjs +14 -14
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +26 -26
- package/server/routes/templates/index.mjs +16 -16
- package/server/routes/templates/schema.js +8 -8
- package/server/routes/user/controllers/user.cls.id.js +14 -14
- package/server/routes/user/controllers/user.cls.js +71 -71
- package/server/routes/user/controllers/user.cls.post.js +52 -52
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/widget/controllers/utils/historyFormat.js +75 -75
- package/server/routes/widget/controllers/utils/obj2db.js +13 -13
- package/server/routes/widget/controllers/widget.del.js +41 -41
- package/server/routes/widget/controllers/widget.get.js +96 -96
- package/server/routes/widget/controllers/widget.set.js +76 -76
- package/server/routes/widget/index.mjs +11 -11
- package/server/routes/widget/schema.js +12 -12
- package/server/templates/cls/itree.recrzone_category.json +73 -73
- package/server/templates/cls/test.json +9 -9
- package/server/templates/form/admin.user_cls.data.form.json +49 -49
- package/server/templates/form/admin.user_group_rel.form.json +21 -21
- package/server/templates/form/cp_building.form.json +32 -32
- package/server/templates/form/form-user-pass.json +10 -10
- package/server/templates/form/form-user_group.json +39 -39
- package/server/templates/form/form-users.json +156 -156
- package/server/templates/form/user_group_access.form.json +22 -22
- package/server/templates/select/account_id.json +2 -2
- package/server/templates/table/gis.dataset.table.json +43 -43
- package/server/templates/table/management.user_group.table.json +112 -112
- package/server/templates/table/management.users.table.json +126 -126
- package/utils.js +29 -29
@@ -1,31 +1,31 @@
|
|
1
|
-
{{#contentList table="log.table_changes" query="uid='{{uid}}'" order="cdate desc" sql1=1}}
|
2
|
-
<table class="min-w-full divide-y divide-gray-200">
|
3
|
-
<thead class="bg-gray-50">
|
4
|
-
<tr>
|
5
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
6
|
-
Дата</th>
|
7
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
8
|
-
Тип операції</th>
|
9
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
10
|
-
Таблиця</th>
|
11
|
-
</tr>
|
12
|
-
</thead>
|
13
|
-
<tbody class="bg-white divide-y divide-gray-200">
|
14
|
-
{{#each rows}}
|
15
|
-
<tr>
|
16
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
17
|
-
{{formatDate cdate format="dd.MM.yy hh:mm"}}</td>
|
18
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
-
{{change_type}}</td>
|
20
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
21
|
-
{{entity_type}}</td>
|
22
|
-
</tr>
|
23
|
-
{{else}}
|
24
|
-
<tr>
|
25
|
-
<td colspan="3" class="px-6 py-4 whitespace-nowrap text-center text-sm font-medium text-gray-500">
|
26
|
-
Поки що не зафіксовано активності</td>
|
27
|
-
</tr>
|
28
|
-
{{/each}}
|
29
|
-
</tbody>
|
30
|
-
</table>
|
1
|
+
{{#contentList table="log.table_changes" query="uid='{{uid}}'" order="cdate desc" sql1=1}}
|
2
|
+
<table class="min-w-full divide-y divide-gray-200">
|
3
|
+
<thead class="bg-gray-50">
|
4
|
+
<tr>
|
5
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
6
|
+
Дата</th>
|
7
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
8
|
+
Тип операції</th>
|
9
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
10
|
+
Таблиця</th>
|
11
|
+
</tr>
|
12
|
+
</thead>
|
13
|
+
<tbody class="bg-white divide-y divide-gray-200">
|
14
|
+
{{#each rows}}
|
15
|
+
<tr>
|
16
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
17
|
+
{{formatDate cdate format="dd.MM.yy hh:mm"}}</td>
|
18
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
+
{{change_type}}</td>
|
20
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
21
|
+
{{entity_type}}</td>
|
22
|
+
</tr>
|
23
|
+
{{else}}
|
24
|
+
<tr>
|
25
|
+
<td colspan="3" class="px-6 py-4 whitespace-nowrap text-center text-sm font-medium text-gray-500">
|
26
|
+
Поки що не зафіксовано активності</td>
|
27
|
+
</tr>
|
28
|
+
{{/each}}
|
29
|
+
</tbody>
|
30
|
+
</table>
|
31
31
|
{{/contentList}}
|
@@ -1,25 +1,25 @@
|
|
1
|
-
{{#contentList table="admin.user_roles" query="user_uid='{{id}}'" order="cdate desc" limit="50" sql1=1}}
|
2
|
-
<table class="min-w-full divide-y divide-gray-200">
|
3
|
-
<thead class="bg-gray-50">
|
4
|
-
<tr>
|
5
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
6
|
-
Група</th>
|
7
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
8
|
-
Закінчення терміну дії доступу до групи</th>
|
9
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
10
|
-
Дії</th>
|
11
|
-
</tr>
|
12
|
-
</thead>
|
13
|
-
<tbody class="bg-white divide-y divide-gray-200">
|
14
|
-
{{#each rows}}
|
15
|
-
<tr>
|
16
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
17
|
-
{{select role_id data="core.roles"}}</td>
|
18
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
-
{{formatDate expiration}}</td>
|
20
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500"></td>
|
21
|
-
</tr>
|
22
|
-
{{/each}}
|
23
|
-
</tbody>
|
24
|
-
</table>
|
1
|
+
{{#contentList table="admin.user_roles" query="user_uid='{{id}}'" order="cdate desc" limit="50" sql1=1}}
|
2
|
+
<table class="min-w-full divide-y divide-gray-200">
|
3
|
+
<thead class="bg-gray-50">
|
4
|
+
<tr>
|
5
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
6
|
+
Група</th>
|
7
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
8
|
+
Закінчення терміну дії доступу до групи</th>
|
9
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
10
|
+
Дії</th>
|
11
|
+
</tr>
|
12
|
+
</thead>
|
13
|
+
<tbody class="bg-white divide-y divide-gray-200">
|
14
|
+
{{#each rows}}
|
15
|
+
<tr>
|
16
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
17
|
+
{{select role_id data="core.roles"}}</td>
|
18
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
+
{{formatDate expiration}}</td>
|
20
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500"></td>
|
21
|
+
</tr>
|
22
|
+
{{/each}}
|
23
|
+
</tbody>
|
24
|
+
</table>
|
25
25
|
{{/contentList}}
|
@@ -1,18 +1,18 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "get",
|
4
|
-
"text": "Отримання"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
"id": "add",
|
8
|
-
"text": "Внесення"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"id": "edit",
|
12
|
-
"text": "Редагування"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"id": "del",
|
16
|
-
"text": "Видалення"
|
17
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "get",
|
4
|
+
"text": "Отримання"
|
5
|
+
},
|
6
|
+
{
|
7
|
+
"id": "add",
|
8
|
+
"text": "Внесення"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "edit",
|
12
|
+
"text": "Редагування"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"id": "del",
|
16
|
+
"text": "Видалення"
|
17
|
+
}
|
18
18
|
]
|
@@ -1,14 +1,14 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "my",
|
4
|
-
"text": "Власні записи"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
"id": "responsible",
|
8
|
-
"text": "Призначені записи (відповідальний)"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"id": "all",
|
12
|
-
"text": "Повний доступ"
|
13
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "my",
|
4
|
+
"text": "Власні записи"
|
5
|
+
},
|
6
|
+
{
|
7
|
+
"id": "responsible",
|
8
|
+
"text": "Призначені записи (відповідальний)"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "all",
|
12
|
+
"text": "Повний доступ"
|
13
|
+
}
|
14
14
|
]
|
@@ -1,14 +1,14 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "1",
|
4
|
-
"text": "Вимкнений"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
"id": "2",
|
8
|
-
"text": "Увімкнений"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"id": "3",
|
12
|
-
"text": "Dev-mode"
|
13
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "1",
|
4
|
+
"text": "Вимкнений"
|
5
|
+
},
|
6
|
+
{
|
7
|
+
"id": "2",
|
8
|
+
"text": "Увімкнений"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "3",
|
12
|
+
"text": "Dev-mode"
|
13
|
+
}
|
14
14
|
]
|
@@ -1,14 +1,14 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "1",
|
4
|
-
"text": "Усі"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
"id": "2",
|
8
|
-
"text": "Тільки вільні"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"id": "3",
|
12
|
-
"text": "Не відображати"
|
13
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "1",
|
4
|
+
"text": "Усі"
|
5
|
+
},
|
6
|
+
{
|
7
|
+
"id": "2",
|
8
|
+
"text": "Тільки вільні"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "3",
|
12
|
+
"text": "Не відображати"
|
13
|
+
}
|
14
14
|
]
|
@@ -1,14 +1,14 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "regular",
|
4
|
-
"text": "Користувач"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
"id": "admin",
|
8
|
-
"text": "Адмін"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"id": "superadmin",
|
12
|
-
"text": "Суперадмін"
|
13
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "regular",
|
4
|
+
"text": "Користувач"
|
5
|
+
},
|
6
|
+
{
|
7
|
+
"id": "admin",
|
8
|
+
"text": "Адмін"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "superadmin",
|
12
|
+
"text": "Суперадмін"
|
13
|
+
}
|
14
14
|
]
|
@@ -1,37 +1,37 @@
|
|
1
|
-
{
|
2
|
-
"route_id": {
|
3
|
-
"ua": "Інтерфейс",
|
4
|
-
"type": "Select",
|
5
|
-
"data": "core.routes",
|
6
|
-
"validators": [
|
7
|
-
"required"
|
8
|
-
]
|
9
|
-
},
|
10
|
-
"role_id": {
|
11
|
-
"ua": "Група",
|
12
|
-
"type": "Select",
|
13
|
-
"data": "core.roles"
|
14
|
-
},
|
15
|
-
"user_uid": {
|
16
|
-
"ua": "Користувач",
|
17
|
-
"type": "Select",
|
18
|
-
"data": "core.user_uid"
|
19
|
-
},
|
20
|
-
"actions": {
|
21
|
-
"ua": "Дії",
|
22
|
-
"type": "Select",
|
23
|
-
"multi": true,
|
24
|
-
"data": "core.actions",
|
25
|
-
"validators": [
|
26
|
-
"required"
|
27
|
-
]
|
28
|
-
},
|
29
|
-
"scope": {
|
30
|
-
"ua": "Доступ до даних",
|
31
|
-
"type": "Select",
|
32
|
-
"data": "core.scope",
|
33
|
-
"validators": [
|
34
|
-
"required"
|
35
|
-
]
|
36
|
-
}
|
1
|
+
{
|
2
|
+
"route_id": {
|
3
|
+
"ua": "Інтерфейс",
|
4
|
+
"type": "Select",
|
5
|
+
"data": "core.routes",
|
6
|
+
"validators": [
|
7
|
+
"required"
|
8
|
+
]
|
9
|
+
},
|
10
|
+
"role_id": {
|
11
|
+
"ua": "Група",
|
12
|
+
"type": "Select",
|
13
|
+
"data": "core.roles"
|
14
|
+
},
|
15
|
+
"user_uid": {
|
16
|
+
"ua": "Користувач",
|
17
|
+
"type": "Select",
|
18
|
+
"data": "core.user_uid"
|
19
|
+
},
|
20
|
+
"actions": {
|
21
|
+
"ua": "Дії",
|
22
|
+
"type": "Select",
|
23
|
+
"multi": true,
|
24
|
+
"data": "core.actions",
|
25
|
+
"validators": [
|
26
|
+
"required"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"scope": {
|
30
|
+
"ua": "Доступ до даних",
|
31
|
+
"type": "Select",
|
32
|
+
"data": "core.scope",
|
33
|
+
"validators": [
|
34
|
+
"required"
|
35
|
+
]
|
36
|
+
}
|
37
37
|
}
|
@@ -1,72 +1,72 @@
|
|
1
|
-
{
|
2
|
-
"entity": {
|
3
|
-
"ua": "Таблиця",
|
4
|
-
"type": "Select",
|
5
|
-
"data": "core.routes.alias",
|
6
|
-
"validators": [
|
7
|
-
"required"
|
8
|
-
],
|
9
|
-
"col": 6
|
10
|
-
},
|
11
|
-
"name": {
|
12
|
-
"ua": "Назва",
|
13
|
-
"type": "Text",
|
14
|
-
"validators": [
|
15
|
-
"required"
|
16
|
-
],
|
17
|
-
"col": 6
|
18
|
-
},
|
19
|
-
"title": {
|
20
|
-
"ua": "Підпис",
|
21
|
-
"type": "Text",
|
22
|
-
"validators": [
|
23
|
-
"required"
|
24
|
-
],
|
25
|
-
"col": 6
|
26
|
-
},
|
27
|
-
"format": {
|
28
|
-
"ua": "Формат",
|
29
|
-
"type": "Select",
|
30
|
-
"options": [
|
31
|
-
{
|
32
|
-
"id": "text",
|
33
|
-
"text": "Text"
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"id": "select",
|
37
|
-
"text": "Select"
|
38
|
-
},
|
39
|
-
{
|
40
|
-
"id": "date",
|
41
|
-
"text": "Date"
|
42
|
-
}
|
43
|
-
],
|
44
|
-
"behavior": {
|
45
|
-
"select": {
|
46
|
-
"show": "data"
|
47
|
-
},
|
48
|
-
"*": {
|
49
|
-
"hide": "data"
|
50
|
-
}
|
51
|
-
},
|
52
|
-
"validators": [
|
53
|
-
"required"
|
54
|
-
],
|
55
|
-
"col": 6
|
56
|
-
},
|
57
|
-
"data": {
|
58
|
-
"ua": "Випадаючий список",
|
59
|
-
"type": "Text",
|
60
|
-
"col": 12
|
61
|
-
},
|
62
|
-
"filter": {
|
63
|
-
"type": "Switcher",
|
64
|
-
"ua": "Фільтр по колонці",
|
65
|
-
"col": 6
|
66
|
-
},
|
67
|
-
"_table": {
|
68
|
-
"type": "Switcher",
|
69
|
-
"ua": "Відображати в таблиці",
|
70
|
-
"col": 6
|
71
|
-
}
|
1
|
+
{
|
2
|
+
"entity": {
|
3
|
+
"ua": "Таблиця",
|
4
|
+
"type": "Select",
|
5
|
+
"data": "core.routes.alias",
|
6
|
+
"validators": [
|
7
|
+
"required"
|
8
|
+
],
|
9
|
+
"col": 6
|
10
|
+
},
|
11
|
+
"name": {
|
12
|
+
"ua": "Назва",
|
13
|
+
"type": "Text",
|
14
|
+
"validators": [
|
15
|
+
"required"
|
16
|
+
],
|
17
|
+
"col": 6
|
18
|
+
},
|
19
|
+
"title": {
|
20
|
+
"ua": "Підпис",
|
21
|
+
"type": "Text",
|
22
|
+
"validators": [
|
23
|
+
"required"
|
24
|
+
],
|
25
|
+
"col": 6
|
26
|
+
},
|
27
|
+
"format": {
|
28
|
+
"ua": "Формат",
|
29
|
+
"type": "Select",
|
30
|
+
"options": [
|
31
|
+
{
|
32
|
+
"id": "text",
|
33
|
+
"text": "Text"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"id": "select",
|
37
|
+
"text": "Select"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"id": "date",
|
41
|
+
"text": "Date"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"behavior": {
|
45
|
+
"select": {
|
46
|
+
"show": "data"
|
47
|
+
},
|
48
|
+
"*": {
|
49
|
+
"hide": "data"
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"validators": [
|
53
|
+
"required"
|
54
|
+
],
|
55
|
+
"col": 6
|
56
|
+
},
|
57
|
+
"data": {
|
58
|
+
"ua": "Випадаючий список",
|
59
|
+
"type": "Text",
|
60
|
+
"col": 12
|
61
|
+
},
|
62
|
+
"filter": {
|
63
|
+
"type": "Switcher",
|
64
|
+
"ua": "Фільтр по колонці",
|
65
|
+
"col": 6
|
66
|
+
},
|
67
|
+
"_table": {
|
68
|
+
"type": "Switcher",
|
69
|
+
"ua": "Відображати в таблиці",
|
70
|
+
"col": 6
|
71
|
+
}
|
72
72
|
}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
{
|
2
|
-
"property_key": {
|
3
|
-
"ua": "Ключ",
|
4
|
-
"type": "Text",
|
5
|
-
"validators": [
|
6
|
-
"required"
|
7
|
-
]
|
8
|
-
},
|
9
|
-
"property_text": {
|
10
|
-
"ua": "Значення",
|
11
|
-
"type": "Text",
|
12
|
-
"validators": [
|
13
|
-
"required"
|
14
|
-
]
|
15
|
-
}
|
1
|
+
{
|
2
|
+
"property_key": {
|
3
|
+
"ua": "Ключ",
|
4
|
+
"type": "Text",
|
5
|
+
"validators": [
|
6
|
+
"required"
|
7
|
+
]
|
8
|
+
},
|
9
|
+
"property_text": {
|
10
|
+
"ua": "Значення",
|
11
|
+
"type": "Text",
|
12
|
+
"validators": [
|
13
|
+
"required"
|
14
|
+
]
|
15
|
+
}
|
16
16
|
}
|
@@ -1,20 +1,20 @@
|
|
1
|
-
{
|
2
|
-
"name": {
|
3
|
-
"ua": "Назва",
|
4
|
-
"type": "text",
|
5
|
-
"validators": [
|
6
|
-
"required"
|
7
|
-
]
|
8
|
-
},
|
9
|
-
"enabled": {
|
10
|
-
"ua": "On/Off",
|
11
|
-
"type": "Switcher"
|
12
|
-
},
|
13
|
-
"info": {
|
14
|
-
"ua": "Опис",
|
15
|
-
"type": "textarea",
|
16
|
-
"validators": [
|
17
|
-
"required"
|
18
|
-
]
|
19
|
-
}
|
1
|
+
{
|
2
|
+
"name": {
|
3
|
+
"ua": "Назва",
|
4
|
+
"type": "text",
|
5
|
+
"validators": [
|
6
|
+
"required"
|
7
|
+
]
|
8
|
+
},
|
9
|
+
"enabled": {
|
10
|
+
"ua": "On/Off",
|
11
|
+
"type": "Switcher"
|
12
|
+
},
|
13
|
+
"info": {
|
14
|
+
"ua": "Опис",
|
15
|
+
"type": "textarea",
|
16
|
+
"validators": [
|
17
|
+
"required"
|
18
|
+
]
|
19
|
+
}
|
20
20
|
}
|
@@ -1,26 +1,26 @@
|
|
1
|
-
{
|
2
|
-
"alias": {
|
3
|
-
"ua": "Назва файлу інтерфейсу",
|
4
|
-
"type": "Text",
|
5
|
-
"validators": [
|
6
|
-
"required"
|
7
|
-
]
|
8
|
-
},
|
9
|
-
"title": {
|
10
|
-
"ua": "Назва інтерфейсу українською",
|
11
|
-
"type": "text"
|
12
|
-
},
|
13
|
-
"public": {
|
14
|
-
"ua": "Ознака чи для всіх показується",
|
15
|
-
"type": "Switcher"
|
16
|
-
},
|
17
|
-
"menu_id": {
|
18
|
-
"ua": "Пункт меню (для collapse)",
|
19
|
-
"type": "Select",
|
20
|
-
"data": "core.menu_id"
|
21
|
-
},
|
22
|
-
"enabled": {
|
23
|
-
"ua": "On/Off",
|
24
|
-
"type": "Switcher"
|
25
|
-
}
|
1
|
+
{
|
2
|
+
"alias": {
|
3
|
+
"ua": "Назва файлу інтерфейсу",
|
4
|
+
"type": "Text",
|
5
|
+
"validators": [
|
6
|
+
"required"
|
7
|
+
]
|
8
|
+
},
|
9
|
+
"title": {
|
10
|
+
"ua": "Назва інтерфейсу українською",
|
11
|
+
"type": "text"
|
12
|
+
},
|
13
|
+
"public": {
|
14
|
+
"ua": "Ознака чи для всіх показується",
|
15
|
+
"type": "Switcher"
|
16
|
+
},
|
17
|
+
"menu_id": {
|
18
|
+
"ua": "Пункт меню (для collapse)",
|
19
|
+
"type": "Select",
|
20
|
+
"data": "core.menu_id"
|
21
|
+
},
|
22
|
+
"enabled": {
|
23
|
+
"ua": "On/Off",
|
24
|
+
"type": "Switcher"
|
25
|
+
}
|
26
26
|
}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
{
|
2
|
-
"property_key": {
|
3
|
-
"ua": "Ключ",
|
4
|
-
"type": "Text",
|
5
|
-
"validators": [
|
6
|
-
"required"
|
7
|
-
]
|
8
|
-
},
|
9
|
-
"property_json": {
|
10
|
-
"ua": "Значення",
|
11
|
-
"type": "Text",
|
12
|
-
"validators": [
|
13
|
-
"required"
|
14
|
-
]
|
15
|
-
}
|
1
|
+
{
|
2
|
+
"property_key": {
|
3
|
+
"ua": "Ключ",
|
4
|
+
"type": "Text",
|
5
|
+
"validators": [
|
6
|
+
"required"
|
7
|
+
]
|
8
|
+
},
|
9
|
+
"property_json": {
|
10
|
+
"ua": "Значення",
|
11
|
+
"type": "Text",
|
12
|
+
"validators": [
|
13
|
+
"required"
|
14
|
+
]
|
15
|
+
}
|
16
16
|
}
|