@opengis/admin 0.2.91 → 0.2.93

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/README.md +97 -97
  2. package/config.js +4 -4
  3. package/dist/{add-page-Ca4qw3I1.js → add-page-8CPqEe_Q.js} +1 -1
  4. package/dist/{admin-interface-D33YlYBN.js → admin-interface-Dgw882Ku.js} +250 -270
  5. package/dist/{admin-view-DUDq-cUc.js → admin-view-CfgJuYJF.js} +143 -135
  6. package/dist/admin.js +2 -2
  7. package/dist/admin.umd.cjs +104 -104
  8. package/dist/assets/logo.svg +41 -41
  9. package/dist/{card-view-BVpSk9ab.js → card-view-Dm0ZPQmG.js} +1 -1
  10. package/dist/{edit-page-BP3444FR.js → edit-page-B_v_v4U1.js} +1 -1
  11. package/dist/{import-file-CyDXFZM_.js → import-file-C_95Dy6a.js} +23881 -23316
  12. package/dist/style.css +1 -1
  13. package/module/settings/card/admin.accounts.table/index.yml +7 -7
  14. package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
  15. package/module/settings/card/admin.accounts.table/users.hbs +13 -13
  16. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  17. package/module/settings/card/admin.routes.table/index.yml +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/menu.json +5 -0
  35. package/module/settings/select/core.routes.sql +1 -1
  36. package/module/settings/select/core.user_mentioned.sql +1 -1
  37. package/module/settings/select/core.user_uid.sql +1 -1
  38. package/module/settings/table/admin.properties.table.json +39 -39
  39. package/module/settings/table/admin.user_properties.table.json +34 -34
  40. package/package.json +2 -2
  41. package/plugin.js +29 -29
  42. package/server/helpers/core/badge.js +16 -16
  43. package/server/helpers/core/buttonHelper.js +21 -21
  44. package/server/helpers/core/select.js +48 -48
  45. package/server/helpers/core/token.js +18 -18
  46. package/server/helpers/index.js +31 -31
  47. package/server/helpers/list/buttonHelper.js +21 -21
  48. package/server/helpers/list/utils/button.js +5 -5
  49. package/server/helpers/temp/contentList.js +58 -58
  50. package/server/helpers/temp/ifCond.js +101 -101
  51. package/server/helpers/utils/button.js +5 -5
  52. package/server/plugins/access/index.mjs +6 -6
  53. package/server/plugins/adminHook.js +81 -81
  54. package/server/plugins/cron.js +10 -10
  55. package/server/plugins/docs.js +28 -28
  56. package/server/routes/access/controllers/access.group.js +29 -29
  57. package/server/routes/access/controllers/access.group.post.js +49 -49
  58. package/server/routes/access/index.mjs +11 -11
  59. package/server/routes/access/schema.mjs +67 -67
  60. package/server/routes/calendar/controllers/calendar.data.js +125 -125
  61. package/server/routes/calendar/index.mjs +7 -7
  62. package/server/routes/calendar/schema.js +21 -21
  63. package/server/routes/data/controllers/cardData.js +106 -106
  64. package/server/routes/data/controllers/cardTabData.js +49 -49
  65. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  66. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  67. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  68. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  69. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  70. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  71. package/server/routes/data/controllers/tableData.js +29 -29
  72. package/server/routes/data/controllers/tableDataId.js +27 -27
  73. package/server/routes/data/controllers/tableFilter.js +92 -92
  74. package/server/routes/data/controllers/tokenInfo.js +9 -9
  75. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  76. package/server/routes/data/controllers/utils/conditions.js +20 -20
  77. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  78. package/server/routes/data/index.mjs +20 -20
  79. package/server/routes/data/schema.js +54 -54
  80. package/server/routes/menu/index.mjs +5 -5
  81. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  82. package/server/routes/notifications/controllers/testEmail.js +35 -35
  83. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  84. package/server/routes/notifications/funcs/addNotification.js +21 -21
  85. package/server/routes/notifications/funcs/sendNotification.js +92 -92
  86. package/server/routes/notifications/hook/onWidgetSet.js +57 -57
  87. package/server/routes/notifications/index.mjs +27 -27
  88. package/server/routes/notifications/schema.js +16 -16
  89. package/server/routes/print/controllers/cardPrint.js +133 -133
  90. package/server/routes/properties/funcs/getSettings.js +56 -56
  91. package/server/routes/properties/schema.js +10 -10
  92. package/server/routes/root.mjs +3 -3
  93. package/server/routes/templates/controllers/getTemplate.js +49 -49
  94. package/server/routes/templates/index.mjs +16 -16
  95. package/server/routes/templates/schema.js +8 -8
  96. package/server/routes/user/controllers/user.cls.id.js +14 -14
  97. package/server/routes/user/controllers/user.cls.js +71 -71
  98. package/server/routes/user/controllers/user.info.js +17 -17
  99. package/server/routes/user/schema.js +14 -14
  100. package/server/routes/widget/controllers/utils/obj2db.js +13 -13
  101. package/server/routes/widget/controllers/widget.del.js +47 -47
  102. package/server/routes/widget/controllers/widget.set.js +76 -76
  103. package/server/routes/widget/index.mjs +11 -11
  104. package/server/routes/widget/schema.js +12 -12
  105. package/server/templates/cls/itree.recrzone_category.json +73 -73
  106. package/server/templates/cls/test.json +9 -9
  107. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  108. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  109. package/server/templates/form/form-user-pass.json +10 -10
  110. package/server/templates/form/form-user_group.json +39 -39
  111. package/server/templates/form/form-users.json +156 -156
  112. package/server/templates/form/user_group_access.form.json +22 -22
  113. package/server/templates/select/account_id.json +2 -2
  114. package/server/templates/setting/test.json +5 -5
  115. package/server/templates/table/gis.dataset.table.json +43 -43
  116. package/server/templates/table/management.user_group.table.json +112 -112
  117. package/server/templates/table/management.users.table.json +126 -126
  118. package/utils.js +29 -29
@@ -1,6 +1,6 @@
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-CyDXFZM_.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 = {
1
+ import { _ as x, I as K, s as w, a as W, u as T, b as X, c as Y, d as ee, e as A, f as q } from "./import-file-C_95Dy6a.js";
2
+ import { openBlock as n, createElementBlock as i, createElementVNode as o, createStaticVNode as P, resolveComponent as p, normalizeClass as f, createTextVNode as B, toDisplayString as N, createCommentVNode as C, createVNode as h, Transition as te, withCtx as y, withDirectives as re, Fragment as j, renderList as F, vShow as le, createBlock as U, resolveDynamicComponent as S, withModifiers as oe } from "vue";
3
+ const se = {}, ne = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 24 24",
6
6
  fill: "none",
@@ -10,8 +10,8 @@ const o1 = {}, n1 = {
10
10
  "stroke-linejoin": "round",
11
11
  class: "icon icon-tabler icons-tabler-outline icon-tabler-logout"
12
12
  };
13
- function s1(t, e, l, u, n, r) {
14
- return s(), i("svg", n1, e[0] || (e[0] = [
13
+ function ae(t, e, l, u, s, r) {
14
+ return n(), i("svg", ne, e[0] || (e[0] = [
15
15
  o("path", {
16
16
  stroke: "none",
17
17
  d: "M0 0h24v24H0z",
@@ -22,25 +22,25 @@ function s1(t, e, l, u, n, r) {
22
22
  o("path", { d: "M18 15l3 -3" }, null, -1)
23
23
  ]));
24
24
  }
25
- const q = /* @__PURE__ */ x(o1, [["render", s1]]), a1 = {}, i1 = {
25
+ const G = /* @__PURE__ */ x(se, [["render", ae]]), ie = {}, ue = {
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, l, u, n, r) {
31
- return s(), i("svg", i1, e[0] || (e[0] = [
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)
30
+ function ce(t, e, l, u, s, r) {
31
+ return n(), i("svg", ue, e[0] || (e[0] = [
32
+ P('<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__ */ x(a1, [["render", u1]]), d1 = {
36
- components: { IconChevronDown: J },
35
+ const de = /* @__PURE__ */ x(ie, [["render", ce]]), he = {
36
+ components: { IconChevronDown: K },
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
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);
42
+ var u, s;
43
+ return (l == null ? void 0 : l.path) === this.$route.path.replace("/", "") || ((s = (u = this.$route) == null ? void 0 : u.params) == null ? void 0 : s.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__ */ x(a1, [["render", u1]]), d1 = {
62
62
  computed: {
63
63
  darkMode() {
64
64
  var t, e;
65
- return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
65
+ return (e = (t = w) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
66
66
  }
67
67
  },
68
68
  methods: {
@@ -74,7 +74,7 @@ const c1 = /* @__PURE__ */ x(a1, [["render", u1]]), d1 = {
74
74
  ), l = new RegExp(`(${e})(\\s*)`, "gi");
75
75
  return t.replace(
76
76
  l,
77
- (u, n, r) => `<span style="color:#1989fa;">${n}</span>${r}`
77
+ (u, s, r) => `<span style="color:#1989fa;">${s}</span>${r}`
78
78
  );
79
79
  }
80
80
  // loadIconComponent(iconName) {
@@ -86,19 +86,19 @@ const c1 = /* @__PURE__ */ x(a1, [["render", u1]]), d1 = {
86
86
  // }
87
87
  // },
88
88
  }
89
- }, h1 = {
89
+ }, pe = {
90
90
  key: 0,
91
91
  class: ""
92
- }, p1 = {
92
+ }, ge = {
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
- }, g1 = { key: 1 }, f1 = ["innerHTML"];
96
- function b1(t, e, l, u, n, r) {
95
+ }, fe = { key: 1 }, be = ["innerHTML"];
96
+ function xe(t, e, l, u, s, r) {
97
97
  var a, g, b, _, z, M, H, L, v, V, I, $, O, D, E;
98
98
  const k = p("IconChevronDown"), m = p("router-link");
99
- return (a = l.route) != null && a.menu ? (s(), i("div", h1, [
99
+ return (a = l.route) != null && a.menu ? (n(), i("div", pe, [
100
100
  o("button", {
101
- onClick: e[0] || (e[0] = (c) => n.isOpen = !n.isOpen),
101
+ onClick: e[0] || (e[0] = (c) => s.isOpen = !s.isOpen),
102
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
103
  ((b = (g = l.route) == null ? void 0 : g.menu) == null ? void 0 : b.some(
104
104
  (c) => {
@@ -113,23 +113,23 @@ function b1(t, e, l, u, n, r) {
113
113
  ]])
114
114
  }, [
115
115
  B(N((_ = l.route) == null ? void 0 : _.ua) + " ", 1),
116
- (z = l.route) != null && z.new ? (s(), i("span", p1, "Нове")) : w("", !0),
116
+ (z = l.route) != null && z.new ? (n(), i("span", ge, "Нове")) : C("", !0),
117
117
  h(k, {
118
- class: f([[n.isOpen && "-rotate-180"], "ml-auto duration-300"]),
118
+ class: f([[s.isOpen && "-rotate-180"], "ml-auto duration-300"]),
119
119
  width: "14",
120
120
  height: "14"
121
121
  }, null, 8, ["class"])
122
122
  ], 2),
123
- h(e1, { name: "fade" }, {
123
+ h(te, { name: "fade" }, {
124
124
  default: y(() => {
125
125
  var c;
126
126
  return [
127
- t1(o("ul", {
127
+ re(o("ul", {
128
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
- (s(!0), i(j, null, P((c = l.route) == null ? void 0 : c.menu, (d, Z) => {
131
- var F, Q;
132
- return s(), i("li", {
130
+ (n(!0), i(j, null, F((c = l.route) == null ? void 0 : c.menu, (d, Z) => {
131
+ var Q, R;
132
+ return n(), i("li", {
133
133
  key: Z,
134
134
  class: "w-full"
135
135
  }, [
@@ -137,7 +137,7 @@ function b1(t, e, l, u, n, r) {
137
137
  innerHTML: r.highLight(d == null ? void 0 : d.ua),
138
138
  to: "/" + (d == null ? void 0 : d.path),
139
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"),
140
+ ((d == null ? void 0 : d.path) === t.$route.path.replace("/", "") || ((R = (Q = t.$route) == null ? void 0 : Q.params) == null ? void 0 : R.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,13 +147,13 @@ function b1(t, e, l, u, n, r) {
147
147
  ]);
148
148
  }), 128))
149
149
  ], 2), [
150
- [r1, n.isOpen]
150
+ [le, s.isOpen]
151
151
  ])
152
152
  ];
153
153
  }),
154
154
  _: 1
155
155
  })
156
- ])) : (M = l.route) != null && M.hidden ? w("", !0) : (s(), i("div", g1, [
156
+ ])) : (M = l.route) != null && M.hidden ? C("", !0) : (n(), i("div", fe, [
157
157
  h(m, {
158
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
159
  class: f([[
@@ -169,14 +169,14 @@ function b1(t, e, l, u, n, r) {
169
169
  return [
170
170
  o("span", {
171
171
  innerHTML: r.highLight((c = l.route) == null ? void 0 : c.ua)
172
- }, null, 8, f1)
172
+ }, null, 8, be)
173
173
  ];
174
174
  }),
175
175
  _: 1
176
176
  }, 8, ["to", "class"])
177
177
  ]));
178
178
  }
179
- const x1 = /* @__PURE__ */ x(d1, [["render", b1]]), m1 = {}, k1 = {
179
+ const me = /* @__PURE__ */ x(he, [["render", xe]]), ke = {}, ve = {
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,8 +186,8 @@ const x1 = /* @__PURE__ */ x(d1, [["render", b1]]), m1 = {}, k1 = {
186
186
  "stroke-linecap": "round",
187
187
  "stroke-linejoin": "round"
188
188
  };
189
- function v1(t, e, l, u, n, r) {
190
- return s(), i("svg", k1, e[0] || (e[0] = [
189
+ function we(t, e, l, u, s, r) {
190
+ return n(), i("svg", ve, e[0] || (e[0] = [
191
191
  o("circle", {
192
192
  cx: "12",
193
193
  cy: "12",
@@ -197,17 +197,17 @@ function v1(t, e, l, u, n, r) {
197
197
  o("path", { d: "M12 17h.01" }, null, -1)
198
198
  ]));
199
199
  }
200
- const G = /* @__PURE__ */ x(m1, [["render", v1]]), C1 = {}, w1 = {
200
+ const J = /* @__PURE__ */ x(ke, [["render", we]]), Ce = {}, _e = {
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 _1(t, e, l, u, n, r) {
206
- return s(), i("svg", w1, e[0] || (e[0] = [
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)
205
+ function ye(t, e, l, u, s, r) {
206
+ return n(), i("svg", _e, e[0] || (e[0] = [
207
+ P('<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__ */ x(C1, [["render", _1]]), z1 = {}, M1 = {
210
+ const ze = /* @__PURE__ */ x(Ce, [["render", ye]]), Me = {}, He = {
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,8 +216,8 @@ const y1 = /* @__PURE__ */ x(C1, [["render", _1]]), z1 = {}, M1 = {
216
216
  viewBox: "0 0 256 256",
217
217
  "xml:space": "preserve"
218
218
  };
219
- function H1(t, e, l, u, n, r) {
220
- return s(), i("svg", M1, e[0] || (e[0] = [
219
+ function Le(t, e, l, u, s, r) {
220
+ return n(), i("svg", He, e[0] || (e[0] = [
221
221
  o("defs", null, null, -1),
222
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" },
@@ -238,7 +238,7 @@ function H1(t, e, l, u, n, r) {
238
238
  ], -1)
239
239
  ]));
240
240
  }
241
- const L1 = /* @__PURE__ */ x(z1, [["render", H1]]), V1 = {}, I1 = {
241
+ const Ve = /* @__PURE__ */ x(Me, [["render", Le]]), Ie = {}, $e = {
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,13 +250,13 @@ const L1 = /* @__PURE__ */ x(z1, [["render", H1]]), V1 = {}, I1 = {
250
250
  "stroke-linecap": "round",
251
251
  "stroke-linejoin": "round"
252
252
  };
253
- function $1(t, e, l, u, n, r) {
254
- return s(), i("svg", I1, e[0] || (e[0] = [
253
+ function Oe(t, e, l, u, s, r) {
254
+ return n(), i("svg", $e, e[0] || (e[0] = [
255
255
  o("polyline", { points: "20 6 9 17 4 12" }, null, -1)
256
256
  ]));
257
257
  }
258
- const O1 = /* @__PURE__ */ x(V1, [["render", $1]]), D1 = {
259
- components: { IconQuestion: G, IconUSA: y1, IconUkraine: L1, IconTick: O1 },
258
+ const De = /* @__PURE__ */ x(Ie, [["render", Oe]]), Ee = {
259
+ components: { IconQuestion: J, IconUSA: ze, IconUkraine: Ve, IconTick: De },
260
260
  props: ["docs", "languages"],
261
261
  data() {
262
262
  return {
@@ -283,7 +283,7 @@ const O1 = /* @__PURE__ */ x(V1, [["render", $1]]), D1 = {
283
283
  },
284
284
  darkMode() {
285
285
  var t, e;
286
- return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
286
+ return (e = (t = w) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
287
287
  }
288
288
  },
289
289
  methods: {
@@ -291,14 +291,14 @@ const O1 = /* @__PURE__ */ x(V1, [["render", $1]]), D1 = {
291
291
  this.$refs.langPopover.togglePopover(), this.currentLang = t;
292
292
  }
293
293
  }
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, l, u, n, r) {
294
+ }, Ue = { class: "flex justify-center items-center gap-x-2" }, Ne = ["onClick"], Ze = { class: "text-gray-800" }, je = { class: "ms-auto" }, Ae = { class: "truncate" };
295
+ function Te(t, e, l, u, s, r) {
296
296
  const k = p("IconTick"), m = p("VsPopover");
297
- return l.docs || l.languages ? (s(), i("div", {
297
+ return l.docs || l.languages ? (n(), i("div", {
298
298
  key: 0,
299
299
  class: f(["py-2 px-5 border-t dark:border-neutral-700", r.darkMode ? "border-white/10 " : "border-gray-200"])
300
300
  }, [
301
- o("div", E1, [
301
+ o("div", Ue, [
302
302
  h(m, {
303
303
  trigger: "click",
304
304
  placement: "top",
@@ -316,35 +316,35 @@ function T1(t, e, l, u, n, r) {
316
316
  ])
317
317
  }, [
318
318
  o("div", null, [
319
- (s(), U(S((a = r.selectedLang) == null ? void 0 : a.icon), { class: "w-[16px] h-[16px] rounded-full" }))
319
+ (n(), U(S((a = r.selectedLang) == null ? void 0 : a.icon), { class: "w-[16px] h-[16px] rounded-full" }))
320
320
  ]),
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)
321
+ o("span", Ae, N(s.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
326
  o("div", null, [
327
- (s(!0), i(j, null, P(n.languagesOptions, (a) => (s(), i("button", {
327
+ (n(!0), i(j, null, F(s.languagesOptions, (a) => (n(), i("button", {
328
328
  key: a.id,
329
329
  type: "button",
330
330
  onClick: (g) => r.changeLang(a.id),
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" : ""])
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) === s.currentLang ? "bg-gray-100" : ""])
332
332
  }, [
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)
333
+ (n(), U(S(a == null ? void 0 : a.icon), { class: "w-[16px] h-[16px] rounded-full" })),
334
+ o("div", Ze, N(s.currentLang === "ukraine" ? a == null ? void 0 : a.titleUA : a == null ? void 0 : a.titleEN), 1),
335
+ o("span", je, [
336
+ (a == null ? void 0 : a.id) === s.currentLang ? (n(), U(k, { key: 0 })) : C("", !0)
337
337
  ])
338
- ], 10, U1))), 128))
338
+ ], 10, Ne))), 128))
339
339
  ])
340
340
  ]),
341
341
  _: 1
342
342
  }, 512)
343
343
  ])
344
- ], 2)) : w("", !0);
344
+ ], 2)) : C("", !0);
345
345
  }
346
- const B1 = /* @__PURE__ */ x(D1, [["render", T1]]), S1 = {
347
- components: { IconLogout: q, NavbarItem: x1, IconLogo: c1, IconSearch: K, NavbarFooter: B1 },
346
+ const Be = /* @__PURE__ */ x(Ee, [["render", Te]]), Se = {
347
+ components: { IconLogout: G, NavbarItem: me, IconLogo: de, IconSearch: W, NavbarFooter: Be },
348
348
  data() {
349
349
  return {
350
350
  activeIndex: null,
@@ -358,23 +358,23 @@ const B1 = /* @__PURE__ */ x(D1, [["render", T1]]), S1 = {
358
358
  },
359
359
  logo() {
360
360
  var t;
361
- return ((t = C.value) == null ? void 0 : t.logo) || "/assets/logo.svg";
361
+ return ((t = w.value) == null ? void 0 : t.logo) || "/assets/logo.svg";
362
362
  },
363
363
  docs() {
364
364
  var t, e;
365
- return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.docs;
365
+ return (e = (t = w) == null ? void 0 : t.value) == null ? void 0 : e.docs;
366
366
  },
367
367
  languages() {
368
368
  var t, e;
369
- return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.languages;
369
+ return (e = (t = w) == null ? void 0 : t.value) == null ? void 0 : e.languages;
370
370
  },
371
371
  darkMode() {
372
372
  var t, e;
373
- return (e = (t = C) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
373
+ return (e = (t = w) == null ? void 0 : t.value) == null ? void 0 : e.sidebarDark;
374
374
  },
375
375
  darkColor() {
376
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";
377
+ return ((e = (t = w) == null ? void 0 : t.value) == null ? void 0 : e.sidebarColor) || ((u = (l = w) == null ? void 0 : l.value) == null ? void 0 : u.color) || "blue";
378
378
  }
379
379
  },
380
380
  watch: {
@@ -385,44 +385,44 @@ const B1 = /* @__PURE__ */ x(D1, [["render", T1]]), S1 = {
385
385
  methods: {
386
386
  filterMenu(t, e) {
387
387
  return t.map((l) => {
388
- var u, n;
388
+ var u, s;
389
389
  if (l.menu) {
390
390
  const r = this.filterMenu(l.menu, e);
391
391
  if (r.length > 0)
392
392
  return { ...l, menu: r, open: !0 };
393
- } else if ((n = (u = l.ua) == null ? void 0 : u.toLowerCase()) != null && n.includes(e.toLowerCase()))
393
+ } else if ((s = (u = l.ua) == null ? void 0 : u.toLowerCase()) != null && s.includes(e.toLowerCase()))
394
394
  return l;
395
395
  return null;
396
396
  }).filter(Boolean);
397
397
  }
398
398
  }
399
- }, A1 = { class: "h-[46px] w-full px-5 lg:px-8 mb-[10px]" }, P1 = { href: "/" }, F1 = ["src"], Q1 = { class: "px-2 lg:px-5" }, R1 = { class: "px-2 lg:px-5 flex flex-col flex-wrap w-full pb-3" }, q1 = {
399
+ }, 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 = {
400
400
  key: 0,
401
401
  class: "flex flex-col gap-y-1"
402
402
  };
403
- function G1(t, e, l, u, n, r) {
403
+ function Je(t, e, l, u, s, r) {
404
404
  var g;
405
405
  const k = p("VsText"), m = p("NavbarItem"), a = p("NavbarFooter");
406
- return s(), i("div", {
406
+ return n(), i("div", {
407
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]", {
408
408
  "left-0": t.$parent.showMenu,
409
409
  ["bg-" + r.darkColor + "-950"]: r.darkMode,
410
410
  "bg-white": !r.darkMode
411
411
  }])
412
412
  }, [
413
- o("div", A1, [
414
- o("a", P1, [
413
+ o("div", Pe, [
414
+ o("a", Fe, [
415
415
  o("img", {
416
416
  src: r.logo,
417
417
  class: "object-contain w-full h-full"
418
- }, null, 8, F1)
418
+ }, null, 8, Qe)
419
419
  ])
420
420
  ]),
421
- o("div", Q1, [
421
+ o("div", Re, [
422
422
  h(k, {
423
423
  type: "text",
424
- modelValue: n.searchValue,
425
- "onUpdate:modelValue": e[0] || (e[0] = (b) => n.searchValue = b),
424
+ modelValue: s.searchValue,
425
+ "onUpdate:modelValue": e[0] || (e[0] = (b) => s.searchValue = b),
426
426
  clearable: !0,
427
427
  icon: "search",
428
428
  "icon-position": "left",
@@ -440,18 +440,18 @@ function G1(t, e, l, u, n, r) {
440
440
  r.languages || r.docs ? "h-[calc(100vh-161px)]" : "h-[calc(100vh-110px)]"
441
441
  ])
442
442
  }, [
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", {
443
+ o("nav", qe, [
444
+ (g = r.data) != null && g.length ? (n(), i("ul", Ge, [
445
+ (n(!0), i(j, null, F(r.data, (b, _) => (n(), i("li", {
446
446
  key: _,
447
447
  class: "flex flex-col gap-[6px]"
448
448
  }, [
449
449
  h(m, {
450
450
  route: b,
451
- searchable: n.searchValue
451
+ searchable: s.searchValue
452
452
  }, null, 8, ["route", "searchable"])
453
453
  ]))), 128))
454
- ])) : (s(), i("div", {
454
+ ])) : (n(), i("div", {
455
455
  key: 1,
456
456
  class: f(["text-lg mt-[20px]", {
457
457
  "text-white/80": r.darkMode,
@@ -460,23 +460,23 @@ function G1(t, e, l, u, n, r) {
460
460
  }, " Не знайдено ", 2))
461
461
  ])
462
462
  ], 2),
463
- r.docs || r.languages ? (s(), U(a, {
463
+ r.docs || r.languages ? (n(), U(a, {
464
464
  key: 0,
465
465
  docs: r.docs,
466
466
  languages: r.languages
467
- }, null, 8, ["docs", "languages"])) : w("", !0)
467
+ }, null, 8, ["docs", "languages"])) : C("", !0)
468
468
  ], 2);
469
469
  }
470
- const J1 = /* @__PURE__ */ x(S1, [["render", G1], ["__scopeId", "data-v-ebe4c2ff"]]), K1 = {
470
+ const Ke = /* @__PURE__ */ x(Se, [["render", Je], ["__scopeId", "data-v-ebe4c2ff"]]), We = {
471
471
  components: {
472
- IconQuestion: G,
473
- IconUser: W,
474
- AdminNotification: X,
475
- IconUserOutline: Y,
476
- IconLogout: q
472
+ IconQuestion: J,
473
+ IconUser: X,
474
+ AdminNotification: Y,
475
+ IconUserOutline: ee,
476
+ IconLogout: G
477
477
  },
478
478
  mounted() {
479
- this.getUserData();
479
+ this.getUserData(), this.getAdminProperties();
480
480
  },
481
481
  data() {
482
482
  return {
@@ -495,14 +495,22 @@ const J1 = /* @__PURE__ */ x(S1, [["render", G1], ["__scopeId", "data-v-ebe4c2ff
495
495
  methods: {
496
496
  async getUserData() {
497
497
  try {
498
- const { data: t } = await R.get("/user");
498
+ const { data: t } = await A.get("/user");
499
499
  this.userData = t;
500
500
  } catch {
501
501
  }
502
502
  },
503
+ async getAdminProperties() {
504
+ try {
505
+ const { data: t } = await A.get("/api/settings-app");
506
+ q.value = t, console.log("adminProperties", q);
507
+ } catch (t) {
508
+ console.error(t);
509
+ }
510
+ },
503
511
  async logout() {
504
512
  try {
505
- await R.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
513
+ await A.get("/logout"), await window.history.pushState({}, "", "/login"), await location.reload(), localStorage.removeItem("user");
506
514
  } catch {
507
515
  }
508
516
  },
@@ -513,28 +521,28 @@ const J1 = /* @__PURE__ */ x(S1, [["render", G1], ["__scopeId", "data-v-ebe4c2ff
513
521
  beforeUnmount() {
514
522
  window.removeEventListener("click", this.closeOnOutsideClick);
515
523
  }
516
- }, W1 = { class: "h-[58px] border-b flex lg:justify-end justify-between items-center px-[20px]" }, X1 = { class: "flex items-center gap-[6px]" }, Y1 = {
524
+ }, Xe = { class: "h-[58px] border-b flex lg:justify-end justify-between items-center px-[20px]" }, Ye = { class: "flex items-center gap-[6px]" }, e1 = {
517
525
  href: "/docs-user",
518
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"
519
- }, ee = { class: "relative" }, te = ["src"], re = {
527
+ }, t1 = { class: "relative" }, r1 = ["src"], l1 = {
520
528
  key: 1,
521
529
  class: "size-[40px] rounded-full bg-gray-200 flex items-center justify-center"
522
- }, le = ["src"], oe = {
530
+ }, o1 = ["src"], s1 = {
523
531
  key: 1,
524
532
  class: "flex items-center justify-center bg-gray-200 rounded-full size-10"
525
- }, ne = { class: "grow" }, se = { class: "block text-sm font-medium 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) {
533
+ }, n1 = { 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 c1(t, e, l, u, s, r) {
527
535
  var z, M, H, L;
528
536
  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, [
537
+ return n(), i("div", Xe, [
530
538
  o("div", {
531
539
  class: "flex lg:hidden",
532
540
  onClick: e[0] || (e[0] = (v) => t.$parent.showMenu = !0)
533
541
  }, e[4] || (e[4] = [
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)
542
+ P('<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)
535
543
  ])),
536
- o("div", X1, [
537
- o("a", Y1, [
544
+ o("div", Ye, [
545
+ o("a", e1, [
538
546
  h(k, {
539
547
  height: "24",
540
548
  width: "24"
@@ -542,23 +550,23 @@ function ue(t, e, l, u, n, r) {
542
550
  ]),
543
551
  h(m),
544
552
  e[9] || (e[9] = o("div", { class: "h-[30px] w-[1px] bg-gray-200 ml-[10px] mr-[10px]" }, null, -1)),
545
- o("div", ee, [
553
+ o("div", t1, [
546
554
  o("div", {
547
- onClick: e[1] || (e[1] = (v) => n.isVisible = !0),
555
+ onClick: e[1] || (e[1] = (v) => s.isVisible = !0),
548
556
  class: "cursor-pointer"
549
557
  }, [
550
- (M = (z = n.userData) == null ? void 0 : z.user) != null && M.avatar ? (s(), i("img", {
558
+ (M = (z = s.userData) == null ? void 0 : z.user) != null && M.avatar ? (n(), i("img", {
551
559
  key: 0,
552
560
  class: "flex-shrink-0 size-[30px] rounded-full",
553
- src: (L = (H = n.userData) == null ? void 0 : H.user) == null ? void 0 : L.avatar,
561
+ src: (L = (H = s.userData) == null ? void 0 : H.user) == null ? void 0 : L.avatar,
554
562
  alt: "Image Description"
555
- }, null, 8, te)) : (s(), i("div", re, [
563
+ }, null, 8, r1)) : (n(), i("div", l1, [
556
564
  h(a)
557
565
  ]))
558
566
  ]),
559
- n.isVisible ? (s(), i("div", {
567
+ s.isVisible ? (n(), i("div", {
560
568
  key: 0,
561
- onClick: e[3] || (e[3] = l1(() => {
569
+ onClick: e[3] || (e[3] = oe(() => {
562
570
  }, ["stop"])),
563
571
  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"
564
572
  }, [
@@ -570,24 +578,24 @@ function ue(t, e, l, u, n, r) {
570
578
  default: y(() => {
571
579
  var v, V, I, $, O, D, E, c;
572
580
  return [
573
- (V = (v = n.userData) == null ? void 0 : v.user) != null && V.avatar ? (s(), i("img", {
581
+ (V = (v = s.userData) == null ? void 0 : v.user) != null && V.avatar ? (n(), i("img", {
574
582
  key: 0,
575
583
  class: "rounded-full shrink-0 size-10",
576
- src: ($ = (I = n.userData) == null ? void 0 : I.user) == null ? void 0 : $.avatar,
584
+ src: ($ = (I = s.userData) == null ? void 0 : I.user) == null ? void 0 : $.avatar,
577
585
  alt: "Image Description"
578
- }, null, 8, le)) : (s(), i("div", oe, [
586
+ }, null, 8, o1)) : (n(), i("div", s1, [
579
587
  h(a, { class: "w-[16px]" })
580
588
  ])),
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)
589
+ o("div", n1, [
590
+ o("span", a1, N(((D = (O = s.userData) == null ? void 0 : O.user) == null ? void 0 : D.username) || "User User"), 1),
591
+ o("p", i1, N(((c = (E = s.userData) == null ? void 0 : E.user) == null ? void 0 : c.email) || "email не вказано"), 1)
584
592
  ])
585
593
  ];
586
594
  }),
587
595
  _: 1
588
596
  }),
589
597
  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, [
598
+ o("ul", u1, [
591
599
  o("li", null, [
592
600
  h(g, {
593
601
  to: "profile",
@@ -613,13 +621,13 @@ function ue(t, e, l, u, n, r) {
613
621
  e[6] || (e[6] = B(" Вийти "))
614
622
  ])
615
623
  ])
616
- ])) : w("", !0)
624
+ ])) : C("", !0)
617
625
  ])
618
626
  ])
619
627
  ]);
620
628
  }
621
- const ce = /* @__PURE__ */ x(K1, [["render", ue]]), de = {
622
- components: { navbar: J1, AdminHeader: ce },
629
+ const d1 = /* @__PURE__ */ x(We, [["render", c1]]), h1 = {
630
+ components: { navbar: Ke, AdminHeader: d1 },
623
631
  data() {
624
632
  return {
625
633
  showMenu: !1
@@ -631,28 +639,28 @@ const ce = /* @__PURE__ */ x(K1, [["render", ue]]), de = {
631
639
  },
632
640
  header() {
633
641
  var t;
634
- return ((t = C.value) == null ? void 0 : t.header) || "admin-header";
642
+ return ((t = w.value) == null ? void 0 : t.header) || "admin-header";
635
643
  }
636
644
  }
637
- }, he = { class: "admin-wrapper" }, pe = { class: "flex flex-col w-full" };
638
- function ge(t, e, l, u, n, r) {
645
+ }, p1 = { class: "admin-wrapper" }, g1 = { class: "flex flex-col w-full" };
646
+ function f1(t, e, l, u, s, r) {
639
647
  const k = p("navbar"), m = p("router-view");
640
- return s(), i("div", he, [
648
+ return n(), i("div", p1, [
641
649
  h(k),
642
- n.showMenu ? (s(), i("div", {
650
+ s.showMenu ? (n(), i("div", {
643
651
  key: 0,
644
- onClick: e[0] || (e[0] = (a) => n.showMenu = !1),
652
+ onClick: e[0] || (e[0] = (a) => s.showMenu = !1),
645
653
  class: "z-[10] lg:hidden transition duration fixed inset-0 bg-gray-900 bg-opacity-50 dark:bg-opacity-80 dark:bg-neutral-900"
646
- })) : w("", !0),
647
- o("div", pe, [
648
- r.isMenu ? (s(), i(j, { key: 0 }, [
649
- (s(), U(S(r.header))),
654
+ })) : C("", !0),
655
+ o("div", g1, [
656
+ r.isMenu ? (n(), i(j, { key: 0 }, [
657
+ (n(), U(S(r.header))),
650
658
  h(m)
651
- ], 64)) : w("", !0)
659
+ ], 64)) : C("", !0)
652
660
  ])
653
661
  ]);
654
662
  }
655
- const xe = /* @__PURE__ */ x(de, [["render", ge], ["__scopeId", "data-v-79c10cab"]]);
663
+ const m1 = /* @__PURE__ */ x(h1, [["render", f1], ["__scopeId", "data-v-34da2042"]]);
656
664
  export {
657
- xe as default
665
+ m1 as default
658
666
  };