@opengis/admin 0.1.33 → 0.1.34

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 (104) hide show
  1. package/README.md +29 -29
  2. package/config.js +4 -4
  3. package/dist/{IconSearch-1BcTMxEE.js → IconSearch-DNNnxuM0.js} +1 -1
  4. package/dist/{add-page-wcbfNL4F.js → add-page-Bv_wvATF.js} +1 -1
  5. package/dist/{admin-interface-DXUh5O3U.js → admin-interface-BAVzcGBR.js} +2 -2
  6. package/dist/{admin-view-C6kdm9x5.js → admin-view-D3h6obEF.js} +3 -3
  7. package/dist/admin.js +1 -1
  8. package/dist/admin.umd.cjs +6 -6
  9. package/dist/{card-page-BZoBOZQ0.js → card-page-g1grg09l.js} +50 -51
  10. package/dist/{card-view-hVzD8WTT.js → card-view-1snBXBlI.js} +1 -1
  11. package/dist/{edit-page-CPzwH3_B.js → edit-page-BQeZdV0L.js} +1 -1
  12. package/dist/{import-file-BioYjefB.js → import-file-TPXyIRQU.js} +13 -20
  13. package/dist/style.css +1 -1
  14. package/module/settings/card/admin.roles.table/access.hbs +27 -27
  15. package/module/settings/card/admin.roles.table/general_info.hbs +16 -16
  16. package/module/settings/card/admin.roles.table/index.yml +14 -14
  17. package/module/settings/card/admin.roles.table/users.hbs +27 -27
  18. package/module/settings/card/admin.routes.table/general_info.hbs +40 -40
  19. package/module/settings/card/admin.routes.table/index.yml +8 -8
  20. package/module/settings/card/admin.routes.table/users.hbs +33 -33
  21. package/module/settings/card/admin.users.table/general_info.hbs +25 -25
  22. package/module/settings/card/admin.users.table/index.yml +12 -12
  23. package/module/settings/card/admin.users.table/logs.hbs +30 -30
  24. package/module/settings/card/admin.users.table/user_roles.hbs +24 -24
  25. package/module/settings/cls/core.actions.json +13 -13
  26. package/module/settings/cls/core.scope.json +13 -13
  27. package/module/settings/cls/properties.site_status.json +13 -13
  28. package/module/settings/cls/properties.widget_status.json +13 -13
  29. package/module/settings/cls/users.user_type.json +13 -13
  30. package/module/settings/form/admin.access.form.json +36 -36
  31. package/module/settings/form/admin.properties.form.json +15 -15
  32. package/module/settings/form/admin.roles.form.json +19 -19
  33. package/module/settings/form/admin.routes.form.json +25 -25
  34. package/module/settings/form/{admin.user_properties.entity.form.json → admin.table_properties.form.json} +70 -70
  35. package/module/settings/form/admin.user_properties.form.json +15 -15
  36. package/module/settings/form/admin.user_roles.form.json +21 -21
  37. package/module/settings/form/admin.users.form.json +150 -150
  38. package/module/settings/form/user.user_roles.form.json +13 -13
  39. package/module/settings/interface/admin.properties.json +4 -4
  40. package/module/settings/interface/admin.roles.json +4 -4
  41. package/module/settings/interface/admin.routes.json +4 -4
  42. package/module/settings/interface/admin.users.json +4 -4
  43. package/module/settings/menu.json +45 -45
  44. package/module/settings/select/core.roles.json +2 -2
  45. package/module/settings/select/core.user_uid.sql +1 -1
  46. package/module/settings/table/admin.access.table.json +77 -77
  47. package/module/settings/table/admin.properties.table.json +33 -33
  48. package/module/settings/table/admin.roles.table.json +58 -58
  49. package/module/settings/table/admin.routes.table.json +55 -55
  50. package/module/settings/table/{admin.user_properties.entity.table.json → admin.table_properties.table.json} +81 -75
  51. package/module/settings/table/admin.user_properties.table.json +28 -29
  52. package/module/settings/table/admin.user_roles.table.json +66 -66
  53. package/module/settings/table/admin.users.table.json +119 -119
  54. package/package.json +74 -74
  55. package/plugin.js +102 -100
  56. package/server/helpers/controllers/badge.js +11 -11
  57. package/server/helpers/controllers/hb.js +2 -2
  58. package/server/helpers/controllers/map.js +2 -2
  59. package/server/helpers/controllers/mls.js +2 -2
  60. package/server/helpers/controllers/vue.js +2 -2
  61. package/server/helpers/index.mjs +13 -13
  62. package/server/plugins/docs.js +28 -28
  63. package/server/plugins/hook.js +166 -166
  64. package/server/plugins/vite.js +69 -69
  65. package/server/routes/data/controllers/cardData.js +56 -56
  66. package/server/routes/data/controllers/cardTabData.js +39 -39
  67. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +85 -85
  68. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +142 -142
  69. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  70. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +67 -67
  71. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  72. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  73. package/server/routes/data/controllers/tableData.js +121 -121
  74. package/server/routes/data/controllers/tableDataId.js +27 -27
  75. package/server/routes/data/controllers/tableFilter.js +55 -54
  76. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  77. package/server/routes/data/controllers/utils/getColumns.js +21 -21
  78. package/server/routes/data/index.mjs +12 -12
  79. package/server/routes/menu/controllers/getMenu.js +33 -33
  80. package/server/routes/menu/index.mjs +5 -5
  81. package/server/routes/properties/controllers/admin.properties.get.js +29 -29
  82. package/server/routes/properties/controllers/user.properties.get.js +34 -34
  83. package/server/routes/properties/controllers/user.properties.post.js +30 -30
  84. package/server/routes/properties/funcs/getSettings.js +56 -56
  85. package/server/routes/properties/funcs/setSettings.js +44 -44
  86. package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
  87. package/server/routes/properties/index.mjs +26 -26
  88. package/server/routes/root.mjs +3 -3
  89. package/server/routes/templates/controllers/getTemplate.js +14 -14
  90. package/server/routes/templates/index.mjs +14 -14
  91. package/server/templates/cls/itree.recrzone_category.json +73 -73
  92. package/server/templates/cls/test.json +9 -9
  93. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  94. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  95. package/server/templates/form/cp_building.form.json +32 -32
  96. package/server/templates/form/form-user-pass.json +10 -10
  97. package/server/templates/form/form-user_group.json +39 -39
  98. package/server/templates/form/form-users.json +156 -156
  99. package/server/templates/form/user_group_access.form.json +22 -22
  100. package/server/templates/select/account_id.json +2 -2
  101. package/server/templates/table/gis.dataset.table.json +43 -43
  102. package/server/templates/table/management.user_group.table.json +112 -112
  103. package/server/templates/table/management.users.table.json +126 -126
  104. package/utils.js +8 -8
@@ -1,7 +1,7 @@
1
1
  import { u as $ } from "./userMenu-CT1xO2Pt.js";
2
- import { _ as V, a as z } from "./import-file-BioYjefB.js";
3
- import { resolveComponent as N, openBlock as n, createElementBlock as c, createElementVNode as u, toDisplayString as j, createVNode as q, withCtx as B, createTextVNode as E, normalizeClass as T, Fragment as k, renderList as M, createBlock as L, resolveDynamicComponent as H, createCommentVNode as v } from "vue";
4
- const A = {
2
+ import { _ as V, a as m } from "./import-file-TPXyIRQU.js";
3
+ import { resolveComponent as z, openBlock as n, createElementBlock as c, createElementVNode as d, toDisplayString as C, createVNode as N, withCtx as q, createTextVNode as B, normalizeClass as T, Fragment as k, renderList as M, createBlock as L, resolveDynamicComponent as H, createCommentVNode as v } from "vue";
4
+ const E = {
5
5
  data() {
6
6
  return {
7
7
  objectData: null,
@@ -19,17 +19,17 @@ const A = {
19
19
  return r || this.$router.replace("/404"), r == null ? void 0 : r.path;
20
20
  },
21
21
  getTitle() {
22
- var t, r, a, l, s, h, i, x, g, d, o, C, w, e, y;
22
+ var t, r, a, l, s, h, i, x, g, u, o, j, w, e, y;
23
23
  if ((a = (r = (t = this.objectData) == null ? void 0 : t.rows) == null ? void 0 : r[0]) != null && a.name)
24
- return ((i = (h = (s = (l = this.objectData) == null ? void 0 : l.rows) == null ? void 0 : s[0]) == null ? void 0 : h.name) == null ? void 0 : i.length) < 35 ? (d = (g = (x = this.objectData) == null ? void 0 : x.rows) == null ? void 0 : g[0]) == null ? void 0 : d.name : ((e = (w = (C = (o = this.objectData) == null ? void 0 : o.rows) == null ? void 0 : C[0]) == null ? void 0 : w.name) == null ? void 0 : e.slice(0, 35)) + " ...";
24
+ return ((i = (h = (s = (l = this.objectData) == null ? void 0 : l.rows) == null ? void 0 : s[0]) == null ? void 0 : h.name) == null ? void 0 : i.length) < 35 ? (u = (g = (x = this.objectData) == null ? void 0 : x.rows) == null ? void 0 : g[0]) == null ? void 0 : u.name : ((e = (w = (j = (o = this.objectData) == null ? void 0 : o.rows) == null ? void 0 : j[0]) == null ? void 0 : w.name) == null ? void 0 : e.slice(0, 35)) + " ...";
25
25
  {
26
- const p = (y = this.flattenMenu($.value)) == null ? void 0 : y.find(
27
- (b) => {
26
+ const b = (y = this.flattenMenu($.value)) == null ? void 0 : y.find(
27
+ (p) => {
28
28
  var f, _;
29
- return (b == null ? void 0 : b.table) === ((_ = (f = this.$route) == null ? void 0 : f.params) == null ? void 0 : _.table);
29
+ return (p == null ? void 0 : p.table) === ((_ = (f = this.$route) == null ? void 0 : f.params) == null ? void 0 : _.table);
30
30
  }
31
31
  );
32
- return p == null ? void 0 : p.ua;
32
+ return b == null ? void 0 : b.ua;
33
33
  }
34
34
  }
35
35
  },
@@ -47,7 +47,7 @@ const A = {
47
47
  const { table: t, id: r } = (a = this.$route) == null ? void 0 : a.params;
48
48
  (!t || !r) && this.$router.replace("/404");
49
49
  try {
50
- const { data: l } = await z.get(`/api/table-data/${t}/${r}`);
50
+ const { data: l } = await m.get(`/api/table-data/${t}/${r}`);
51
51
  this.objectData = l;
52
52
  } catch (l) {
53
53
  console.error(l);
@@ -64,8 +64,8 @@ const A = {
64
64
  if ((r = (t = this.$route) == null ? void 0 : t.query) != null && r.tab)
65
65
  this.component = (l = (a = this.$route) == null ? void 0 : a.query) == null ? void 0 : l.tab;
66
66
  else {
67
- const d = (h = (s = this.objectData) == null ? void 0 : s.panels) == null ? void 0 : h.find((o) => (o == null ? void 0 : o.type) === "tabs");
68
- (i = d == null ? void 0 : d.items) != null && i.length && (this.component = ((x = d.items[0]) == null ? void 0 : x.component) || ((g = d.items[0]) == null ? void 0 : g.name));
67
+ const u = (h = (s = this.objectData) == null ? void 0 : s.panels) == null ? void 0 : h.find((o) => (o == null ? void 0 : o.type) === "tabs");
68
+ (i = u == null ? void 0 : u.items) != null && i.length && (this.component = ((x = u.items[0]) == null ? void 0 : x.component) || ((g = u.items[0]) == null ? void 0 : g.name));
69
69
  }
70
70
  },
71
71
  flattenMenu(t) {
@@ -75,10 +75,10 @@ const A = {
75
75
  }), r;
76
76
  }
77
77
  }
78
- }, G = {
78
+ }, A = {
79
79
  style: { width: "calc(100vw - 260px)", height: "calc(100vh - 60px)" },
80
80
  class: "bg-gray-50 overflow-y-auto"
81
- }, O = { class: "h-[76px] bg-gray-50 flex items-center justify-between px-[30px]" }, R = { class: "" }, m = { class: "text-lg md:text-xl font-semibold text-stone-800 dark:text-neutral-200" }, F = { class: "flex items-center gap-[6px]" }, I = {
81
+ }, G = { class: "h-[76px] bg-gray-50 flex items-center justify-between px-[30px]" }, O = { class: "" }, R = { class: "text-lg md:text-xl font-semibold text-stone-800 dark:text-neutral-200" }, F = { class: "flex items-center gap-[6px]" }, I = {
82
82
  key: 0,
83
83
  class: "border rounded-xl bg-white"
84
84
  }, P = { class: "p-[10px] pl-[20px] text-xl" }, S = ["innerHTML"], J = { key: 1 }, K = { class: "p-[10px] pl-[20px] text-xl" }, Q = {
@@ -87,72 +87,72 @@ const A = {
87
87
  }, U = {
88
88
  key: 1,
89
89
  class: "p-[20px] border-t"
90
- }, W = ["innerHTML"], X = { class: "flex space-x-1 w-full bg-white border rounded-xl h-[60px] items-center pl-[20px]" }, Y = ["onClick"], Z = {
90
+ }, W = ["innerHTML"], X = { class: "flex space-x-1 w-full bg-white border border-b-0 rounded-tr-xl rounded-tl-xl h-[60px] items-center pl-[20px]" }, Y = ["onClick"], Z = {
91
91
  key: 0,
92
- class: "border rounded-xl bg-white mt-[20px]"
93
- }, ee = { class: "p-[10px] pl-[20px] text-xl" }, te = {
92
+ class: "border rounded-bl-xl border-t-0 rounded-br-xl bg-white"
93
+ }, ee = {
94
94
  key: 0,
95
95
  class: "p-[20px] border-t"
96
- }, oe = {
96
+ }, te = {
97
97
  key: 1,
98
98
  class: "p-[20px] border-t"
99
- }, re = ["innerHTML"];
100
- function se(t, r, a, l, s, h) {
101
- var x, g, d;
102
- const i = N("router-link");
103
- return n(), c("div", G, [
104
- u("div", O, [
105
- u("div", R, [
106
- u("button", {
99
+ }, oe = ["innerHTML"];
100
+ function re(t, r, a, l, s, h) {
101
+ var x, g, u;
102
+ const i = z("router-link");
103
+ return n(), c("div", A, [
104
+ d("div", G, [
105
+ d("div", O, [
106
+ d("button", {
107
107
  onClick: r[0] || (r[0] = (o) => t.$router.back()),
108
108
  class: "text-sm h-[20px] text-blue-600 font-medium hover:border-b hover:border-b-2 hover:border-b-blue-500"
109
109
  }, " До таблиці "),
110
- u("h2", m, j(h.getTitle), 1)
110
+ d("h2", R, C(h.getTitle), 1)
111
111
  ]),
112
- u("div", F, [
113
- q(i, {
112
+ d("div", F, [
113
+ N(i, {
114
114
  to: `/edit?table=${h.getRoute}&id=${(g = (x = t.$route) == null ? void 0 : x.params) == null ? void 0 : g.id}`,
115
115
  class: "py-2 px-3 inline-flex items-center gap-x-2 text-sm font-medium rounded-lg border border-transparent bg-blue-600 text-white hover:bg-blue-700 hover:text-white duration-300"
116
116
  }, {
117
- default: B(() => r[1] || (r[1] = [
118
- E(" Редагувати ")
117
+ default: q(() => r[1] || (r[1] = [
118
+ B(" Редагувати ")
119
119
  ])),
120
120
  _: 1
121
121
  }, 8, ["to"])
122
122
  ])
123
123
  ]),
124
- u("div", {
124
+ d("div", {
125
125
  class: T(["grid gap-[20px]", h.getGridClass()])
126
126
  }, [
127
- (n(!0), c(k, null, M((d = s.objectData) == null ? void 0 : d.panels, (o, C) => {
127
+ (n(!0), c(k, null, M((u = s.objectData) == null ? void 0 : u.panels, (o, j) => {
128
128
  var w;
129
129
  return n(), c("div", {
130
- key: C,
130
+ key: j,
131
131
  class: T([h.getColClass(o.col), "p-4"])
132
132
  }, [
133
133
  o != null && o.name ? (n(), c("div", I, [
134
- u("h2", P, j((o == null ? void 0 : o.title) || "Панель"), 1),
135
- u("div", {
134
+ d("h2", P, C((o == null ? void 0 : o.title) || "Панель"), 1),
135
+ d("div", {
136
136
  class: "p-[20px] border-t",
137
137
  innerHTML: (w = s.objectData) == null ? void 0 : w.data[o == null ? void 0 : o.name]
138
138
  }, null, 8, S)
139
139
  ])) : o.type === "container" ? (n(), c("div", J, [
140
140
  (n(!0), c(k, null, M(o.items, (e, y) => {
141
- var p, b, f, _, D;
141
+ var b, p, f, _, D;
142
142
  return n(), c("div", {
143
143
  key: y,
144
144
  class: "border rounded-xl bg-white mb-[20px]"
145
145
  }, [
146
- u("h2", K, j((e == null ? void 0 : e.title) || "Панель"), 1),
146
+ d("h2", K, C((e == null ? void 0 : e.title) || "Панель"), 1),
147
147
  e != null && e.component ? (n(), c("div", Q, [
148
148
  (n(), L(H(e.component), {
149
- geometry: (b = (p = s.objectData) == null ? void 0 : p.rows[0]) == null ? void 0 : b.geom,
149
+ geometry: (p = (b = s.objectData) == null ? void 0 : b.rows[0]) == null ? void 0 : p.geom,
150
150
  zoom: 16,
151
151
  id: (_ = (f = t.$route) == null ? void 0 : f.params) == null ? void 0 : _.id
152
152
  }, null, 8, ["geometry", "id"]))
153
153
  ])) : v("", !0),
154
154
  e != null && e.name ? (n(), c("div", U, [
155
- u("div", {
155
+ d("div", {
156
156
  innerHTML: (D = s.objectData) == null ? void 0 : D.data[e == null ? void 0 : e.name]
157
157
  }, null, 8, W)
158
158
  ])) : v("", !0)
@@ -160,7 +160,7 @@ function se(t, r, a, l, s, h) {
160
160
  }), 128))
161
161
  ])) : v("", !0),
162
162
  (o == null ? void 0 : o.type) === "tabs" ? (n(), c(k, { key: 2 }, [
163
- u("nav", X, [
163
+ d("nav", X, [
164
164
  (n(!0), c(k, null, M(o == null ? void 0 : o.items, (e) => (n(), c("button", {
165
165
  key: (e == null ? void 0 : e.name) || (e == null ? void 0 : e.component),
166
166
  onClick: (y) => s.component = (e == null ? void 0 : e.component) || (e == null ? void 0 : e.name),
@@ -168,24 +168,23 @@ function se(t, r, a, l, s, h) {
168
168
  " font-semibold after:absolute after:bottom-[-14px] after:left-2.5 after:right-2.5 after:z-10 after:h-0.5 after:bg-gray-800": s.component === (e == null ? void 0 : e.component) || s.component === (e == null ? void 0 : e.name),
169
169
  "": s.component !== (e == null ? void 0 : e.component) && s.component !== (e == null ? void 0 : e.name)
170
170
  }])
171
- }, j(e == null ? void 0 : e.title), 11, Y))), 128))
171
+ }, C(e == null ? void 0 : e.title), 11, Y))), 128))
172
172
  ]),
173
173
  (n(!0), c(k, null, M(o.items, (e, y) => {
174
- var p, b, f, _, D;
174
+ var b, p, f, _, D;
175
175
  return n(), c(k, { key: y }, [
176
176
  s.component === (e == null ? void 0 : e.component) || s.component === (e == null ? void 0 : e.name) ? (n(), c("div", Z, [
177
- u("h2", ee, j((e == null ? void 0 : e.title) || "Панель"), 1),
178
- e != null && e.component ? (n(), c("div", te, [
177
+ e != null && e.component ? (n(), c("div", ee, [
179
178
  (n(), L(H(e.component), {
180
- geometry: (b = (p = s.objectData) == null ? void 0 : p.rows[0]) == null ? void 0 : b.geom,
179
+ geometry: (p = (b = s.objectData) == null ? void 0 : b.rows[0]) == null ? void 0 : p.geom,
181
180
  zoom: 16,
182
181
  id: (_ = (f = t.$route) == null ? void 0 : f.params) == null ? void 0 : _.id
183
182
  }, null, 8, ["geometry", "id"]))
184
183
  ])) : v("", !0),
185
- e != null && e.name ? (n(), c("div", oe, [
186
- u("div", {
184
+ e != null && e.name ? (n(), c("div", te, [
185
+ d("div", {
187
186
  innerHTML: (D = s.objectData) == null ? void 0 : D.data[e == null ? void 0 : e.name]
188
- }, null, 8, re)
187
+ }, null, 8, oe)
189
188
  ])) : v("", !0)
190
189
  ])) : v("", !0)
191
190
  ], 64);
@@ -196,7 +195,7 @@ function se(t, r, a, l, s, h) {
196
195
  ], 2)
197
196
  ]);
198
197
  }
199
- const le = /* @__PURE__ */ V(A, [["render", se], ["__scopeId", "data-v-fe670fc5"]]);
198
+ const ce = /* @__PURE__ */ V(E, [["render", re], ["__scopeId", "data-v-9b7dd8fb"]]);
200
199
  export {
201
- le as default
200
+ ce as default
202
201
  };
@@ -1,5 +1,5 @@
1
1
  import { resolveComponent as e, openBlock as r, createBlock as t } from "vue";
2
- import { _ as c } from "./import-file-BioYjefB.js";
2
+ import { _ as c } from "./import-file-TPXyIRQU.js";
3
3
  const n = {};
4
4
  function s(_, p, a, i, f, m) {
5
5
  const o = e("router-view");
@@ -1,5 +1,5 @@
1
1
  import { u as m } from "./userMenu-CT1xO2Pt.js";
2
- import { _ as b, a as n } from "./import-file-BioYjefB.js";
2
+ import { _ as b, a as n } from "./import-file-TPXyIRQU.js";
3
3
  import { resolveComponent as d, openBlock as u, createElementBlock as h, createElementVNode as i, createBlock as p, createCommentVNode as f } from "vue";
4
4
  const g = {
5
5
  data() {
@@ -3577,17 +3577,17 @@ function PI(t, e) {
3577
3577
  return [i, n, s];
3578
3578
  }
3579
3579
  const II = [
3580
- { name: "edit", path: "/edit", component: () => import("./edit-page-CPzwH3_B.js") },
3581
- { name: "add", path: "/add", component: () => import("./add-page-wcbfNL4F.js") },
3580
+ { name: "edit", path: "/edit", component: () => import("./edit-page-BQeZdV0L.js") },
3581
+ { name: "add", path: "/add", component: () => import("./add-page-Bv_wvATF.js") },
3582
3582
  {
3583
3583
  name: "card-view",
3584
3584
  path: "/card",
3585
- component: () => import("./card-view-hVzD8WTT.js"),
3585
+ component: () => import("./card-view-1snBXBlI.js"),
3586
3586
  children: [{
3587
3587
  name: "table",
3588
3588
  path: ":table",
3589
- component: () => import("./card-view-hVzD8WTT.js"),
3590
- children: [{ name: "card", path: ":id", component: () => import("./card-page-BZoBOZQ0.js") }]
3589
+ component: () => import("./card-view-1snBXBlI.js"),
3590
+ children: [{ name: "card", path: ":id", component: () => import("./card-page-g1grg09l.js") }]
3591
3591
  }]
3592
3592
  }
3593
3593
  ], DI = {}, OI = { class: "bg-gray-200 w-full px-16 md:px-0 h-screen flex items-center justify-center" }, zI = { class: "bg-white border border-gray-200 flex flex-col items-center justify-center px-4 md:px-8 lg:px-24 py-8 rounded-lg shadow-2xl" };
@@ -3635,13 +3635,13 @@ const LI = /* @__PURE__ */ ai(DI, [["render", RI]]), FI = (t) => {
3635
3635
  {
3636
3636
  path: "/",
3637
3637
  name: "global",
3638
- component: () => import("./admin-view-C6kdm9x5.js"),
3638
+ component: () => import("./admin-view-D3h6obEF.js"),
3639
3639
  children: [
3640
3640
  ...e,
3641
3641
  ...t,
3642
3642
  {
3643
3643
  path: "/:catchAll(.*)",
3644
- component: () => import("./admin-interface-DXUh5O3U.js")
3644
+ component: () => import("./admin-interface-BAVzcGBR.js")
3645
3645
  }
3646
3646
  ]
3647
3647
  }
@@ -25360,7 +25360,7 @@ function NL(t, e, i, n, s, l) {
25360
25360
  ]))
25361
25361
  ], 4);
25362
25362
  }
25363
- const VL = /* @__PURE__ */ ai(DL, [["render", NL], ["__scopeId", "data-v-14698eb6"]]), i1 = {
25363
+ const VL = /* @__PURE__ */ ai(DL, [["render", NL], ["__scopeId", "data-v-3f5a9aff"]]), i1 = {
25364
25364
  width: 200,
25365
25365
  show: !0,
25366
25366
  position: "horizontal"
@@ -25504,7 +25504,7 @@ function ZL(t, e, i, n, s, l) {
25504
25504
  ]))
25505
25505
  ], 2);
25506
25506
  }
25507
- const YL = /* @__PURE__ */ ai($L, [["render", ZL], ["__scopeId", "data-v-180f4367"]]), { Map: XL, NavigationControl: KL, Popup: JL } = CL, QL = {
25507
+ const YL = /* @__PURE__ */ ai($L, [["render", ZL], ["__scopeId", "data-v-deb51e0a"]]), { Map: XL, NavigationControl: KL, Popup: JL } = CL, QL = {
25508
25508
  mixins: [IL],
25509
25509
  components: { VsMapPopup: YL },
25510
25510
  props: {
@@ -30999,7 +30999,7 @@ function BB(t, e) {
30999
30999
  let s = [];
31000
31000
  for (let l in i) {
31001
31001
  let u = i[l];
31002
- u.isInGroup(e) && s.push(u);
31002
+ u.groups.indexOf(e) > -1 && s.push(u);
31003
31003
  }
31004
31004
  return s.length == 0 && t.err("No node type or group '" + e + "' found"), s;
31005
31005
  }
@@ -31195,13 +31195,6 @@ let R1 = class OT {
31195
31195
  return this.isLeaf || !!this.spec.atom;
31196
31196
  }
31197
31197
  /**
31198
- Return true when this node type is part of the given
31199
- [group](https://prosemirror.net/docs/ref/#model.NodeSpec.group).
31200
- */
31201
- isInGroup(e) {
31202
- return this.groups.indexOf(e) > -1;
31203
- }
31204
- /**
31205
31198
  The node type's [whitespace](https://prosemirror.net/docs/ref/#model.NodeSpec.whitespace) option.
31206
31199
  */
31207
31200
  get whitespace() {
@@ -31818,7 +31811,7 @@ class B1 {
31818
31811
  this.findInside(e), i.getContent(e, this.parser.schema).forEach((y) => this.insertNode(y, n));
31819
31812
  else {
31820
31813
  let y = e;
31821
- typeof i.contentElement == "string" ? y = e.querySelector(i.contentElement) : typeof i.contentElement == "function" ? y = i.contentElement(e) : i.contentElement && (y = i.contentElement), this.findAround(e, y, !0), this.addAll(y, n), this.findAround(e, y, !1);
31814
+ typeof i.contentElement == "string" ? y = e.querySelector(i.contentElement) : typeof i.contentElement == "function" ? y = i.contentElement(e) : i.contentElement && (y = i.contentElement), this.findAround(e, y, !0), this.addAll(y, n);
31822
31815
  }
31823
31816
  l && this.sync(a) && this.open--;
31824
31817
  }
@@ -31948,7 +31941,7 @@ class B1 {
31948
31941
  return !1;
31949
31942
  } else {
31950
31943
  let S = y > 0 || y == 0 && s ? this.nodes[y].type : n && y >= l ? n.node(y - l).type : null;
31951
- if (!S || S.name != x && !S.isInGroup(x))
31944
+ if (!S || S.name != x && S.groups.indexOf(x) == -1)
31952
31945
  return !1;
31953
31946
  y--;
31954
31947
  }
@@ -45756,7 +45749,7 @@ const d8 = /* @__PURE__ */ ai(r8, [["render", h8]]), p8 = {
45756
45749
  this.commentContent = t;
45757
45750
  }
45758
45751
  }
45759
- }, f8 = { class: "w-full widget-comment-form" }, m8 = { class: "mb-4 bg-white border-gray-200 dark:bg-gray-800 dark:border-gray-700" }, g8 = { class: "flex justify-end" };
45752
+ }, f8 = { class: "w-full widget-comment-form" }, m8 = { class: "mb-4 bg-white border-gray-200 dark:bg-gray-800 dark:border-gray-700" }, g8 = { class: "flex" };
45760
45753
  function y8(t, e, i, n, s, l) {
45761
45754
  const u = Ri("VsTextEditor");
45762
45755
  return Fe(), Ye("div", f8, [
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .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;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}.editor-container{max-width:800px;margin:0 auto}.ProseMirror-focused{outline:none}.editor-toolbar{background-color:#f9fafb}.editor-content{min-height:200px}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}code{background-color:#d3d1d1;border-radius:4px}.mention-popup{background-color:#fafafa;padding:10px;border-radius:10px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-width:200px;overflow-y:auto;width:auto}.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))}.grid[data-v-fe670fc5]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.admin-wrapper[data-v-c3c91323]{display:flex;height:100vh;align-items:start}.vs-popover__content>div{padding:.25rem}
1
+ .map-popup__vertical[data-v-3f5a9aff]{overflow:auto;max-height:300px}.map-popup__vertical[data-v-3f5a9aff]::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.map-popup__vertical[data-v-3f5a9aff]::-webkit-scrollbar-thumb{border-radius:5px;background-color:#dedede}.map-popup__vertical[data-v-3f5a9aff]::-webkit-scrollbar-track{background-color:#f5f5f5}.map__popup-body[data-v-3f5a9aff]{table-layout:fixed;width:100%}.map__popup-body-item[data-v-3f5a9aff]:not(:last-child){border-bottom:1px solid #eeeeee}.map__popup-body-item td[data-v-3f5a9aff]{width:50%;word-wrap:break-word;text-align:start}.map__popup-body-item td[data-v-3f5a9aff]:first-child{font-weight:600}.popup-image[data-v-deb51e0a]{max-width:100%;max-height:220px;margin-bottom:10px;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}.editor-container{max-width:800px;margin:0 auto}.ProseMirror-focused{outline:none}.editor-toolbar{background-color:#f9fafb}.editor-content{min-height:200px}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}code{background-color:#d3d1d1;border-radius:4px}.mention-popup{background-color:#fafafa;padding:10px;border-radius:10px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-width:200px;overflow-y:auto;width:auto}.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))}.grid[data-v-9b7dd8fb]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.admin-wrapper[data-v-3d7ecdff]{display:flex;height:100vh;align-items:start}.vs-popover__content>div{padding:.25rem}
@@ -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>