@opengis/admin 0.2.65 → 0.2.66
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-BtUzi4GX.js → add-page-BGF5KVWj.js} +1 -1
- package/dist/{admin-interface-azd5p258.js → admin-interface-C38XwfYa.js} +2 -2
- package/dist/{admin-view-BBwandFl.js → admin-view-CxfEFvYh.js} +185 -177
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +50 -50
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-B2H9qddj.js → card-view-BSDdkWai.js} +1 -1
- package/dist/{edit-page-DnE5wYiH.js → edit-page-BOvj73M2.js} +1 -1
- package/dist/{import-file-C6G431s6.js → import-file-BdITdwoX.js} +2523 -2526
- 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/index.yml +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/users.user_type.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 +2 -2
- package/plugin.js +29 -29
- package/server/helpers/core/badge.js +16 -16
- package/server/helpers/core/buttonHelper.js +21 -21
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/index.js +29 -29
- 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/plugins/access/index.mjs +6 -6
- package/server/plugins/adminHook.js +81 -81
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/plugins/vite.js +71 -71
- package/server/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +49 -49
- package/server/routes/access/index.mjs +8 -8
- package/server/routes/access/schema.mjs +57 -57
- package/server/routes/calendar/controllers/calendar.data.js +87 -87
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- package/server/routes/data/controllers/cardData.js +106 -106
- 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 +29 -29
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +70 -70
- 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/menu/index.mjs +5 -5
- package/server/routes/notifications/controllers/readNotifications.js +27 -27
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/funcs/addNotification.js +21 -21
- package/server/routes/notifications/funcs/sendNotification.js +92 -92
- package/server/routes/notifications/hook/onWidgetSet.js +57 -57
- package/server/routes/notifications/index.mjs +27 -27
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/print/controllers/cardPrint.js +107 -107
- package/server/routes/print/index.mjs +5 -5
- package/server/routes/properties/controllers/admin.properties.get.js +29 -29
- package/server/routes/properties/controllers/user.properties.get.js +30 -30
- package/server/routes/properties/controllers/user.properties.post.js +30 -30
- package/server/routes/properties/funcs/getSettings.js +56 -56
- package/server/routes/properties/funcs/setSettings.js +44 -44
- package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
- package/server/routes/properties/index.mjs +14 -14
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +49 -49
- package/server/routes/templates/index.mjs +16 -16
- package/server/routes/templates/schema.js +8 -8
- package/server/routes/user/controllers/user.cls.id.js +14 -14
- package/server/routes/user/controllers/user.cls.js +71 -71
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/widget/controllers/utils/historyFormat.js +75 -75
- package/server/routes/widget/controllers/utils/obj2db.js +13 -13
- package/server/routes/widget/controllers/widget.del.js +47 -47
- package/server/routes/widget/controllers/widget.get.js +98 -98
- package/server/routes/widget/controllers/widget.set.js +76 -76
- package/server/routes/widget/index.mjs +11 -11
- package/server/routes/widget/schema.js +12 -12
- package/server/templates/cls/itree.recrzone_category.json +73 -73
- package/server/templates/cls/test.json +9 -9
- package/server/templates/form/admin.user_cls.data.form.json +49 -49
- package/server/templates/form/admin.user_group_rel.form.json +21 -21
- package/server/templates/form/cp_building.form.json +32 -32
- package/server/templates/form/form-user-pass.json +10 -10
- package/server/templates/form/form-user_group.json +39 -39
- package/server/templates/form/form-users.json +156 -156
- package/server/templates/form/user_group_access.form.json +22 -22
- package/server/templates/select/account_id.json +2 -2
- package/server/templates/table/gis.dataset.table.json +43 -43
- package/server/templates/table/management.user_group.table.json +112 -112
- package/server/templates/table/management.users.table.json +126 -126
- package/utils.js +29 -29
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as
|
2
|
-
import { openBlock as
|
3
|
-
const o1 = {},
|
1
|
+
import { _ as x, I as J, s as C, a as K, u as T, b as W, c as X, d as Y, e as R } from "./import-file-BdITdwoX.js";
|
2
|
+
import { openBlock as s, createElementBlock as i, createElementVNode as o, createStaticVNode as A, resolveComponent as p, normalizeClass as f, createTextVNode as B, toDisplayString as N, createCommentVNode as w, createVNode as h, Transition as e1, withCtx as y, withDirectives as t1, Fragment as j, renderList as P, vShow as r1, createBlock as U, resolveDynamicComponent as S, withModifiers as l1 } from "vue";
|
3
|
+
const o1 = {}, n1 = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
5
5
|
viewBox: "0 0 24 24",
|
6
6
|
fill: "none",
|
@@ -10,37 +10,37 @@ const o1 = {}, s1 = {
|
|
10
10
|
"stroke-linejoin": "round",
|
11
11
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-logout"
|
12
12
|
};
|
13
|
-
function
|
14
|
-
return
|
15
|
-
|
13
|
+
function s1(t, e, l, u, n, r) {
|
14
|
+
return s(), i("svg", n1, e[0] || (e[0] = [
|
15
|
+
o("path", {
|
16
16
|
stroke: "none",
|
17
17
|
d: "M0 0h24v24H0z",
|
18
18
|
fill: "none"
|
19
19
|
}, null, -1),
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
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),
|
21
|
+
o("path", { d: "M9 12h12l-3 -3" }, null, -1),
|
22
|
+
o("path", { d: "M18 15l3 -3" }, null, -1)
|
23
23
|
]));
|
24
24
|
}
|
25
|
-
const q = /* @__PURE__ */
|
25
|
+
const q = /* @__PURE__ */ x(o1, [["render", s1]]), a1 = {}, i1 = {
|
26
26
|
viewBox: "0 0 1823 249",
|
27
27
|
fill: "none",
|
28
28
|
xmlns: "http://www.w3.org/2000/svg"
|
29
29
|
};
|
30
|
-
function u1(t, e,
|
31
|
-
return
|
30
|
+
function u1(t, e, l, u, n, r) {
|
31
|
+
return s(), i("svg", i1, e[0] || (e[0] = [
|
32
32
|
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)
|
33
33
|
]));
|
34
34
|
}
|
35
|
-
const c1 = /* @__PURE__ */
|
35
|
+
const c1 = /* @__PURE__ */ x(a1, [["render", u1]]), d1 = {
|
36
36
|
components: { IconChevronDown: J },
|
37
37
|
props: { route: Object, searchable: String },
|
38
38
|
mounted() {
|
39
39
|
var t, e;
|
40
40
|
(e = (t = this.route) == null ? void 0 : t.menu) != null && e.some(
|
41
|
-
(
|
42
|
-
var
|
43
|
-
return (
|
41
|
+
(l) => {
|
42
|
+
var u, n;
|
43
|
+
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);
|
44
44
|
}
|
45
45
|
) && (this.isOpen = !0);
|
46
46
|
},
|
@@ -62,7 +62,7 @@ const c1 = /* @__PURE__ */ m(a1, [["render", u1]]), d1 = {
|
|
62
62
|
computed: {
|
63
63
|
darkMode() {
|
64
64
|
var t, e;
|
65
|
-
return (e = (t =
|
65
|
+
return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
|
66
66
|
}
|
67
67
|
},
|
68
68
|
methods: {
|
@@ -71,10 +71,10 @@ const c1 = /* @__PURE__ */ m(a1, [["render", u1]]), d1 = {
|
|
71
71
|
const e = this.searchable.replace(
|
72
72
|
/[.*+?^${}()|[\]\\]/g,
|
73
73
|
"\\$&"
|
74
|
-
),
|
74
|
+
), l = new RegExp(`(${e})(\\s*)`, "gi");
|
75
75
|
return t.replace(
|
76
|
-
|
77
|
-
(
|
76
|
+
l,
|
77
|
+
(u, n, r) => `<span style="color:#1989fa;">${n}</span>${r}`
|
78
78
|
);
|
79
79
|
}
|
80
80
|
// loadIconComponent(iconName) {
|
@@ -93,17 +93,17 @@ const c1 = /* @__PURE__ */ m(a1, [["render", u1]]), d1 = {
|
|
93
93
|
key: 0,
|
94
94
|
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"
|
95
95
|
}, g1 = { key: 1 }, f1 = ["innerHTML"];
|
96
|
-
function
|
97
|
-
var a, g,
|
98
|
-
const k = p("IconChevronDown"),
|
99
|
-
return (a =
|
100
|
-
|
101
|
-
onClick: e[0] || (e[0] = (
|
102
|
-
class:
|
103
|
-
((
|
104
|
-
(
|
105
|
-
var
|
106
|
-
return (
|
96
|
+
function b1(t, e, l, u, n, r) {
|
97
|
+
var a, g, b, _, z, M, H, L, v, V, I, $, O, D, E;
|
98
|
+
const k = p("IconChevronDown"), m = p("router-link");
|
99
|
+
return (a = l.route) != null && a.menu ? (s(), i("div", h1, [
|
100
|
+
o("button", {
|
101
|
+
onClick: e[0] || (e[0] = (c) => n.isOpen = !n.isOpen),
|
102
|
+
class: f(["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", [
|
103
|
+
((b = (g = l.route) == null ? void 0 : g.menu) == null ? void 0 : b.some(
|
104
|
+
(c) => {
|
105
|
+
var d, Z;
|
106
|
+
return (c == null ? void 0 : c.path) === t.$route.path.replace("/", "") || (c == null ? void 0 : c.table) === ((Z = (d = t.$route) == null ? void 0 : d.params) == null ? void 0 : Z.table) && (c == null ? void 0 : c.table);
|
107
107
|
}
|
108
108
|
)) && (r.darkMode ? "bg-white/10" : "bg-gray-100"),
|
109
109
|
{
|
@@ -112,32 +112,32 @@ function x1(t, e, o, d, s, r) {
|
|
112
112
|
}
|
113
113
|
]])
|
114
114
|
}, [
|
115
|
-
B(N((
|
116
|
-
(z =
|
115
|
+
B(N((_ = l.route) == null ? void 0 : _.ua) + " ", 1),
|
116
|
+
(z = l.route) != null && z.new ? (s(), i("span", p1, "Нове")) : w("", !0),
|
117
117
|
h(k, {
|
118
|
-
class:
|
118
|
+
class: f([[n.isOpen && "-rotate-180"], "ml-auto duration-300"]),
|
119
119
|
width: "14",
|
120
120
|
height: "14"
|
121
121
|
}, null, 8, ["class"])
|
122
122
|
], 2),
|
123
123
|
h(e1, { name: "fade" }, {
|
124
124
|
default: y(() => {
|
125
|
-
var
|
125
|
+
var c;
|
126
126
|
return [
|
127
|
-
t1(
|
128
|
-
class:
|
127
|
+
t1(o("ul", {
|
128
|
+
class: f(["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"])
|
129
129
|
}, [
|
130
|
-
(
|
130
|
+
(s(!0), i(j, null, P((c = l.route) == null ? void 0 : c.menu, (d, Z) => {
|
131
131
|
var F, Q;
|
132
|
-
return
|
132
|
+
return s(), i("li", {
|
133
133
|
key: Z,
|
134
134
|
class: "w-full"
|
135
135
|
}, [
|
136
|
-
h(
|
137
|
-
innerHTML: r.highLight(
|
138
|
-
to: "/" + (
|
139
|
-
class:
|
140
|
-
((
|
136
|
+
h(m, {
|
137
|
+
innerHTML: r.highLight(d == null ? void 0 : d.ua),
|
138
|
+
to: "/" + (d == null ? void 0 : d.path),
|
139
|
+
class: f([[
|
140
|
+
((d == null ? void 0 : d.path) === t.$route.path.replace("/", "") || ((Q = (F = t.$route) == null ? void 0 : F.params) == null ? void 0 : Q.table) === (d == null ? void 0 : d.table) && (d == null ? void 0 : d.table)) && (r.darkMode ? "bg-white/10" : "bg-gray-100"),
|
141
141
|
{
|
142
142
|
"text-white/80 hover:bg-white/10 hover:text-white/80 focus:bg-white/10": r.darkMode,
|
143
143
|
"text-gray-800 hover:bg-gray-100 hover:text-gray-800 focus:bg-gray-100": !r.darkMode
|
@@ -147,17 +147,17 @@ function x1(t, e, o, d, s, r) {
|
|
147
147
|
]);
|
148
148
|
}), 128))
|
149
149
|
], 2), [
|
150
|
-
[r1,
|
150
|
+
[r1, n.isOpen]
|
151
151
|
])
|
152
152
|
];
|
153
153
|
}),
|
154
154
|
_: 1
|
155
155
|
})
|
156
|
-
])) : (M =
|
157
|
-
h(
|
158
|
-
to: ((L = (H =
|
159
|
-
class:
|
160
|
-
(((
|
156
|
+
])) : (M = l.route) != null && M.hidden ? w("", !0) : (s(), i("div", g1, [
|
157
|
+
h(m, {
|
158
|
+
to: ((L = (H = l.route) == null ? void 0 : H.path) == null ? void 0 : L[0]) === "/" ? (v = l.route) == null ? void 0 : v.path : "/" + ((V = l.route) == null ? void 0 : V.path),
|
159
|
+
class: f([[
|
160
|
+
(((I = l.route) == null ? void 0 : I.path.replace("/", "")) === t.$route.path.replace("/", "") || ((O = ($ = t.$route) == null ? void 0 : $.params) == null ? void 0 : O.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"),
|
161
161
|
{
|
162
162
|
"text-white/80 hover:bg-white/10 hover:text-white/80 focus:bg-white/10 ": r.darkMode,
|
163
163
|
"text-gray-800 hover:bg-gray-100 hover:text-gray-800 focus:bg-gray-100 ": !r.darkMode
|
@@ -165,10 +165,10 @@ function x1(t, e, o, d, s, r) {
|
|
165
165
|
], "flex items-center w-full px-3 py-2 text-sm text-gray-800 duration-300 rounded-lg gap-x-3"])
|
166
166
|
}, {
|
167
167
|
default: y(() => {
|
168
|
-
var
|
168
|
+
var c;
|
169
169
|
return [
|
170
|
-
|
171
|
-
innerHTML: r.highLight((
|
170
|
+
o("span", {
|
171
|
+
innerHTML: r.highLight((c = l.route) == null ? void 0 : c.ua)
|
172
172
|
}, null, 8, f1)
|
173
173
|
];
|
174
174
|
}),
|
@@ -176,7 +176,7 @@ function x1(t, e, o, d, s, r) {
|
|
176
176
|
}, 8, ["to", "class"])
|
177
177
|
]));
|
178
178
|
}
|
179
|
-
const
|
179
|
+
const x1 = /* @__PURE__ */ x(d1, [["render", b1]]), m1 = {}, k1 = {
|
180
180
|
class: "flex-shrink-0 size-4",
|
181
181
|
xmlns: "http://www.w3.org/2000/svg",
|
182
182
|
viewBox: "0 0 24 24",
|
@@ -186,28 +186,28 @@ const m1 = /* @__PURE__ */ m(d1, [["render", x1]]), b1 = {}, k1 = {
|
|
186
186
|
"stroke-linecap": "round",
|
187
187
|
"stroke-linejoin": "round"
|
188
188
|
};
|
189
|
-
function v1(t, e,
|
190
|
-
return
|
191
|
-
|
189
|
+
function v1(t, e, l, u, n, r) {
|
190
|
+
return s(), i("svg", k1, e[0] || (e[0] = [
|
191
|
+
o("circle", {
|
192
192
|
cx: "12",
|
193
193
|
cy: "12",
|
194
194
|
r: "10"
|
195
195
|
}, null, -1),
|
196
|
-
|
197
|
-
|
196
|
+
o("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }, null, -1),
|
197
|
+
o("path", { d: "M12 17h.01" }, null, -1)
|
198
198
|
]));
|
199
199
|
}
|
200
|
-
const G = /* @__PURE__ */
|
200
|
+
const G = /* @__PURE__ */ x(m1, [["render", v1]]), C1 = {}, w1 = {
|
201
201
|
class: "shrink-0 size-4 rounded-full",
|
202
202
|
xmlns: "http://www.w3.org/2000/svg",
|
203
203
|
viewBox: "0 0 512 512"
|
204
204
|
};
|
205
|
-
function
|
206
|
-
return
|
205
|
+
function _1(t, e, l, u, n, r) {
|
206
|
+
return s(), i("svg", w1, e[0] || (e[0] = [
|
207
207
|
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)
|
208
208
|
]));
|
209
209
|
}
|
210
|
-
const y1 = /* @__PURE__ */
|
210
|
+
const y1 = /* @__PURE__ */ x(C1, [["render", _1]]), z1 = {}, M1 = {
|
211
211
|
xmlns: "http://www.w3.org/2000/svg",
|
212
212
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
213
213
|
version: "1.1",
|
@@ -216,20 +216,20 @@ const y1 = /* @__PURE__ */ m(w1, [["render", C1]]), z1 = {}, M1 = {
|
|
216
216
|
viewBox: "0 0 256 256",
|
217
217
|
"xml:space": "preserve"
|
218
218
|
};
|
219
|
-
function H1(t, e,
|
220
|
-
return
|
221
|
-
|
222
|
-
|
219
|
+
function H1(t, e, l, u, n, r) {
|
220
|
+
return s(), i("svg", M1, e[0] || (e[0] = [
|
221
|
+
o("defs", null, null, -1),
|
222
|
+
o("g", {
|
223
223
|
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" },
|
224
224
|
transform: "translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)"
|
225
225
|
}, [
|
226
|
-
|
226
|
+
o("path", {
|
227
227
|
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",
|
228
228
|
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" },
|
229
229
|
transform: " matrix(1 0 0 1 0 0) ",
|
230
230
|
"stroke-linecap": "round"
|
231
231
|
}),
|
232
|
-
|
232
|
+
o("path", {
|
233
233
|
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",
|
234
234
|
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" },
|
235
235
|
transform: " matrix(1 0 0 1 0 0) ",
|
@@ -238,7 +238,7 @@ function H1(t, e, o, d, s, r) {
|
|
238
238
|
], -1)
|
239
239
|
]));
|
240
240
|
}
|
241
|
-
const L1 = /* @__PURE__ */
|
241
|
+
const L1 = /* @__PURE__ */ x(z1, [["render", H1]]), V1 = {}, I1 = {
|
242
242
|
class: "shrink-0 size-3.5 text-gray-800 dark:text-neutral-200",
|
243
243
|
xmlns: "http:.w3.org/2000/svg",
|
244
244
|
width: "24",
|
@@ -250,12 +250,12 @@ const L1 = /* @__PURE__ */ m(z1, [["render", H1]]), V1 = {}, $1 = {
|
|
250
250
|
"stroke-linecap": "round",
|
251
251
|
"stroke-linejoin": "round"
|
252
252
|
};
|
253
|
-
function
|
254
|
-
return
|
255
|
-
|
253
|
+
function $1(t, e, l, u, n, r) {
|
254
|
+
return s(), i("svg", I1, e[0] || (e[0] = [
|
255
|
+
o("polyline", { points: "20 6 9 17 4 12" }, null, -1)
|
256
256
|
]));
|
257
257
|
}
|
258
|
-
const O1 = /* @__PURE__ */
|
258
|
+
const O1 = /* @__PURE__ */ x(V1, [["render", $1]]), D1 = {
|
259
259
|
components: { IconQuestion: G, IconUSA: y1, IconUkraine: L1, IconTick: O1 },
|
260
260
|
props: ["docs", "languages"],
|
261
261
|
data() {
|
@@ -283,7 +283,7 @@ const O1 = /* @__PURE__ */ m(V1, [["render", I1]]), D1 = {
|
|
283
283
|
},
|
284
284
|
darkMode() {
|
285
285
|
var t, e;
|
286
|
-
return (e = (t =
|
286
|
+
return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
|
287
287
|
}
|
288
288
|
},
|
289
289
|
methods: {
|
@@ -292,48 +292,48 @@ const O1 = /* @__PURE__ */ m(V1, [["render", I1]]), D1 = {
|
|
292
292
|
}
|
293
293
|
}
|
294
294
|
}, E1 = { class: "flex justify-center items-center gap-x-2" }, U1 = ["onClick"], N1 = { class: "text-gray-800" }, Z1 = { class: "ms-auto" }, j1 = { class: "truncate" };
|
295
|
-
function T1(t, e,
|
296
|
-
const k = p("IconTick"),
|
297
|
-
return
|
295
|
+
function T1(t, e, l, u, n, r) {
|
296
|
+
const k = p("IconTick"), m = p("VsPopover");
|
297
|
+
return l.docs || l.languages ? (s(), i("div", {
|
298
298
|
key: 0,
|
299
|
-
class:
|
299
|
+
class: f(["py-2 px-5 border-t dark:border-neutral-700", r.darkMode ? "border-white/10 " : "border-gray-200"])
|
300
300
|
}, [
|
301
|
-
|
302
|
-
h(
|
301
|
+
o("div", E1, [
|
302
|
+
h(m, {
|
303
303
|
trigger: "click",
|
304
304
|
placement: "top",
|
305
305
|
ref: "langPopover"
|
306
306
|
}, {
|
307
307
|
reference: y(() => {
|
308
|
-
var a, g,
|
308
|
+
var a, g, b;
|
309
309
|
return [
|
310
|
-
|
310
|
+
o("button", {
|
311
311
|
type: "button",
|
312
312
|
"aria-expanded": "false",
|
313
|
-
class:
|
313
|
+
class: f([
|
314
314
|
"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",
|
315
315
|
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"
|
316
316
|
])
|
317
317
|
}, [
|
318
|
-
|
319
|
-
(
|
318
|
+
o("div", null, [
|
319
|
+
(s(), U(S((a = r.selectedLang) == null ? void 0 : a.icon), { class: "w-[16px] h-[16px] rounded-full" }))
|
320
320
|
]),
|
321
|
-
|
321
|
+
o("span", j1, N(n.currentLang === "ukraine" ? (g = r.selectedLang) == null ? void 0 : g.titleUA : (b = r.selectedLang) == null ? void 0 : b.titleEN), 1)
|
322
322
|
], 2)
|
323
323
|
];
|
324
324
|
}),
|
325
325
|
default: y(() => [
|
326
|
-
|
327
|
-
(
|
326
|
+
o("div", null, [
|
327
|
+
(s(!0), i(j, null, P(n.languagesOptions, (a) => (s(), i("button", {
|
328
328
|
key: a.id,
|
329
329
|
type: "button",
|
330
330
|
onClick: (g) => r.changeLang(a.id),
|
331
|
-
class:
|
331
|
+
class: f(["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", (a == null ? void 0 : a.id) === n.currentLang ? "bg-gray-100" : ""])
|
332
332
|
}, [
|
333
|
-
(
|
334
|
-
|
335
|
-
|
336
|
-
(a == null ? void 0 : a.id) ===
|
333
|
+
(s(), U(S(a == null ? void 0 : a.icon), { class: "w-[16px] h-[16px] rounded-full" })),
|
334
|
+
o("div", N1, N(n.currentLang === "ukraine" ? a == null ? void 0 : a.titleUA : a == null ? void 0 : a.titleEN), 1),
|
335
|
+
o("span", Z1, [
|
336
|
+
(a == null ? void 0 : a.id) === n.currentLang ? (s(), U(k, { key: 0 })) : w("", !0)
|
337
337
|
])
|
338
338
|
], 10, U1))), 128))
|
339
339
|
])
|
@@ -343,8 +343,8 @@ function T1(t, e, o, d, s, r) {
|
|
343
343
|
])
|
344
344
|
], 2)) : w("", !0);
|
345
345
|
}
|
346
|
-
const B1 = /* @__PURE__ */
|
347
|
-
components: { IconLogout: q, NavbarItem:
|
346
|
+
const B1 = /* @__PURE__ */ x(D1, [["render", T1]]), S1 = {
|
347
|
+
components: { IconLogout: q, NavbarItem: x1, IconLogo: c1, IconSearch: K, NavbarFooter: B1 },
|
348
348
|
data() {
|
349
349
|
return {
|
350
350
|
activeIndex: null,
|
@@ -358,19 +358,23 @@ const B1 = /* @__PURE__ */ m(D1, [["render", T1]]), S1 = {
|
|
358
358
|
},
|
359
359
|
logo() {
|
360
360
|
var t;
|
361
|
-
return ((t =
|
361
|
+
return ((t = C.value) == null ? void 0 : t.logo) || "/assets/logo.svg";
|
362
362
|
},
|
363
363
|
docs() {
|
364
364
|
var t, e;
|
365
|
-
return (e = (t =
|
365
|
+
return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.docs;
|
366
366
|
},
|
367
367
|
languages() {
|
368
368
|
var t, e;
|
369
|
-
return (e = (t =
|
369
|
+
return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.languages;
|
370
370
|
},
|
371
371
|
darkMode() {
|
372
372
|
var t, e;
|
373
|
-
return (e = (t =
|
373
|
+
return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
|
374
|
+
},
|
375
|
+
darkColor() {
|
376
|
+
var t, e, l, u;
|
377
|
+
return ((e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarColor) || ((u = (l = C) == null ? void 0 : l.value) == null ? void 0 : u.color) || "blue";
|
374
378
|
}
|
375
379
|
},
|
376
380
|
watch: {
|
@@ -380,14 +384,14 @@ const B1 = /* @__PURE__ */ m(D1, [["render", T1]]), S1 = {
|
|
380
384
|
},
|
381
385
|
methods: {
|
382
386
|
filterMenu(t, e) {
|
383
|
-
return t.map((
|
384
|
-
var
|
385
|
-
if (
|
386
|
-
const r = this.filterMenu(
|
387
|
+
return t.map((l) => {
|
388
|
+
var u, n;
|
389
|
+
if (l.menu) {
|
390
|
+
const r = this.filterMenu(l.menu, e);
|
387
391
|
if (r.length > 0)
|
388
|
-
return { ...
|
389
|
-
} else if ((
|
390
|
-
return
|
392
|
+
return { ...l, menu: r, open: !0 };
|
393
|
+
} else if ((n = (u = l.ua) == null ? void 0 : u.toLowerCase()) != null && n.includes(e.toLowerCase()))
|
394
|
+
return l;
|
391
395
|
return null;
|
392
396
|
}).filter(Boolean);
|
393
397
|
}
|
@@ -396,70 +400,74 @@ const B1 = /* @__PURE__ */ m(D1, [["render", T1]]), S1 = {
|
|
396
400
|
key: 0,
|
397
401
|
class: "flex flex-col gap-y-1"
|
398
402
|
};
|
399
|
-
function G1(t, e,
|
403
|
+
function G1(t, e, l, u, n, r) {
|
400
404
|
var g;
|
401
|
-
const k = p("VsText"),
|
402
|
-
return
|
403
|
-
class:
|
405
|
+
const k = p("VsText"), m = p("NavbarItem"), a = p("NavbarFooter");
|
406
|
+
return s(), i("div", {
|
407
|
+
class: f(["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]", {
|
404
408
|
"left-0": t.$parent.showMenu,
|
405
|
-
"bg-
|
409
|
+
["bg-" + r.darkColor + "-950"]: r.darkMode,
|
406
410
|
"bg-white": !r.darkMode
|
407
411
|
}])
|
408
412
|
}, [
|
409
|
-
|
410
|
-
|
411
|
-
|
413
|
+
o("div", A1, [
|
414
|
+
o("a", P1, [
|
415
|
+
o("img", {
|
412
416
|
src: r.logo,
|
413
417
|
class: "object-contain w-full h-full"
|
414
418
|
}, null, 8, F1)
|
415
419
|
])
|
416
420
|
]),
|
417
|
-
|
421
|
+
o("div", Q1, [
|
418
422
|
h(k, {
|
419
423
|
type: "text",
|
420
|
-
modelValue:
|
421
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
424
|
+
modelValue: n.searchValue,
|
425
|
+
"onUpdate:modelValue": e[0] || (e[0] = (b) => n.searchValue = b),
|
422
426
|
clearable: !0,
|
423
427
|
icon: "search",
|
424
428
|
"icon-position": "left",
|
425
429
|
placeholder: "Пошук по меню",
|
426
|
-
class: "[&>input]:h-[38px]"
|
427
|
-
|
430
|
+
class: f(["[&>input]:h-[38px]", {
|
431
|
+
"[&>input]:bg-[#172554] [&>input]:text-white/80 [&>input]:placeholder:text-white/40 [&>input]:border [&>input]:border-white/50": r.darkMode,
|
432
|
+
["[&>input]:bg-" + r.darkColor + "-950"]: r.darkMode,
|
433
|
+
["focus:[&>input]:border-" + r.darkColor + "-500"]: r.darkMode
|
434
|
+
}])
|
435
|
+
}, null, 8, ["modelValue", "class"])
|
428
436
|
]),
|
429
|
-
|
430
|
-
class:
|
437
|
+
o("div", {
|
438
|
+
class: f([
|
431
439
|
"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",
|
432
440
|
r.languages || r.docs ? "h-[calc(100vh-161px)]" : "h-[calc(100vh-110px)]"
|
433
441
|
])
|
434
442
|
}, [
|
435
|
-
|
436
|
-
(g = r.data) != null && g.length ? (
|
437
|
-
(
|
438
|
-
key:
|
443
|
+
o("nav", R1, [
|
444
|
+
(g = r.data) != null && g.length ? (s(), i("ul", q1, [
|
445
|
+
(s(!0), i(j, null, P(r.data, (b, _) => (s(), i("li", {
|
446
|
+
key: _,
|
439
447
|
class: "flex flex-col gap-[6px]"
|
440
448
|
}, [
|
441
|
-
h(
|
442
|
-
route:
|
443
|
-
searchable:
|
449
|
+
h(m, {
|
450
|
+
route: b,
|
451
|
+
searchable: n.searchValue
|
444
452
|
}, null, 8, ["route", "searchable"])
|
445
453
|
]))), 128))
|
446
|
-
])) : (
|
454
|
+
])) : (s(), i("div", {
|
447
455
|
key: 1,
|
448
|
-
class:
|
456
|
+
class: f(["text-lg mt-[20px]", {
|
449
457
|
"text-white/80": r.darkMode,
|
450
458
|
"text-gray-800": !r.darkMode
|
451
459
|
}])
|
452
460
|
}, " Не знайдено ", 2))
|
453
461
|
])
|
454
462
|
], 2),
|
455
|
-
r.docs || r.languages ? (
|
463
|
+
r.docs || r.languages ? (s(), U(a, {
|
456
464
|
key: 0,
|
457
465
|
docs: r.docs,
|
458
466
|
languages: r.languages
|
459
467
|
}, null, 8, ["docs", "languages"])) : w("", !0)
|
460
468
|
], 2);
|
461
469
|
}
|
462
|
-
const J1 = /* @__PURE__ */
|
470
|
+
const J1 = /* @__PURE__ */ x(S1, [["render", G1], ["__scopeId", "data-v-ebe4c2ff"]]), K1 = {
|
463
471
|
components: {
|
464
472
|
IconQuestion: G,
|
465
473
|
IconUser: W,
|
@@ -514,41 +522,41 @@ const J1 = /* @__PURE__ */ m(S1, [["render", G1], ["__scopeId", "data-v-84e08263
|
|
514
522
|
}, le = ["src"], oe = {
|
515
523
|
key: 1,
|
516
524
|
class: "size-10 rounded-full bg-gray-200 flex items-center justify-center"
|
517
|
-
},
|
518
|
-
function ue(t, e,
|
525
|
+
}, ne = { class: "grow" }, se = { class: "block font-medium text-sm text-gray-800 dark:text-neutral-200" }, ae = { class: "text-xs text-gray-500 dark:text-neutral-500" }, ie = { class: "flex flex-col space-y-0.5" };
|
526
|
+
function ue(t, e, l, u, n, r) {
|
519
527
|
var z, M, H, L;
|
520
|
-
const k = p("IconQuestion"),
|
521
|
-
return
|
522
|
-
|
528
|
+
const k = p("IconQuestion"), m = p("AdminNotification"), a = p("IconUser"), g = p("router-link"), b = p("IconUserOutline"), _ = p("IconLogout");
|
529
|
+
return s(), i("div", W1, [
|
530
|
+
o("div", {
|
523
531
|
class: "flex lg:hidden",
|
524
532
|
onClick: e[0] || (e[0] = (v) => t.$parent.showMenu = !0)
|
525
533
|
}, e[4] || (e[4] = [
|
526
534
|
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)
|
527
535
|
])),
|
528
|
-
|
529
|
-
|
536
|
+
o("div", X1, [
|
537
|
+
o("a", Y1, [
|
530
538
|
h(k, {
|
531
539
|
height: "24",
|
532
540
|
width: "24"
|
533
541
|
})
|
534
542
|
]),
|
535
|
-
h(
|
536
|
-
e[9] || (e[9] =
|
537
|
-
|
538
|
-
|
539
|
-
onClick: e[1] || (e[1] = (v) =>
|
543
|
+
h(m),
|
544
|
+
e[9] || (e[9] = o("div", { class: "h-[30px] w-[1px] bg-gray-200 ml-[10px] mr-[10px]" }, null, -1)),
|
545
|
+
o("div", ee, [
|
546
|
+
o("div", {
|
547
|
+
onClick: e[1] || (e[1] = (v) => n.isVisible = !0),
|
540
548
|
class: "cursor-pointer"
|
541
549
|
}, [
|
542
|
-
(M = (z =
|
550
|
+
(M = (z = n.userData) == null ? void 0 : z.user) != null && M.avatar ? (s(), i("img", {
|
543
551
|
key: 0,
|
544
552
|
class: "flex-shrink-0 size-[30px] rounded-full",
|
545
|
-
src: (L = (H =
|
553
|
+
src: (L = (H = n.userData) == null ? void 0 : H.user) == null ? void 0 : L.avatar,
|
546
554
|
alt: "Image Description"
|
547
|
-
}, null, 8, te)) : (
|
555
|
+
}, null, 8, te)) : (s(), i("div", re, [
|
548
556
|
h(a)
|
549
557
|
]))
|
550
558
|
]),
|
551
|
-
|
559
|
+
n.isVisible ? (s(), i("div", {
|
552
560
|
key: 0,
|
553
561
|
onClick: e[3] || (e[3] = l1(() => {
|
554
562
|
}, ["stop"])),
|
@@ -560,48 +568,48 @@ function ue(t, e, o, d, s, r) {
|
|
560
568
|
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"
|
561
569
|
}, {
|
562
570
|
default: y(() => {
|
563
|
-
var v, V,
|
571
|
+
var v, V, I, $, O, D, E, c;
|
564
572
|
return [
|
565
|
-
(V = (v =
|
573
|
+
(V = (v = n.userData) == null ? void 0 : v.user) != null && V.avatar ? (s(), i("img", {
|
566
574
|
key: 0,
|
567
575
|
class: "shrink-0 size-10 rounded-full",
|
568
|
-
src: (
|
576
|
+
src: ($ = (I = n.userData) == null ? void 0 : I.user) == null ? void 0 : $.avatar,
|
569
577
|
alt: "Image Description"
|
570
|
-
}, null, 8, le)) : (
|
578
|
+
}, null, 8, le)) : (s(), i("div", oe, [
|
571
579
|
h(a, { class: "w-[16px]" })
|
572
580
|
])),
|
573
|
-
|
574
|
-
|
575
|
-
|
581
|
+
o("div", ne, [
|
582
|
+
o("span", se, N(((D = (O = n.userData) == null ? void 0 : O.user) == null ? void 0 : D.username) || "User User"), 1),
|
583
|
+
o("p", ae, N(((c = (E = n.userData) == null ? void 0 : E.user) == null ? void 0 : c.email) || "email не вказано"), 1)
|
576
584
|
])
|
577
585
|
];
|
578
586
|
}),
|
579
587
|
_: 1
|
580
588
|
}),
|
581
|
-
e[7] || (e[7] =
|
582
|
-
|
583
|
-
|
589
|
+
e[7] || (e[7] = o("div", { class: "my-2 mx-2.5 h-px bg-gray-200 dark:bg-neutral-700" }, null, -1)),
|
590
|
+
o("ul", ie, [
|
591
|
+
o("li", null, [
|
584
592
|
h(g, {
|
585
593
|
to: "profile",
|
586
594
|
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",
|
587
595
|
disabled: !0
|
588
596
|
}, {
|
589
597
|
default: y(() => [
|
590
|
-
h(
|
598
|
+
h(b, { class: "size-4" }),
|
591
599
|
e[5] || (e[5] = B(" Профіль "))
|
592
600
|
]),
|
593
601
|
_: 1
|
594
602
|
})
|
595
603
|
])
|
596
604
|
]),
|
597
|
-
e[8] || (e[8] =
|
598
|
-
|
599
|
-
|
605
|
+
e[8] || (e[8] = o("div", { class: "my-2 mx-2.5 h-px bg-gray-200 dark:bg-neutral-700" }, null, -1)),
|
606
|
+
o("p", null, [
|
607
|
+
o("button", {
|
600
608
|
type: "button",
|
601
609
|
onClick: e[2] || (e[2] = (...v) => r.logout && r.logout(...v)),
|
602
610
|
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"
|
603
611
|
}, [
|
604
|
-
h(
|
612
|
+
h(_, { class: "size-4" }),
|
605
613
|
e[6] || (e[6] = B(" Вийти "))
|
606
614
|
])
|
607
615
|
])
|
@@ -610,7 +618,7 @@ function ue(t, e, o, d, s, r) {
|
|
610
618
|
])
|
611
619
|
]);
|
612
620
|
}
|
613
|
-
const ce = /* @__PURE__ */
|
621
|
+
const ce = /* @__PURE__ */ x(K1, [["render", ue]]), de = {
|
614
622
|
components: { navbar: J1, AdminHeader: ce },
|
615
623
|
data() {
|
616
624
|
return {
|
@@ -623,28 +631,28 @@ const ce = /* @__PURE__ */ m(K1, [["render", ue]]), de = {
|
|
623
631
|
},
|
624
632
|
header() {
|
625
633
|
var t;
|
626
|
-
return ((t =
|
634
|
+
return ((t = C.value) == null ? void 0 : t.header) || "admin-header";
|
627
635
|
}
|
628
636
|
}
|
629
637
|
}, he = { class: "admin-wrapper" }, pe = { class: "flex flex-col w-full" };
|
630
|
-
function ge(t, e,
|
631
|
-
const k = p("navbar"),
|
632
|
-
return
|
638
|
+
function ge(t, e, l, u, n, r) {
|
639
|
+
const k = p("navbar"), m = p("router-view");
|
640
|
+
return s(), i("div", he, [
|
633
641
|
h(k),
|
634
|
-
|
642
|
+
n.showMenu ? (s(), i("div", {
|
635
643
|
key: 0,
|
636
|
-
onClick: e[0] || (e[0] = (a) =>
|
644
|
+
onClick: e[0] || (e[0] = (a) => n.showMenu = !1),
|
637
645
|
class: "z-[10] lg:hidden transition duration fixed inset-0 bg-gray-900 bg-opacity-50 dark:bg-opacity-80 dark:bg-neutral-900"
|
638
646
|
})) : w("", !0),
|
639
|
-
|
640
|
-
r.isMenu ? (
|
641
|
-
(
|
642
|
-
h(
|
647
|
+
o("div", pe, [
|
648
|
+
r.isMenu ? (s(), i(j, { key: 0 }, [
|
649
|
+
(s(), U(S(r.header))),
|
650
|
+
h(m)
|
643
651
|
], 64)) : w("", !0)
|
644
652
|
])
|
645
653
|
]);
|
646
654
|
}
|
647
|
-
const
|
655
|
+
const xe = /* @__PURE__ */ x(de, [["render", ge], ["__scopeId", "data-v-79c10cab"]]);
|
648
656
|
export {
|
649
|
-
|
657
|
+
xe as default
|
650
658
|
};
|