@opengis/admin 0.1.64 → 0.1.66
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/{add-page-LONm322L.js → add-page-YonHQsF2.js} +1 -1
- package/dist/{admin-interface-eocB4uF3.js → admin-interface-DSR1im5I.js} +67 -65
- package/dist/{admin-view-CEePX3t5.js → admin-view-WZhYBXYw.js} +2 -2
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +46 -46
- package/dist/{card-page-CnQufGpK.js → card-page-BH8lGOKk.js} +2 -2
- package/dist/{card-view-MKU1ijjK.js → card-view-DYhMgpIH.js} +1 -1
- package/dist/{edit-page-C1wXXuPF.js → edit-page-D8fMSwEp.js} +1 -1
- package/dist/{import-file-BkyTVz51.js → import-file-Do-GQQHc.js} +3572 -3603
- 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 +13 -13
- 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 +150 -150
- 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.routes.sql +1 -1
- package/module/settings/select/core.user_uid.sql +1 -1
- package/module/settings/table/admin.access.table.json +77 -77
- package/module/settings/table/admin.custom_column.table.json +94 -94
- package/module/settings/table/admin.properties.table.json +33 -33
- package/module/settings/table/admin.roles.table.json +58 -58
- package/module/settings/table/admin.routes.table.json +67 -67
- package/module/settings/table/admin.user_properties.table.json +28 -28
- package/module/settings/table/admin.user_roles.table.json +66 -66
- package/module/settings/table/admin.users.table.json +119 -119
- package/package.json +80 -80
- package/plugin.js +100 -100
- 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/vue.js +2 -2
- package/server/helpers/index.mjs +13 -13
- package/server/plugins/adminHook.js +165 -165
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/plugins/hook.js +185 -194
- package/server/plugins/vite.js +69 -69
- package/server/routes/calendar/controllers/calendar.data.js +88 -88
- package/server/routes/calendar/index.mjs +17 -17
- package/server/routes/data/controllers/cardData.js +57 -57
- 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 +112 -112
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +63 -63
- package/server/routes/data/controllers/utils/assignTokens.js +30 -30
- package/server/routes/data/controllers/utils/getColumns.js +8 -8
- package/server/routes/data/index.mjs +15 -15
- package/server/routes/data/schema.js +7 -7
- package/server/routes/menu/controllers/getMenu.js +51 -34
- package/server/routes/menu/index.mjs +5 -5
- package/server/routes/notifications/controllers/readNotifications.js +30 -30
- package/server/routes/notifications/controllers/userNotifications.js +64 -64
- package/server/routes/notifications/hook/onWidgetSet.js +57 -63
- package/server/routes/notifications/index.mjs +40 -40
- package/server/routes/properties/controllers/admin.properties.get.js +29 -29
- package/server/routes/properties/controllers/user.properties.get.js +34 -34
- 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 +26 -26
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +22 -22
- package/server/routes/templates/index.mjs +14 -14
- 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 +21 -21
package/dist/style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.vs-popover>div{text-align:start}.map-popup__vertical[data-v-
|
1
|
+
.vs-popover>div{text-align:start}.map-popup__vertical[data-v-14698eb6]{overflow:auto;max-height:300px}.map-popup__vertical[data-v-14698eb6]::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.map-popup__vertical[data-v-14698eb6]::-webkit-scrollbar-thumb{border-radius:5px;background-color:#dedede}.map-popup__vertical[data-v-14698eb6]::-webkit-scrollbar-track{background-color:#f5f5f5}.map__popup-body[data-v-14698eb6]{table-layout:fixed;width:100%}.map__popup-body-item[data-v-14698eb6]:not(:last-child){border-bottom:1px solid #eeeeee}.map__popup-body-item td[data-v-14698eb6]{width:50%;word-wrap:break-word;text-align:start}.map__popup-body-item td[data-v-14698eb6]:first-child{font-weight:600}.popup-image[data-v-180f4367]{max-width:100%;max-height:220px;margin-bottom:10px;-o-object-fit:contain;object-fit:contain}.maplibregl-ctrl-bottom-right,.maplibregl-popup-close-button{display:none}.widget-file .vs-button{background-color:#2563eb;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:600}.ui-dialog__modal div.flex.justify-between.items-center.py-3.px-4.border-b{border-bottom-width:0px;--tw-text-opacity: 1;color:#1f2937;font-weight:500;font-size:1.125rem;line-height:1.75rem;padding-bottom:0rem}.ui-dialog__modal .ui-dialog__content .p-4{padding-top:0rem}.widget-images__item-desc span:first-child:after{content:"";width:2px;height:2px;border-radius:50%;display:flex;align-items:center;background:#676a6c;margin:0 5px}.disabled{cursor:not-allowed!important}.item__text-content,.item{transition:all .5s cubic-bezier(.4,0,.2,1)}.item:hover .item__text-content{opacity:.8}.vs-widget-images .vs-button{background-color:#2563eb;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:600}.ProseMirror-focused{outline:none}.editor-toolbar{background-color:#f9fafb}.editor-content{min-height:160px}button{transition:background-color .2s ease;outline:none}button:focus{outline:none}.editor-content ul{margin-left:20px}.editor-content ul>li{list-style:disc}.editor-content ol{list-style-type:decimal;margin-left:20px}.editor-content pre{background-color:#e7e7e7;border-radius:4px;padding:0 2px}.mention-popup{background-color:#fafafa;padding:10px;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:200px;overflow-y:auto;width:auto}.mention{padding:2px 4px;border-radius:8px;background-color:#e7e7e7}.mention-option{padding:5px 10px;cursor:pointer;transition:background-color .2s;border-radius:8px}.mention-option:hover{background-color:#f0f0f0}.border-top:not(:first-child){--tw-border-opacity: 1;border-color:#e5e7eb;border-top-width:1px}.widget-comment-form .vs-button{padding:.625rem 1rem;font-size:.75rem;line-height:1rem;font-weight:500}.widget-comment-form .vs-button:focus{border:transparent;--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 rgba(0, 0, 0, 0))}li[data-v-293d7735]{cursor:move}.grid[data-v-7789cf37]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.admin-wrapper[data-v-59305fb1]{display:flex;height:100vh;align-items:start}.vs-popover__content>div{padding:.25rem}.hs-accordion-heading[data-v-f5ecdb9a]{display:flex;align-items:center}.hs-accordion-toggle[data-v-f5ecdb9a]{cursor:pointer}.hs-accordion-content[data-v-f5ecdb9a]{padding-left:1.5rem}.table-info-card .editor-container{width:330px}.slide-fade-enter-active[data-v-09c7ed19],.slide-fade-leave-active[data-v-09c7ed19]{transition:all .3s linear}.slide-fade-enter-from[data-v-09c7ed19],.slide-fade-leave-to[data-v-09c7ed19]{transform:translate(20px);opacity:0}
|
@@ -1,28 +1,28 @@
|
|
1
|
-
{{#contentList table="admin.access" query="role_id='{{id}}'" 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
|
-
ID шаблона</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
|
-
{{route_id}}</td>
|
18
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
-
{{!-- {{route_id}} --}}
|
20
|
-
</td>
|
21
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
22
|
-
{{actions}}
|
23
|
-
</td>
|
24
|
-
</tr>
|
25
|
-
{{/each}}
|
26
|
-
</tbody>
|
27
|
-
</table>
|
1
|
+
{{#contentList table="admin.access" query="role_id='{{id}}'" 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
|
+
ID шаблона</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
|
+
{{route_id}}</td>
|
18
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
+
{{!-- {{route_id}} --}}
|
20
|
+
</td>
|
21
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
22
|
+
{{actions}}
|
23
|
+
</td>
|
24
|
+
</tr>
|
25
|
+
{{/each}}
|
26
|
+
</tbody>
|
27
|
+
</table>
|
28
28
|
{{/contentList}}
|
@@ -1,17 +1,17 @@
|
|
1
|
-
<dl class="-my-3 divide-y divide-gray-100 text-sm">
|
2
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
3
|
-
<dt class="font-medium text-gray-900">Назва</dt>
|
4
|
-
<dd class="text-gray-700 sm:col-span-2">{{name}}</dd>
|
5
|
-
</div>
|
6
|
-
|
7
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
8
|
-
<dt class="font-medium text-gray-900">On/Off</dt>
|
9
|
-
<dd class="text-gray-700 sm:col-span-2">{{select enabled data="yes_no"}}</dd>
|
10
|
-
</div>
|
11
|
-
|
12
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
13
|
-
<dt class="font-medium text-gray-900">Опис</dt>
|
14
|
-
<dd class="text-gray-700 sm:col-span-2">{{info}}</dd>
|
15
|
-
</div>
|
16
|
-
|
1
|
+
<dl class="-my-3 divide-y divide-gray-100 text-sm">
|
2
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
3
|
+
<dt class="font-medium text-gray-900">Назва</dt>
|
4
|
+
<dd class="text-gray-700 sm:col-span-2">{{name}}</dd>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
8
|
+
<dt class="font-medium text-gray-900">On/Off</dt>
|
9
|
+
<dd class="text-gray-700 sm:col-span-2">{{select enabled data="yes_no"}}</dd>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
13
|
+
<dt class="font-medium text-gray-900">Опис</dt>
|
14
|
+
<dd class="text-gray-700 sm:col-span-2">{{info}}</dd>
|
15
|
+
</div>
|
16
|
+
|
17
17
|
</dl>
|
@@ -1,14 +1,14 @@
|
|
1
|
-
component: default
|
2
|
-
panels:
|
3
|
-
- name: general_info
|
4
|
-
title: Загальна інформація
|
5
|
-
col: 4
|
6
|
-
- type: container
|
7
|
-
col: 8
|
8
|
-
items:
|
9
|
-
- component: vs-widget-table
|
10
|
-
title: Користувачі
|
11
|
-
props: { table: admin.user_roles.table, query: role_id=@id, edit: true }
|
12
|
-
- name: access
|
13
|
-
title: Права до інтерфейсів
|
14
|
-
col: 4
|
1
|
+
component: default
|
2
|
+
panels:
|
3
|
+
- name: general_info
|
4
|
+
title: Загальна інформація
|
5
|
+
col: 4
|
6
|
+
- type: container
|
7
|
+
col: 8
|
8
|
+
items:
|
9
|
+
- component: vs-widget-table
|
10
|
+
title: Користувачі
|
11
|
+
props: { table: admin.user_roles.table, query: role_id=@id, edit: true }
|
12
|
+
- name: access
|
13
|
+
title: Права до інтерфейсів
|
14
|
+
col: 4
|
@@ -1,28 +1,28 @@
|
|
1
|
-
{{#contentList table="admin.user_roles" query="role_id='{{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
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
12
|
-
Хто надав доступ</th>
|
13
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
14
|
-
Дії</th>
|
15
|
-
</tr>
|
16
|
-
</thead>
|
17
|
-
<tbody class="bg-white divide-y divide-gray-200">
|
18
|
-
{{#each rows}}
|
19
|
-
<tr>
|
20
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{user_uid}}</td>
|
21
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{formatDate expiration}}</td>
|
22
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{formatDate access_granted_time}}</td>
|
23
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{access_granted}}</td>
|
24
|
-
</tr>
|
25
|
-
{{/each}}
|
26
|
-
</tbody>
|
27
|
-
</table>
|
1
|
+
{{#contentList table="admin.user_roles" query="role_id='{{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
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
12
|
+
Хто надав доступ</th>
|
13
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
14
|
+
Дії</th>
|
15
|
+
</tr>
|
16
|
+
</thead>
|
17
|
+
<tbody class="bg-white divide-y divide-gray-200">
|
18
|
+
{{#each rows}}
|
19
|
+
<tr>
|
20
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{user_uid}}</td>
|
21
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{formatDate expiration}}</td>
|
22
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{formatDate access_granted_time}}</td>
|
23
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">{{access_granted}}</td>
|
24
|
+
</tr>
|
25
|
+
{{/each}}
|
26
|
+
</tbody>
|
27
|
+
</table>
|
28
28
|
{{/contentList}}
|
@@ -1,41 +1,41 @@
|
|
1
|
-
<dl class="-my-3 divide-y divide-gray-100 text-sm">
|
2
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
3
|
-
<dt class="font-medium text-gray-900">Назва файлу інтерфейсу</dt>
|
4
|
-
<dd class="text-gray-700 sm:col-span-2">{{alias}}</dd>
|
5
|
-
</div>
|
6
|
-
|
7
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
8
|
-
<dt class="font-medium text-gray-900">Назва інтерфейсу українською</dt>
|
9
|
-
<dd class="text-gray-700 sm:col-span-2">{{title}}</dd>
|
10
|
-
</div>
|
11
|
-
|
12
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
13
|
-
<dt class="font-medium text-gray-900">Кількість користувачів</dt>
|
14
|
-
<dd class="text-gray-700 sm:col-span-2">{{user_count}}</dd>
|
15
|
-
</div>
|
16
|
-
|
17
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
18
|
-
<dt class="font-medium text-gray-900">Кількість груп</dt>
|
19
|
-
<dd class="text-gray-700 sm:col-span-2">{{roles_count}}</dd>
|
20
|
-
</div>
|
21
|
-
|
22
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
23
|
-
<dt class="font-medium text-gray-900">Ознака чи для всіх показується</dt>
|
24
|
-
<dd class="text-gray-700 sm:col-span-2">{{select public data="yes_no"}}</dd>
|
25
|
-
</div>
|
26
|
-
|
27
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
28
|
-
<dt class="font-medium text-gray-900">Пункт меню</dt>
|
29
|
-
<dd class="text-gray-700 sm:col-span-2">{{menu_id}}</dd>
|
30
|
-
</div>
|
31
|
-
|
32
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
33
|
-
<dt class="font-medium text-gray-900">On / Off</dt>
|
34
|
-
<dd class="text-gray-700 sm:col-span-2">{{select enabled data="yes_no"}}</dd>
|
35
|
-
</div>
|
36
|
-
|
37
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
38
|
-
<dt class="font-medium text-gray-900">Дата створення</dt>
|
39
|
-
<dd class="text-gray-700 sm:col-span-2">{{formatDate cdate}}</dd>
|
40
|
-
</div>
|
1
|
+
<dl class="-my-3 divide-y divide-gray-100 text-sm">
|
2
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
3
|
+
<dt class="font-medium text-gray-900">Назва файлу інтерфейсу</dt>
|
4
|
+
<dd class="text-gray-700 sm:col-span-2">{{alias}}</dd>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
8
|
+
<dt class="font-medium text-gray-900">Назва інтерфейсу українською</dt>
|
9
|
+
<dd class="text-gray-700 sm:col-span-2">{{title}}</dd>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
13
|
+
<dt class="font-medium text-gray-900">Кількість користувачів</dt>
|
14
|
+
<dd class="text-gray-700 sm:col-span-2">{{user_count}}</dd>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
18
|
+
<dt class="font-medium text-gray-900">Кількість груп</dt>
|
19
|
+
<dd class="text-gray-700 sm:col-span-2">{{roles_count}}</dd>
|
20
|
+
</div>
|
21
|
+
|
22
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
23
|
+
<dt class="font-medium text-gray-900">Ознака чи для всіх показується</dt>
|
24
|
+
<dd class="text-gray-700 sm:col-span-2">{{select public data="yes_no"}}</dd>
|
25
|
+
</div>
|
26
|
+
|
27
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
28
|
+
<dt class="font-medium text-gray-900">Пункт меню</dt>
|
29
|
+
<dd class="text-gray-700 sm:col-span-2">{{menu_id}}</dd>
|
30
|
+
</div>
|
31
|
+
|
32
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
33
|
+
<dt class="font-medium text-gray-900">On / Off</dt>
|
34
|
+
<dd class="text-gray-700 sm:col-span-2">{{select enabled data="yes_no"}}</dd>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
38
|
+
<dt class="font-medium text-gray-900">Дата створення</dt>
|
39
|
+
<dd class="text-gray-700 sm:col-span-2">{{formatDate cdate}}</dd>
|
40
|
+
</div>
|
41
41
|
</dl>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
component: default
|
2
|
-
panels:
|
3
|
-
- name: general_info
|
4
|
-
title: Загальна інформація
|
5
|
-
col: 4
|
6
|
-
- name: users
|
7
|
-
title: Користувачі
|
8
|
-
col: 8
|
1
|
+
component: default
|
2
|
+
panels:
|
3
|
+
- name: general_info
|
4
|
+
title: Загальна інформація
|
5
|
+
col: 4
|
6
|
+
- name: users
|
7
|
+
title: Користувачі
|
8
|
+
col: 8
|
@@ -1,34 +1,34 @@
|
|
1
|
-
{{#contentList table="admin.access" query="route_id='{{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
|
-
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
12
|
-
Дії</th>
|
13
|
-
</tr>
|
14
|
-
</thead>
|
15
|
-
<tbody class="bg-white divide-y divide-gray-200">
|
16
|
-
{{#each rows}}
|
17
|
-
<tr>
|
18
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
-
{{!-- {{select user_uid data="core.user_uid"}} --}}
|
20
|
-
{{user_uid}}
|
21
|
-
</td>
|
22
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
23
|
-
{{!-- {{select actions data="core.actions"}} --}}
|
24
|
-
{{actions}}
|
25
|
-
</td>
|
26
|
-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
27
|
-
{{!-- {{select access_granted data="core.user_uid"}} --}}
|
28
|
-
{{access_granted}}
|
29
|
-
</td>
|
30
|
-
</tr>
|
31
|
-
{{/each}}
|
32
|
-
</tbody>
|
33
|
-
</table>
|
1
|
+
{{#contentList table="admin.access" query="route_id='{{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
|
+
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
12
|
+
Дії</th>
|
13
|
+
</tr>
|
14
|
+
</thead>
|
15
|
+
<tbody class="bg-white divide-y divide-gray-200">
|
16
|
+
{{#each rows}}
|
17
|
+
<tr>
|
18
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
19
|
+
{{!-- {{select user_uid data="core.user_uid"}} --}}
|
20
|
+
{{user_uid}}
|
21
|
+
</td>
|
22
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
23
|
+
{{!-- {{select actions data="core.actions"}} --}}
|
24
|
+
{{actions}}
|
25
|
+
</td>
|
26
|
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-F500">
|
27
|
+
{{!-- {{select access_granted data="core.user_uid"}} --}}
|
28
|
+
{{access_granted}}
|
29
|
+
</td>
|
30
|
+
</tr>
|
31
|
+
{{/each}}
|
32
|
+
</tbody>
|
33
|
+
</table>
|
34
34
|
{{/contentList}}
|
@@ -1,26 +1,26 @@
|
|
1
|
-
<dl class="-my-3 divide-y divide-gray-100 text-sm">
|
2
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
3
|
-
<dt class="font-medium text-gray-900">ПІБ</dt>
|
4
|
-
<dd class="text-gray-700 sm:col-span-2">{{sur_name}} {{user_name}} {{father_name}}</dd>
|
5
|
-
</div>
|
6
|
-
|
7
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
8
|
-
<dt class="font-medium text-gray-900">Електронна пошта</dt>
|
9
|
-
<dd class="text-gray-700 sm:col-span-2">{{email}}</dd>
|
10
|
-
</div>
|
11
|
-
|
12
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
13
|
-
<dt class="font-medium text-gray-900">Телефон</dt>
|
14
|
-
<dd class="text-gray-700 sm:col-span-2">{{phone}}</dd>
|
15
|
-
</div>
|
16
|
-
|
17
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
18
|
-
<dt class="font-medium text-gray-900">РНОКПП</dt>
|
19
|
-
<dd class="text-gray-700 sm:col-span-2">{{user_rnokpp}}</dd>
|
20
|
-
</div>
|
21
|
-
|
22
|
-
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
23
|
-
<dt class="font-medium text-gray-900">ЄДРПОУ</dt>
|
24
|
-
<dd class="text-gray-700 sm:col-span-2">{{organ_edrpou}}</dd>
|
25
|
-
</div>
|
1
|
+
<dl class="-my-3 divide-y divide-gray-100 text-sm">
|
2
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
3
|
+
<dt class="font-medium text-gray-900">ПІБ</dt>
|
4
|
+
<dd class="text-gray-700 sm:col-span-2">{{sur_name}} {{user_name}} {{father_name}}</dd>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
8
|
+
<dt class="font-medium text-gray-900">Електронна пошта</dt>
|
9
|
+
<dd class="text-gray-700 sm:col-span-2">{{email}}</dd>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
13
|
+
<dt class="font-medium text-gray-900">Телефон</dt>
|
14
|
+
<dd class="text-gray-700 sm:col-span-2">{{phone}}</dd>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
18
|
+
<dt class="font-medium text-gray-900">РНОКПП</dt>
|
19
|
+
<dd class="text-gray-700 sm:col-span-2">{{user_rnokpp}}</dd>
|
20
|
+
</div>
|
21
|
+
|
22
|
+
<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">
|
23
|
+
<dt class="font-medium text-gray-900">ЄДРПОУ</dt>
|
24
|
+
<dd class="text-gray-700 sm:col-span-2">{{organ_edrpou}}</dd>
|
25
|
+
</div>
|
26
26
|
</dl>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
component: default
|
2
|
-
panels:
|
3
|
-
- name: general_info
|
4
|
-
title: Загальна інформація
|
5
|
-
col: 4
|
6
|
-
- name: user_roles
|
7
|
-
title: Перелік груп
|
8
|
-
col: 8
|
9
|
-
items:
|
10
|
-
- name: logs
|
11
|
-
title: Інформація про вхід до системи
|
12
|
-
col: 4
|
1
|
+
component: default
|
2
|
+
panels:
|
3
|
+
- name: general_info
|
4
|
+
title: Загальна інформація
|
5
|
+
col: 4
|
6
|
+
- name: user_roles
|
7
|
+
title: Перелік груп
|
8
|
+
col: 8
|
9
|
+
items:
|
10
|
+
- name: logs
|
11
|
+
title: Інформація про вхід до системи
|
12
|
+
col: 4
|
@@ -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,14 +1,14 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "get",
|
4
|
-
"text": "Отримання"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
"id": "edit",
|
8
|
-
"text": "Редагування"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"id": "del",
|
12
|
-
"text": "Видалення"
|
13
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "get",
|
4
|
+
"text": "Отримання"
|
5
|
+
},
|
6
|
+
{
|
7
|
+
"id": "edit",
|
8
|
+
"text": "Редагування"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"id": "del",
|
12
|
+
"text": "Видалення"
|
13
|
+
}
|
14
14
|
]
|
@@ -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
|
]
|