@opengis/admin 0.3.29 → 0.3.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/README.md +97 -97
  2. package/config.js +4 -4
  3. package/dist/{add-page-BMVmxRXA.js → add-page-DEMB0NVp.js} +4 -4
  4. package/dist/{admin-interface-D3dLkYbe.js → admin-interface-hLLnl1qT.js} +19 -19
  5. package/dist/{admin-view-BjLUi828.js → admin-view-BxAU72CU.js} +92 -92
  6. package/dist/admin.js +1 -1
  7. package/dist/admin.umd.cjs +75 -75
  8. package/dist/assets/logo.svg +41 -41
  9. package/dist/{card-view-CUAJ2OnV.js → card-view-DdCCgDuV.js} +3 -3
  10. package/dist/{edit-page-CiTVA3h_.js → edit-page-Dw2VGB_7.js} +4 -4
  11. package/dist/{import-file-CUCwPWfV.js → import-file-Brsexl6w.js} +22226 -22065
  12. package/dist/{profile-page-CScybeS4.js → profile-page-C_aOC-wH.js} +4 -4
  13. package/dist/style.css +1 -1
  14. package/module/settings/card/admin.accounts.table/index.yml +7 -7
  15. package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
  16. package/module/settings/card/admin.accounts.table/users.hbs +13 -13
  17. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  18. package/module/settings/card/admin.routes.table/users.hbs +16 -16
  19. package/module/settings/cls/core.actions.json +17 -17
  20. package/module/settings/cls/core.scope.json +13 -13
  21. package/module/settings/cls/properties.site_status.json +13 -13
  22. package/module/settings/cls/properties.widget_status.json +13 -13
  23. package/module/settings/cls/users.user_type.json +13 -13
  24. package/module/settings/cls/yes_no.json +11 -11
  25. package/module/settings/form/admin.accounts.form.json +13 -13
  26. package/module/settings/form/admin.properties.form.json +15 -15
  27. package/module/settings/form/admin.roles.form.json +21 -21
  28. package/module/settings/form/admin.user_properties.form.json +15 -15
  29. package/module/settings/form/admin.user_roles_card.form.json +13 -13
  30. package/module/settings/interface/admin.properties.json +4 -4
  31. package/module/settings/interface/admin.roles.json +4 -4
  32. package/module/settings/interface/admin.routes.json +4 -4
  33. package/module/settings/interface/admin.users.json +4 -4
  34. package/module/settings/select/core.routes.sql +1 -1
  35. package/module/settings/select/core.user_mentioned.sql +1 -1
  36. package/module/settings/select/core.user_uid.sql +1 -1
  37. package/module/settings/table/admin.properties.table.json +39 -39
  38. package/module/settings/table/admin.user_properties.table.json +34 -34
  39. package/package.json +3 -3
  40. package/server/helpers/core/badge.js +16 -16
  41. package/server/helpers/core/buttonHelper.js +21 -21
  42. package/server/helpers/core/coalesce.js +7 -7
  43. package/server/helpers/core/select.js +48 -48
  44. package/server/helpers/core/token.js +18 -18
  45. package/server/helpers/list/buttonHelper.js +21 -21
  46. package/server/helpers/list/utils/button.js +5 -5
  47. package/server/helpers/temp/contentList.js +58 -58
  48. package/server/helpers/temp/ifCond.js +101 -101
  49. package/server/helpers/utils/button.js +5 -5
  50. package/server/helpers/utils/mdToHTML.js +17 -17
  51. package/server/plugins/access/index.mjs +6 -6
  52. package/server/plugins/adminHook.js +81 -81
  53. package/server/plugins/cron.js +10 -10
  54. package/server/plugins/docs.js +28 -28
  55. package/server/routes/access/controllers/access.group.js +29 -29
  56. package/server/routes/access/controllers/access.group.post.js +54 -54
  57. package/server/routes/access/index.mjs +11 -11
  58. package/server/routes/access/schema.mjs +67 -67
  59. package/server/routes/calendar/controllers/calendar.data.js +125 -125
  60. package/server/routes/calendar/index.mjs +7 -7
  61. package/server/routes/calendar/schema.js +21 -21
  62. package/server/routes/data/controllers/cardTabData.js +49 -49
  63. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  64. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  65. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  66. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  67. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  68. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  69. package/server/routes/data/controllers/tableData.js +28 -17
  70. package/server/routes/data/controllers/tableDataId.js +27 -27
  71. package/server/routes/data/controllers/tokenInfo.js +9 -9
  72. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  73. package/server/routes/data/controllers/utils/conditions.js +20 -20
  74. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  75. package/server/routes/data/index.mjs +20 -20
  76. package/server/routes/data/schema.js +54 -54
  77. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  78. package/server/routes/notifications/controllers/testEmail.js +35 -35
  79. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  80. package/server/routes/notifications/funcs/addNotification.js +21 -21
  81. package/server/routes/notifications/funcs/sendNotification.js +92 -92
  82. package/server/routes/notifications/hook/onWidgetSet.js +56 -56
  83. package/server/routes/notifications/index.mjs +26 -26
  84. package/server/routes/notifications/schema.js +16 -16
  85. package/server/routes/print/controllers/cardPrint.js +135 -135
  86. package/server/routes/properties/schema.js +10 -10
  87. package/server/routes/report/controllers/data.js +76 -76
  88. package/server/routes/report/controllers/list.js +18 -18
  89. package/server/routes/report/index.mjs +7 -7
  90. package/server/routes/report/utils/formatValue.js +179 -179
  91. package/server/routes/root.mjs +3 -3
  92. package/server/routes/templates/controllers/getTemplate.js +44 -44
  93. package/server/routes/templates/schema.js +8 -8
  94. package/server/routes/user/controllers/user.cls.id.js +14 -14
  95. package/server/routes/user/controllers/user.cls.js +72 -72
  96. package/server/routes/user/controllers/user.info.js +17 -17
  97. package/server/routes/user/schema.js +14 -14
  98. package/server/routes/util/controllers/code.generator.js +89 -89
  99. package/server/routes/widget/controllers/widget.del.js +63 -63
  100. package/server/routes/widget/controllers/widget.set.js +84 -84
  101. package/server/routes/widget/hook/onWidgetSet.js +12 -12
  102. package/server/routes/widget/index.mjs +16 -16
  103. package/server/routes/widget/schema.js +12 -12
  104. package/server/templates/cls/itree.recrzone_category.json +73 -73
  105. package/server/templates/cls/test.json +9 -9
  106. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  107. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  108. package/server/templates/form/form-user-pass.json +10 -10
  109. package/server/templates/form/form-user_group.json +39 -39
  110. package/server/templates/form/form-users.json +156 -156
  111. package/server/templates/form/user_group_access.form.json +22 -22
  112. package/server/templates/select/account_id.json +2 -2
  113. package/server/templates/table/gis.dataset.table.json +43 -43
  114. package/server/templates/table/management.user_group.table.json +112 -112
  115. package/server/templates/table/management.users.table.json +126 -126
@@ -1,5 +1,5 @@
1
- import { _ as C, I as G, s as v, a as J, u as T, b as K, c as W, d as X, e as Y, f as ee } from "./import-file-CUCwPWfV.js";
2
- import { createElementBlock as a, openBlock as s, createElementVNode as o, createStaticVNode as A, resolveComponent as g, createCommentVNode as w, createVNode as d, normalizeClass as p, createTextVNode as L, toDisplayString as V, Transition as te, withCtx as k, withDirectives as re, Fragment as Z, renderList as P, vShow as le, createBlock as U, resolveDynamicComponent as S, withModifiers as oe } from "vue";
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-Brsexl6w.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
3
  import "./user-B_2kh6ic.js";
4
4
  const ne = {}, se = {
5
5
  xmlns: "http://www.w3.org/2000/svg",
@@ -23,7 +23,7 @@ function ae(t, e, l, u, n, r) {
23
23
  o("path", { d: "M18 15l3 -3" }, null, -1)
24
24
  ]));
25
25
  }
26
- const R = /* @__PURE__ */ C(ne, [["render", ae]]), ie = {}, ue = {
26
+ const R = /* @__PURE__ */ w(ne, [["render", ae]]), ie = {}, ue = {
27
27
  viewBox: "0 0 1823 249",
28
28
  fill: "none",
29
29
  xmlns: "http://www.w3.org/2000/svg"
@@ -33,7 +33,7 @@ function de(t, e, l, u, n, r) {
33
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
34
  ]));
35
35
  }
36
- const ce = /* @__PURE__ */ C(ie, [["render", de]]), he = {
36
+ const ce = /* @__PURE__ */ w(ie, [["render", de]]), he = {
37
37
  components: { IconChevronDown: G },
38
38
  props: { route: Object, searchable: String },
39
39
  mounted() {
@@ -63,7 +63,7 @@ const ce = /* @__PURE__ */ C(ie, [["render", de]]), he = {
63
63
  computed: {
64
64
  darkMode() {
65
65
  var t, e;
66
- return (e = (t = v) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
66
+ return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
67
67
  }
68
68
  },
69
69
  methods: {
@@ -95,13 +95,13 @@ const ce = /* @__PURE__ */ C(ie, [["render", de]]), he = {
95
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
96
  }, fe = { key: 1 }, be = ["innerHTML"];
97
97
  function xe(t, e, l, u, n, r) {
98
- var i, b, x, H, j, m, y, z, M, I, $, O, B, E, D;
99
- const _ = g("IconChevronDown"), f = g("router-link");
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
100
  return (i = l.route) != null && i.menu ? (s(), a("div", ge, [
101
101
  o("button", {
102
102
  onClick: e[0] || (e[0] = (h) => n.isOpen = !n.isOpen),
103
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
- ((x = (b = l.route) == null ? void 0 : b.menu) == null ? void 0 : x.some(
104
+ ((k = (m = l.route) == null ? void 0 : m.menu) == null ? void 0 : k.some(
105
105
  (h) => {
106
106
  var c, N;
107
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);
@@ -114,15 +114,15 @@ function xe(t, e, l, u, n, r) {
114
114
  ]])
115
115
  }, [
116
116
  L(V((H = l.route) == null ? void 0 : H.ua) + " ", 1),
117
- (j = l.route) != null && j.new ? (s(), a("span", pe, "Нове")) : w("", !0),
118
- d(_, {
117
+ (j = l.route) != null && j.new ? (s(), a("span", pe, "Нове")) : _("", !0),
118
+ d(b, {
119
119
  class: p([[n.isOpen && "-rotate-180"], "ml-auto duration-300"]),
120
120
  width: "14",
121
121
  height: "14"
122
122
  }, null, 8, ["class"])
123
123
  ], 2),
124
124
  d(te, { name: "fade" }, {
125
- default: k(() => {
125
+ default: C(() => {
126
126
  var h;
127
127
  return [
128
128
  re(o("ul", {
@@ -134,7 +134,7 @@ function xe(t, e, l, u, n, r) {
134
134
  key: N,
135
135
  class: "w-full"
136
136
  }, [
137
- d(f, {
137
+ d(x, {
138
138
  innerHTML: r.highLight(c == null ? void 0 : c.ua),
139
139
  to: "/" + (c == null ? void 0 : c.path),
140
140
  class: p([[
@@ -154,18 +154,18 @@ function xe(t, e, l, u, n, r) {
154
154
  }),
155
155
  _: 1
156
156
  })
157
- ])) : (m = l.route) != null && m.hidden ? w("", !0) : (s(), a("div", fe, [
158
- d(f, {
157
+ ])) : (v = l.route) != null && v.hidden ? _("", !0) : (s(), a("div", fe, [
158
+ d(x, {
159
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
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) === ((E = l.route) == null ? void 0 : E.table) && ((D = l.route) == null ? void 0 : D.table)) && (r.darkMode ? "bg-white/10" : "bg-gray-100"),
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
162
  {
163
163
  "text-white/80 hover:bg-white/10 hover:text-white/80 focus:bg-white/10 ": r.darkMode,
164
164
  "text-gray-800 hover:bg-gray-100 hover:text-gray-800 focus:bg-gray-100 ": !r.darkMode
165
165
  }
166
166
  ], "flex items-center w-full px-3 py-2 text-sm text-gray-800 duration-300 rounded-lg gap-x-3"])
167
167
  }, {
168
- default: k(() => {
168
+ default: C(() => {
169
169
  var h;
170
170
  return [
171
171
  o("span", {
@@ -177,7 +177,7 @@ function xe(t, e, l, u, n, r) {
177
177
  }, 8, ["to", "class"])
178
178
  ]));
179
179
  }
180
- const me = /* @__PURE__ */ C(he, [["render", xe]]), ke = {}, ve = {
180
+ const me = /* @__PURE__ */ w(he, [["render", xe]]), ke = {}, ve = {
181
181
  class: "flex-shrink-0 size-4",
182
182
  xmlns: "http://www.w3.org/2000/svg",
183
183
  viewBox: "0 0 24 24",
@@ -198,7 +198,7 @@ function Ce(t, e, l, u, n, r) {
198
198
  o("path", { d: "M12 17h.01" }, null, -1)
199
199
  ]));
200
200
  }
201
- const q = /* @__PURE__ */ C(ke, [["render", Ce]]), we = {}, _e = {
201
+ const q = /* @__PURE__ */ w(ke, [["render", Ce]]), we = {}, _e = {
202
202
  class: "shrink-0 size-4 rounded-full",
203
203
  xmlns: "http://www.w3.org/2000/svg",
204
204
  viewBox: "0 0 512 512"
@@ -208,7 +208,7 @@ function ye(t, e, l, u, n, r) {
208
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
209
  ]));
210
210
  }
211
- const ze = /* @__PURE__ */ C(we, [["render", ye]]), Me = {}, He = {
211
+ const ze = /* @__PURE__ */ w(we, [["render", ye]]), Me = {}, He = {
212
212
  xmlns: "http://www.w3.org/2000/svg",
213
213
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
214
214
  version: "1.1",
@@ -239,7 +239,7 @@ function Le(t, e, l, u, n, r) {
239
239
  ], -1)
240
240
  ]));
241
241
  }
242
- const Ve = /* @__PURE__ */ C(Me, [["render", Le]]), Ie = {}, $e = {
242
+ const Ve = /* @__PURE__ */ w(Me, [["render", Le]]), Ie = {}, $e = {
243
243
  class: "shrink-0 size-3.5 text-gray-800 dark:text-neutral-200",
244
244
  xmlns: "http:.w3.org/2000/svg",
245
245
  width: "24",
@@ -256,7 +256,7 @@ function Oe(t, e, l, u, n, r) {
256
256
  o("polyline", { points: "20 6 9 17 4 12" }, null, -1)
257
257
  ]));
258
258
  }
259
- const Be = /* @__PURE__ */ C(Ie, [["render", Oe]]), Ee = {
259
+ const Be = /* @__PURE__ */ w(Ie, [["render", Oe]]), De = {
260
260
  components: { IconQuestion: q, IconUSA: ze, IconUkraine: Ve, IconTick: Be },
261
261
  props: ["docs", "languages"],
262
262
  data() {
@@ -284,7 +284,7 @@ const Be = /* @__PURE__ */ C(Ie, [["render", Oe]]), Ee = {
284
284
  },
285
285
  darkMode() {
286
286
  var t, e;
287
- return (e = (t = v) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
287
+ return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
288
288
  }
289
289
  },
290
290
  methods: {
@@ -292,21 +292,21 @@ const Be = /* @__PURE__ */ C(Ie, [["render", Oe]]), Ee = {
292
292
  this.$refs.langPopover.togglePopover(), this.currentLang = t;
293
293
  }
294
294
  }
295
- }, De = { class: "flex justify-center items-center gap-x-2" }, Ue = ["onClick"], je = { class: "text-gray-800" }, Ne = { class: "ms-auto" }, Ze = { class: "truncate" };
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
296
  function Te(t, e, l, u, n, r) {
297
- const _ = g("IconTick"), f = g("VsPopover");
297
+ const b = g("IconTick"), x = g("VsPopover");
298
298
  return l.docs || l.languages ? (s(), a("div", {
299
299
  key: 0,
300
300
  class: p(["py-2 px-5 border-t dark:border-neutral-700", r.darkMode ? "border-white/10 " : "border-gray-200"])
301
301
  }, [
302
- o("div", De, [
303
- d(f, {
302
+ o("div", Ee, [
303
+ d(x, {
304
304
  trigger: "click",
305
305
  placement: "top",
306
306
  ref: "langPopover"
307
307
  }, {
308
- reference: k(() => {
309
- var i, b, x;
308
+ reference: C(() => {
309
+ var i, m, k;
310
310
  return [
311
311
  o("button", {
312
312
  type: "button",
@@ -319,22 +319,22 @@ function Te(t, e, l, u, n, r) {
319
319
  o("div", null, [
320
320
  (s(), U(S((i = r.selectedLang) == null ? void 0 : i.icon), { class: "w-[16px] h-[16px] rounded-full" }))
321
321
  ]),
322
- o("span", Ze, V(n.currentLang === "ukraine" ? (b = r.selectedLang) == null ? void 0 : b.titleUA : (x = r.selectedLang) == null ? void 0 : x.titleEN), 1)
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
323
  ], 2)
324
324
  ];
325
325
  }),
326
- default: k(() => [
326
+ default: C(() => [
327
327
  o("div", null, [
328
328
  (s(!0), a(Z, null, P(n.languagesOptions, (i) => (s(), a("button", {
329
329
  key: i.id,
330
330
  type: "button",
331
- onClick: (b) => r.changeLang(i.id),
331
+ onClick: (m) => r.changeLang(i.id),
332
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
333
  }, [
334
334
  (s(), U(S(i == null ? void 0 : i.icon), { class: "w-[16px] h-[16px] rounded-full" })),
335
335
  o("div", je, V(n.currentLang === "ukraine" ? i == null ? void 0 : i.titleUA : i == null ? void 0 : i.titleEN), 1),
336
336
  o("span", Ne, [
337
- (i == null ? void 0 : i.id) === n.currentLang ? (s(), U(_, { key: 0 })) : w("", !0)
337
+ (i == null ? void 0 : i.id) === n.currentLang ? (s(), U(b, { key: 0 })) : _("", !0)
338
338
  ])
339
339
  ], 10, Ue))), 128))
340
340
  ])
@@ -342,9 +342,9 @@ function Te(t, e, l, u, n, r) {
342
342
  _: 1
343
343
  }, 512)
344
344
  ])
345
- ], 2)) : w("", !0);
345
+ ], 2)) : _("", !0);
346
346
  }
347
- const Se = /* @__PURE__ */ C(Ee, [["render", Te]]), Ae = {
347
+ const Se = /* @__PURE__ */ w(De, [["render", Te]]), Ae = {
348
348
  components: { IconLogout: R, NavbarItem: me, IconLogo: ce, IconSearch: J, NavbarFooter: Se },
349
349
  data() {
350
350
  return {
@@ -359,23 +359,23 @@ const Se = /* @__PURE__ */ C(Ee, [["render", Te]]), Ae = {
359
359
  },
360
360
  logo() {
361
361
  var t, e, l;
362
- return ((e = (t = this.$settings) == null ? void 0 : t.admin) == null ? void 0 : e.logo) || ((l = v.value) == null ? void 0 : l.logo) || "/assets/logo.svg";
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
363
  },
364
364
  docs() {
365
365
  var t, e;
366
- return (e = (t = v) == null ? void 0 : t.value) == null ? void 0 : e.docs;
366
+ return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.docs;
367
367
  },
368
368
  languages() {
369
369
  var t, e;
370
- return (e = (t = v) == null ? void 0 : t.value) == null ? void 0 : e.languages;
370
+ return (e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.languages;
371
371
  },
372
372
  darkMode() {
373
373
  var t, e;
374
- return ((e = (t = v) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark) || !1;
374
+ return ((e = (t = f) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark) || !1;
375
375
  },
376
376
  darkColor() {
377
- var e, l, u, n;
378
- const t = ((l = (e = v) == null ? void 0 : e.value) == null ? void 0 : l.sidebarColor) || ((n = (u = v) == null ? void 0 : u.value) == null ? void 0 : n.color) || "blue";
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
379
  return t.includes("-") || t.includes("[") ? t : t + "-950";
380
380
  }
381
381
  },
@@ -403,8 +403,8 @@ const Se = /* @__PURE__ */ C(Ee, [["render", Te]]), Ae = {
403
403
  class: "flex flex-col gap-y-1"
404
404
  };
405
405
  function Je(t, e, l, u, n, r) {
406
- var b;
407
- const _ = g("VsText"), f = g("NavbarItem"), i = g("NavbarFooter");
406
+ var m;
407
+ const b = g("VsText"), x = g("NavbarItem"), i = g("NavbarFooter");
408
408
  return s(), a("div", {
409
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
410
  "left-0": t.$parent.showMenu,
@@ -421,10 +421,10 @@ function Je(t, e, l, u, n, r) {
421
421
  ])
422
422
  ]),
423
423
  o("div", Re, [
424
- d(_, {
424
+ d(b, {
425
425
  type: "text",
426
426
  modelValue: n.searchValue,
427
- "onUpdate:modelValue": e[0] || (e[0] = (x) => n.searchValue = x),
427
+ "onUpdate:modelValue": e[0] || (e[0] = (k) => n.searchValue = k),
428
428
  clearable: !0,
429
429
  icon: "search",
430
430
  "icon-position": "left",
@@ -443,13 +443,13 @@ function Je(t, e, l, u, n, r) {
443
443
  ])
444
444
  }, [
445
445
  o("nav", qe, [
446
- (b = r.data) != null && b.length ? (s(), a("ul", Ge, [
447
- (s(!0), a(Z, null, P(r.data, (x, H) => (s(), a("li", {
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
448
  key: H,
449
449
  class: "flex flex-col gap-[6px]"
450
450
  }, [
451
- d(f, {
452
- route: x,
451
+ d(x, {
452
+ route: k,
453
453
  searchable: n.searchValue
454
454
  }, null, 8, ["route", "searchable"])
455
455
  ]))), 128))
@@ -466,15 +466,15 @@ function Je(t, e, l, u, n, r) {
466
466
  key: 0,
467
467
  docs: r.docs,
468
468
  languages: r.languages
469
- }, null, 8, ["docs", "languages"])) : w("", !0)
469
+ }, null, 8, ["docs", "languages"])) : _("", !0)
470
470
  ], 2);
471
471
  }
472
- const Ke = /* @__PURE__ */ C(Ae, [["render", Je], ["__scopeId", "data-v-7ea2b8c5"]]), We = {
472
+ const Ke = /* @__PURE__ */ w(Ae, [["render", Je], ["__scopeId", "data-v-90835a7e"]]), We = {
473
473
  components: {
474
474
  IconQuestion: q,
475
- IconUser: X,
475
+ IconUser: K,
476
476
  AdminNotification: W,
477
- IconUserOutline: K,
477
+ IconUserOutline: X,
478
478
  IconLogout: R
479
479
  },
480
480
  data() {
@@ -486,11 +486,11 @@ const Ke = /* @__PURE__ */ C(Ae, [["render", Je], ["__scopeId", "data-v-7ea2b8c5
486
486
  computed: {
487
487
  headerBadgeTitle() {
488
488
  var t;
489
- return (t = v.value) == null ? void 0 : t.headerBadge;
489
+ return (t = f.value) == null ? void 0 : t.headerBadge;
490
490
  },
491
491
  headerBadgeColor() {
492
492
  var t;
493
- return (t = v.value) == null ? void 0 : t.headerBadgeColor;
493
+ return (t = f.value) == null ? void 0 : t.headerBadgeColor;
494
494
  }
495
495
  },
496
496
  watch: {
@@ -502,12 +502,12 @@ const Ke = /* @__PURE__ */ C(Ae, [["render", Je], ["__scopeId", "data-v-7ea2b8c5
502
502
  }
503
503
  },
504
504
  created() {
505
- this.userData = this.$user, ee.value = this.$settings;
505
+ this.userData = this.$user, Y.value = this.$settings;
506
506
  },
507
507
  methods: {
508
508
  async logout() {
509
509
  try {
510
- await Y.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
510
+ await ee.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
511
511
  } catch {
512
512
  }
513
513
  },
@@ -532,7 +532,7 @@ const Ke = /* @__PURE__ */ C(Ae, [["render", Je], ["__scopeId", "data-v-7ea2b8c5
532
532
  class: "flex items-center justify-center bg-gray-200 rounded-full size-10"
533
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
534
  function d1(t, e, l, u, n, r) {
535
- const _ = g("IconQuestion"), f = g("VsPopover"), i = g("AdminNotification"), b = g("IconUser"), x = g("router-link"), H = g("IconUserOutline"), j = g("IconLogout");
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
536
  return s(), a("div", {
537
537
  class: p(["h-[58px] border-b flex items-center px-[20px]", r.headerBadgeTitle ? "justify-between" : "justify-end"])
538
538
  }, [
@@ -542,35 +542,35 @@ function d1(t, e, l, u, n, r) {
542
542
  ["bg-" + r.headerBadgeColor]: r.headerBadgeColor,
543
543
  "bg-gray-800": !r.headerBadgeColor
544
544
  }])
545
- }, V(r.headerBadgeTitle), 3)) : w("", !0),
545
+ }, V(r.headerBadgeTitle), 3)) : _("", !0),
546
546
  o("div", {
547
547
  class: "flex lg:hidden",
548
- onClick: e[0] || (e[0] = (m) => t.$parent.showMenu = !0)
548
+ onClick: e[0] || (e[0] = (v) => t.$parent.showMenu = !0)
549
549
  }, e[4] || (e[4] = [
550
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
551
  ])),
552
552
  o("div", Xe, [
553
- d(f, { trigger: "hover" }, {
554
- reference: k(() => [
553
+ d(x, { trigger: "hover" }, {
554
+ reference: C(() => [
555
555
  o("a", Ye, [
556
- d(_, {
556
+ d(b, {
557
557
  height: "24",
558
558
  width: "24"
559
559
  })
560
560
  ])
561
561
  ]),
562
- default: k(() => [
562
+ default: C(() => [
563
563
  e[5] || (e[5] = L(" Допомога "))
564
564
  ]),
565
565
  _: 1
566
566
  }),
567
- d(f, { trigger: "hover" }, {
568
- reference: k(() => [
567
+ d(x, { trigger: "hover" }, {
568
+ reference: C(() => [
569
569
  o("a", e1, [
570
570
  d(i)
571
571
  ])
572
572
  ]),
573
- default: k(() => [
573
+ default: C(() => [
574
574
  e[6] || (e[6] = L(" Сповіщення "))
575
575
  ]),
576
576
  _: 1
@@ -578,24 +578,24 @@ function d1(t, e, l, u, n, r) {
578
578
  e[12] || (e[12] = o("div", { class: "h-[30px] w-[1px] bg-gray-200 ml-[10px] mr-[10px]" }, null, -1)),
579
579
  o("div", t1, [
580
580
  o("div", {
581
- onClick: e[1] || (e[1] = (m) => n.isVisible = !0),
581
+ onClick: e[1] || (e[1] = (v) => n.isVisible = !0),
582
582
  class: "cursor-pointer"
583
583
  }, [
584
- d(f, { trigger: "hover" }, {
585
- reference: k(() => {
586
- var m, y, z, M;
584
+ d(x, { trigger: "hover" }, {
585
+ reference: C(() => {
586
+ var v, y, z, M;
587
587
  return [
588
- (y = (m = n.userData) == null ? void 0 : m.user) != null && y.avatar ? (s(), a("img", {
588
+ (y = (v = n.userData) == null ? void 0 : v.user) != null && y.avatar ? (s(), a("img", {
589
589
  key: 0,
590
590
  class: "flex-shrink-0 size-[30px] rounded-full",
591
591
  src: (M = (z = n.userData) == null ? void 0 : z.user) == null ? void 0 : M.avatar,
592
592
  alt: "Image Description"
593
593
  }, null, 8, r1)) : (s(), a("div", l1, [
594
- d(b)
594
+ d(m)
595
595
  ]))
596
596
  ];
597
597
  }),
598
- default: k(() => [
598
+ default: C(() => [
599
599
  e[7] || (e[7] = L(" Профіль "))
600
600
  ]),
601
601
  _: 1
@@ -607,25 +607,25 @@ function d1(t, e, l, u, n, r) {
607
607
  }, ["stop"])),
608
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
609
  }, [
610
- d(x, {
610
+ d(k, {
611
611
  to: "profile",
612
612
  disabled: !0,
613
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
614
  }, {
615
- default: k(() => {
616
- var m, y, z, M, I, $, O, B, E, D;
615
+ default: C(() => {
616
+ var v, y, z, M, I, $, O, B, D, E;
617
617
  return [
618
- (y = (m = n.userData) == null ? void 0 : m.user) != null && y.avatar ? (s(), a("img", {
618
+ (y = (v = n.userData) == null ? void 0 : v.user) != null && y.avatar ? (s(), a("img", {
619
619
  key: 0,
620
620
  class: "rounded-full shrink-0 size-10",
621
621
  src: (M = (z = n.userData) == null ? void 0 : z.user) == null ? void 0 : M.avatar,
622
622
  alt: "Image Description"
623
623
  }, null, 8, o1)) : (s(), a("div", n1, [
624
- d(b, { class: "w-[16px]" })
624
+ d(m, { class: "w-[16px]" })
625
625
  ])),
626
626
  o("div", s1, [
627
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(((D = (E = n.userData) == null ? void 0 : E.user) == null ? void 0 : D.email) || "email не вказано"), 1)
628
+ o("p", i1, V(((E = (D = n.userData) == null ? void 0 : D.user) == null ? void 0 : E.email) || "email не вказано"), 1)
629
629
  ])
630
630
  ];
631
631
  }),
@@ -634,12 +634,12 @@ function d1(t, e, l, u, n, r) {
634
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
635
  o("ul", u1, [
636
636
  o("li", null, [
637
- d(x, {
637
+ d(k, {
638
638
  to: "profile",
639
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
640
  disabled: "true"
641
641
  }, {
642
- default: k(() => [
642
+ default: C(() => [
643
643
  d(H, { class: "size-4" }),
644
644
  e[8] || (e[8] = L(" Профіль "))
645
645
  ]),
@@ -651,19 +651,19 @@ function d1(t, e, l, u, n, r) {
651
651
  o("p", null, [
652
652
  o("button", {
653
653
  type: "button",
654
- onClick: e[2] || (e[2] = (...m) => r.logout && r.logout(...m)),
654
+ onClick: e[2] || (e[2] = (...v) => r.logout && r.logout(...v)),
655
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
656
  }, [
657
657
  d(j, { class: "size-4" }),
658
658
  e[9] || (e[9] = L(" Вийти "))
659
659
  ])
660
660
  ])
661
- ])) : w("", !0)
661
+ ])) : _("", !0)
662
662
  ])
663
663
  ])
664
664
  ], 2);
665
665
  }
666
- const c1 = /* @__PURE__ */ C(We, [["render", d1]]), h1 = {
666
+ const c1 = /* @__PURE__ */ w(We, [["render", d1]]), h1 = {
667
667
  components: { navbar: Ke, AdminHeader: c1 },
668
668
  data() {
669
669
  return {
@@ -676,28 +676,28 @@ const c1 = /* @__PURE__ */ C(We, [["render", d1]]), h1 = {
676
676
  },
677
677
  header() {
678
678
  var t, e;
679
- return ((t = v.value) == null ? void 0 : t.header) === !1 ? !1 : ((e = v.value) == null ? void 0 : e.header) || "admin-header";
679
+ return ((t = f.value) == null ? void 0 : t.header) === !1 ? !1 : ((e = f.value) == null ? void 0 : e.header) || "admin-header";
680
680
  }
681
681
  }
682
682
  }, g1 = { class: "admin-wrapper" }, p1 = { class: "flex flex-col w-full" };
683
683
  function f1(t, e, l, u, n, r) {
684
- const _ = g("navbar"), f = g("router-view");
684
+ const b = g("navbar"), x = g("router-view");
685
685
  return s(), a("div", g1, [
686
- d(_),
686
+ d(b),
687
687
  n.showMenu ? (s(), a("div", {
688
688
  key: 0,
689
689
  onClick: e[0] || (e[0] = (i) => n.showMenu = !1),
690
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
- })) : w("", !0),
691
+ })) : _("", !0),
692
692
  o("div", p1, [
693
693
  r.isMenu ? (s(), a(Z, { key: 0 }, [
694
- r.header ? (s(), U(S(r.header), { key: 0 })) : w("", !0),
695
- d(f)
696
- ], 64)) : w("", !0)
694
+ r.header ? (s(), U(S(r.header), { key: 0 })) : _("", !0),
695
+ d(x)
696
+ ], 64)) : _("", !0)
697
697
  ])
698
698
  ]);
699
699
  }
700
- const k1 = /* @__PURE__ */ C(h1, [["render", f1], ["__scopeId", "data-v-a3297223"]]);
700
+ const k1 = /* @__PURE__ */ w(h1, [["render", f1], ["__scopeId", "data-v-a3297223"]]);
701
701
  export {
702
702
  k1 as default
703
703
  };
package/dist/admin.js CHANGED
@@ -1,4 +1,4 @@
1
- import { v as f } from "./import-file-CUCwPWfV.js";
1
+ import { v as f } from "./import-file-Brsexl6w.js";
2
2
  export {
3
3
  f as default
4
4
  };