@opengis/admin 0.3.103 → 0.3.104
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.
- package/README.md +97 -97
- package/config.js +4 -4
- package/dist/add-page-CxrU5Q4l.js +127 -0
- package/dist/{admin-interface-mIo1_gE2.js → admin-interface-AsvHxkp6.js} +654 -684
- package/dist/admin-view-C7QW8ebw.js +703 -0
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +82 -82
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-BPUveYDd.js → card-view-SiUXOypt.js} +1 -1
- package/dist/edit-page-PXfumoJ-.js +145 -0
- package/dist/{import-file-Bs86FUW3.js → import-file-KkQTE8rh.js} +19705 -19959
- package/dist/{profile-page-DHRxyJA_.js → profile-page-B8ZKBocp.js} +4 -4
- package/dist/style.css +1 -1
- package/module/settings/card/admin.accounts.table/index.yml +7 -7
- package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
- package/module/settings/card/admin.accounts.table/users.hbs +13 -13
- package/module/settings/card/admin.routes.table/groups.hbs +11 -11
- package/module/settings/card/admin.routes.table/users.hbs +16 -16
- 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/yes_no.json +11 -11
- package/module/settings/form/admin.accounts.form.json +13 -13
- package/module/settings/form/admin.properties.form.json +15 -15
- package/module/settings/form/admin.roles.form.json +21 -21
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles_card.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/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.properties.table.json +39 -39
- package/module/settings/table/admin.user_properties.table.json +34 -34
- package/package.json +1 -1
- package/server/helpers/core/coalesce.js +7 -7
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/list/buttonHelper.js +21 -21
- package/server/helpers/list/utils/button.js +5 -5
- package/server/helpers/temp/contentList.js +58 -58
- package/server/helpers/temp/ifCond.js +101 -101
- package/server/helpers/utils/button.js +5 -5
- package/server/helpers/utils/mdToHTML.js +17 -17
- 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/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +54 -54
- package/server/routes/access/index.mjs +11 -11
- package/server/routes/access/schema.mjs +67 -67
- package/server/routes/calendar/controllers/calendar.data.js +125 -125
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- 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/tableDataId.js +27 -27
- 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 +20 -20
- package/server/routes/data/schema.js +54 -54
- package/server/routes/notifications/controllers/readNotifications.js +18 -18
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/hook/onWidgetSet.js +56 -56
- package/server/routes/notifications/index.mjs +26 -26
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/report/controllers/list.js +21 -21
- package/server/routes/report/controllers/tableData.js +107 -112
- package/server/routes/report/controllers/widgetData.js +104 -90
- package/server/routes/report/index.mjs +9 -9
- package/server/routes/report/utils/formatValue.js +179 -179
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +44 -44
- 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 +72 -72
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/util/controllers/code.generator.js +89 -89
- package/server/routes/widget/controllers/widget.del.js +80 -80
- package/server/routes/widget/controllers/widget.set.js +101 -101
- package/server/routes/widget/hook/onWidgetSet.js +12 -12
- package/server/routes/widget/index.mjs +20 -20
- 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/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/server/utils/addNotification.js +21 -21
- package/server/utils/sendNotification.js +89 -89
- package/dist/add-page-BtME1JJf.js +0 -126
- package/dist/admin-view-URsx4MBX.js +0 -1018
- package/dist/assets/images/eye.svg +0 -4
- package/dist/assets/images/file-up.svg +0 -6
- package/dist/edit-page-DVyHgdP0.js +0 -154
@@ -0,0 +1,703 @@
|
|
1
|
+
import { _ as w, I as G, s as f, a as J, u as T, b as K, c as W, d as X, e as Y, f as ee } from "./import-file-KkQTE8rh.js";
|
2
|
+
import { openBlock as s, createElementBlock as a, createElementVNode as o, createStaticVNode as A, resolveComponent as g, normalizeClass as p, createTextVNode as L, toDisplayString as V, createCommentVNode as _, createVNode as d, Transition as te, withCtx as C, withDirectives as re, Fragment as Z, renderList as P, vShow as le, createBlock as U, resolveDynamicComponent as S, withModifiers as oe } from "vue";
|
3
|
+
import "./user-B_2kh6ic.js";
|
4
|
+
const ne = {}, se = {
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
6
|
+
viewBox: "0 0 24 24",
|
7
|
+
fill: "none",
|
8
|
+
stroke: "currentColor",
|
9
|
+
"stroke-width": "2",
|
10
|
+
"stroke-linecap": "round",
|
11
|
+
"stroke-linejoin": "round",
|
12
|
+
class: "icon icon-tabler icons-tabler-outline icon-tabler-logout"
|
13
|
+
};
|
14
|
+
function ae(t, e, l, u, n, r) {
|
15
|
+
return s(), a("svg", se, e[0] || (e[0] = [
|
16
|
+
o("path", {
|
17
|
+
stroke: "none",
|
18
|
+
d: "M0 0h24v24H0z",
|
19
|
+
fill: "none"
|
20
|
+
}, null, -1),
|
21
|
+
o("path", { d: "M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" }, null, -1),
|
22
|
+
o("path", { d: "M9 12h12l-3 -3" }, null, -1),
|
23
|
+
o("path", { d: "M18 15l3 -3" }, null, -1)
|
24
|
+
]));
|
25
|
+
}
|
26
|
+
const R = /* @__PURE__ */ w(ne, [["render", ae]]), ie = {}, ue = {
|
27
|
+
viewBox: "0 0 1823 249",
|
28
|
+
fill: "none",
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
30
|
+
};
|
31
|
+
function de(t, e, l, u, n, r) {
|
32
|
+
return s(), a("svg", ue, e[0] || (e[0] = [
|
33
|
+
A('<path d="M218.88 96.05C223.55 99.19 228.69 101.56 234.09 103.07V145.42C212.05 151.54 195.83 171.79 195.83 195.75C195.83 200.22 196.41 204.65 197.53 208.94L160.92 230.08C156.82 226.06 152.08 222.73 146.91 220.24V171.62C164.83 163.13 176.59 145.06 176.59 124.48C176.59 123.17 176.54 121.86 176.44 120.56L218.88 96.05ZM220.32 79.09L160.97 113.36C162.04 116.88 162.61 120.61 162.61 124.48C162.61 142.66 149.93 157.87 132.93 161.76V230.05C143.4 232.46 152.23 239.16 157.46 248.21L215 214.99C211.7 209.34 209.81 202.77 209.81 195.75C209.81 174.62 226.94 157.49 248.07 157.49V91.02C237.14 91.02 227.29 86.43 220.32 79.09Z" fill="#CE3936"></path><path d="M161.39 19.13L197.44 39.94C196.39 44.11 195.84 48.42 195.84 52.75C195.84 54.21 195.9 55.65 196.02 57.1L153.9 81.42C145.27 75.5 134.95 72.24 124.36 72.24C113.83 72.24 103.57 75.47 94.96 81.32L52.71 56.93C52.82 55.55 52.88 54.16 52.88 52.76C52.88 48.43 52.34 44.12 51.28 39.95L87.3 19.16C96.98 28.89 110.26 34.58 124.34 34.58C138.42 34.57 151.7 28.87 161.39 19.13ZM157.77 0.919983C151.24 12.66 138.71 20.6 124.33 20.6C109.95 20.6 97.44 12.67 90.9 0.939983L33.9 33.85C37.08 39.43 38.91 45.88 38.91 52.76C38.91 56.71 38.31 60.52 37.2 64.11L96.46 98.32C103.44 90.87 113.36 86.22 124.37 86.22C135.44 86.22 145.41 90.93 152.39 98.44L211.59 64.27C210.45 60.64 209.83 56.78 209.83 52.77C209.83 45.89 211.65 39.44 214.84 33.86L157.77 0.919983Z" fill="#CE3936"></path><path d="M29.97 95.95L72.28 120.38C72.17 121.74 72.12 123.1 72.12 124.47C72.12 145.02 83.86 163.08 101.74 171.58V220.23C96.58 222.71 91.84 226.04 87.75 230.05L51.17 208.93C52.29 204.64 52.87 200.21 52.87 195.74C52.87 171.78 36.65 151.53 14.61 145.41V103.06C20.07 101.55 25.27 99.14 29.97 95.95ZM28.5 78.97C21.52 86.38 11.63 91.02 0.640015 91.02V157.49C21.77 157.49 38.9 174.62 38.9 195.75C38.9 202.77 37 209.33 33.71 214.99L91.2 248.18C96.43 239.14 105.25 232.45 115.71 230.04V161.73C98.74 157.81 86.09 142.62 86.09 124.46C86.09 120.54 86.68 116.75 87.78 113.18L28.5 78.97Z" fill="#CE3936"></path><path d="M498.39 177.5V144.88C498.39 128.55 485.11 115.27 468.78 115.27H343.22C342.69 115.27 342.18 115.32 341.67 115.4H337.19C332.35 115.4 328.42 111.46 328.42 106.63V74C328.42 69.16 332.36 65.23 337.19 65.23H486.33C492.08 65.23 496.75 60.57 496.75 54.81C496.75 49.06 492.08 44.39 486.33 44.39H337.19C320.86 44.39 307.58 57.67 307.58 74V106.62C307.58 122.95 320.86 136.23 337.19 136.23H462.75C463.28 136.23 463.79 136.18 464.3 136.1H468.78C473.62 136.1 477.55 140.04 477.55 144.87V177.49C477.55 182.33 473.61 186.26 468.78 186.26H319.64C313.89 186.26 309.22 190.92 309.22 196.68C309.22 202.43 313.89 207.1 319.64 207.1H468.78C485.11 207.11 498.39 193.83 498.39 177.5Z" fill="#CE3935"></path><path d="M710.7 177.32V75.24C710.7 58.91 697.42 45.63 681.09 45.63H550.05C533.72 45.63 520.44 58.91 520.44 75.24V177.32C520.44 193.65 533.72 206.93 550.05 206.93H681.1C697.42 206.93 710.7 193.65 710.7 177.32ZM541.27 75.24C541.27 70.4 545.21 66.47 550.04 66.47H681.09C685.93 66.47 689.86 70.41 689.86 75.24V177.32C689.86 182.16 685.92 186.09 681.09 186.09H550.05C545.21 186.09 541.28 182.15 541.28 177.32V75.24H541.27Z" fill="#CE3935"></path><path d="M1823 177.32V75.24C1823 58.91 1809.72 45.63 1793.39 45.63H1662.34C1646.01 45.63 1632.73 58.91 1632.73 75.24V177.32C1632.73 193.65 1646.01 206.93 1662.34 206.93H1793.39C1809.72 206.93 1823 193.65 1823 177.32ZM1653.57 75.24C1653.57 70.4 1657.51 66.47 1662.34 66.47H1793.39C1798.23 66.47 1802.16 70.41 1802.16 75.24V177.32C1802.16 182.16 1798.22 186.09 1793.39 186.09H1662.34C1657.5 186.09 1653.57 182.15 1653.57 177.32V75.24Z" fill="#CE3935"></path><path d="M756.76 196.51V152H849.42C855.17 152 859.84 147.34 859.84 141.58C859.84 135.83 855.17 131.16 849.42 131.16H756.76V75.23C756.76 70.39 760.7 66.46 765.53 66.46H893.29C899.04 66.46 903.71 61.8 903.71 56.04C903.71 50.29 899.04 45.62 893.29 45.62H765.53C749.2 45.62 735.92 58.9 735.92 75.23V196.5C735.92 202.25 740.59 206.92 746.34 206.92C752.09 206.93 756.76 202.27 756.76 196.51Z" fill="#CE3935"></path><path d="M933.86 66.47H1006.51V194.32C1006.51 200.07 1011.18 204.74 1016.93 204.74C1022.68 204.74 1027.35 200.07 1027.35 194.32V66.47H1100C1105.75 66.47 1110.42 61.81 1110.42 56.05C1110.42 50.3 1105.76 45.63 1100 45.63H933.86C928.11 45.63 923.44 50.29 923.44 56.05C923.45 61.81 928.11 66.47 933.86 66.47Z" fill="#CE3935"></path><path d="M1218.44 204.19C1224.19 204.19 1228.86 199.53 1228.86 193.77V152H1368.13C1384.46 152 1397.74 138.72 1397.74 122.39V75.24C1397.74 58.91 1384.46 45.63 1368.13 45.63H1237.63C1221.3 45.63 1208.02 58.91 1208.02 75.24V193.77C1208.02 199.53 1212.68 204.19 1218.44 204.19ZM1237.63 66.47H1368.13C1372.97 66.47 1376.9 70.41 1376.9 75.24V122.39C1376.9 127.23 1372.96 131.16 1368.13 131.16H1228.86V75.23C1228.86 70.41 1232.79 66.47 1237.63 66.47Z" fill="#CE3935"></path><path d="M1430.64 204.19C1436.39 204.19 1441.06 199.53 1441.06 193.77V152H1523.95C1524.57 153.18 1525.42 154.26 1526.51 155.17L1581.89 201.23C1583.83 202.85 1586.2 203.64 1588.55 203.64C1591.54 203.64 1594.5 202.36 1596.57 199.88C1600.25 195.46 1599.64 188.89 1595.22 185.21L1555.29 152H1580.33C1596.66 152 1609.94 138.72 1609.94 122.39V75.24C1609.94 58.91 1596.66 45.63 1580.33 45.63H1449.83C1433.5 45.63 1420.22 58.91 1420.22 75.24V193.77C1420.22 199.53 1424.88 204.19 1430.64 204.19ZM1449.83 66.47H1580.33C1585.17 66.47 1589.1 70.41 1589.1 75.24V122.39C1589.1 127.23 1585.17 131.16 1580.33 131.16H1441.06V75.23C1441.05 70.41 1444.99 66.47 1449.83 66.47Z" fill="#CE3935"></path>', 10)
|
34
|
+
]));
|
35
|
+
}
|
36
|
+
const ce = /* @__PURE__ */ w(ie, [["render", de]]), he = {
|
37
|
+
components: { IconChevronDown: G },
|
38
|
+
props: { route: Object, searchable: String },
|
39
|
+
mounted() {
|
40
|
+
var t, e;
|
41
|
+
(e = (t = this.route) == null ? void 0 : t.menu) != null && e.some(
|
42
|
+
(l) => {
|
43
|
+
var u, n;
|
44
|
+
return (l == null ? void 0 : l.path) === this.$route.path.replace("/", "") || ((n = (u = this.$route) == null ? void 0 : u.params) == null ? void 0 : n.table) === (l == null ? void 0 : l.table) && (l == null ? void 0 : l.table);
|
45
|
+
}
|
46
|
+
) && (this.isOpen = !0);
|
47
|
+
},
|
48
|
+
watch: {
|
49
|
+
route: {
|
50
|
+
immediate: !0,
|
51
|
+
handler(t) {
|
52
|
+
t != null && t.open && (this.isOpen = !0);
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
data() {
|
57
|
+
return {
|
58
|
+
isOpen: !1,
|
59
|
+
// IconComponent: null,
|
60
|
+
arr: []
|
61
|
+
};
|
62
|
+
},
|
63
|
+
computed: {
|
64
|
+
darkMode() {
|
65
|
+
var t, e;
|
66
|
+
return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
|
67
|
+
}
|
68
|
+
},
|
69
|
+
methods: {
|
70
|
+
highLight(t) {
|
71
|
+
if (!this.searchable) return t;
|
72
|
+
const e = this.searchable.replace(
|
73
|
+
/[.*+?^${}()|[\]\\]/g,
|
74
|
+
"\\$&"
|
75
|
+
), l = new RegExp(`(${e})(\\s*)`, "gi");
|
76
|
+
return t.replace(
|
77
|
+
l,
|
78
|
+
(u, n, r) => `<span style="color:#1989fa;">${n}</span>${r}`
|
79
|
+
);
|
80
|
+
}
|
81
|
+
// loadIconComponent(iconName) {
|
82
|
+
// if (icons[iconName]) {
|
83
|
+
// this.IconComponent = icons[iconName];
|
84
|
+
// } else {
|
85
|
+
// console.error(`Icon "${iconName}" not found in the icons map.`);
|
86
|
+
// this.IconComponent = null;
|
87
|
+
// }
|
88
|
+
// },
|
89
|
+
}
|
90
|
+
}, ge = {
|
91
|
+
key: 0,
|
92
|
+
class: ""
|
93
|
+
}, pe = {
|
94
|
+
key: 0,
|
95
|
+
class: "py-0.5 px-2 inline-flex items-center gap-x-1.5 text-xs font-medium bg-blue-100 text-blue-800 rounded-full dark:bg-blue-500/10 dark:text-blue-500"
|
96
|
+
}, fe = { key: 1 }, be = ["innerHTML"];
|
97
|
+
function xe(t, e, l, u, n, r) {
|
98
|
+
var i, m, k, H, j, v, y, z, M, I, $, O, B, D, E;
|
99
|
+
const b = g("IconChevronDown"), x = g("router-link");
|
100
|
+
return (i = l.route) != null && i.menu ? (s(), a("div", ge, [
|
101
|
+
o("button", {
|
102
|
+
onClick: e[0] || (e[0] = (h) => n.isOpen = !n.isOpen),
|
103
|
+
class: p(["flex items-center justify-start w-full px-3 py-2 text-sm text-left text-gray-800 duration-300 border-none rounded-lg cursor-pointer gap-x-3 focus:outline-none hover:bg-gray-100", [
|
104
|
+
((k = (m = l.route) == null ? void 0 : m.menu) == null ? void 0 : k.some(
|
105
|
+
(h) => {
|
106
|
+
var c, N;
|
107
|
+
return (h == null ? void 0 : h.path) === t.$route.path.replace("/", "") || (h == null ? void 0 : h.table) === ((N = (c = t.$route) == null ? void 0 : c.params) == null ? void 0 : N.table) && (h == null ? void 0 : h.table);
|
108
|
+
}
|
109
|
+
)) && (r.darkMode ? "bg-white/10" : "bg-gray-100"),
|
110
|
+
{
|
111
|
+
"text-white/80 hover:bg-white/10 hover:text-white/80 focus:bg-white/10": r.darkMode,
|
112
|
+
"text-gray-800 hover:bg-gray-100 hover:text-gray-800 focus:bg-gray-100": !r.darkMode
|
113
|
+
}
|
114
|
+
]])
|
115
|
+
}, [
|
116
|
+
L(V((H = l.route) == null ? void 0 : H.ua) + " ", 1),
|
117
|
+
(j = l.route) != null && j.new ? (s(), a("span", pe, "Нове")) : _("", !0),
|
118
|
+
d(b, {
|
119
|
+
class: p([[n.isOpen && "-rotate-180"], "ml-auto duration-300"]),
|
120
|
+
width: "14",
|
121
|
+
height: "14"
|
122
|
+
}, null, 8, ["class"])
|
123
|
+
], 2),
|
124
|
+
d(te, { name: "fade" }, {
|
125
|
+
default: C(() => {
|
126
|
+
var h;
|
127
|
+
return [
|
128
|
+
re(o("ul", {
|
129
|
+
class: p(["ml-[28px] pt-[6px] before:block before:absolute relative w-[calc(100%-28px)] flex-col gap-y-1.5 inline-flex before:w-[2px] before:h-[100%] before:left-[-10px] cursor-pointer", r.darkMode ? "before:bg-white/10" : "before:bg-gray-100"])
|
130
|
+
}, [
|
131
|
+
(s(!0), a(Z, null, P((h = l.route) == null ? void 0 : h.menu, (c, N) => {
|
132
|
+
var F, Q;
|
133
|
+
return s(), a("li", {
|
134
|
+
key: N,
|
135
|
+
class: "w-full"
|
136
|
+
}, [
|
137
|
+
d(x, {
|
138
|
+
innerHTML: r.highLight(c == null ? void 0 : c.ua),
|
139
|
+
to: "/" + (c == null ? void 0 : c.path),
|
140
|
+
class: p([[
|
141
|
+
((c == null ? void 0 : c.path) === t.$route.path.replace("/", "") || ((Q = (F = t.$route) == null ? void 0 : F.params) == null ? void 0 : Q.table) === (c == null ? void 0 : c.table) && (c == null ? void 0 : c.table)) && (r.darkMode ? "bg-white/10" : "bg-gray-100"),
|
142
|
+
{
|
143
|
+
"text-white/80 hover:bg-white/10 hover:text-white/80 focus:bg-white/10": r.darkMode,
|
144
|
+
"text-gray-800 hover:bg-gray-100 hover:text-gray-800 focus:bg-gray-100": !r.darkMode
|
145
|
+
}
|
146
|
+
], "block px-3 py-2 text-sm rounded-lg focus:outline-none focus:bg-gray-100"])
|
147
|
+
}, null, 8, ["innerHTML", "to", "class"])
|
148
|
+
]);
|
149
|
+
}), 128))
|
150
|
+
], 2), [
|
151
|
+
[le, n.isOpen]
|
152
|
+
])
|
153
|
+
];
|
154
|
+
}),
|
155
|
+
_: 1
|
156
|
+
})
|
157
|
+
])) : (v = l.route) != null && v.hidden ? _("", !0) : (s(), a("div", fe, [
|
158
|
+
d(x, {
|
159
|
+
to: ((z = (y = l.route) == null ? void 0 : y.path) == null ? void 0 : z[0]) === "/" ? (M = l.route) == null ? void 0 : M.path : "/" + ((I = l.route) == null ? void 0 : I.path),
|
160
|
+
class: p([[
|
161
|
+
((($ = l.route) == null ? void 0 : $.path.replace("/", "")) === t.$route.path.replace("/", "") || ((B = (O = t.$route) == null ? void 0 : O.params) == null ? void 0 : B.table) === ((D = l.route) == null ? void 0 : D.table) && ((E = l.route) == null ? void 0 : E.table)) && (r.darkMode ? "bg-white/10" : "bg-gray-100"),
|
162
|
+
{
|
163
|
+
"text-white/80 hover:bg-white/10 hover:text-white/80 focus:bg-white/10 ": r.darkMode,
|
164
|
+
"text-gray-800 hover:bg-gray-100 hover:text-gray-800 focus:bg-gray-100 ": !r.darkMode
|
165
|
+
}
|
166
|
+
], "flex items-center w-full px-3 py-2 text-sm text-gray-800 duration-300 rounded-lg gap-x-3"])
|
167
|
+
}, {
|
168
|
+
default: C(() => {
|
169
|
+
var h;
|
170
|
+
return [
|
171
|
+
o("span", {
|
172
|
+
innerHTML: r.highLight((h = l.route) == null ? void 0 : h.ua)
|
173
|
+
}, null, 8, be)
|
174
|
+
];
|
175
|
+
}),
|
176
|
+
_: 1
|
177
|
+
}, 8, ["to", "class"])
|
178
|
+
]));
|
179
|
+
}
|
180
|
+
const me = /* @__PURE__ */ w(he, [["render", xe]]), ke = {}, ve = {
|
181
|
+
class: "flex-shrink-0 size-4",
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
183
|
+
viewBox: "0 0 24 24",
|
184
|
+
fill: "none",
|
185
|
+
stroke: "currentColor",
|
186
|
+
"stroke-width": "2",
|
187
|
+
"stroke-linecap": "round",
|
188
|
+
"stroke-linejoin": "round"
|
189
|
+
};
|
190
|
+
function Ce(t, e, l, u, n, r) {
|
191
|
+
return s(), a("svg", ve, e[0] || (e[0] = [
|
192
|
+
o("circle", {
|
193
|
+
cx: "12",
|
194
|
+
cy: "12",
|
195
|
+
r: "10"
|
196
|
+
}, null, -1),
|
197
|
+
o("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }, null, -1),
|
198
|
+
o("path", { d: "M12 17h.01" }, null, -1)
|
199
|
+
]));
|
200
|
+
}
|
201
|
+
const q = /* @__PURE__ */ w(ke, [["render", Ce]]), we = {}, _e = {
|
202
|
+
class: "shrink-0 size-4 rounded-full",
|
203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
204
|
+
viewBox: "0 0 512 512"
|
205
|
+
};
|
206
|
+
function ye(t, e, l, u, n, r) {
|
207
|
+
return s(), a("svg", _e, e[0] || (e[0] = [
|
208
|
+
A('<g fill-rule="evenodd"><g stroke-width="1pt"><path fill="#bd3d44" d="M0 0h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0z" transform="scale(3.9385)"></path><path fill="#fff" d="M0 10h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0z" transform="scale(3.9385)"></path></g><path fill="#192f5d" d="M0 0h98.8v70H0z" transform="scale(3.9385)"></path><path fill="#fff" d="M8.2 3l1 2.8H12L9.7 7.5l.9 2.7-2.4-1.7L6 10.2l.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7L74 8.5l-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 7.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 24.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 21.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 38.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 35.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 52.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 49.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 66.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 63.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9z" transform="scale(3.9385)"></path></g>', 1)
|
209
|
+
]));
|
210
|
+
}
|
211
|
+
const ze = /* @__PURE__ */ w(we, [["render", ye]]), Me = {}, He = {
|
212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
213
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
214
|
+
version: "1.1",
|
215
|
+
width: "256",
|
216
|
+
height: "256",
|
217
|
+
viewBox: "0 0 256 256",
|
218
|
+
"xml:space": "preserve"
|
219
|
+
};
|
220
|
+
function Le(t, e, l, u, n, r) {
|
221
|
+
return s(), a("svg", He, e[0] || (e[0] = [
|
222
|
+
o("defs", null, null, -1),
|
223
|
+
o("g", {
|
224
|
+
style: { stroke: "none", "stroke-width": "0", "stroke-dasharray": "none", "stroke-linecap": "butt", "stroke-linejoin": "miter", "stroke-miterlimit": "10", fill: "none", "fill-rule": "nonzero", opacity: "1" },
|
225
|
+
transform: "translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)"
|
226
|
+
}, [
|
227
|
+
o("path", {
|
228
|
+
d: "M 45 90 C 20.147 90 0 69.853 0 45 h 90 C 90 69.853 69.853 90 45 90 z",
|
229
|
+
style: { stroke: "none", "stroke-width": "1", "stroke-dasharray": "none", "stroke-linecap": "butt", "stroke-linejoin": "miter", "stroke-miterlimit": "10", fill: "rgb(255,213,0)", "fill-rule": "nonzero", opacity: "1" },
|
230
|
+
transform: " matrix(1 0 0 1 0 0) ",
|
231
|
+
"stroke-linecap": "round"
|
232
|
+
}),
|
233
|
+
o("path", {
|
234
|
+
d: "M 45 0 C 20.147 0 0 20.147 0 45 h 90 C 90 20.147 69.853 0 45 0 z",
|
235
|
+
style: { stroke: "none", "stroke-width": "1", "stroke-dasharray": "none", "stroke-linecap": "butt", "stroke-linejoin": "miter", "stroke-miterlimit": "10", fill: "rgb(0,91,187)", "fill-rule": "nonzero", opacity: "1" },
|
236
|
+
transform: " matrix(1 0 0 1 0 0) ",
|
237
|
+
"stroke-linecap": "round"
|
238
|
+
})
|
239
|
+
], -1)
|
240
|
+
]));
|
241
|
+
}
|
242
|
+
const Ve = /* @__PURE__ */ w(Me, [["render", Le]]), Ie = {}, $e = {
|
243
|
+
class: "shrink-0 size-3.5 text-gray-800 dark:text-neutral-200",
|
244
|
+
xmlns: "http:.w3.org/2000/svg",
|
245
|
+
width: "24",
|
246
|
+
height: "24",
|
247
|
+
viewBox: "0 0 24 24",
|
248
|
+
fill: "none",
|
249
|
+
stroke: "currentColor",
|
250
|
+
"stroke-width": "2",
|
251
|
+
"stroke-linecap": "round",
|
252
|
+
"stroke-linejoin": "round"
|
253
|
+
};
|
254
|
+
function Oe(t, e, l, u, n, r) {
|
255
|
+
return s(), a("svg", $e, e[0] || (e[0] = [
|
256
|
+
o("polyline", { points: "20 6 9 17 4 12" }, null, -1)
|
257
|
+
]));
|
258
|
+
}
|
259
|
+
const Be = /* @__PURE__ */ w(Ie, [["render", Oe]]), De = {
|
260
|
+
components: { IconQuestion: q, IconUSA: ze, IconUkraine: Ve, IconTick: Be },
|
261
|
+
props: ["docs", "languages"],
|
262
|
+
data() {
|
263
|
+
return {
|
264
|
+
currentLang: "ukraine",
|
265
|
+
languagesOptions: [
|
266
|
+
{
|
267
|
+
titleEN: "English",
|
268
|
+
titleUA: "Англійська",
|
269
|
+
id: "english",
|
270
|
+
icon: "IconUSA"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
titleEN: "Ukraine",
|
274
|
+
titleUA: "Українська",
|
275
|
+
id: "ukraine",
|
276
|
+
icon: "IconUkraine"
|
277
|
+
}
|
278
|
+
]
|
279
|
+
};
|
280
|
+
},
|
281
|
+
computed: {
|
282
|
+
selectedLang() {
|
283
|
+
return this.languagesOptions.find((t) => t.id === this.currentLang);
|
284
|
+
},
|
285
|
+
darkMode() {
|
286
|
+
var t, e;
|
287
|
+
return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
|
288
|
+
}
|
289
|
+
},
|
290
|
+
methods: {
|
291
|
+
changeLang(t) {
|
292
|
+
this.$refs.langPopover.togglePopover(), this.currentLang = t;
|
293
|
+
}
|
294
|
+
}
|
295
|
+
}, Ee = { class: "flex justify-center items-center gap-x-2" }, Ue = ["onClick"], je = { class: "text-gray-800" }, Ne = { class: "ms-auto" }, Ze = { class: "truncate" };
|
296
|
+
function Te(t, e, l, u, n, r) {
|
297
|
+
const b = g("IconTick"), x = g("VsPopover");
|
298
|
+
return l.docs || l.languages ? (s(), a("div", {
|
299
|
+
key: 0,
|
300
|
+
class: p(["py-2 px-5 border-t dark:border-neutral-700", r.darkMode ? "border-white/10 " : "border-gray-200"])
|
301
|
+
}, [
|
302
|
+
o("div", Ee, [
|
303
|
+
d(x, {
|
304
|
+
trigger: "click",
|
305
|
+
placement: "top",
|
306
|
+
ref: "langPopover"
|
307
|
+
}, {
|
308
|
+
reference: C(() => {
|
309
|
+
var i, m, k;
|
310
|
+
return [
|
311
|
+
o("button", {
|
312
|
+
type: "button",
|
313
|
+
"aria-expanded": "false",
|
314
|
+
class: p([
|
315
|
+
"relative py-2 px-3 flex items-center gap-x-2 text-nowrap w-full cursor-pointer border rounded-full text-start text-sm text-gray-800 focus:outline-none",
|
316
|
+
r.darkMode ? "border-white/10 bg-transparent text-white/80 hover:bg-white/10 focus:bg-white/10" : "border-gray-200 bg-white hover:bg-gray-100 focus:bg-gray-100"
|
317
|
+
])
|
318
|
+
}, [
|
319
|
+
o("div", null, [
|
320
|
+
(s(), U(S((i = r.selectedLang) == null ? void 0 : i.icon), { class: "w-[16px] h-[16px] rounded-full" }))
|
321
|
+
]),
|
322
|
+
o("span", Ze, V(n.currentLang === "ukraine" ? (m = r.selectedLang) == null ? void 0 : m.titleUA : (k = r.selectedLang) == null ? void 0 : k.titleEN), 1)
|
323
|
+
], 2)
|
324
|
+
];
|
325
|
+
}),
|
326
|
+
default: C(() => [
|
327
|
+
o("div", null, [
|
328
|
+
(s(!0), a(Z, null, P(n.languagesOptions, (i) => (s(), a("button", {
|
329
|
+
key: i.id,
|
330
|
+
type: "button",
|
331
|
+
onClick: (m) => r.changeLang(i.id),
|
332
|
+
class: p(["flex items-center gap-x-2 cursor-pointer dark:hs-selected:bg-neutral-800 py-2 px-4 w-full text-sm text-gray-800 hover:bg-gray-100 rounded-lg focus:outline-none focus:bg-gray-100 dark:text-neutral-300 dark:hover:bg-neutral-800 dark:focus:bg-neutral-800 selected", (i == null ? void 0 : i.id) === n.currentLang ? "bg-gray-100" : ""])
|
333
|
+
}, [
|
334
|
+
(s(), U(S(i == null ? void 0 : i.icon), { class: "w-[16px] h-[16px] rounded-full" })),
|
335
|
+
o("div", je, V(n.currentLang === "ukraine" ? i == null ? void 0 : i.titleUA : i == null ? void 0 : i.titleEN), 1),
|
336
|
+
o("span", Ne, [
|
337
|
+
(i == null ? void 0 : i.id) === n.currentLang ? (s(), U(b, { key: 0 })) : _("", !0)
|
338
|
+
])
|
339
|
+
], 10, Ue))), 128))
|
340
|
+
])
|
341
|
+
]),
|
342
|
+
_: 1
|
343
|
+
}, 512)
|
344
|
+
])
|
345
|
+
], 2)) : _("", !0);
|
346
|
+
}
|
347
|
+
const Se = /* @__PURE__ */ w(De, [["render", Te]]), Ae = {
|
348
|
+
components: { IconLogout: R, NavbarItem: me, IconLogo: ce, IconSearch: J, NavbarFooter: Se },
|
349
|
+
data() {
|
350
|
+
return {
|
351
|
+
activeIndex: null,
|
352
|
+
searchValue: ""
|
353
|
+
};
|
354
|
+
},
|
355
|
+
computed: {
|
356
|
+
data() {
|
357
|
+
var t;
|
358
|
+
return (t = this.searchValue) != null && t.trim() ? this.filterMenu(T.value, this.searchValue) : T.value;
|
359
|
+
},
|
360
|
+
logo() {
|
361
|
+
var t, e, l;
|
362
|
+
return ((e = (t = this.$settings) == null ? void 0 : t.admin) == null ? void 0 : e.logo) || ((l = f.value) == null ? void 0 : l.logo) || "/assets/logo.svg";
|
363
|
+
},
|
364
|
+
docs() {
|
365
|
+
var t, e;
|
366
|
+
return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.docs;
|
367
|
+
},
|
368
|
+
languages() {
|
369
|
+
var t, e;
|
370
|
+
return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.languages;
|
371
|
+
},
|
372
|
+
darkMode() {
|
373
|
+
var t, e;
|
374
|
+
return ((e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark) || !1;
|
375
|
+
},
|
376
|
+
darkColor() {
|
377
|
+
var e, l, u, n, r, b;
|
378
|
+
const t = ((l = (e = f) == null ? void 0 : e.value) == null ? void 0 : l.sidebarColor) || ((n = (u = f) == null ? void 0 : u.value) == null ? void 0 : n.color) || ((b = (r = f) == null ? void 0 : r.value) != null && b.sidebarDark ? "blue" : "white");
|
379
|
+
return t.includes("-") || t.includes("[") ? t : t + "-950";
|
380
|
+
}
|
381
|
+
},
|
382
|
+
watch: {
|
383
|
+
"$route.path"() {
|
384
|
+
this.$parent.showMenu = !1;
|
385
|
+
}
|
386
|
+
},
|
387
|
+
methods: {
|
388
|
+
filterMenu(t, e) {
|
389
|
+
return t.map((l) => {
|
390
|
+
var u, n;
|
391
|
+
if (l.menu) {
|
392
|
+
const r = this.filterMenu(l.menu, e);
|
393
|
+
if (r.length > 0)
|
394
|
+
return { ...l, menu: r, open: !0 };
|
395
|
+
} else if ((n = (u = l.ua) == null ? void 0 : u.toLowerCase()) != null && n.includes(e.toLowerCase()))
|
396
|
+
return l;
|
397
|
+
return null;
|
398
|
+
}).filter(Boolean);
|
399
|
+
}
|
400
|
+
}
|
401
|
+
}, Pe = { class: "h-[46px] w-full px-5 lg:px-8 mb-[10px]" }, Fe = { href: "/" }, Qe = ["src"], Re = { class: "px-2 lg:px-5" }, qe = { class: "px-2 lg:px-5 flex flex-col flex-wrap w-full pb-3" }, Ge = {
|
402
|
+
key: 0,
|
403
|
+
class: "flex flex-col gap-y-1"
|
404
|
+
};
|
405
|
+
function Je(t, e, l, u, n, r) {
|
406
|
+
var m;
|
407
|
+
const b = g("VsText"), x = g("NavbarItem"), i = g("NavbarFooter");
|
408
|
+
return s(), a("div", {
|
409
|
+
class: p(["lg:flex lg:relative lg:left-0 flex-col h-[100vh] pt-3 border-r w-[260px] top-0 bottom-0 shrink-0 absolute transition left-[-100%] z-[11]", {
|
410
|
+
"left-0": t.$parent.showMenu,
|
411
|
+
["bg-" + r.darkColor]: r.darkColor,
|
412
|
+
"bg-white": !r.darkMode && !r.darkColor
|
413
|
+
}])
|
414
|
+
}, [
|
415
|
+
o("div", Pe, [
|
416
|
+
o("a", Fe, [
|
417
|
+
o("img", {
|
418
|
+
src: r.logo,
|
419
|
+
class: "object-contain w-full h-full"
|
420
|
+
}, null, 8, Qe)
|
421
|
+
])
|
422
|
+
]),
|
423
|
+
o("div", Re, [
|
424
|
+
d(b, {
|
425
|
+
type: "text",
|
426
|
+
modelValue: n.searchValue,
|
427
|
+
"onUpdate:modelValue": e[0] || (e[0] = (k) => n.searchValue = k),
|
428
|
+
clearable: !0,
|
429
|
+
icon: "search",
|
430
|
+
"icon-position": "left",
|
431
|
+
placeholder: "Пошук по меню",
|
432
|
+
class: p(["[&>input]:h-[38px]", {
|
433
|
+
"[&>input]:bg-[#172554] [&>input]:text-white/80 [&>input]:placeholder:text-white/40 [&>input]:border [&>input]:border-white/50": r.darkMode,
|
434
|
+
["[&>input]:bg-" + r.darkColor]: r.darkColor,
|
435
|
+
["focus:[&>input]:border-" + r.darkColor + "-500"]: r.darkMode
|
436
|
+
}])
|
437
|
+
}, null, 8, ["modelValue", "class"])
|
438
|
+
]),
|
439
|
+
o("div", {
|
440
|
+
class: p([
|
441
|
+
"py-[10px] overflow-y-auto [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-neutral-700 dark:[&::-webkit-scrollbar-thumb]:bg-neutral-500",
|
442
|
+
r.languages || r.docs ? "h-[calc(100vh-161px)]" : "h-[calc(100vh-110px)]"
|
443
|
+
])
|
444
|
+
}, [
|
445
|
+
o("nav", qe, [
|
446
|
+
(m = r.data) != null && m.length ? (s(), a("ul", Ge, [
|
447
|
+
(s(!0), a(Z, null, P(r.data, (k, H) => (s(), a("li", {
|
448
|
+
key: H,
|
449
|
+
class: "flex flex-col gap-[6px]"
|
450
|
+
}, [
|
451
|
+
d(x, {
|
452
|
+
route: k,
|
453
|
+
searchable: n.searchValue
|
454
|
+
}, null, 8, ["route", "searchable"])
|
455
|
+
]))), 128))
|
456
|
+
])) : (s(), a("div", {
|
457
|
+
key: 1,
|
458
|
+
class: p(["text-lg mt-[20px]", {
|
459
|
+
"text-white/80": r.darkMode,
|
460
|
+
"text-gray-800": !r.darkMode
|
461
|
+
}])
|
462
|
+
}, " Не знайдено ", 2))
|
463
|
+
])
|
464
|
+
], 2),
|
465
|
+
r.docs || r.languages ? (s(), U(i, {
|
466
|
+
key: 0,
|
467
|
+
docs: r.docs,
|
468
|
+
languages: r.languages
|
469
|
+
}, null, 8, ["docs", "languages"])) : _("", !0)
|
470
|
+
], 2);
|
471
|
+
}
|
472
|
+
const Ke = /* @__PURE__ */ w(Ae, [["render", Je], ["__scopeId", "data-v-90835a7e"]]), We = {
|
473
|
+
components: {
|
474
|
+
IconQuestion: q,
|
475
|
+
IconUser: K,
|
476
|
+
AdminNotification: W,
|
477
|
+
IconUserOutline: X,
|
478
|
+
IconLogout: R
|
479
|
+
},
|
480
|
+
data() {
|
481
|
+
return {
|
482
|
+
userData: null,
|
483
|
+
isVisible: !1
|
484
|
+
};
|
485
|
+
},
|
486
|
+
computed: {
|
487
|
+
headerBadgeTitle() {
|
488
|
+
var t;
|
489
|
+
return (t = f.value) == null ? void 0 : t.headerBadge;
|
490
|
+
},
|
491
|
+
headerBadgeColor() {
|
492
|
+
var t;
|
493
|
+
return (t = f.value) == null ? void 0 : t.headerBadgeColor;
|
494
|
+
}
|
495
|
+
},
|
496
|
+
watch: {
|
497
|
+
isVisible(t) {
|
498
|
+
t ? setTimeout(
|
499
|
+
() => window.addEventListener("click", this.closeOnOutsideClick),
|
500
|
+
0
|
501
|
+
) : window.removeEventListener("click", this.closeOnOutsideClick);
|
502
|
+
}
|
503
|
+
},
|
504
|
+
created() {
|
505
|
+
this.userData = this.$user, Y.value = this.$settings;
|
506
|
+
},
|
507
|
+
methods: {
|
508
|
+
async logout() {
|
509
|
+
try {
|
510
|
+
await ee.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
|
511
|
+
} catch {
|
512
|
+
}
|
513
|
+
},
|
514
|
+
closeOnOutsideClick() {
|
515
|
+
this.isVisible = !1;
|
516
|
+
}
|
517
|
+
},
|
518
|
+
beforeUnmount() {
|
519
|
+
window.removeEventListener("click", this.closeOnOutsideClick);
|
520
|
+
}
|
521
|
+
}, Xe = { class: "flex items-center gap-[6px]" }, Ye = {
|
522
|
+
href: "/docs-user",
|
523
|
+
class: "size-[38px] inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent text-gray-500 hover:bg-gray-100 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-gray-100 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700"
|
524
|
+
}, e1 = {
|
525
|
+
href: "/docs-user",
|
526
|
+
class: "size-[38px] inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent text-gray-500 hover:bg-gray-100 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-gray-100 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700"
|
527
|
+
}, t1 = { class: "relative" }, r1 = ["src"], l1 = {
|
528
|
+
key: 1,
|
529
|
+
class: "size-[40px] rounded-full bg-gray-200 flex items-center justify-center"
|
530
|
+
}, o1 = ["src"], n1 = {
|
531
|
+
key: 1,
|
532
|
+
class: "flex items-center justify-center bg-gray-200 rounded-full size-10"
|
533
|
+
}, s1 = { class: "grow" }, a1 = { class: "block text-sm font-medium text-gray-800 dark:text-neutral-200" }, i1 = { class: "text-xs text-gray-500 dark:text-neutral-500" }, u1 = { class: "flex flex-col space-y-0.5" };
|
534
|
+
function d1(t, e, l, u, n, r) {
|
535
|
+
const b = g("IconQuestion"), x = g("VsPopover"), i = g("AdminNotification"), m = g("IconUser"), k = g("router-link"), H = g("IconUserOutline"), j = g("IconLogout");
|
536
|
+
return s(), a("div", {
|
537
|
+
class: p(["h-[58px] border-b flex items-center px-[20px]", r.headerBadgeTitle ? "justify-between" : "justify-end"])
|
538
|
+
}, [
|
539
|
+
r.headerBadgeTitle ? (s(), a("div", {
|
540
|
+
key: 0,
|
541
|
+
class: p(["py-1.5 px-2.5 flex justify-center items-center text-white hover:bg-gray-900 focus:bg-gray-900 dark:bg-neutral-100 dark:text-neutral-800 dark:hover:bg-white dark:focus:bg-white.class text-nowrap text-xs sm:text-[13px] rounded-lg disabled:opacity-50 disabled:pointer-events-none focus:outline-none dark:text-neutral-400", {
|
542
|
+
["bg-" + r.headerBadgeColor]: r.headerBadgeColor,
|
543
|
+
"bg-gray-800": !r.headerBadgeColor
|
544
|
+
}])
|
545
|
+
}, V(r.headerBadgeTitle), 3)) : _("", !0),
|
546
|
+
o("div", {
|
547
|
+
class: "flex lg:hidden",
|
548
|
+
onClick: e[0] || (e[0] = (v) => t.$parent.showMenu = !0)
|
549
|
+
}, e[4] || (e[4] = [
|
550
|
+
A('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-menu-2"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 6l16 0"></path><path d="M4 12l16 0"></path><path d="M4 18l16 0"></path></svg>', 1)
|
551
|
+
])),
|
552
|
+
o("div", Xe, [
|
553
|
+
d(x, { trigger: "hover" }, {
|
554
|
+
reference: C(() => [
|
555
|
+
o("a", Ye, [
|
556
|
+
d(b, {
|
557
|
+
height: "24",
|
558
|
+
width: "24"
|
559
|
+
})
|
560
|
+
])
|
561
|
+
]),
|
562
|
+
default: C(() => [
|
563
|
+
e[5] || (e[5] = L(" Допомога "))
|
564
|
+
]),
|
565
|
+
_: 1
|
566
|
+
}),
|
567
|
+
d(x, { trigger: "hover" }, {
|
568
|
+
reference: C(() => [
|
569
|
+
o("a", e1, [
|
570
|
+
d(i)
|
571
|
+
])
|
572
|
+
]),
|
573
|
+
default: C(() => [
|
574
|
+
e[6] || (e[6] = L(" Сповіщення "))
|
575
|
+
]),
|
576
|
+
_: 1
|
577
|
+
}),
|
578
|
+
e[12] || (e[12] = o("div", { class: "h-[30px] w-[1px] bg-gray-200 ml-[10px] mr-[10px]" }, null, -1)),
|
579
|
+
o("div", t1, [
|
580
|
+
o("div", {
|
581
|
+
onClick: e[1] || (e[1] = (v) => n.isVisible = !0),
|
582
|
+
class: "cursor-pointer"
|
583
|
+
}, [
|
584
|
+
d(x, { trigger: "hover" }, {
|
585
|
+
reference: C(() => {
|
586
|
+
var v, y, z, M;
|
587
|
+
return [
|
588
|
+
(y = (v = n.userData) == null ? void 0 : v.user) != null && y.avatar ? (s(), a("img", {
|
589
|
+
key: 0,
|
590
|
+
class: "flex-shrink-0 size-[30px] rounded-full",
|
591
|
+
src: (M = (z = n.userData) == null ? void 0 : z.user) == null ? void 0 : M.avatar,
|
592
|
+
alt: "Image Description"
|
593
|
+
}, null, 8, r1)) : (s(), a("div", l1, [
|
594
|
+
d(m)
|
595
|
+
]))
|
596
|
+
];
|
597
|
+
}),
|
598
|
+
default: C(() => [
|
599
|
+
e[7] || (e[7] = L(" Профіль "))
|
600
|
+
]),
|
601
|
+
_: 1
|
602
|
+
})
|
603
|
+
]),
|
604
|
+
n.isVisible ? (s(), a("div", {
|
605
|
+
key: 0,
|
606
|
+
onClick: e[3] || (e[3] = oe(() => {
|
607
|
+
}, ["stop"])),
|
608
|
+
class: "fixed p-2 bg-white w-[240px] top-[55px] right-[20px] rounded-xl z-[1] shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] dark:shadow-[0_10px_40px_10px_rgba(0,0,0,0.2)] dark:bg-neutral-900 block"
|
609
|
+
}, [
|
610
|
+
d(k, {
|
611
|
+
to: "profile",
|
612
|
+
disabled: !0,
|
613
|
+
class: "py-2 px-2.5 flex items-center gap-3 rounded-lg hover:bg-gray-100 focus:outline-none focus:bg-gray-100 dark:hover:bg-neutral-800 dark:focus:bg-neutral-800"
|
614
|
+
}, {
|
615
|
+
default: C(() => {
|
616
|
+
var v, y, z, M, I, $, O, B, D, E;
|
617
|
+
return [
|
618
|
+
(y = (v = n.userData) == null ? void 0 : v.user) != null && y.avatar ? (s(), a("img", {
|
619
|
+
key: 0,
|
620
|
+
class: "rounded-full shrink-0 size-10",
|
621
|
+
src: (M = (z = n.userData) == null ? void 0 : z.user) == null ? void 0 : M.avatar,
|
622
|
+
alt: "Image Description"
|
623
|
+
}, null, 8, o1)) : (s(), a("div", n1, [
|
624
|
+
d(m, { class: "w-[16px]" })
|
625
|
+
])),
|
626
|
+
o("div", s1, [
|
627
|
+
o("span", a1, V((($ = (I = n.userData) == null ? void 0 : I.user) == null ? void 0 : $.username) || ((B = (O = n.userData) == null ? void 0 : O.user) == null ? void 0 : B.user_name) || "User User"), 1),
|
628
|
+
o("p", i1, V(((E = (D = n.userData) == null ? void 0 : D.user) == null ? void 0 : E.email) || "email не вказано"), 1)
|
629
|
+
])
|
630
|
+
];
|
631
|
+
}),
|
632
|
+
_: 1
|
633
|
+
}),
|
634
|
+
e[10] || (e[10] = o("div", { class: "my-2 mx-2.5 h-px bg-gray-200 dark:bg-neutral-700" }, null, -1)),
|
635
|
+
o("ul", u1, [
|
636
|
+
o("li", null, [
|
637
|
+
d(k, {
|
638
|
+
to: "profile",
|
639
|
+
class: "w-full flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-gray-800 rounded-lg hover:bg-gray-100 focus:outline-none focus:bg-gray-100 dark:text-white dark:hover:bg-neutral-800 dark:focus:bg-neutral-800",
|
640
|
+
disabled: "true"
|
641
|
+
}, {
|
642
|
+
default: C(() => [
|
643
|
+
d(H, { class: "size-4" }),
|
644
|
+
e[8] || (e[8] = L(" Профіль "))
|
645
|
+
]),
|
646
|
+
_: 1
|
647
|
+
})
|
648
|
+
])
|
649
|
+
]),
|
650
|
+
e[11] || (e[11] = o("div", { class: "my-2 mx-2.5 h-px bg-gray-200 dark:bg-neutral-700" }, null, -1)),
|
651
|
+
o("p", null, [
|
652
|
+
o("button", {
|
653
|
+
type: "button",
|
654
|
+
onClick: e[2] || (e[2] = (...v) => r.logout && r.logout(...v)),
|
655
|
+
class: "w-full flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-gray-800 rounded-lg hover:bg-gray-100 hover:text-red-500 focus:outline-none focus:bg-gray-100 focus:text-red-500 dark:text-white dark:hover:bg-neutral-800 dark:focus:bg-neutral-800 dark:hover:text-red-500 dark:focus:text-red-500"
|
656
|
+
}, [
|
657
|
+
d(j, { class: "size-4" }),
|
658
|
+
e[9] || (e[9] = L(" Вийти "))
|
659
|
+
])
|
660
|
+
])
|
661
|
+
])) : _("", !0)
|
662
|
+
])
|
663
|
+
])
|
664
|
+
], 2);
|
665
|
+
}
|
666
|
+
const c1 = /* @__PURE__ */ w(We, [["render", d1]]), h1 = {
|
667
|
+
components: { navbar: Ke, AdminHeader: c1 },
|
668
|
+
data() {
|
669
|
+
return {
|
670
|
+
showMenu: !1
|
671
|
+
};
|
672
|
+
},
|
673
|
+
computed: {
|
674
|
+
isMenu() {
|
675
|
+
return T.value || null;
|
676
|
+
},
|
677
|
+
header() {
|
678
|
+
var t, e;
|
679
|
+
return ((t = f.value) == null ? void 0 : t.header) === !1 ? !1 : ((e = f.value) == null ? void 0 : e.header) || "admin-header";
|
680
|
+
}
|
681
|
+
}
|
682
|
+
}, g1 = { class: "admin-wrapper" }, p1 = { class: "flex flex-col w-full" };
|
683
|
+
function f1(t, e, l, u, n, r) {
|
684
|
+
const b = g("navbar"), x = g("router-view");
|
685
|
+
return s(), a("div", g1, [
|
686
|
+
d(b),
|
687
|
+
n.showMenu ? (s(), a("div", {
|
688
|
+
key: 0,
|
689
|
+
onClick: e[0] || (e[0] = (i) => n.showMenu = !1),
|
690
|
+
class: "z-[10] lg:hidden transition duration fixed inset-0 bg-gray-900 bg-opacity-50 dark:bg-opacity-80 dark:bg-neutral-900"
|
691
|
+
})) : _("", !0),
|
692
|
+
o("div", p1, [
|
693
|
+
r.isMenu ? (s(), a(Z, { key: 0 }, [
|
694
|
+
r.header ? (s(), U(S(r.header), { key: 0 })) : _("", !0),
|
695
|
+
d(x)
|
696
|
+
], 64)) : _("", !0)
|
697
|
+
])
|
698
|
+
]);
|
699
|
+
}
|
700
|
+
const k1 = /* @__PURE__ */ w(h1, [["render", f1], ["__scopeId", "data-v-a3297223"]]);
|
701
|
+
export {
|
702
|
+
k1 as default
|
703
|
+
};
|