golden-logic-ui 1.0.80 → 1.0.81

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.
@@ -1,4 +1,4 @@
1
- import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as f, createStaticVNode as Je, inject as Ce, watch as Y, effectScope as Qe, computed as G, reactive as Se, resolveComponent as X, Fragment as v, createVNode as Z, normalizeClass as b, toDisplayString as g, withModifiers as N, withDirectives as O, vModelText as V, renderList as k, normalizeStyle as et, renderSlot as T, createTextVNode as x, vShow as F, createBlock as K, resolveDynamicComponent as oe, mergeProps as W, withCtx as J, ref as S, onMounted as R, vModelDynamic as tt, provide as rt, pushScopeId as st, popScopeId as at, vModelCheckbox as nt, nextTick as ot, toHandlers as ae, TransitionGroup as lt, unref as it, resolveDirective as De, markRaw as dt } from "vue";
1
+ import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as f, createStaticVNode as Je, inject as Ce, watch as Y, effectScope as Qe, computed as G, reactive as Se, resolveComponent as X, Fragment as v, createVNode as Z, normalizeClass as b, toDisplayString as g, withModifiers as N, withDirectives as O, vModelText as V, renderList as k, normalizeStyle as et, renderSlot as T, createTextVNode as w, vShow as F, createBlock as K, resolveDynamicComponent as oe, mergeProps as W, withCtx as J, ref as S, onMounted as R, vModelDynamic as tt, provide as rt, pushScopeId as st, popScopeId as at, vModelCheckbox as nt, nextTick as ot, toHandlers as ae, TransitionGroup as lt, unref as it, resolveDirective as De, markRaw as dt } from "vue";
2
2
  const $ = (e, t) => {
3
3
  const r = e.__vccOpts || e;
4
4
  for (const [n, o] of t)
@@ -215,14 +215,14 @@ function ee(e, t, r, n, o) {
215
215
  }
216
216
  var h = n.context = Pt(e, i, r);
217
217
  n.forEachMutation(function(m, y) {
218
- var w = i + y;
219
- Et(e, w, m, h);
218
+ var x = i + y;
219
+ Et(e, x, m, h);
220
220
  }), n.forEachAction(function(m, y) {
221
- var w = m.root ? y : i + y, C = m.handler || m;
222
- jt(e, w, C, h);
221
+ var x = m.root ? y : i + y, C = m.handler || m;
222
+ jt(e, x, C, h);
223
223
  }), n.forEachGetter(function(m, y) {
224
- var w = i + y;
225
- At(e, w, m, h);
224
+ var x = i + y;
225
+ At(e, x, m, h);
226
226
  }), n.forEachChild(function(m, y) {
227
227
  ee(e, t, r.concat(y), m, o);
228
228
  });
@@ -676,10 +676,10 @@ var j = function e(t) {
676
676
  var a = t.devtools;
677
677
  this._committing = !1, this._actions = /* @__PURE__ */ Object.create(null), this._actionSubscribers = [], this._mutations = /* @__PURE__ */ Object.create(null), this._wrappedGetters = /* @__PURE__ */ Object.create(null), this._modules = new q(t), this._modulesNamespaceMap = /* @__PURE__ */ Object.create(null), this._subscribers = [], this._makeLocalGettersCache = /* @__PURE__ */ Object.create(null), this._scope = null, this._devtools = a;
678
678
  var i = this, l = this, c = l.dispatch, h = l.commit;
679
- this.dispatch = function(w, C) {
680
- return c.call(i, w, C);
681
- }, this.commit = function(w, C, L) {
682
- return h.call(i, w, C, L);
679
+ this.dispatch = function(x, C) {
680
+ return c.call(i, x, C);
681
+ }, this.commit = function(x, C, L) {
682
+ return h.call(i, x, C, L);
683
683
  }, this.strict = o;
684
684
  var m = this._modules.root.state;
685
685
  ee(this, m, [], this._modules.root), ce(this, m), n.forEach(function(y) {
@@ -704,8 +704,8 @@ j.prototype.commit = function(t, r, n) {
704
704
  return;
705
705
  }
706
706
  this._withCommit(function() {
707
- m.forEach(function(w) {
708
- w(l);
707
+ m.forEach(function(x) {
708
+ x(l);
709
709
  });
710
710
  }), this._subscribers.slice().forEach(function(y) {
711
711
  return y(h, o.state);
@@ -732,7 +732,7 @@ j.prototype.dispatch = function(t, r) {
732
732
  return m(i);
733
733
  })) : c[0](i);
734
734
  return new Promise(function(m, y) {
735
- h.then(function(w) {
735
+ h.then(function(x) {
736
736
  try {
737
737
  n._actionSubscribers.filter(function(C) {
738
738
  return C.after;
@@ -742,18 +742,18 @@ j.prototype.dispatch = function(t, r) {
742
742
  } catch (C) {
743
743
  process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in after action subscribers: "), console.error(C));
744
744
  }
745
- m(w);
746
- }, function(w) {
745
+ m(x);
746
+ }, function(x) {
747
747
  try {
748
748
  n._actionSubscribers.filter(function(C) {
749
749
  return C.error;
750
750
  }).forEach(function(C) {
751
- return C.error(l, n.state, w);
751
+ return C.error(l, n.state, x);
752
752
  });
753
753
  } catch (C) {
754
754
  process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in error action subscribers: "), console.error(C));
755
755
  }
756
- y(w);
756
+ y(x);
757
757
  });
758
758
  });
759
759
  };
@@ -1535,7 +1535,7 @@ function ns(e, t, r, n, o, a) {
1535
1535
  key: l,
1536
1536
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded pointer-events-none dark:bg-blue-900 dark:text-blue-300"
1537
1537
  }, [
1538
- x(g(i.name) + " ", 1),
1538
+ w(g(i.name) + " ", 1),
1539
1539
  s("i", {
1540
1540
  onClick: N((c) => a.clearOption(i), ["stop"]),
1541
1541
  class: "cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"
@@ -1667,7 +1667,7 @@ function is(e, t, r, n, o, a) {
1667
1667
  }, {
1668
1668
  default: J(() => [
1669
1669
  ls,
1670
- x(" Loading... ")
1670
+ w(" Loading... ")
1671
1671
  ]),
1672
1672
  _: 1
1673
1673
  }, 8, ["class"])) : (d(), K(oe(r.tag), W({
@@ -2217,7 +2217,7 @@ function ea(e, t, r, n, o, a) {
2217
2217
  s("i", {
2218
2218
  class: b([i.icon, "mr-1 text-base"])
2219
2219
  }, null, 2),
2220
- x(" " + g(i.title), 1)
2220
+ w(" " + g(i.title), 1)
2221
2221
  ], 2)
2222
2222
  ], 8, Ys))), 128))
2223
2223
  ])
@@ -2793,7 +2793,7 @@ const Wd = /* @__PURE__ */ $(aa, [["render", dn], ["__scopeId", "data-v-a94f16a9
2793
2793
  }, [
2794
2794
  s("div", pn, [
2795
2795
  s("li", yn, [
2796
- x(g(e.label_name) + " ", 1),
2796
+ w(g(e.label_name) + " ", 1),
2797
2797
  s("label", _n, [
2798
2798
  s("input", {
2799
2799
  type: "checkbox",
@@ -2818,7 +2818,7 @@ const Wd = /* @__PURE__ */ $(aa, [["render", dn], ["__scopeId", "data-v-a94f16a9
2818
2818
  class: b(["mb-4", e.field_name])
2819
2819
  }, [
2820
2820
  s("li", kn, [
2821
- x(g(e.label_name) + " ", 1),
2821
+ w(g(e.label_name) + " ", 1),
2822
2822
  s("label", $n, [
2823
2823
  O(s("input", {
2824
2824
  type: "checkbox",
@@ -2946,7 +2946,7 @@ const Wd = /* @__PURE__ */ $(aa, [["render", dn], ["__scopeId", "data-v-a94f16a9
2946
2946
  p.key === "Enter" && p.target.form && p.preventDefault();
2947
2947
  }));
2948
2948
  });
2949
- const m = G(() => Ke()), y = G(() => We()), w = G(() => {
2949
+ const m = G(() => Ke()), y = G(() => We()), x = G(() => {
2950
2950
  const p = [], D = new RegExp(c.value, "ig");
2951
2951
  for (const E of m.value) {
2952
2952
  const B = String(E.name);
@@ -2992,7 +2992,7 @@ const Wd = /* @__PURE__ */ $(aa, [["render", dn], ["__scopeId", "data-v-a94f16a9
2992
2992
  E && E.click();
2993
2993
  }
2994
2994
  function Ze(p) {
2995
- p === "ArrowDown" && i.value < w.value.length && (i.value++, me(i.value)), p === "ArrowUp" && i.value > 1 && (i.value--, me(i.value)), p === "Enter" && He(i.value);
2995
+ p === "ArrowDown" && i.value < x.value.length && (i.value++, me(i.value)), p === "ArrowUp" && i.value > 1 && (i.value--, me(i.value)), p === "Enter" && He(i.value);
2996
2996
  }
2997
2997
  function Ke() {
2998
2998
  return r.options.map((p, D) => typeof p == "object" ? p : { id: p, name: p });
@@ -3029,7 +3029,7 @@ const Wd = /* @__PURE__ */ $(aa, [["render", dn], ["__scopeId", "data-v-a94f16a9
3029
3029
  a.value.id || (a.value = {}, c.value = ""), n("selected", a.value), l.value = !1;
3030
3030
  }
3031
3031
  return Y(c, () => {
3032
- w.value.length === 0 && (a.value = {});
3032
+ x.value.length === 0 && (a.value = {});
3033
3033
  }), Y(a, (p) => {
3034
3034
  te(p) && n("update:modelValue", p.id);
3035
3035
  }), (p, D) => {
@@ -3112,7 +3112,7 @@ const Wd = /* @__PURE__ */ $(aa, [["render", dn], ["__scopeId", "data-v-a94f16a9
3112
3112
  ])
3113
3113
  ]),
3114
3114
  s("div", qn, [
3115
- (d(!0), u(v, null, k(w.value, (A, se) => {
3115
+ (d(!0), u(v, null, k(x.value, (A, se) => {
3116
3116
  var _e;
3117
3117
  return d(), u("div", {
3118
3118
  class: b(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white", se + 1 == i.value ? "bg-gray-100 dark:bg-gray-600" : ""]),
@@ -3420,13 +3420,13 @@ function vo(e, t, r, n, o, a) {
3420
3420
  default: J((l) => [
3421
3421
  s("div", lo, [
3422
3422
  l.computed.total > l.computed.perPage ? (d(), u("span", io, [
3423
- x(" Showing "),
3423
+ w(" Showing "),
3424
3424
  s("span", uo, g(l.computed.from), 1),
3425
- x(" to "),
3425
+ w(" to "),
3426
3426
  s("span", co, g(l.computed.to), 1),
3427
- x(" of "),
3427
+ w(" of "),
3428
3428
  s("span", fo, g(l.computed.total), 1),
3429
- x(" Entries ")
3429
+ w(" Entries ")
3430
3430
  ])) : f("", !0),
3431
3431
  l.computed.total > l.computed.perPage ? (d(), u("ul", W({ key: 1 }, e.$attrs, {
3432
3432
  class: ["flex items-center h-8 -space-x-px text-sm", {
@@ -3514,6 +3514,7 @@ const xo = /* @__PURE__ */ $(oo, [["render", vo]]), wo = {
3514
3514
  page: 1
3515
3515
  };
3516
3516
  },
3517
+ emits: ["editAction"],
3517
3518
  computed: {
3518
3519
  filteredData() {
3519
3520
  const e = this.search.toLowerCase();
@@ -3523,6 +3524,9 @@ const xo = /* @__PURE__ */ $(oo, [["render", vo]]), wo = {
3523
3524
  }
3524
3525
  },
3525
3526
  methods: {
3527
+ editAction(e) {
3528
+ this.$emit("editAction", e);
3529
+ },
3526
3530
  forDynCompIs(e) {
3527
3531
  return typeof e == "object" ? e : null;
3528
3532
  },
@@ -3676,7 +3680,7 @@ function Ho(e, t, r, n, o, a) {
3676
3680
  onClick: (m) => a.updateSortColumn(c.field_name, c.sortable),
3677
3681
  class: "w-full px-4 py-2 lg:w-2/12"
3678
3682
  }, [
3679
- x(g(c.field_label) + " ", 1),
3683
+ w(g(c.field_label) + " ", 1),
3680
3684
  o.sortField === c.field_name ? (d(), u("span", No, [
3681
3685
  o.sortOrder === "asc" ? (d(), u("i", Vo)) : (d(), u("i", Lo))
3682
3686
  ])) : f("", !0)
@@ -3705,9 +3709,10 @@ function Ho(e, t, r, n, o, a) {
3705
3709
  field: m.field_name,
3706
3710
  xprops: r.xprops,
3707
3711
  tdProps: m.tdProps,
3708
- onDeleteAction: t[3] || (t[3] = (w) => a.GetItemLists())
3712
+ onDeleteAction: t[3] || (t[3] = (x) => a.GetItemLists()),
3713
+ onEditAction: t[4] || (t[4] = (x) => a.editAction(r.data))
3709
3714
  }, null, 40, ["row", "field", "xprops", "tdProps"])) : (d(), u(v, { key: 1 }, [
3710
- x(g(c[m.field_name]), 1)
3715
+ w(g(c[m.field_name]), 1)
3711
3716
  ], 64))
3712
3717
  ])
3713
3718
  ], 8, Uo))), 128))
@@ -3923,7 +3928,7 @@ function jl(e, t, r, n, o, a) {
3923
3928
  onClick: (h) => a.sort(l),
3924
3929
  class: "w-full px-4 py-2 lg:w-2/12"
3925
3930
  }, [
3926
- x(g(l) + " ", 1),
3931
+ w(g(l) + " ", 1),
3927
3932
  o.sortKey === l ? (d(), u("span", ll, g(o.sortOrder === 1 ? "▲" : "▼"), 1)) : f("", !0)
3928
3933
  ], 8, ol))), 128))
3929
3934
  ])
@@ -3965,13 +3970,13 @@ function jl(e, t, r, n, o, a) {
3965
3970
  s("div", hl, [
3966
3971
  s("div", null, [
3967
3972
  s("p", ml, [
3968
- x(" Showing "),
3973
+ w(" Showing "),
3969
3974
  s("span", bl, g(a.firstItemIndex), 1),
3970
- x(" to "),
3975
+ w(" to "),
3971
3976
  s("span", pl, g(a.lastItemIndex), 1),
3972
- x(" of "),
3977
+ w(" of "),
3973
3978
  s("span", yl, g(a.filteredData.length), 1),
3974
- x(" entries ")
3979
+ w(" entries ")
3975
3980
  ])
3976
3981
  ]),
3977
3982
  s("div", null, [
@@ -4213,11 +4218,11 @@ const tu = /* @__PURE__ */ $(Zo, [["render", jl]]), Al = {
4213
4218
  type: "success",
4214
4219
  duration: 5e3
4215
4220
  });
4216
- }).catch((w) => {
4217
- console.log(w);
4221
+ }).catch((x) => {
4222
+ console.log(x);
4218
4223
  });
4219
4224
  };
4220
- return (w, C) => {
4225
+ return (x, C) => {
4221
4226
  const L = De("click-outside");
4222
4227
  return d(), u(v, null, [
4223
4228
  Z(ue, {
@@ -4225,7 +4230,7 @@ const tu = /* @__PURE__ */ $(Zo, [["render", jl]]), Al = {
4225
4230
  onConfirmDelete: y,
4226
4231
  onCancelDelete: c
4227
4232
  }, null, 8, ["isOpen"]),
4228
- e.row && w.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? O((d(), u("div", Xl, [
4233
+ e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? O((d(), u("div", Xl, [
4229
4234
  s("button", {
4230
4235
  onClick: l,
4231
4236
  class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
@@ -4233,23 +4238,23 @@ const tu = /* @__PURE__ */ $(Zo, [["render", jl]]), Al = {
4233
4238
  }, Ql),
4234
4239
  O(s("div", ei, [
4235
4240
  s("ul", ti, [
4236
- w.can(`edit_${e.xprops.permission}`) ? (d(), u("li", ri, [
4241
+ x.can(`edit_${e.xprops.permission}`) ? (d(), u("li", ri, [
4237
4242
  s("a", {
4238
4243
  href: e.xprops.route + "/" + e.row.id + "/edit",
4239
4244
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4240
4245
  }, [
4241
4246
  ai,
4242
- x(" Edit")
4247
+ w(" Edit")
4243
4248
  ], 8, si)
4244
4249
  ])) : f("", !0),
4245
- w.can(`delete_${e.xprops.permission}`) ? (d(), u("li", ni, [
4250
+ x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", ni, [
4246
4251
  s("a", {
4247
4252
  href: "#",
4248
4253
  onClick: N(h, ["prevent"]),
4249
4254
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4250
4255
  }, [
4251
4256
  oi,
4252
- x(" Remove")
4257
+ w(" Remove")
4253
4258
  ])
4254
4259
  ])) : f("", !0)
4255
4260
  ])
@@ -4319,11 +4324,11 @@ const tu = /* @__PURE__ */ $(Zo, [["render", jl]]), Al = {
4319
4324
  type: "success",
4320
4325
  duration: 5e3
4321
4326
  });
4322
- }).catch((w) => {
4323
- console.log(w);
4327
+ }).catch((x) => {
4328
+ console.log(x);
4324
4329
  });
4325
4330
  };
4326
- return (w, C) => {
4331
+ return (x, C) => {
4327
4332
  const L = De("click-outside");
4328
4333
  return d(), u(v, null, [
4329
4334
  Z(ue, {
@@ -4331,7 +4336,7 @@ const tu = /* @__PURE__ */ $(Zo, [["render", jl]]), Al = {
4331
4336
  onConfirmDelete: y,
4332
4337
  onCancelDelete: c
4333
4338
  }, null, 8, ["isOpen"]),
4334
- e.row && w.can(`delete_${e.xprops.permission}`) ? O((d(), u("div", li, [
4339
+ e.row && x.can(`delete_${e.xprops.permission}`) ? O((d(), u("div", li, [
4335
4340
  s("button", {
4336
4341
  onClick: l,
4337
4342
  class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
@@ -4339,14 +4344,14 @@ const tu = /* @__PURE__ */ $(Zo, [["render", jl]]), Al = {
4339
4344
  }, di),
4340
4345
  O(s("div", ui, [
4341
4346
  s("ul", ci, [
4342
- w.can(`delete_${e.xprops.permission}`) ? (d(), u("li", fi, [
4347
+ x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", fi, [
4343
4348
  s("a", {
4344
4349
  href: "#",
4345
4350
  onClick: N(h, ["prevent"]),
4346
4351
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4347
4352
  }, [
4348
4353
  gi,
4349
- x(" Remove")
4354
+ w(" Remove")
4350
4355
  ])
4351
4356
  ])) : f("", !0)
4352
4357
  ])
@@ -4426,7 +4431,7 @@ function vi(e, t, r, n, o, a) {
4426
4431
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4427
4432
  }, [
4428
4433
  bi,
4429
- x(" Download ")
4434
+ w(" Download ")
4430
4435
  ], 8, mi)
4431
4436
  ]))), 128)) : a.isString ? (d(), u("div", pi, [
4432
4437
  s("a", {
@@ -4436,7 +4441,7 @@ function vi(e, t, r, n, o, a) {
4436
4441
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4437
4442
  }, [
4438
4443
  _i,
4439
- x(" Download ")
4444
+ w(" Download ")
4440
4445
  ], 8, yi)
4441
4446
  ])) : f("", !0)
4442
4447
  ]);
@@ -4502,7 +4507,7 @@ function Di(e, t, r, n, o, a) {
4502
4507
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4503
4508
  }, [
4504
4509
  ki,
4505
- x(" Download ")
4510
+ w(" Download ")
4506
4511
  ], 8, wi)
4507
4512
  ]))), 128)) : a.isObject ? (d(), u("div", $i, [
4508
4513
  s("a", {
@@ -4512,7 +4517,7 @@ function Di(e, t, r, n, o, a) {
4512
4517
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4513
4518
  }, [
4514
4519
  Si,
4515
- x(" Download ")
4520
+ w(" Download ")
4516
4521
  ], 8, Ci)
4517
4522
  ])) : f("", !0)
4518
4523
  ]);
@@ -4592,10 +4597,10 @@ function Ki(e, t, r, n, o, a) {
4592
4597
  return d(), u("div", Ui, [
4593
4598
  a.isActive ? (d(), u("span", qi, [
4594
4599
  zi,
4595
- x(" Active ")
4600
+ w(" Active ")
4596
4601
  ])) : a.isActive ? f("", !0) : (d(), u("span", Hi, [
4597
4602
  Zi,
4598
- x(" Inactive ")
4603
+ w(" Inactive ")
4599
4604
  ]))
4600
4605
  ]);
4601
4606
  }
@@ -4632,23 +4637,23 @@ function ld(e, t, r, n, o, a) {
4632
4637
  return d(), u("div", Yi, [
4633
4638
  a.hasLabelColor == "green" ? (d(), u("span", Xi, [
4634
4639
  Ji,
4635
- x(" " + g(this.row[this.field]), 1)
4640
+ w(" " + g(this.row[this.field]), 1)
4636
4641
  ])) : f("", !0),
4637
4642
  a.hasLabelColor == "red" ? (d(), u("span", Qi, [
4638
4643
  ed,
4639
- x(" " + g(this.row[this.field]), 1)
4644
+ w(" " + g(this.row[this.field]), 1)
4640
4645
  ])) : f("", !0),
4641
4646
  a.hasLabelColor == "yellow" ? (d(), u("span", td, [
4642
4647
  rd,
4643
- x(" " + g(this.row[this.field]), 1)
4648
+ w(" " + g(this.row[this.field]), 1)
4644
4649
  ])) : f("", !0),
4645
4650
  a.hasLabelColor == "default" ? (d(), u("span", sd, [
4646
4651
  ad,
4647
- x(" " + g(this.row[this.field]), 1)
4652
+ w(" " + g(this.row[this.field]), 1)
4648
4653
  ])) : f("", !0),
4649
4654
  a.hasLabelColor == "animate" ? (d(), u("span", nd, [
4650
4655
  od,
4651
- x(" " + g(this.row[this.field]), 1)
4656
+ w(" " + g(this.row[this.field]), 1)
4652
4657
  ])) : f("", !0)
4653
4658
  ]);
4654
4659
  }
@@ -4748,15 +4753,15 @@ function wd(e, t, r, n, o, a) {
4748
4753
  return d(), u("div", md, [
4749
4754
  r.row[r.field] === 0 ? (d(), u("span", bd, [
4750
4755
  pd,
4751
- x(" Connecting")
4756
+ w(" Connecting")
4752
4757
  ])) : f("", !0),
4753
4758
  r.row[r.field] === 2 ? (d(), u("span", yd, [
4754
4759
  _d,
4755
- x(" Paused ")
4760
+ w(" Paused ")
4756
4761
  ])) : f("", !0),
4757
4762
  r.row[r.field] === 1 ? (d(), u("span", vd, [
4758
4763
  xd,
4759
- x(" Active ")
4764
+ w(" Active ")
4760
4765
  ])) : f("", !0)
4761
4766
  ]);
4762
4767
  }
@@ -4,4 +4,4 @@
4
4
  * @license MIT
5
5
  */var K="store";function W(t){return t===void 0&&(t=null),e.inject(t!==null?t:K)}function B(t,r){Object.keys(t).forEach(function(o){return r(t[o],o)})}function Y(t){return t!==null&&typeof t=="object"}function Le(t){return t&&typeof t.then=="function"}function E(t,r){if(!t)throw new Error("[vuex] "+r)}function Ie(t,r){return function(){return t(r)}}function X(t,r,o){return r.indexOf(t)<0&&(o&&o.prepend?r.unshift(t):r.push(t)),function(){var l=r.indexOf(t);l>-1&&r.splice(l,1)}}function J(t,r){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var o=t.state;P(t,o,[],t._modules.root,!0),A(t,o,r)}function A(t,r,o){var l=t._state,a=t._scope;t.getters={},t._makeLocalGettersCache=Object.create(null);var n=t._wrappedGetters,i={},s={},d=e.effectScope(!0);d.run(function(){B(n,function(c,m){i[m]=Ie(c,t),s[m]=e.computed(function(){return i[m]()}),Object.defineProperty(t.getters,m,{get:function(){return s[m].value},enumerable:!0})})}),t._state=e.reactive({data:r}),t._scope=d,t.strict&&Ue(t),l&&o&&t._withCommit(function(){l.data=null}),a&&a.stop()}function P(t,r,o,l,a){var n=!o.length,i=t._modules.getNamespace(o);if(l.namespaced&&(t._modulesNamespaceMap[i]&&process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate namespace "+i+" for the namespaced module "+o.join("/")),t._modulesNamespaceMap[i]=l),!n&&!a){var s=L(r,o.slice(0,-1)),d=o[o.length-1];t._withCommit(function(){process.env.NODE_ENV!=="production"&&d in s&&console.warn('[vuex] state field "'+d+'" was overridden by a module with the same name at "'+o.join(".")+'"'),s[d]=l.state})}var c=l.context=ze(t,i,o);l.forEachMutation(function(m,f){var u=i+f;Fe(t,u,m,c)}),l.forEachAction(function(m,f){var u=m.root?f:i+f,y=m.handler||m;Ge(t,u,y,c)}),l.forEachGetter(function(m,f){var u=i+f;Re(t,u,m,c)}),l.forEachChild(function(m,f){P(t,r,o.concat(f),m,a)})}function ze(t,r,o){var l=r==="",a={dispatch:l?t.dispatch:function(n,i,s){var d=j(n,i,s),c=d.payload,m=d.options,f=d.type;if((!m||!m.root)&&(f=r+f,process.env.NODE_ENV!=="production"&&!t._actions[f])){console.error("[vuex] unknown local action type: "+d.type+", global type: "+f);return}return t.dispatch(f,c)},commit:l?t.commit:function(n,i,s){var d=j(n,i,s),c=d.payload,m=d.options,f=d.type;if((!m||!m.root)&&(f=r+f,process.env.NODE_ENV!=="production"&&!t._mutations[f])){console.error("[vuex] unknown local mutation type: "+d.type+", global type: "+f);return}t.commit(f,c,m)}};return Object.defineProperties(a,{getters:{get:l?function(){return t.getters}:function(){return Q(t,r)}},state:{get:function(){return L(t.state,o)}}}),a}function Q(t,r){if(!t._makeLocalGettersCache[r]){var o={},l=r.length;Object.keys(t.getters).forEach(function(a){if(a.slice(0,l)===r){var n=a.slice(l);Object.defineProperty(o,n,{get:function(){return t.getters[a]},enumerable:!0})}}),t._makeLocalGettersCache[r]=o}return t._makeLocalGettersCache[r]}function Fe(t,r,o,l){var a=t._mutations[r]||(t._mutations[r]=[]);a.push(function(i){o.call(t,l.state,i)})}function Ge(t,r,o,l){var a=t._actions[r]||(t._actions[r]=[]);a.push(function(i){var s=o.call(t,{dispatch:l.dispatch,commit:l.commit,getters:l.getters,state:l.state,rootGetters:t.getters,rootState:t.state},i);return Le(s)||(s=Promise.resolve(s)),t._devtoolHook?s.catch(function(d){throw t._devtoolHook.emit("vuex:error",d),d}):s})}function Re(t,r,o,l){if(t._wrappedGetters[r]){process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate getter key: "+r);return}t._wrappedGetters[r]=function(n){return o(l.state,l.getters,n.state,n.getters)}}function Ue(t){e.watch(function(){return t._state.data},function(){process.env.NODE_ENV!=="production"&&E(t._committing,"do not mutate vuex store state outside mutation handlers.")},{deep:!0,flush:"sync"})}function L(t,r){return r.reduce(function(o,l){return o[l]},t)}function j(t,r,o){return Y(t)&&t.type&&(o=r,r=t,t=t.type),process.env.NODE_ENV!=="production"&&E(typeof t=="string","expects string as the type, but found "+typeof t+"."),{type:t,payload:r,options:o}}var qe="vuex bindings",ee="vuex:mutations",I="vuex:actions",O="vuex",He=0;function Ze(t,r){Ae({id:"org.vuejs.vuex",app:t,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[qe]},function(o){o.addTimelineLayer({id:ee,label:"Vuex Mutations",color:te}),o.addTimelineLayer({id:I,label:"Vuex Actions",color:te}),o.addInspector({id:O,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),o.on.getInspectorTree(function(l){if(l.app===t&&l.inspectorId===O)if(l.filter){var a=[];le(a,r._modules.root,l.filter,""),l.rootNodes=a}else l.rootNodes=[ne(r._modules.root,"")]}),o.on.getInspectorState(function(l){if(l.app===t&&l.inspectorId===O){var a=l.nodeId;Q(r,a),l.state=We(Xe(r._modules,a),a==="root"?r.getters:r._makeLocalGettersCache,a)}}),o.on.editInspectorState(function(l){if(l.app===t&&l.inspectorId===O){var a=l.nodeId,n=l.path;a!=="root"&&(n=a.split("/").filter(Boolean).concat(n)),r._withCommit(function(){l.set(r._state.data,n,l.state.value)})}}),r.subscribe(function(l,a){var n={};l.payload&&(n.payload=l.payload),n.state=a,o.notifyComponentUpdate(),o.sendInspectorTree(O),o.sendInspectorState(O),o.addTimelineEvent({layerId:ee,event:{time:Date.now(),title:l.type,data:n}})}),r.subscribeAction({before:function(l,a){var n={};l.payload&&(n.payload=l.payload),l._id=He++,l._time=Date.now(),n.state=a,o.addTimelineEvent({layerId:I,event:{time:l._time,title:l.type,groupId:l._id,subtitle:"start",data:n}})},after:function(l,a){var n={},i=Date.now()-l._time;n.duration={_custom:{type:"duration",display:i+"ms",tooltip:"Action duration",value:i}},l.payload&&(n.payload=l.payload),n.state=a,o.addTimelineEvent({layerId:I,event:{time:Date.now(),title:l.type,groupId:l._id,subtitle:"end",data:n}})}})})}var te=8702998,ve=6710886,Ke=16777215,re={label:"namespaced",textColor:Ke,backgroundColor:ve};function oe(t){return t&&t!=="root"?t.split("/").slice(-2,-1)[0]:"Root"}function ne(t,r){return{id:r||"root",label:oe(r),tags:t.namespaced?[re]:[],children:Object.keys(t._children).map(function(o){return ne(t._children[o],r+o+"/")})}}function le(t,r,o,l){l.includes(o)&&t.push({id:l||"root",label:l.endsWith("/")?l.slice(0,l.length-1):l||"Root",tags:r.namespaced?[re]:[]}),Object.keys(r._children).forEach(function(a){le(t,r._children[a],o,l+a+"/")})}function We(t,r,o){r=o==="root"?r:r[o];var l=Object.keys(r),a={state:Object.keys(t.state).map(function(i){return{key:i,editable:!0,value:t.state[i]}})};if(l.length){var n=Ye(r);a.getters=Object.keys(n).map(function(i){return{key:i.endsWith("/")?oe(i):i,editable:!1,value:z(function(){return n[i]})}})}return a}function Ye(t){var r={};return Object.keys(t).forEach(function(o){var l=o.split("/");if(l.length>1){var a=r,n=l.pop();l.forEach(function(i){a[i]||(a[i]={_custom:{value:{},display:i,tooltip:"Module",abstract:!0}}),a=a[i]._custom.value}),a[n]=z(function(){return t[o]})}else r[o]=z(function(){return t[o]})}),r}function Xe(t,r){var o=r.split("/").filter(function(l){return l});return o.reduce(function(l,a,n){var i=l[a];if(!i)throw new Error('Missing module "'+a+'" for path "'+r+'".');return n===o.length-1?i:i._children},r==="root"?t:t.root._children)}function z(t){try{return t()}catch(r){return r}}var N=function(r,o){this.runtime=o,this._children=Object.create(null),this._rawModule=r;var l=r.state;this.state=(typeof l=="function"?l():l)||{}},ae={namespaced:{configurable:!0}};ae.namespaced.get=function(){return!!this._rawModule.namespaced},N.prototype.addChild=function(r,o){this._children[r]=o},N.prototype.removeChild=function(r){delete this._children[r]},N.prototype.getChild=function(r){return this._children[r]},N.prototype.hasChild=function(r){return r in this._children},N.prototype.update=function(r){this._rawModule.namespaced=r.namespaced,r.actions&&(this._rawModule.actions=r.actions),r.mutations&&(this._rawModule.mutations=r.mutations),r.getters&&(this._rawModule.getters=r.getters)},N.prototype.forEachChild=function(r){B(this._children,r)},N.prototype.forEachGetter=function(r){this._rawModule.getters&&B(this._rawModule.getters,r)},N.prototype.forEachAction=function(r){this._rawModule.actions&&B(this._rawModule.actions,r)},N.prototype.forEachMutation=function(r){this._rawModule.mutations&&B(this._rawModule.mutations,r)},Object.defineProperties(N.prototype,ae);var C=function(r){this.register([],r,!1)};C.prototype.get=function(r){return r.reduce(function(o,l){return o.getChild(l)},this.root)},C.prototype.getNamespace=function(r){var o=this.root;return r.reduce(function(l,a){return o=o.getChild(a),l+(o.namespaced?a+"/":"")},"")},C.prototype.update=function(r){se([],this.root,r)},C.prototype.register=function(r,o,l){var a=this;l===void 0&&(l=!0),process.env.NODE_ENV!=="production"&&ce(r,o);var n=new N(o,l);if(r.length===0)this.root=n;else{var i=this.get(r.slice(0,-1));i.addChild(r[r.length-1],n)}o.modules&&B(o.modules,function(s,d){a.register(r.concat(d),s,l)})},C.prototype.unregister=function(r){var o=this.get(r.slice(0,-1)),l=r[r.length-1],a=o.getChild(l);if(!a){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to unregister module '"+l+"', which is not registered");return}a.runtime&&o.removeChild(l)},C.prototype.isRegistered=function(r){var o=this.get(r.slice(0,-1)),l=r[r.length-1];return o?o.hasChild(l):!1};function se(t,r,o){if(process.env.NODE_ENV!=="production"&&ce(t,o),r.update(o),o.modules)for(var l in o.modules){if(!r.getChild(l)){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to add a new module '"+l+"' on hot reloading, manual reload is needed");return}se(t.concat(l),r.getChild(l),o.modules[l])}}var ie={assert:function(t){return typeof t=="function"},expected:"function"},Je={assert:function(t){return typeof t=="function"||typeof t=="object"&&typeof t.handler=="function"},expected:'function or object with "handler" function'},de={getters:ie,mutations:ie,actions:Je};function ce(t,r){Object.keys(de).forEach(function(o){if(r[o]){var l=de[o];B(r[o],function(a,n){E(l.assert(a),Qe(t,o,n,a,l.expected))})}})}function Qe(t,r,o,l,a){var n=r+" should be "+a+' but "'+r+"."+o+'"';return t.length>0&&(n+=' in module "'+t.join(".")+'"'),n+=" is "+JSON.stringify(l)+".",n}var x=function t(r){var o=this;r===void 0&&(r={}),process.env.NODE_ENV!=="production"&&(E(typeof Promise<"u","vuex requires a Promise polyfill in this browser."),E(this instanceof t,"store must be called with the new operator."));var l=r.plugins;l===void 0&&(l=[]);var a=r.strict;a===void 0&&(a=!1);var n=r.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new C(r),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._scope=null,this._devtools=n;var i=this,s=this,d=s.dispatch,c=s.commit;this.dispatch=function(u,y){return d.call(i,u,y)},this.commit=function(u,y,S){return c.call(i,u,y,S)},this.strict=a;var m=this._modules.root.state;P(this,m,[],this._modules.root),A(this,m),l.forEach(function(f){return f(o)})},F={state:{configurable:!0}};x.prototype.install=function(r,o){r.provide(o||K,this),r.config.globalProperties.$store=this;var l=this._devtools!==void 0?this._devtools:process.env.NODE_ENV!=="production"||!1;l&&Ze(r,this)},F.state.get=function(){return this._state.data},F.state.set=function(t){process.env.NODE_ENV!=="production"&&E(!1,"use store.replaceState() to explicit replace store state.")},x.prototype.commit=function(r,o,l){var a=this,n=j(r,o,l),i=n.type,s=n.payload,d=n.options,c={type:i,payload:s},m=this._mutations[i];if(!m){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown mutation type: "+i);return}this._withCommit(function(){m.forEach(function(u){u(s)})}),this._subscribers.slice().forEach(function(f){return f(c,a.state)}),process.env.NODE_ENV!=="production"&&d&&d.silent&&console.warn("[vuex] mutation type: "+i+". Silent option has been removed. Use the filter functionality in the vue-devtools")},x.prototype.dispatch=function(r,o){var l=this,a=j(r,o),n=a.type,i=a.payload,s={type:n,payload:i},d=this._actions[n];if(!d){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown action type: "+n);return}try{this._actionSubscribers.slice().filter(function(m){return m.before}).forEach(function(m){return m.before(s,l.state)})}catch(m){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in before action subscribers: "),console.error(m))}var c=d.length>1?Promise.all(d.map(function(m){return m(i)})):d[0](i);return new Promise(function(m,f){c.then(function(u){try{l._actionSubscribers.filter(function(y){return y.after}).forEach(function(y){return y.after(s,l.state)})}catch(y){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in after action subscribers: "),console.error(y))}m(u)},function(u){try{l._actionSubscribers.filter(function(y){return y.error}).forEach(function(y){return y.error(s,l.state,u)})}catch(y){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in error action subscribers: "),console.error(y))}f(u)})})},x.prototype.subscribe=function(r,o){return X(r,this._subscribers,o)},x.prototype.subscribeAction=function(r,o){var l=typeof r=="function"?{before:r}:r;return X(l,this._actionSubscribers,o)},x.prototype.watch=function(r,o,l){var a=this;return process.env.NODE_ENV!=="production"&&E(typeof r=="function","store.watch only accepts a function."),e.watch(function(){return r(a.state,a.getters)},o,Object.assign({},l))},x.prototype.replaceState=function(r){var o=this;this._withCommit(function(){o._state.data=r})},x.prototype.registerModule=function(r,o,l){l===void 0&&(l={}),typeof r=="string"&&(r=[r]),process.env.NODE_ENV!=="production"&&(E(Array.isArray(r),"module path must be a string or an Array."),E(r.length>0,"cannot register the root module by using registerModule.")),this._modules.register(r,o),P(this,this.state,r,this._modules.get(r),l.preserveState),A(this,this.state)},x.prototype.unregisterModule=function(r){var o=this;typeof r=="string"&&(r=[r]),process.env.NODE_ENV!=="production"&&E(Array.isArray(r),"module path must be a string or an Array."),this._modules.unregister(r),this._withCommit(function(){var l=L(o.state,r.slice(0,-1));delete l[r[r.length-1]]}),J(this)},x.prototype.hasModule=function(r){return typeof r=="string"&&(r=[r]),process.env.NODE_ENV!=="production"&&E(Array.isArray(r),"module path must be a string or an Array."),this._modules.isRegistered(r)},x.prototype.hotUpdate=function(r){this._modules.update(r),J(this,!0)},x.prototype._withCommit=function(r){var o=this._committing;this._committing=!0,r(),this._committing=o},Object.defineProperties(x.prototype,F);var et=ge(function(t,r){var o={};return process.env.NODE_ENV!=="production"&&!G(r)&&console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"),me(r).forEach(function(l){var a=l.key,n=l.val;o[a]=function(){var s=this.$store.state,d=this.$store.getters;if(t){var c=fe(this.$store,"mapState",t);if(!c)return;s=c.context.state,d=c.context.getters}return typeof n=="function"?n.call(this,s,d):s[n]},o[a].vuex=!0}),o}),tt=ge(function(t,r){var o={};return process.env.NODE_ENV!=="production"&&!G(r)&&console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"),me(r).forEach(function(l){var a=l.key,n=l.val;o[a]=function(){for(var s=[],d=arguments.length;d--;)s[d]=arguments[d];var c=this.$store.commit;if(t){var m=fe(this.$store,"mapMutations",t);if(!m)return;c=m.context.commit}return typeof n=="function"?n.apply(this,[c].concat(s)):c.apply(this.$store,[n].concat(s))}}),o});function me(t){return G(t)?Array.isArray(t)?t.map(function(r){return{key:r,val:r}}):Object.keys(t).map(function(r){return{key:r,val:t[r]}}):[]}function G(t){return Array.isArray(t)||Y(t)}function ge(t){return function(r,o){return typeof r!="string"?(o=r,r=""):r.charAt(r.length-1)!=="/"&&(r+="/"),t(r,o)}}function fe(t,r,o){var l=t._modulesNamespaceMap[o];return process.env.NODE_ENV!=="production"&&!l&&console.error("[vuex] module namespace not found in "+r+"(): "+o),l}const rt={components:{DeleteConfirmationModal:T},props:{is_required:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""},show:{type:Boolean,default:!1},has_multiple_file:{show:Boolean,default:!1},field_name:{type:String,default:""},label_name:{type:String,default:""},route_url:{type:String,default:""},model_value:{type:Array,default:[]},file_config:{type:Object,default:{}},is_enable_delete:{type:Boolean,default:!0}},emits:["uploaded"],data(){return{media_id:"",error_message_data:"",open_delete_modal:!1,files:[],uploadFileList:[],isDragging:!1}},methods:{closeDeleteModal(){this.open_delete_modal=!1},deleteAction(){axios.delete(this.route_url+"/destroyMedia/"+this.media_id).then(t=>{let r=this.uploadFileList.findIndex(o=>o.id===this.media_id);r!==-1&&this.uploadFileList.splice(r,1),this.closeDeleteModal(),this.$store.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(t=>{console.error(t),this.is_loading=!1})},getFileName(t){return t.length>12?t.substring(0,13)+"... ."+t.split(".")[1]:t},formatFileSize(t){if(t===0)return"0 Bytes";const r=1024,o=["Bytes","KB","MB","GB","TB"],l=Math.floor(Math.log(t)/Math.log(r));return parseFloat((t/Math.pow(r,l)).toFixed(2))+" "+o[l]},onDragOver(t){t.preventDefault(),this.isDragging=!0,t.dataTransfer.dropEffect="copy"},onDragLeave(t){t.preventDefault(),this.isDragging=!1},onDrop(t){t.preventDefault(),this.isDragging=!1;const r=t.dataTransfer.files;Array.from(r).forEach(o=>{this.uploadFile(o)})},async uploadFiles(t){const r=t.target.files,o=Array.from(r).map(l=>this.uploadFile(l));await Promise.all(o),this.$emit("uploaded")},getFirstError(t,r){return t.hasOwnProperty(r)?t[r][0]:""},async uploadFile(t){return new Promise((r,o)=>{t||r();const l=new FormData;l.append("file",t),Object.entries(this.file_config).forEach(([a,n])=>{l.append(a,n)}),this.files.push({file_name:t.name,loading:0}),axios.post(this.route_url+"/media",l,{onUploadProgress:a=>{this.files[this.files.length-1].loading=Math.floor(a.loaded/a.total*100)}}).then(a=>{let n=this.files.findIndex(i=>i.file_name===t.name);n!==-1&&this.files.splice(n,1),this.uploadFileList.push({file_name:a.data.file_name,size:a.data.size,id:a.data.id,url:a.data.url}),this.error_message_data="",r()}).catch(a=>{a.response.status===422?this.error_message_data=this.getFirstError(a.response.data.errors,"file"):console.error("An error occurred:",a);let n=this.files.findIndex(i=>i.file_name===t.name);n!==-1&&this.files.splice(n,1),console.log(a),r()})})}},computed:{uploadedFileIds(){var t;return this.has_multiple_file?this.uploadFileList.map(r=>r.id):((t=this.uploadFileList[0])==null?void 0:t.id)||null}},mounted(){console.log(this.model_value),this.model_value?Array.isArray(this.model_value)?this.uploadFileList=this.model_value:this.uploadFileList=[this.model_value]:this.uploadFileList=[],this.error_message_data=this.error_message}},ot={class:"flex flex-col items-center justify-center pt-5 pb-6"},nt=["multiple"],lt=["name"],at=[e.createElementVNode("svg",{class:"w-8 h-8 mb-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M13 13h3a3 3 0 0 0 0-6h-.025A5.56 5.56 0 0 0 16 6.5 5.5 5.5 0 0 0 5.207 5.021C5.137 5.017 5.071 5 5 5a4 4 0 0 0 0 8h2.167M10 15V6m0 0L8 8m2-2 2 2"})],-1),e.createElementVNode("p",{class:"text-sm text-gray-500 dark:text-gray-400"}," Drag & drop files or browse ",-1)],st={key:1},it=[e.createElementVNode("p",{class:"text-sm text-gray-500 dark:text-gray-400"},"Drop files here",-1)],dt={class:"mt-2 gl-span-form-error"},ct={class:"block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500"},mt={key:0,class:""},gt={class:"flex items-center justify-between p-2 mb-2 text-gray-900 rounded-lg bg-gray-50 hover:bg-gray-100 hover:shadow dark:bg-gray-600 dark:hover:bg-gray-500 dark:text-white"},ft=e.createElementVNode("i",{class:"text-3xl fas fa-file-alt"},null,-1),ht={class:"w-full ml-3"},ut={class:"flex items-center justify-between mb-1"},pt={class:"text-xs text-black dark:text-white"},yt={class:"text-xs text-black dark:text-white"},_t={class:"w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800"},bt={class:"overflow-x-scroll max-h-56"},kt={class:"flex items-center justify-between p-2 mb-2 text-gray-900 rounded-lg bg-gray-50 hover:bg-gray-100 hover:shadow dark:bg-gray-600 dark:hover:bg-gray-500 dark:text-white"},xt={class:"flex items-center"},wt=e.createElementVNode("i",{class:"text-3xl fas fa-file-alt","aria-hidden":"true"},null,-1),Et={class:"flex flex-col ml-3"},Nt={class:"text-xs"},Vt={class:"text-xs"},Bt={class:"flex gap-2"},Ct=["href"],St=["onClick"];function $t(t,r,o,l,a,n){const i=e.resolveComponent("DeleteConfirmationModal");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(i,{isOpen:a.open_delete_modal,onConfirmDelete:n.deleteAction,onCancelDelete:n.closeDeleteModal},null,8,["isOpen","onConfirmDelete","onCancelDelete"]),e.createElementVNode("div",{class:e.normalizeClass([{"border-red-500 dark:border-red-500":a.error_message_data!=="","border-gray-200 dark:border-gray-700":a.error_message_data==""},"w-full p-4 bg-white border rounded-lg shadow dark:bg-gray-800"])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":a.error_message_data=="","gl-label-form-invalid":a.error_message_data!=="",required:o.is_required})},e.toDisplayString(o.label_name),3),e.createElementVNode("div",{onDragover:r[3]||(r[3]=e.withModifiers((...s)=>n.onDragOver&&n.onDragOver(...s),["prevent"])),onDragleave:r[4]||(r[4]=e.withModifiers((...s)=>n.onDragLeave&&n.onDragLeave(...s),["prevent"])),onDrop:r[5]||(r[5]=e.withModifiers((...s)=>n.onDrop&&n.onDrop(...s),["prevent"])),class:"flex flex-col items-center justify-center w-full h-40 mt-3 mb-3 border-2 border-gray-300 border-dashed rounded-lg cursor-pointer bg-gray-50 dark:hover:bg-bray-800 dark:bg-gray-700 hover:bg-gray-100 dark:border-gray-600 dark:hover:border-gray-500 dark:hover:bg-gray-600"},[e.createElementVNode("div",ot,[e.createElementVNode("input",{type:"file",ref:"file_input"+o.field_name,hidden:"",multiple:o.has_multiple_file,onChange:r[0]||(r[0]=(...s)=>n.uploadFiles&&n.uploadFiles(...s))},null,40,nt),e.withDirectives(e.createElementVNode("input",{type:"hidden",name:o.field_name,"onUpdate:modelValue":r[1]||(r[1]=s=>n.uploadedFileIds=s)},null,8,lt),[[e.vModelText,n.uploadedFileIds]]),a.isDragging?(e.openBlock(),e.createElementBlock("div",st,it)):(e.openBlock(),e.createElementBlock("div",{key:0,class:"flex flex-col items-center justify-center",onClick:r[2]||(r[2]=s=>t.$refs["file_input"+this.field_name].click())},at))])],32),e.createElementVNode("span",dt,e.toDisplayString(a.error_message_data),1),e.createElementVNode("small",ct,e.toDisplayString(o.description),1),a.files.length>0?(e.openBlock(),e.createElementBlock("section",mt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.files,(s,d)=>(e.openBlock(),e.createElementBlock("li",gt,[ft,e.createElementVNode("div",ht,[e.createElementVNode("div",ut,[e.createElementVNode("span",pt,e.toDisplayString(n.getFileName(s.file_name)),1),e.createElementVNode("span",yt,e.toDisplayString(s.loading),1)]),e.createElementVNode("div",_t,[e.createElementVNode("div",{class:"h-full bg-gray-500 rounded-full dark:bg-gray-400",style:e.normalizeStyle({width:s.loading+"%"})},null,4)])])]))),256))])):e.createCommentVNode("",!0),e.createElementVNode("section",bt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.uploadFileList,(s,d)=>(e.openBlock(),e.createElementBlock("li",kt,[e.createElementVNode("div",xt,[wt,e.createElementVNode("div",Et,[e.createElementVNode("span",Nt,e.toDisplayString(n.getFileName(s.file_name)),1),e.createElementVNode("span",Vt,e.toDisplayString(n.formatFileSize(s.size)),1)])]),e.createElementVNode("div",Bt,[e.createElementVNode("a",{href:s.url,target:"_blank",class:"text-lg text-blue-600 cursor-pointer dark:text-blue-400 fas fa-download"},null,8,Ct),o.is_enable_delete?(e.openBlock(),e.createElementBlock("i",{key:0,onClick:c=>{a.media_id=s.id,a.open_delete_modal=!0},class:"text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"},null,8,St)):e.createCommentVNode("",!0)])]))),256))])],2)],64)}const Dt=p(rt,[["render",$t]]),Ot={computed:{...et("notification",["notification"]),alertClasses(){switch(this.notification.type){case"info":return"text-blue-800 bg-blue-50 dark:bg-gray-800 dark:text-blue-400";case"error":return"text-red-800 bg-red-50 dark:bg-gray-800 dark:text-red-400";case"success":return"text-green-800 bg-green-50 dark:bg-gray-800 dark:text-green-400";case"warning":return"text-yellow-800 bg-yellow-50 dark:bg-gray-800 dark:text-yellow-300";case"dark":return"text-gray-800 bg-gray-50 dark:bg-gray-800 dark:text-gray-300";default:return""}},buttonClasses(){switch(this.notification.type){case"info":return"bg-blue-50 text-blue-500 focus:ring-blue-400 hover:bg-blue-200 dark:hover:bg-gray-700";case"error":return"bg-red-50 text-red-500 focus:ring-red-400 hover:bg-red-200 dark:hover:bg-gray-700";case"success":return"bg-green-50 text-green-500 focus:ring-green-400 hover:bg-green-200 dark:hover:bg-gray-700";case"warning":return"bg-yellow-50 text-yellow-500 focus:ring-yellow-400 hover:bg-yellow-200 dark:hover:bg-gray-700";case"dark":return"bg-gray-50 text-gray-500 focus:ring-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700";default:return""}}},methods:{...tt("notification",["HIDE_NOTIFICATION"]),dismiss(){this.HIDE_NOTIFICATION()}},watch:{"notification.show":function(t){t&&setTimeout(()=>{this.dismiss()},this.notification.duration)}}},Tt=e.createElementVNode("svg",{class:"flex-shrink-0 w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z"})],-1),Pt=e.createElementVNode("span",{class:"sr-only"},"Info",-1),jt={class:"mr-3 text-sm font-medium ms-3"},Mt=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.createElementVNode("svg",{class:"w-3 h-3","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"})],-1)];function At(t,r,o,l,a,n){return t.notification.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["fixed right-0 z-50 flex items-center p-4 m-5 mb-4 rounded-lg shadow-lg",n.alertClasses]),role:"alert"},[Tt,Pt,e.createElementVNode("div",jt,e.toDisplayString(t.notification.message),1),e.createElementVNode("button",{type:"button",onClick:r[0]||(r[0]=(...i)=>n.dismiss&&n.dismiss(...i)),class:e.normalizeClass(["inline-flex items-center justify-center w-6 h-6 p-1 -mx-1 -my-1 rounded-lg ms-auto focus:ring-2 hover:bg-opacity-50",n.buttonClasses]),"aria-label":"Close"},Mt,2)],2)):e.createCommentVNode("",!0)}const Lt=p(Ot,[["render",At]]),It={components:{},props:{field_name:{type:String,default:""},trans_selector_name:{type:String,default:"i18n_selector"}},data(){return{locals:[],default_language:""}},methods:{getLocals(){const t={id:this.menu_id};axios.get("/admin/get_locals",{params:t}).then(r=>{this.locals=r.data.locals,this.default_language=r.data.default_language,console.log("default_language",this.default_language)}).catch(r=>{console.error(r)})}},created(){this.getLocals()},mounted(){}},zt={class:"grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector"},Ft=["name","value","id","checked"],Gt=["for"];function Rt(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("ul",zt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.locals,(i,s)=>(e.openBlock(),e.createElementBlock("li",null,[e.createElementVNode("input",{type:"radio",name:o.trans_selector_name,value:i,class:"hidden peer",id:i+"_"+o.field_name,autocomplete:"off",checked:i===a.default_language},null,8,Ft),e.createElementVNode("label",{for:i+"_"+o.field_name,class:e.normalizeClass([{"border md:!rounded-s-lg":s===0,"border md:!rounded-e-lg":s===a.locals.length-1,"border-t border-b":s!==0&&s!==a.locals.length-1},"w-full p-1 font-bold text-center text-gray-500 uppercase bg-white border-gray-200 rounded-lg cursor-pointer md:rounded-none dark:hover:text-gray-300 dark:border-gray-700 dark:peer-checked:text-blue-500 peer-checked:border-blue-600 peer-checked:text-blue-600 hover:text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:bg-gray-800 dark:hover:bg-gray-700"])},e.toDisplayString(i),11,Gt)]))),256))])}const Ut=p(It,[["render",Rt]]),qt={class:"bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark"},Ht={class:"px-3 py-4 border-b border-stroke dark:border-strokedark"},Zt={class:"font-semibold text-black dark:text-white"},vt={key:0,class:"p-6"},Kt={__name:"GlCard",props:{class:{type:String,default:""}},setup(t){const r=t,o=e.computed(()=>r.class);return(l,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["flex flex-col gap-9",o.value])},[e.createElementVNode("div",qt,[e.createElementVNode("div",Ht,[e.createElementVNode("h3",Zt,[e.renderSlot(l.$slots,"header")])]),l.$slots.body?(e.openBlock(),e.createElementBlock("div",vt,[e.renderSlot(l.$slots,"body")])):e.createCommentVNode("",!0)])],2))}},Wt={name:"MultiSelectDropdown",template:"MultiSelectDropdown",props:{modelValue:{type:[String,Number],default:""},default_value:{type:Array,default:[]},field_name:{type:String,default:""},is_required:{type:Boolean,default:!1},has_cancel:{type:Boolean,default:!0},label_name:{type:String,default:""},options:{type:Array,required:!0,default:[],note:"Options of dropdown. An array of options with id and name"},placeholder:{type:String,required:!1,default:"Please select an option",note:"Placeholder of dropdown"},maxItem:{type:Number,required:!1,default:100,note:"Max items showing"},show:{type:Boolean,default:!1},error_message:{type:String,default:""}},data(){return{selected:[],count:0,optionsShown:!1,searchFilter:"",selectedIds:[]}},created(){this.$emit("selected",this.selected)},mounted(){self=this;var t=this.convertedOptionsDefault();this.selected=this.options_values.filter(r=>t.includes(r.id+"")),this.show||(document.body.addEventListener("click",function(r){self.clearData(r)}),document.getElementById(this.field_name+"search").addEventListener("keydown",function(r){if(_.includes([37,38,39,40,13],r.keyCode)){if((r.keyCode===38||r.keyCode===40)&&r.preventDefault(),r.keyCode===40&&self.posts=="")return;self.selectItem(r.keyCode)}}),document.addEventListener("keypress",function(r){r.key==="Enter"&&r.target.form&&r.preventDefault()}))},computed:{options_values(){return this.convertedOptions()},filteredOptions(){const t=[],r=new RegExp(this.searchFilter,"ig");for(const o of this.options_values){const l=String(o.name);(this.searchFilter.length<1||l.match(r))&&t.length<this.maxItem&&t.push(o)}return t}},emits:["update:modelValue","selected","selectionChanged"],methods:{selectAll(){this.selected=this.convertedOptions()},deselectAll(){this.selected=[]},isOptionSelected(t){return this.selected.findIndex(r=>r.id===t)!==-1},clearData:function(t){t.target.id!=this.field_name+"search"&&t.target.id!=this.field_name&&!t.target.classList.contains("showOptions")&&(this.exit(),this.count=0)},selectItem:function(t){t==40&&this.count<this.filteredOptions.length&&(this.count++,document.getElementById(this.count).scrollIntoView()),t==38&&this.count>1&&(this.count--,document.getElementById(this.count).scrollIntoView()),t==13&&document.getElementById(this.count).click()},convertedOptions(){return this.options.map((t,r)=>typeof t=="object"?t:{id:t,name:t})},convertedOptionsDefault(){return this.default_value.map((t,r)=>typeof t=="object"?t.id+"":t+"")},clearOption(t){let r=this.selected.findIndex(o=>o.id===t.id);r!==-1&&this.selected.splice(r,1),this.selectedIds=this.selected.map(o=>o.id),this.$emit("update:modelValue",this.selectedIds),this.$emit("selected",this.selectedIds)},selectOption(t){let r=this.selected.findIndex(o=>o.id===t.id);r!==-1?this.selected.splice(r,1):this.selected.push(t),this.selectedIds=this.selected.map(o=>o.id),this.$emit("update:modelValue",this.selectedIds),this.$emit("selected",this.selectedIds)},showOptions(){this.show||(this.searchFilter="",this.optionsShown=!0,this.$nextTick(()=>{this.$refs[this.field_name+"search"].focus()}))},ClearInput(){this.show||(this.selected=[],this.searchFilter="",this.showOptions())},exit(){this.selected||(this.selected=[],this.searchFilter=""),this.optionsShown=!1},keyMonitor:function(t){if(_.includes([37,38,39,40,13],t.keyCode)){if((t.keyCode===38||t.keyCode===40)&&t.preventDefault(),t.keyCode===40&&self.posts=="")return;this.selectItem(t.keyCode)}}},watch:{searchFilter(){this.filteredOptions.length},selected(t){this.selectedIds=t.map(r=>r.id),this.$emit("update:modelValue",this.selectedIds),this.$emit("selected",this.selectedIds),this.$emit("selectionChanged",this.selectedIds)}}},Yt={class:"font-bold ptext-lg dark:text-white"},Xt={class:"mt-3 mb-4"},Jt={class:"bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},Qt=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),er=["name","value"],tr={key:0,class:"dropdown"},rr={class:"inline-flex ml-2 rounded-md shadow-sm",role:"group"},or={class:"border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500"},nr={class:"relative"},lr=["onClick"],ar={class:"text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999] showOptions"},sr={class:"p-1"},ir=e.createElementVNode("label",{for:"default-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1),dr={class:"relative"},cr=e.createElementVNode("div",{class:"absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3"},[e.createElementVNode("svg",{class:"w-4 h-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})])],-1),mr=["id"],gr={class:"overflow-y-auto max-h-64"},fr=["onClick","onMousedown","id"];function hr(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock(e.Fragment,null,[o.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.field_name)},[e.createElementVNode("h3",Yt,e.toDisplayString(o.label_name),1),e.createElementVNode("p",Xt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.selected,(i,s)=>(e.openBlock(),e.createElementBlock("span",Jt,e.toDisplayString(i.name),1))),256))]),Qt],2)):e.createCommentVNode("",!0),o.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",o.field_name])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.selectedIds,(i,s)=>(e.openBlock(),e.createElementBlock("input",{type:"hidden",name:o.field_name+"[]",key:s,value:i},null,8,er))),128)),o.options?(e.openBlock(),e.createElementBlock("div",tr,[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":o.error_message=="","gl-label-form-invalid":o.error_message!=="",required:o.is_required})},e.toDisplayString(o.label_name),3),e.createElementVNode("div",rr,[e.createElementVNode("button",{onClick:r[0]||(r[0]=(...i)=>n.selectAll&&n.selectAll(...i)),type:"button",class:"px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 rounded-s-md hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"}," Select all "),e.createElementVNode("button",{onClick:r[1]||(r[1]=(...i)=>n.deselectAll&&n.deselectAll(...i)),type:"button",class:"px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 rounded-e-md hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"}," Deselect all ")]),e.createElementVNode("div",or,[e.createElementVNode("div",nr,[e.createElementVNode("div",{class:"flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",onClick:r[2]||(r[2]=i=>n.showOptions())},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.selected,(i,s)=>(e.openBlock(),e.createElementBlock("span",{key:s,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded pointer-events-none dark:bg-blue-900 dark:text-blue-300"},[e.createTextVNode(e.toDisplayString(i.name)+" ",1),e.createElementVNode("i",{onClick:e.withModifiers(d=>n.clearOption(i),["stop"]),class:"cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"},null,8,lr)]))),128))]),e.createElementVNode("i",{class:e.normalizeClass([a.optionsShown?"fa-angle-up":"fa-angle-down","absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700"]),style:{top:"11px"}},null,2)]),e.withDirectives(e.createElementVNode("div",ar,[e.createElementVNode("div",sr,[ir,e.createElementVNode("div",dr,[cr,e.withDirectives(e.createElementVNode("input",{type:"search","onUpdate:modelValue":r[3]||(r[3]=i=>a.searchFilter=i),id:o.field_name+"search",ref:o.field_name+"search",onBlur:r[4]||(r[4]=i=>n.exit()),autocomplete:"off",class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,40,mr),[[e.vModelText,a.searchFilter]])])]),e.createElementVNode("div",gr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.filteredOptions,(i,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["block px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",s+1==a.count||n.isOptionSelected(i.id)?"bg-gray-100 dark:bg-gray-600":""]),onClick:d=>n.selectOption(i),onMousedown:d=>n.selectOption(i),key:s,id:s+1},e.toDisplayString(i.name||i.id||"-"),43,fr))),128))])],512),[[e.vShow,a.optionsShown]])])])):e.createCommentVNode("",!0)],2))],64)}const ur=p(Wt,[["render",hr]]),pr={props:{button_type:{type:String,default:"default"},is_submit:{type:Boolean,default:!1},icon:{type:String,default:""},is_loading:{type:Boolean,default:!1},is_disabled:{type:Boolean,default:!1},tag:{type:String,default:"button"},href:{type:String,default:""}},computed:{buttonTypeClass(){switch(this.button_type){case"default":return"text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800";case"alternative":return" text-gray-900 bg-white border border-gray-200 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-4 focus:ring-gray-100 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700";case"dark":return"text-white bg-gray-800 hover:bg-gray-900 focus:ring-4 focus:ring-gray-300 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-700 dark:border-gray-700";case"light":return"text-gray-900 bg-white border border-gray-300 hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 dark:focus:ring-gray-700";case"green":return" text-white bg-green-700 hover:bg-green-800 focus:ring-4 focus:ring-green-300 dark:bg-green-600 dark:hover:bg-green-700 dark:focus:ring-green-800";case"red":return" text-white bg-red-700 hover:bg-red-800 focus:ring-4 focus:ring-red-300 dark:bg-red-600 dark:hover:bg-red-700 dark:focus:ring-red-900";case"yellow":return" text-white bg-yellow-400 hover:bg-yellow-500 focus:ring-4 focus:ring-yellow-300 dark:focus:ring-yellow-900";case"purple":return" text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 dark:bg-purple-600 dark:hover:bg-purple-700 dark:focus:ring-purple-900";default:return""}}},methods:{}},yr=e.createElementVNode("svg",{"aria-hidden":"true",role:"status",class:"inline w-4 h-4 me-3 animate-spin",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),e.createElementVNode("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"#1C64F2"})],-1);function _r(t,r,o,l,a,n){return o.is_loading?(e.openBlock(),e.createBlock(e.resolveDynamicComponent("button"),{key:1,disabled:"",class:e.normalizeClass(`flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${n.buttonTypeClass}`)},{default:e.withCtx(()=>[yr,e.createTextVNode(" Loading... ")]),_:1},8,["class"])):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.tag),e.mergeProps({key:0,type:o.is_submit,disabled:o.is_disabled},{type:o.is_submit?"submit":void 0},{href:o.tag==="a"?o.href:void 0,class:` ${o.is_disabled?"cursor-not-allowed opacity-50":""} flex items-center gap-2 focus:outline-none text-sm px-5 py-2 me-2 font-medium rounded-lg ${n.buttonTypeClass}`}),{default:e.withCtx(()=>[o.icon?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass([o.icon,"text-base"])},null,2)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default")]),_:3},16,["type","disabled","href","class"]))}const br=p(pr,[["render",_r]]),kr={class:"font-bold ptext-lg dark:text-white"},xr=["name","id"],wr=["id"],Er=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Nr=["for"],Vr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Br=["name","id"],Cr=["required","name","id","type"],Sr={class:"gl-span-form-error"},$r={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Dr={__name:"GlTextareaTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),l.model_value&&(a("update:modelValue",l.model_value),n.value.value=l.model_value),l.model_value_translate,l.translatable&&axios.post("/admin/get_field_translations",{model:l.translatable.model,row_id:l.translatable.row_id,field:l.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),a("update:modelValueTranslate",JSON.stringify(s.data)),console.log("input_translate",i.value.value)}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",kr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref_key:"input_translate",ref:i,"onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,xr),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,wr),Er],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Nr),Vr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Br),e.createElementVNode("textarea",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-textarea-form form-input-translation mt-4 ":t.error_message==""," gl-textarea-form-invalid form-input-translation mt-4 ":t.error_message!==""}),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,rows:"4"},`
6
6
  `,42,Cr),e.createElementVNode("span",Sr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",$r,e.toDisplayString(t.description),1)],2))],64))}},Or={class:"font-bold ptext-lg dark:text-white"},Tr=["name","id"],Pr=["id"],jr=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Mr=["for"],Ar=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Lr=["name","id"],Ir=["name","id","type"],zr={class:"gl-span-form-error"},Fr={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Gr={__name:"GlTinymceTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{tinymce.init({selector:"#"+l.field_name,width:"100%",height:300}),console.log("tinymce ",l.model_value),n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),l.model_value&&(a("update:modelValue",l.model_value),n.value.value=l.model_value),l.model_value_translate,l.translatable&&axios.post("/admin/get_field_translations",{model:l.translatable.model,row_id:l.translatable.row_id,field:l.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),a("update:modelValueTranslate",JSON.stringify(s.data))}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Or,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref_key:"input_translate",ref:i,"onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Tr),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,Pr),jr],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Mr),Ar,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Lr),e.createElementVNode("textarea",{name:t.field_name,id:t.field_name,class:e.normalizeClass(["tiny",{" gl-textarea-form form-input-translation mt-4 ":t.error_message==""," gl-textarea-form-invalid form-input-translation mt-4 ":t.error_message!==""}]),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,rows:"4"},`
7
- `,42,Ir),e.createElementVNode("span",zr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Fr,e.toDisplayString(t.description),1)],2))],64))}},Rr={class:"font-bold ptext-lg dark:text-white"},Ur=["name","id"],qr=["id"],Hr=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Zr=["for"],vr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Kr=["name","id"],Wr=["required","name","id","type"],Yr={class:"gl-span-form-error"},Xr={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Jr={__name:"GlTextTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),l.model_value&&(a("update:modelValue",l.model_value),n.value.value=l.model_value),l.model_value_translate,l.translatable&&axios.post("/admin/get_field_translations",{model:l.translatable.model,row_id:l.translatable.row_id,field:l.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),a("update:modelValueTranslate",JSON.stringify(s.data))}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Rr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref:"input_translate_s","onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Ur),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,qr),Hr],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Zr),vr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Kr),e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-input-form form-input-translation mt-2 ":t.error_message==""," gl-input-form-invalid form-input-translation mt-2 ":t.error_message!==""}),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n},null,42,Wr),e.createElementVNode("span",Yr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Xr,e.toDisplayString(t.description),1)],2))],64))}},Qr={class:"font-bold ptext-lg dark:text-white"},eo={class:"mb-4 text-base text-gray-900 dark:text-white"},to=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),ro=["for"],oo=["required","name","id","type"],no={class:"gl-span-form-error"},lo={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ao={__name:"GlTextInput",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null);e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus()});const i=e.computed({get(){return l.modelValue},set(s){a("update:modelValue",s)}});return r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Qr,e.toDisplayString(t.label_name),1),e.createElementVNode("p",eo,e.toDisplayString(t.type=="password"?t.modelValue.replace(/./g,"*"):t.modelValue),1),to],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,ro),e.withDirectives(e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""}),type:t.type,"onUpdate:modelValue":d[0]||(d[0]=c=>i.value=c),onKeydown:d[1]||(d[1]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n},null,42,oo),[[e.vModelDynamic,i.value]]),e.createElementVNode("span",no,e.toDisplayString(t.error_message),1),e.createElementVNode("small",lo,e.toDisplayString(t.description),1)],2))],64))}},so={setup(t,{slots:r}){const o=e.ref(r.default().map(a=>a.props)),l=e.ref(o.value[0].title);return e.provide("selectedTitle",l),{tabs:o,selectedTitle:l}}},io={class:"flex flex-wrap"},co={class:"w-full"},mo={class:"flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none"},go=["onClick"],fo={class:"relative flex flex-col w-full min-w-0 mb-6 break-words bg-white rounded shadow-lg dark:border-strokedark dark:bg-boxdark"},ho={class:"flex-auto px-4 py-5"},uo={class:"tab-content tab-space"};function po(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",io,[e.createElementVNode("div",co,[e.createElementVNode("ul",mo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.tabs,i=>(e.openBlock(),e.createElementBlock("li",{key:i.title,onClick:s=>l.selectedTitle=i.title,class:"flex-auto -mb-px text-center"},[e.createElementVNode("a",{class:e.normalizeClass([{"text-slate-600 bg-white dark:bg-meta-4":l.selectedTitle!=i.title,"text-white bg-slate-600 dark:bg-primary":l.selectedTitle===i.title},"block px-5 py-3 text-xs font-bold leading-normal rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])},[e.createElementVNode("i",{class:e.normalizeClass([i.icon,"mr-1 text-base"])},null,2),e.createTextVNode(" "+e.toDisplayString(i.title),1)],2)],8,go))),128))])])]),e.createElementVNode("div",fo,[e.createElementVNode("div",ho,[e.createElementVNode("div",uo,[e.renderSlot(t.$slots,"default")])])])],64)}const yo=p(so,[["render",po]]),_o={props:["title"],setup(){return{selectedTitle:e.inject("selectedTitle")}}},bo={class:"block"};function ko(t,r,o,l,a,n){return e.withDirectives((e.openBlock(),e.createElementBlock("div",bo,[e.renderSlot(t.$slots,"default")],512)),[[e.vShow,o.title==l.selectedTitle]])}const xo=p(_o,[["render",ko]]),wo={props:{elements_to_show_prop:{type:Number,default:3},hide_arrow:{type:Boolean,default:!1},disable_touch:{type:Boolean,default:!1},direction_property:{type:String,default:"ltr"},slider_arrows_indicators_position:{type:String,default:"arrows_outside_slider"}},data:function(){return{elementsToShow:3,dotsNum:0,currentDot:1,dotsNavigation:[],touchStartX:0,isMoving:!1,initialX:0,initialY:0,Random_string:this.generateRandomString(6)}},mounted(){this.elementsToShow=this.elements_to_show_prop,this.initSlider(),this.disable_touch||this.movingActions()},methods:{sliderIndicatorsAction(){var t="";return this.direction_property=="rtl"?(t+=" space-x-reverse ",t+=" slider_indicators "):this.slider_arrows_indicators_position=="arrows_indicators_inside_slider"&&(t+=" slider_indicators "),t},sliderContainerAction(){var t="";return!this.hide_arrow&&this.slider_arrows_indicators_position=="arrows_outside_slider"?t+=" w-12/12 xl:w-8/12 xxl:w-8/12 md:w-8/12 sm:w-8/12":this.slider_arrows_indicators_position!="arrows_outside_slider"&&(t+=" w-12/12 "),t},generateRandomString(t){let r="";const o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",l=o.length;for(let a=0;a<t;a++)r+=o.charAt(Math.floor(Math.random()*l));return r},movingActions(){let t=this,r=document.getElementById("slider_"+this.Random_string);const o=a=>{r.style.cursor="grabbing";const n=s=>{const d=s.clientX||s.touches&&s.touches[0]&&s.touches[0].clientX,c=s.clientY||s.touches&&s.touches[0]&&s.touches[0].clientY,m=d-t.initialX,f=c-t.initialY;Math.abs(m)>Math.abs(f)?(s.preventDefault(),Math.abs(m)>=70&&(m<0?t.next():t.prev(),t.initialX=d)):r.style.cursor="grab",Math.abs(f)>Math.abs(m)&&(r.style.cursor="grab")},i=()=>{document.removeEventListener("mousemove",n),document.removeEventListener("touchmove",n),document.removeEventListener("mouseup",i),document.removeEventListener("touchend",i),r.style.cursor="grab"};document.addEventListener("mousemove",n),document.addEventListener("touchmove",n,{passive:!1}),document.addEventListener("mouseup",i),document.addEventListener("touchend",i),t.initialX=a.clientX||a.touches&&a.touches[0]&&a.touches[0].clientX,t.initialY=a.clientY||a.touches&&a.touches[0]&&a.touches[0].clientY},l=a=>{a.key==="ArrowLeft"?t.prev():a.key==="ArrowRight"&&t.next()};r.addEventListener("mousedown",o),r.addEventListener("touchstart",o),document.addEventListener("keydown",l)},next(){this.currentDot<this.dotsNavigation.length&&(this.currentDot++,this.setDot(this.currentDot))},prev(){this.currentDot>1&&(this.currentDot--,this.setDot(this.currentDot))},initSlider(){let t=document.getElementById("sliderContainer_"+this.Random_string),r=document.getElementById("mainSliderContainer_"+this.Random_string),o=document.getElementById("slider_"+this.Random_string),l=o.querySelectorAll("li"),a=Array.from(l).filter(s=>s.parentNode===o),n=t.clientWidth,i=n/this.elementsToShow;if(this.elementsToShow>1?document.body.clientWidth<1e3?(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n):document.body.clientWidth<1500&&(this.elementsToShow=2):(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n),a.length>1){this.dotsNum=this.elementsToShow==1?a.length:a.length-this.elementsToShow+1;let s=this.elementsToShow==1?i*a.length/this.dotsNum:i*(a.length-this.elementsToShow)/(this.dotsNum-1);this.dotsNavigation=[];for(let d=0;d<this.dotsNum;d++)this.dotsNavigation.push(s*d)}o.style.width=a.length*i+"px",o.style.transition="margin",o.style.transitionDuration="1s";for(let s=0;s<a.length;s++){const d=a[s];d.style.width=i+"px"}},setDot(t){let r=document.getElementById("slider_"+this.Random_string);this.direction_property=="rtl"?r.style.marginRight=-this.dotsNavigation[t-1]+"px":r.style.marginLeft=-this.dotsNavigation[t-1]+"px",this.currentDot=t}}},k=t=>(e.pushScopeId("data-v-a94f16a9"),t=t(),e.popScopeId(),t),Eo=["id"],No={key:0,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},Vo={class:"w-full"},Bo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Co=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],So={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},$o=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Do=["id"],Oo=["id"],To={class:"w-full"},Po={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},jo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Mo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Ao=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Lo={class:"w-full"},Io={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},zo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Fo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Go=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Ro=["onClick"],Uo=[k(()=>e.createElementVNode("span",null,null,-1))],qo={key:1,class:"flex justify-between pl-5 pr-5"},Ho=["onClick"],Zo=[k(()=>e.createElementVNode("span",null,null,-1))],vo={key:0,class:"flex"},Ko={class:"flex items-center"},Wo={class:"w-full"},Yo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Xo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Jo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Qo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],en={class:"flex items-center"},tn={class:"w-full"},rn={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},on=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],nn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},ln=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],an={key:1,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},sn={class:"w-full"},dn={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},cn=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],mn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},gn=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))];function fn(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass(["",!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slide"?"flex":"relative block"]),id:"mainSliderContainer_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",No,[e.createElementVNode("div",Vo,[e.createElementVNode("button",{class:"p-3 mr-5 rounded-full shadow-lg arrow_button_styles",onClick:r[0]||(r[0]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Bo,Co)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",So,$o)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["overflow-hidden",n.sliderContainerAction()]),id:"sliderContainer_"+t.Random_string},[e.createElementVNode("ul",{class:"flex",id:"slider_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex",o.direction_property=="rtl"?"arrow_button_next":"arrow_button_prev"])},[e.createElementVNode("div",To,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[1]||(r[1]=e.withModifiers(i=>n.prev(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Po,jo)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Mo,Ao)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button",o.direction_property=="rtl"?"arrow_button_prev":"arrow_button_next"])},[e.createElementVNode("div",Lo,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[2]||(r[2]=e.withModifiers(i=>n.next(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Io,zo)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Fo,Go)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0)],8,Oo),o.slider_arrows_indicators_position!="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Uo,10,Ro))),128))],2)):e.createCommentVNode("",!0),o.slider_arrows_indicators_position=="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",qo,[e.createElementVNode("div",{class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Zo,10,Ho))),128))],2),t.dotsNum>0?(e.openBlock(),e.createElementBlock("div",vo,[e.createElementVNode("div",Ko,[e.createElementVNode("div",Wo,[e.createElementVNode("button",{class:e.normalizeClass(["p-3 rounded-full arrow_button_styles",o.direction_property=="rtl"?"ml-3":"mr-3"]),onClick:r[3]||(r[3]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Yo,Xo)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Jo,Qo)):e.createCommentVNode("",!0)],2)])]),e.createElementVNode("div",en,[e.createElementVNode("div",tn,[e.createElementVNode("button",{class:"p-3 rounded-full arrow_button_styles",onClick:r[4]||(r[4]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",rn,on)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",nn,ln)):e.createCommentVNode("",!0)])])])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],10,Do),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",an,[e.createElementVNode("div",sn,[e.createElementVNode("button",{class:"p-3 ml-5 rounded-full shadow-lg arrow_button_styles",onClick:r[5]||(r[5]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",dn,cn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",mn,gn)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0)],10,Eo)])}const hn=p(wo,[["render",fn],["__scopeId","data-v-a94f16a9"]]),un={class:"fixed left-0 top-13 z-[1055] h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80",tabindex:"-1","aria-hidden":"true"},pn={class:"pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-none bg-white border rounded-lg border-stroke dark:border-strokedark dark:bg-boxdark"},yn={class:"flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600"},_n={class:"text-xl font-medium leading-normal text-surface dark:text-white"},bn=[e.createElementVNode("span",{class:"[&>svg]:h-6 [&>svg]:w-6"},[e.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})])],-1)],kn={class:"flex flex-wrap items-center justify-end flex-shrink-0 p-4 border-t-2 rounded-b-md border-neutral-100 dark:border-gray-600"},xn={__name:"GlModal",props:{is_open:{type:Boolean,default:!1},title:{type:String,default:""},max_width:{type:String,default:"max-w-2xl"},bodyClass:{type:String,default:"p-4"}},emits:["closeModal"],setup(t,{emit:r}){const o=t,l=r,a=()=>{document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight="0px"},n=()=>{document.documentElement.style.overflow="",document.documentElement.style.paddingRight=""},i=()=>{l("closeModal"),n()};return e.watch(()=>o.is_open,(s,d)=>{s?a():n()},{immediate:!0,deep:!0}),(s,d)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",un,[e.createElementVNode("div",{class:e.normalizeClass(["pointer-events-none relative h-[calc(100%-1rem)] w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto min-[576px]:mt-7 min-[576px]:h-[calc(100%-3.5rem)]",t.max_width])},[e.createElementVNode("div",pn,[e.createElementVNode("div",yn,[e.createElementVNode("h5",_n,e.toDisplayString(t.title),1),e.createElementVNode("button",{type:"button",class:"box-content border-none rounded-none text-neutral-500 hover:text-neutral-800 hover:no-underline focus:text-neutral-800 focus:opacity-100 focus:shadow-none focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300 dark:focus:text-neutral-300",onClick:i,"aria-label":"Close"},bn)]),e.createElementVNode("div",{class:e.normalizeClass(["relative overflow-y-auto",t.bodyClass])},[e.renderSlot(s.$slots,"body")],2),e.createElementVNode("div",kn,[e.renderSlot(s.$slots,"buttons"),e.createElementVNode("button",{onClick:i,type:"button",class:"px-5 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-200 rounded-lg ms-3 hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-blue-300 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600"}," Close ")])])],2)],512)),[[e.vShow,t.is_open]])}},wn={class:"mb-4"},En={class:"flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin"},Nn={class:"relative inline-flex items-center cursor-pointer"},Vn=["name","id","checked"],Bn=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Cn=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Sn={class:"flex justify-between px-6 py-3 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark"},$n={class:"relative inline-flex items-center cursor-pointer"},Dn=["name","id"],On=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Tn={class:"gl-span-form-error"},Pn={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},jn={__name:"GlToggleBox",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:String,required:!0},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue"],setup(t,{emit:r}){const o=t,l=r,a=e.ref(null),n=e.computed({get(){return o.modelValue},set(i){l("update:modelValue",i)}});return(i,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("div",wn,[e.createElementVNode("li",En,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",Nn,[e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,checked:t.modelValue,"true-value":1,"false-value":0,ref_key:"input",ref:a,disabled:""},null,8,Vn),Bn])])]),Cn],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("li",Sn,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",$n,[e.withDirectives(e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,"true-value":1,"false-value":0,ref_key:"input",ref:a,"onUpdate:modelValue":s[0]||(s[0]=d=>n.value=d)},null,8,Dn),[[e.vModelCheckbox,n.value]]),On])]),e.createElementVNode("span",Tn,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Pn,e.toDisplayString(t.description),1)],2))],64))}},Mn={class:"font-bold ptext-lg dark:text-white"},An={class:"mt-3 mb-4"},Ln={class:"bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},In=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),zn=["name","id","value"],Fn={key:0,class:"dropdown"},Gn={class:"border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500"},Rn={class:"relative showOptions"},Un=["value","placeholder"],qn={class:"text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999]"},Hn={class:"p-1"},Zn=e.createElementVNode("label",{for:"default-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1),vn={class:"relative"},Kn=e.createElementVNode("div",{class:"absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3"},[e.createElementVNode("svg",{class:"w-4 h-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})])],-1),Wn=["id"],Yn={class:"overflow-y-auto max-h-64"},Xn=["onClick","onMousedown","id"],Jn={class:"flex items-center py-2 pl-10 pr-4"},Qn={key:0,class:"absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 12"},el=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M1 5.917 5.724 10.5 15 1.5"},null,-1)],tl={class:"block mt-1 text-sm font-normal leading-5 text-red-500"},rl={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ol={__name:"GlDropdown",props:{modelValue:{type:[String,Number],default:""},defaultValue:{type:[String,Number],default:""},field_name:{type:String,default:""},is_required:{type:Boolean,default:!1},has_cancel:{type:Boolean,default:!0},label_name:{type:String,default:""},options:{type:Array,required:!0,default:()=>[],note:"Options of dropdown. An array of options with id and name"},placeholder:{type:String,required:!1,default:"Please select an option",note:"Placeholder of dropdown"},maxItem:{type:Number,required:!1,default:1e4,note:"Max items showing"},show:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","selected","selectionChanged"],setup(t,{emit:r}){const o=t,l=r,a=e.ref(null),n=e.ref({}),i=e.ref(0),s=e.ref(!1),d=e.ref(""),c=e.ref("");e.onMounted(()=>{c.value=S(),o.show||(document.body.addEventListener("click",g=>{Fi(g)}),document.addEventListener("keypress",g=>{g.key==="Enter"&&g.target.form&&g.preventDefault()}))});const m=e.computed(()=>Ui()),f=e.computed(()=>qi()),u=e.computed(()=>{const g=[],b=new RegExp(d.value,"ig");for(const w of m.value){const $=String(w.name);(d.value.length<1||$.match(b))&&g.length<o.maxItem&&g.push(w)}return g});function y(g){if(["ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Enter"].includes(g.key)){if(["ArrowUp","ArrowDown"].includes(g.key)&&g.preventDefault(),g.key==="ArrowDown"&&o.posts==="")return;Ri(g.key)}}function S(){let g=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(w){const $=(g+Math.random()*16)%16|0;return g=Math.floor(g/16),(w==="x"?$:$&3|8).toString(16)})}function q(g){return g!==null&&typeof g=="object"&&Object.keys(g).length>0}function Fi(g){g.target.id!=o.field_name+"search"+c.value&&g.target.id!=o.field_name&&!g.target.classList.contains("showOptions")&&(ye(),i.value=0)}function ue(g){const b=`${g}${c.value}`,w=document.getElementById(b);w&&w.scrollIntoView()}function Gi(g){const b=`${g}${c.value}`,w=document.getElementById(b);w&&w.click()}function Ri(g){g==="ArrowDown"&&i.value<u.value.length&&(i.value++,ue(i.value)),g==="ArrowUp"&&i.value>1&&(i.value--,ue(i.value)),g==="Enter"&&Gi(i.value)}function Ui(){return o.options.map((g,b)=>typeof g=="object"?g:{id:g,name:g})}function qi(){if(q(n.value))return console.log("selected.value: ",n.value),typeof n.value=="object"?m.value.find(g=>String(g.id)===String(n.value.id))||{}:m.value.find(g=>String(g.id)===String(n.value))||{};if(o.modelValue)return console.log("props.modelValue :",o.modelValue),typeof o.modelValue=="object"?m.value.find(g=>String(g.id)===String(o.modelValue.id))||{}:m.value.find(g=>String(g.id)===String(o.modelValue))||{}}function pe(g){n.value=g,s.value=!1,l("selected",n.value),l("selectionChanged",n.value)}function H(){o.show||(d.value="",s.value=!0,e.nextTick(()=>{var g=document.getElementById(`${o.field_name}search${c.value}`);g&&g.focus()}))}function Hi(){o.show||(n.value={},d.value="",l("update:modelValue",""),H())}function ye(){n.value.id||(n.value={},d.value=""),l("selected",n.value),s.value=!1}return e.watch(d,()=>{u.value.length===0&&(n.value={})}),e.watch(n,g=>{q(g)&&l("update:modelValue",g.id)}),(g,b)=>{var w,$,_e;return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Mn,e.toDisplayString(t.label_name),1),e.createElementVNode("p",An,[e.createElementVNode("span",Ln,e.toDisplayString((w=f.value)==null?void 0:w.name),1)]),In],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("input",{type:"hidden",name:t.field_name,id:t.field_name,value:($=f.value)==null?void 0:$.id},null,8,zn),t.options?(e.openBlock(),e.createElementBlock("div",Fn,[t.label_name?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required})},e.toDisplayString(t.label_name),3)):e.createCommentVNode("",!0),e.createElementVNode("div",Gn,[e.createElementVNode("div",Rn,[e.createElementVNode("input",{class:e.normalizeClass([{"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""},"pl-8 pr-2 showOptions"]),ref:t.field_name,onClick:b[0]||(b[0]=V=>H()),value:(_e=f.value)==null?void 0:_e.name,placeholder:t.placeholder,autocomplete:"off",readonly:""},null,10,Un),e.withDirectives(e.createElementVNode("i",{onClick:b[1]||(b[1]=e.withModifiers(V=>Hi(),["stop"])),class:"absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",style:{top:"13px"}},null,512),[[e.vShow,q(f.value)&&t.has_cancel]]),e.createElementVNode("i",{onClick:b[2]||(b[2]=V=>!s.value&&H()),class:e.normalizeClass([s.value?"fa-angle-up":"fa-angle-down","absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),style:{top:"11px"}},null,2)]),e.withDirectives(e.createElementVNode("div",qn,[e.createElementVNode("div",Hn,[Zn,e.createElementVNode("div",vn,[Kn,e.withDirectives(e.createElementVNode("input",{type:"search","onUpdate:modelValue":b[3]||(b[3]=V=>d.value=V),ref:a.value,id:`${t.field_name}search${c.value}`,onKeydown:y,onBlur:b[4]||(b[4]=V=>ye()),autocomplete:"off",class:"block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",placeholder:"Search ..."},null,40,Wn),[[e.vModelText,d.value]])])]),e.createElementVNode("div",Yn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,(V,Z)=>{var be;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",Z+1==i.value?"bg-gray-100 dark:bg-gray-600":""]),onClick:Zi=>pe(V),onMousedown:Zi=>pe(V),key:Z,id:`${Z+1}${c.value}`},[e.createElementVNode("div",Jn,[((be=f.value)==null?void 0:be.id)===V.id?(e.openBlock(),e.createElementBlock("svg",Qn,el)):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(V.name||V.id||"-"),1)])],42,Xn)}),128))])],512),[[e.vShow,s.value]])])])):e.createCommentVNode("",!0),e.createElementVNode("span",tl,e.toDisplayString(t.error_message),1),e.createElementVNode("small",rl,e.toDisplayString(t.description),1)],2))],64)}}},nl={class:"font-bold ptext-lg dark:text-white"},ll=["id"],al=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),sl=["for"],il=["required","name","id","type","placeholder"],dl={class:"gl-span-form-error"},cl={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ml={__name:"GlTextarea",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""},place_holder:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),l.model_value&&(a("update:modelValue",l.model_value),n.value.value=l.model_value),l.modelValue!=""&&(a("update:modelValue",l.modelValue),n.value.value=l.modelValue)}),r({focus:()=>n.value.focus()}),(i,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",nl,e.toDisplayString(t.label_name),1),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,ll),al],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,sl),e.createElementVNode("textarea",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-textarea-form mt-4 ":t.error_message==""," gl-textarea-form-invalid mt-4 ":t.error_message!==""}),type:t.type,onInput:s[0]||(s[0]=d=>i.$emit("update:modelValue",d.target.value)),ref_key:"input",ref:n,rows:"4",placeholder:t.place_holder},null,42,il),e.createElementVNode("span",dl,e.toDisplayString(t.error_message),1),e.createElementVNode("small",cl,e.toDisplayString(t.description),1)],2))],64))}},gl={compatConfig:{MODE:3},inheritAttrs:!1,emits:["pagination-change-page"],components:{RenderlessPagination:{emits:["pagination-change-page"],props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0}},computed:{isApiResource(){return!!this.data.meta},currentPage(){return this.isApiResource?this.data.meta.current_page:this.data.current_page},firstPageUrl(){return this.isApiResource?this.data.links.first:null},from(){return this.isApiResource?this.data.meta.from:this.data.from},lastPage(){return this.isApiResource?this.data.meta.last_page:this.data.last_page},lastPageUrl(){return this.isApiResource?this.data.links.last:null},nextPageUrl(){return this.isApiResource?this.data.links.next:this.data.next_page_url},perPage(){return this.isApiResource?this.data.meta.per_page:this.data.per_page},prevPageUrl(){return this.isApiResource?this.data.links.prev:this.data.prev_page_url},to(){return this.isApiResource?this.data.meta.to:this.data.to},total(){return this.isApiResource?this.data.meta.total:this.data.total},pageRange(){if(this.limit===-1)return 0;if(this.limit===0)return this.lastPage;for(var t=this.currentPage,r=this.lastPage,o=this.limit,l=t-o,a=t+o+1,n=[],i=[],s,d=1;d<=r;d++)(d===1||d===r||d>=l&&d<a)&&n.push(d);return n.forEach(function(c){s&&(c-s===2?i.push(s+1):c-s!==1&&i.push("...")),i.push(c),s=c}),i}},methods:{previousPage(){this.selectPage(this.currentPage-1)},nextPage(){this.selectPage(this.currentPage+1)},selectPage(t){t!=="..."&&this.$emit("pagination-change-page",t)}},render(){return this.$slots.default({data:this.data,limit:this.limit,computed:{isApiResource:this.isApiResource,currentPage:this.currentPage,firstPageUrl:this.firstPageUrl,from:this.from,lastPage:this.lastPage,lastPageUrl:this.lastPageUrl,nextPageUrl:this.nextPageUrl,perPage:this.perPage,prevPageUrl:this.prevPageUrl,to:this.to,total:this.total,pageRange:this.pageRange},prevButtonEvents:{click:t=>{t.preventDefault(),this.previousPage()}},nextButtonEvents:{click:t=>{t.preventDefault(),this.nextPage()}},pageButtonEvents:t=>({click:r=>{r.preventDefault(),this.selectPage(t)}})})}}},props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0},showDisabled:{type:Boolean,default:!1},size:{type:String,default:"default",validator:t=>["small","default","large"].indexOf(t)!==-1},align:{type:String,default:"left",validator:t=>["left","center","right"].indexOf(t)!==-1}},methods:{onPaginationChangePage(t){this.$emit("pagination-change-page",t)}},mounted(){}},fl={class:"flex flex-col items-center"},hl={key:0,class:"text-sm text-gray-700 dark:text-gray-400"},ul={class:"font-semibold text-gray-900 dark:text-white"},pl={class:"font-semibold text-gray-900 dark:text-white"},yl={class:"font-semibold text-gray-900 dark:text-white"},_l=["tabindex"],bl=e.createElementVNode("span",{class:"sr-only"},"Previous",-1),kl=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1),xl=["aria-current"],wl=["tabindex"],El=e.createElementVNode("span",{class:"sr-only"},"Next",-1),Nl=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1);function Vl(t,r,o,l,a,n){const i=e.resolveComponent("RenderlessPagination");return e.openBlock(),e.createBlock(i,{data:o.data,limit:o.limit,onPaginationChangePage:n.onPaginationChangePage},{default:e.withCtx(s=>[e.createElementVNode("div",fl,[s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("span",hl,[e.createTextVNode(" Showing "),e.createElementVNode("span",ul,e.toDisplayString(s.computed.from),1),e.createTextVNode(" to "),e.createElementVNode("span",pl,e.toDisplayString(s.computed.to),1),e.createTextVNode(" of "),e.createElementVNode("span",yl,e.toDisplayString(s.computed.total),1),e.createTextVNode(" Entries ")])):e.createCommentVNode("",!0),s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("ul",e.mergeProps({key:1},t.$attrs,{class:["flex items-center h-8 -space-x-px text-sm",{"pagination-sm":o.size=="small","pagination-lg":o.size=="large","justify-content-center":o.align=="center","justify-content-end":o.align=="right"}]}),[s.computed.prevPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.prevPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"page-link",href:"#","aria-label":"Previous",tabindex:!s.computed.prevPageUrl&&-1},e.toHandlers(s.prevButtonEvents,!0)),[e.renderSlot(t.$slots,"prev-nav",{},()=>[bl,kl])],16,_l)],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.computed.pageRange,(d,c)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(["",{active:d==s.computed.currentPage}]),key:c},[e.createElementVNode("a",e.mergeProps({class:"",href:"#"},e.toHandlers(s.pageButtonEvents(d),!0),{"aria-current":d==s.computed.currentPage?"page":null,class:d==s.computed.currentPage?"z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white":"flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"}),e.toDisplayString(d),17,xl)],2))),128)),s.computed.nextPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:1,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.nextPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"",href:"#","aria-label":"Next",tabindex:!s.computed.nextPageUrl&&-1},e.toHandlers(s.nextButtonEvents,!0)),[e.renderSlot(t.$slots,"next-nav",{},()=>[El,Nl])],16,wl)],2)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0)])]),_:3},8,["data","limit","onPaginationChangePage"])}const he=p(gl,[["render",Vl]]),Bl={components:{TailwindPagination:he},props:{data:Array,columns:Array,get_item_url:String,xprops:Object,refreshData:Boolean},data(){return{isLoading:!1,isMounted:!1,limit:5,showDisabled:!1,size:"default",align:"left",search:"",isDropdownOpen:!1,itemLists:[],tableData:[],sortField:this.columns[0].field_name,sortOrder:"asc",pageOptions:[5,10,20,50],perPage:5,page:1}},computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(l=>l.toString().toLowerCase().includes(t)))}},methods:{forDynCompIs(t){return typeof t=="object"?t:null},GetItemLists(t=1){this.isLoading=!0,this.page=t;const r={sort:this.sortField,order:this.sortOrder,s:this.search,limit:this.perPage,page:this.page};axios.get(this.xprops.route_get_data,{params:r}).then(o=>{this.itemLists=o.data,this.isLoading=!1}).catch(o=>{console.error(o),this.isLoading=!1})},updateSortColumn(t,r){r&&(t===this.sortField?this.sortOrder=this.sortOrder==="asc"?"desc":"asc":(this.sortField=t,this.sortOrder="asc"),this.GetItemLists(this.page))},handleSearch(){this.sortField=this.columns[0].field_name,this.sortOrder="asc",this.page=1,this.GetItemLists(this.page)}},mounted(){this.GetItemLists(),this.isMounted=!0},watch:{searchFilter(){this.filteredOptions.length===0?this.selected={}:this.selected=this.filteredOptions[0]},perPage(t){this.page=1,this.perPage=t,this.GetItemLists(this.page)},refreshData(t,r){this.isMounted&&t!==r&&this.GetItemLists()}}},Cl={class:"p-2"},Sl={class:"flex flex-col flex-wrap pb-4 space-y-4 xl:flex-row xl:items-center xl:justify-between flex-column sm:space-y-0"},$l={class:"flex items-center gap-2"},Dl=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),Ol={style:{"margin-top":"9px"}},Tl=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),Pl=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),jl={class:"relative"},Ml=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),Al={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},Ll={class:"w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark"},Il={class:"hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-200"},zl=["onClick"],Fl={key:0,class:"ml-2"},Gl={key:0,class:"fa fa-arrow-up"},Rl={key:1,class:"fa fa-arrow-down"},Ul={key:0},ql=["colspan"],Hl=[e.createElementVNode("div",{role:"status",class:"p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"},[e.createElementVNode("div",{class:"flex items-center justify-between"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("span",{class:"sr-only"},"Loading...")],-1)],Zl=["data-label"],vl={class:"overflow-auto max-h-40"},Kl={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"};function Wl(t,r,o,l,a,n){const i=e.resolveComponent("dropdown"),s=e.resolveComponent("TailwindPagination");return e.openBlock(),e.createElementBlock("div",Cl,[e.createElementVNode("div",Sl,[e.createElementVNode("div",$l,[Dl,e.createElementVNode("div",Ol,[e.createVNode(i,{has_cancel:!1,options:a.pageOptions,modelValue:a.perPage,"onUpdate:modelValue":r[0]||(r[0]=d=>a.perPage=d),is_required:!1,field_name:"perPage",label_name:"",default_value:5,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),Tl]),Pl,e.createElementVNode("div",jl,[Ml,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=d=>a.search=d),onInput:r[2]||(r[2]=d=>n.handleSearch()),class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,544),[[e.vModelText,a.search]])])]),e.createElementVNode("div",Al,[e.createElementVNode("table",Ll,[e.createElementVNode("thead",Il,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(d,c)=>(e.openBlock(),e.createElementBlock("th",{key:c,onClick:m=>n.updateSortColumn(d.field_name,d.sortable),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(d.field_label)+" ",1),a.sortField===d.field_name?(e.openBlock(),e.createElementBlock("span",Fl,[a.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",Gl)):(e.openBlock(),e.createElementBlock("i",Rl))])):e.createCommentVNode("",!0)],8,zl))),128))])]),e.createElementVNode("tbody",null,[a.isLoading?(e.openBlock(),e.createElementBlock("tr",Ul,[e.createElementVNode("td",{colspan:o.columns.length},Hl,8,ql)])):e.createCommentVNode("",!0),a.isLoading?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(a.itemLists.data,(d,c)=>(e.openBlock(),e.createElementBlock("tr",{key:c,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(m,f)=>(e.openBlock(),e.createElementBlock("td",{key:f,"data-label":m.field_label,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("div",vl,[m.tdComp?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.forDynCompIs(m.tdComp)),{key:0,row:d,field:m.field_name,xprops:o.xprops,tdProps:m.tdProps,onDeleteAction:r[3]||(r[3]=u=>n.GetItemLists())},null,40,["row","field","xprops","tdProps"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(d[m.field_name]),1)],64))])],8,Zl))),128))]))),128))])])]),e.createElementVNode("div",Kl,[e.createVNode(s,{class:"mt-3 mb-0",data:a.itemLists,limit:a.limit,size:a.size,align:a.align,onPaginationChangePage:n.GetItemLists},null,8,["data","limit","size","align","onPaginationChangePage"])])])}const Yl=p(Bl,[["render",Wl]]),Xl={components:{},props:{data:Array,columns:Array},data(){return{showNoOfEntries:[1,2,3,10,20,30,40],search:"",isDropdownOpen:!1,sortKey:"",sortOrder:1,currentPage:1,itemsPerPage:10,jumpToPage:"",maxDisplayedPages:10}},computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(l=>l!=null&&l.toString().toLowerCase().includes(t)))},totalPages(){return Math.ceil(this.filteredData.length/this.itemsPerPage)},paginatedData(){const t=(this.currentPage-1)*this.itemsPerPage,r=t+this.itemsPerPage;return this.filteredData.slice(t,r)},displayedPageNumbers(){let t=Math.max(this.currentPage-Math.floor(this.maxDisplayedPages/2),1),r=t+this.maxDisplayedPages-1;return r>this.totalPages&&(r=this.totalPages,t=Math.max(r-this.maxDisplayedPages+1,1)),Array.from({length:r-t+1},(o,l)=>t+l)},firstItemIndex(){return this.itemsPerPage*(this.currentPage-1)+1},lastItemIndex(){const t=this.itemsPerPage*this.currentPage;return t>this.filteredData.length?this.filteredData.length:t}},methods:{handleItemsPerPageChange(t){this.itemsPerPage=t},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)},sort(t){t===this.sortKey?this.sortOrder*=-1:(this.sortKey=t,this.sortOrder=1)},sortData(t){return this.sortKey?t.slice().sort((r,o)=>(r[this.sortKey]<o[this.sortKey]?-1:1)*this.sortOrder):t},previousPage(){this.currentPage>1&&this.currentPage--},nextPage(){this.currentPage<this.totalPages&&this.currentPage++},firstPage(){this.currentPage=1},lastPage(){this.currentPage=this.totalPages},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)},onJumpToPageChange(){const t=parseInt(this.jumpToPage);t>=1&&t<=this.totalPages&&(this.jumpToPage=t)},jumpToPageButton(){this.jumpToPage>=1&&this.jumpToPage<=this.totalPages&&(this.currentPage=this.jumpToPage)},closeBoxOnbodyClick(){event.target.closest(".main_box_close")||(this.isDropdownOpen=!1)}},beforeDestroy(){document.body.removeEventListener("click",this.closeBoxOnbodyClick)},mounted(){document.body.addEventListener("click",this.closeBoxOnbodyClick)}},Jl={class:"p-2"},Ql={class:"flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0"},ea={class:"flex items-center gap-2"},ta=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),ra={style:{"margin-top":"9px"}},oa=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),na=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),la={class:"relative"},aa=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),sa={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},ia={class:"w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark"},da={class:"hidden text-sm font-normal text-center text-gray-700 uppercase lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},ca=["onClick"],ma={key:0,class:"ml-2"},ga=["data-label"],fa=["innerHTML"],ha={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"},ua={class:"flex justify-between flex-1 sm:hidden"},pa=["disabled"],ya=["disabled"],_a={class:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},ba={class:"text-sm text-gray-700 dark:text-gray-400"},ka={class:"font-medium"},xa={class:"font-medium"},wa={class:"font-medium"},Ea={"aria-label":"Page navigation"},Na={class:"flex items-center h-8 -space-x-px text-sm"},Va=["disabled"],Ba=[e.createElementVNode("span",{class:"sr-only"},"Previous",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1)],Ca=["onClick"],Sa=["onClick"],$a=["disabled"],Da=[e.createElementVNode("span",{class:"sr-only"},"Next",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1)];function Oa(t,r,o,l,a,n){const i=e.resolveComponent("dropdown");return e.openBlock(),e.createElementBlock("div",Jl,[e.createElementVNode("div",Ql,[e.createElementVNode("div",ea,[ta,e.createElementVNode("div",ra,[e.createVNode(i,{has_cancel:!1,options:a.showNoOfEntries,modelValue:a.itemsPerPage,"onUpdate:modelValue":r[0]||(r[0]=s=>a.itemsPerPage=s),is_required:!1,field_name:"NoOfEntries",label_name:"",default_value:"10",show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),oa]),na,e.createElementVNode("div",la,[aa,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=s=>a.search=s),class:"block p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 w-80 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,512),[[e.vModelText,a.search]])])]),e.createElementVNode("div",sa,[e.createElementVNode("table",ia,[e.createElementVNode("thead",da,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(s,d)=>(e.openBlock(),e.createElementBlock("th",{key:d,onClick:c=>n.sort(s),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(s)+" ",1),a.sortKey===s?(e.openBlock(),e.createElementBlock("span",ma,e.toDisplayString(a.sortOrder===1?"▲":"▼"),1)):e.createCommentVNode("",!0)],8,ca))),128))])]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.paginatedData,(s,d)=>(e.openBlock(),e.createElementBlock("tr",{key:d,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(c,m)=>(e.openBlock(),e.createElementBlock("td",{key:m,"data-label":c,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("p",{class:"text-pretty",innerHTML:s[m]},null,8,fa)],8,ga))),128))]))),128))])])]),e.createElementVNode("div",ha,[e.createElementVNode("div",ua,[e.createElementVNode("a",{href:"#",onClick:r[2]||(r[2]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:a.currentPage===1,class:"relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Previous",8,pa),e.createElementVNode("a",{href:"#",onClick:r[3]||(r[3]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:a.currentPage===n.totalPages,class:"relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Next",8,ya)]),e.createElementVNode("div",_a,[e.createElementVNode("div",null,[e.createElementVNode("p",ba,[e.createTextVNode(" Showing "),e.createElementVNode("span",ka,e.toDisplayString(n.firstItemIndex),1),e.createTextVNode(" to "),e.createElementVNode("span",xa,e.toDisplayString(n.lastItemIndex),1),e.createTextVNode(" of "),e.createElementVNode("span",wa,e.toDisplayString(n.filteredData.length),1),e.createTextVNode(" entries ")])]),e.createElementVNode("div",null,[e.createElementVNode("nav",Ea,[e.createElementVNode("ul",Na,[e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[4]||(r[4]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:a.currentPage===1,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},Ba,8,Va)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.displayedPageNumbers,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[e.createElementVNode("li",null,[a.currentPage!==s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},e.toDisplayString(s),9,Ca)):e.createCommentVNode("",!0)]),e.createElementVNode("li",null,[a.currentPage===s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),"aria-current":"page",class:"z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"},e.toDisplayString(s),9,Sa)):e.createCommentVNode("",!0)])],64))),128)),e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[5]||(r[5]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:a.currentPage===n.totalPages,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},Da,8,$a)])])])])])])])}const Ta=p(Xl,[["render",Oa]]),Pa={class:"flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",role:"alert"},ja={key:0,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"},Ma=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Check icon",-1)],Aa={key:1,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"},La=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Error icon",-1)],Ia={key:2,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"},za=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Warning icon",-1)],Fa={class:"ml-3 text-sm font-normal"},Ga=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.createElementVNode("svg",{"aria-hidden":"true",class:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1)],Ra={__name:"ToastListItem",props:{message:String,duration:{type:Number,default:2e3},type:{type:String,default:"success"}},emits:["remove"],setup(t,{emit:r}){const o=t;e.onMounted(()=>{setTimeout(()=>l("remove"),o.duration)});const l=r;return(a,n)=>(e.openBlock(),e.createElementBlock("div",Pa,[o.type==="success"?(e.openBlock(),e.createElementBlock("div",ja,Ma)):e.createCommentVNode("",!0),o.type==="error"?(e.openBlock(),e.createElementBlock("div",Aa,La)):e.createCommentVNode("",!0),o.type==="warning"?(e.openBlock(),e.createElementBlock("div",Ia,za)):e.createCommentVNode("",!0),e.createElementVNode("div",Fa,e.toDisplayString(o.message),1),e.createElementVNode("button",{onClick:n[0]||(n[0]=i=>l("remove")),type:"button",class:"-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white","data-dismiss-target":"#toast-default","aria-label":"Close"},Ga)]))}},R=e.reactive({items:[]}),U={state:R,methods:{add(t){R.items.unshift({key:Symbol(),message:t.message,type:t.type,duration:t.duration})},remove(t){R.items.splice(t,1)}}},Ua={__name:"GlToastList",setup(t){function r(o){U.methods.remove(o)}return(o,l)=>(e.openBlock(),e.createBlock(e.TransitionGroup,{tag:"div","enter-from-class":"translate-x-full opacity-0","enter-active-class":"duration-500","leave-active-class":"duration-500","leave-to-class":"translate-x-full opacity-0",class:"fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(U).state.items,(a,n)=>(e.openBlock(),e.createBlock(Ra,{key:a.key,message:a.message,type:a.type,duration:a.duration,onRemove:i=>r(n)},null,8,["message","type","duration","onRemove"]))),128))]),_:1}))}},qa={key:0,class:"flex justify-center"},Ha=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],Za={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},va={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},Ka={key:0},Wa=["href"],Ya=e.createElementVNode("i",{class:"mr-2 fa-solid fa-list-ul opacity-80"},null,-1),Xa={key:1},Ja=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),Qa={__name:"DatatableAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=W(),l=t,a=e.ref(!1),n=e.ref(!1),i=()=>{a.value=!1},s=()=>{a.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,f=()=>{axios.delete(`${l.xprops.route}/${l.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(u=>{console.log(u)})};return(u,y)=>{const S=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(T,{isOpen:n.value,onConfirmDelete:f,onCancelDelete:d},null,8,["isOpen"]),t.row&&u.can(`edit_${t.xprops.permission} || delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",qa,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},Ha),e.withDirectives(e.createElementVNode("div",Za,[e.createElementVNode("ul",va,[u.can(`edit_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Ka,[e.createElementVNode("a",{href:t.xprops.route+"/"+t.row.id+"/edit",class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[Ya,e.createTextVNode(" Edit")],8,Wa)])):e.createCommentVNode("",!0),u.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Xa,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[Ja,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,a.value]])])),[[S,i]]):e.createCommentVNode("",!0)],64)}}},es={key:0,class:"flex justify-center"},ts=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],rs={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},os={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},ns={key:0},ls=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),as={__name:"DatatableDeleteAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=W(),l=t,a=e.ref(!1),n=e.ref(!1),i=()=>{a.value=!1},s=()=>{a.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,f=()=>{axios.delete(`${l.xprops.route}/${l.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(u=>{console.log(u)})};return(u,y)=>{const S=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(T,{isOpen:n.value,onConfirmDelete:f,onCancelDelete:d},null,8,["isOpen"]),t.row&&u.can(`delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",es,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},ts),e.withDirectives(e.createElementVNode("div",rs,[e.createElementVNode("ul",os,[u.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",ns,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[ls,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,a.value]])])),[[S,i]]):e.createCommentVNode("",!0)],64)}}},ss={props:["field","row"],computed:{isArray(){return Array.isArray(this.row)},isObject(){return typeof this.row=="object"},isString(){return typeof this.row=="string"}},mounted(){console.log("row : ",this.row)}},is=["href","title"],ds=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),cs={key:1,class:"m-1 d-inline-block"},ms=["href","title"],gs=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function fs(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row,(i,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i,title:i,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[ds,e.createTextVNode(" Download ")],8,is)]))),128)):n.isString?(e.openBlock(),e.createElementBlock("div",cs,[e.createElementVNode("a",{href:o.row,title:o.row,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[gs,e.createTextVNode(" Download ")],8,ms)])):e.createCommentVNode("",!0)])}const hs=p(ss,[["render",fs]]),us={props:["field","row"],computed:{isArray(){return Array.isArray(this.row[this.field])},isObject(){return typeof this.row[this.field]=="object"}}},ps=["href","title"],ys=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),_s={key:1,class:"m-1 d-inline-block"},bs=["href","title"],ks=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function xs(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[o.field],i=>(e.openBlock(),e.createElementBlock("div",{key:i.id,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i.url,title:i.name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[ys,e.createTextVNode(" Download ")],8,ps)]))),128)):n.isObject?(e.openBlock(),e.createElementBlock("div",_s,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[ks,e.createTextVNode(" Download ")],8,bs)])):e.createCommentVNode("",!0)])}const ws=p(us,[["render",xs]]),Es={props:["field","row","tdProps"]},Ns={key:0},Vs=["innerHTML"];function Bs(t,r,o,l,a,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",Ns,[e.createElementVNode("div",{class:"w-full",innerHTML:o.row[o.field]},null,8,Vs)])):e.createCommentVNode("",!0)}const Cs=p(Es,[["render",Bs]]),Ss={props:["field","row","tdProps"],computed:{entry(){const[t,r]=this.field.split(".");return e.markRaw({key:t,field:r})},isArray(){return Array.isArray(this.row[this.entry.key])},isObject(){return typeof this.row[this.entry.key]=="object"}}},$s={class:"flex flex-wrap gap-2"},Ds={key:1,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"};function Os(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",$s,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[n.entry.key],(i,s)=>(e.openBlock(),e.createElementBlock("span",{key:s,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"},e.toDisplayString(i[n.entry.field]),1))),128)):n.isObject?(e.openBlock(),e.createElementBlock("span",Ds,e.toDisplayString(o.row[n.entry.key][n.entry.field]),1)):e.createCommentVNode("",!0)])}const Ts=p(Ss,[["render",Os]]),Ps={props:["field","row","tdProps"]},js={key:0},Ms={class:"m-1 d-inline-block"},As=["href","title"],Ls=["src","alt","title"];function Is(t,r,o,l,a,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",js,[e.createElementVNode("div",Ms,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank"},[e.createElementVNode("img",{src:o.row[o.field].thumbnail,alt:o.row[o.field].name,title:o.row[o.field].name},null,8,Ls)],8,As)])])):e.createCommentVNode("",!0)}const zs=p(Ps,[["render",Is],["__scopeId","data-v-3a28c02c"]]),Fs={props:["field","row","tdProps"],computed:{isActive(){return this.row[this.field]===1}}},Gs={class:"flex flex-wrap gap-2 text-nowrap"},Rs={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Us=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),qs={key:1,class:"inline-flex items-center bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-red-900 dark:text-red-300"},Hs=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1);function Zs(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",Gs,[n.isActive?(e.openBlock(),e.createElementBlock("span",Rs,[Us,e.createTextVNode(" Active ")])):n.isActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",qs,[Hs,e.createTextVNode(" Inactive ")]))])}const vs=p(Fs,[["render",Zs]]),Ks={props:["field","row","tdProps"],computed:{hasLabelColor(t){const r=this.tdProps.status_general_labels_color.find(o=>o.label===this.row[this.field]);return r?r.class:""}}},Ws={class:"flex flex-wrap gap-2 text-nowrap"},Ys={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Xs=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),Js={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"},Qs=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1),ei={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},ti=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),ri={key:3,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"},oi=e.createElementVNode("span",{class:"w-2 h-2 bg-blue-500 rounded-full me-1"},null,-1),ni={key:4,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},li=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1);function ai(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",Ws,[n.hasLabelColor=="green"?(e.openBlock(),e.createElementBlock("span",Ys,[Xs,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="red"?(e.openBlock(),e.createElementBlock("span",Js,[Qs,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="yellow"?(e.openBlock(),e.createElementBlock("span",ei,[ti,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="default"?(e.openBlock(),e.createElementBlock("span",ri,[oi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="animate"?(e.openBlock(),e.createElementBlock("span",ni,[li,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0)])}const si=p(Ks,[["render",ai]]),ii={props:["field","row","tdProps"],computed:{hasLabelColor(){return this.tdProps.specfic_color??""},badgeType(){switch(this.tdProps.badge_type){case"Default":return"rounded text-xs";case"Large":return"rounded text-sm ";case"Bordered":return"rounded text-xs border";case"Pills":return"rounded-full text-xs";default:return""}}}},di={class:"flex flex-wrap gap-2 text-nowrap"};function ci(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",di,[n.hasLabelColor=="Default"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["bg-blue-100 text-blue-800 font-medium me-2 px-2.5 py-0.5 dark:bg-blue-900 dark:text-blue-300 border-blue-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Dark"?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["bg-gray-100 text-gray-800 font-medium me-2 px-2.5 py-0.5 dark:bg-gray-700 dark:text-gray-300 border-gray-500",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Red"?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(["bg-red-100 text-red-800 font-medium me-2 px-2.5 py-0.5 dark:bg-red-900 dark:text-red-300 border-red-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Green"?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(["bg-green-100 text-green-800 font-medium me-2 px-2.5 py-0.5 dark:bg-green-900 dark:text-green-300 border-green-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Yellow"?(e.openBlock(),e.createElementBlock("span",{key:4,class:e.normalizeClass(["bg-yellow-100 text-yellow-800 font-medium me-2 px-2.5 py-0.5 dark:bg-yellow-900 dark:text-yellow-300 border-yellow-300",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Indigo"?(e.openBlock(),e.createElementBlock("span",{key:5,class:e.normalizeClass(["bg-indigo-100 text-indigo-800 font-medium me-2 px-2.5 py-0.5 dark:bg-indigo-900 dark:text-indigo-300 border-indigo-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Purple"?(e.openBlock(),e.createElementBlock("span",{key:6,class:e.normalizeClass(["bg-purple-100 text-purple-800 font-medium me-2 px-2.5 py-0.5 dark:bg-purple-900 dark:text-purple-300 border-purple-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Pink"?(e.openBlock(),e.createElementBlock("span",{key:7,class:e.normalizeClass(["bg-pink-100 text-pink-800 font-medium me-2 px-2.5 py-0.5 dark:bg-pink-900 dark:text-pink-300 border-pink-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0)])}const mi=p(ii,[["render",ci]]),gi={props:["field","row","tdProps"],computed:{formattedDate(){if(!this.row[this.field])return"";const t=new Date(this.row[this.field]),r=t.getFullYear(),o=t.toLocaleString("default",{month:"long"}),l=t.getDate();let a=t.getHours();const n=t.getMinutes(),i=t.getSeconds(),s=a>=12?"pm":"am";return a=a%12,a=a||12,`${o} ${l}, ${r}, ${a}:${n}:${i} ${s}`},isActive(){return this.row[this.field]===1}}},fi={class:"w-full"};function hi(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",fi,e.toDisplayString(n.formattedDate),1)}const ui=p(gi,[["render",hi]]),pi={props:["field","row","tdProps"]},yi={class:"flex flex-wrap gap-2 text-nowrap"},_i={key:0,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},bi=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1),ki={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},xi=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),wi={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Ei=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1);function Ni(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",yi,[o.row[o.field]===0?(e.openBlock(),e.createElementBlock("span",_i,[bi,e.createTextVNode(" Connecting")])):e.createCommentVNode("",!0),o.row[o.field]===2?(e.openBlock(),e.createElementBlock("span",ki,[xi,e.createTextVNode(" Paused ")])):e.createCommentVNode("",!0),o.row[o.field]===1?(e.openBlock(),e.createElementBlock("span",wi,[Ei,e.createTextVNode(" Active ")])):e.createCommentVNode("",!0)])}const Vi=p(pi,[["render",Ni]]),Bi={props:["isOpen","title","button_text"],methods:{confirmAction(){this.$emit("confirm-action")},cancelAction(){this.$emit("cancel-action")}}},Ci={key:0,class:"fixed inset-0 z-50 overflow-y-auto",role:"dialog","aria-modal":"true"},Si={class:"flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0"},$i=e.createElementVNode("div",{class:"fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75","aria-hidden":"true"},null,-1),Di=e.createElementVNode("span",{class:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​",-1),Oi={class:"inline-block overflow-hidden text-left align-bottom transition-all transform bg-white rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full"},Ti={class:"px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4"},Pi={class:"sm:flex sm:items-start"},ji={class:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},Mi={class:"text-lg font-medium leading-6 text-gray-900"},Ai={class:"mt-2"},Li={class:"px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse"};function Ii(t,r,o,l,a,n){return o.isOpen?(e.openBlock(),e.createElementBlock("div",Ci,[e.createElementVNode("div",Si,[$i,Di,e.createElementVNode("div",Oi,[e.createElementVNode("div",Ti,[e.createElementVNode("div",Pi,[e.createElementVNode("div",ji,[e.createElementVNode("h3",Mi,e.toDisplayString(o.title),1),e.createElementVNode("div",Ai,[e.renderSlot(t.$slots,"default")])])])]),e.createElementVNode("div",Li,[e.createElementVNode("button",{onClick:r[0]||(r[0]=(...i)=>n.confirmAction&&n.confirmAction(...i)),type:"button",class:"inline-flex justify-center w-full px-4 py-2 text-base font-medium text-white bg-red-600 border border-transparent rounded-md shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm"},e.toDisplayString(o.button_text),1),e.createElementVNode("button",{onClick:r[1]||(r[1]=(...i)=>n.cancelAction&&n.cancelAction(...i)),type:"button",class:"inline-flex justify-center w-full px-4 py-2 mt-3 text-base font-medium text-gray-700 bg-white border border-gray-300 rounded-md shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"}," Cancel ")])])])])):e.createCommentVNode("",!0)}const zi=p(Bi,[["render",Ii]]);h.GLDatatableDateTime=ui,h.GLDatatableStatusServer=Vi,h.GlButton=br,h.GlCard=Kt,h.GlConfirmationModal=zi,h.GlDataTable=Ta,h.GlDataTableServerSide=Yl,h.GlDatatableAction=Qa,h.GlDatatableDeleteAction=as,h.GlDatatableFileDownload=hs,h.GlDatatableFiles=ws,h.GlDatatableHtml=Cs,h.GlDatatableList=Ts,h.GlDatatablePicture=zs,h.GlDatatableStatus=vs,h.GlDatatableStatusGeneral=si,h.GlDatatableStatusSpecficColor=mi,h.GlDeleteConfirmationModal=T,h.GlDropdown=ol,h.GlFilesUpload=Dt,h.GlLanguageSelector=Ut,h.GlModal=xn,h.GlMultiItemSlide=hn,h.GlMultiSelectDropdown=ur,h.GlNotify=Lt,h.GlTab=xo,h.GlTabsWrapper=yo,h.GlTailwindPagination=he,h.GlTextInput=ao,h.GlTextTranslate=Jr,h.GlTextarea=ml,h.GlTextareaTranslate=Dr,h.GlTinymceTranslate=Gr,h.GlToast=U,h.GlToastList=Ua,h.GlToggleBox=jn,Object.defineProperty(h,Symbol.toStringTag,{value:"Module"})});
7
+ `,42,Ir),e.createElementVNode("span",zr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Fr,e.toDisplayString(t.description),1)],2))],64))}},Rr={class:"font-bold ptext-lg dark:text-white"},Ur=["name","id"],qr=["id"],Hr=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Zr=["for"],vr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Kr=["name","id"],Wr=["required","name","id","type"],Yr={class:"gl-span-form-error"},Xr={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Jr={__name:"GlTextTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),l.model_value&&(a("update:modelValue",l.model_value),n.value.value=l.model_value),l.model_value_translate,l.translatable&&axios.post("/admin/get_field_translations",{model:l.translatable.model,row_id:l.translatable.row_id,field:l.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),a("update:modelValueTranslate",JSON.stringify(s.data))}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Rr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref:"input_translate_s","onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Ur),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,qr),Hr],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Zr),vr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Kr),e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-input-form form-input-translation mt-2 ":t.error_message==""," gl-input-form-invalid form-input-translation mt-2 ":t.error_message!==""}),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n},null,42,Wr),e.createElementVNode("span",Yr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Xr,e.toDisplayString(t.description),1)],2))],64))}},Qr={class:"font-bold ptext-lg dark:text-white"},eo={class:"mb-4 text-base text-gray-900 dark:text-white"},to=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),ro=["for"],oo=["required","name","id","type"],no={class:"gl-span-form-error"},lo={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ao={__name:"GlTextInput",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null);e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus()});const i=e.computed({get(){return l.modelValue},set(s){a("update:modelValue",s)}});return r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Qr,e.toDisplayString(t.label_name),1),e.createElementVNode("p",eo,e.toDisplayString(t.type=="password"?t.modelValue.replace(/./g,"*"):t.modelValue),1),to],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,ro),e.withDirectives(e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""}),type:t.type,"onUpdate:modelValue":d[0]||(d[0]=c=>i.value=c),onKeydown:d[1]||(d[1]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n},null,42,oo),[[e.vModelDynamic,i.value]]),e.createElementVNode("span",no,e.toDisplayString(t.error_message),1),e.createElementVNode("small",lo,e.toDisplayString(t.description),1)],2))],64))}},so={setup(t,{slots:r}){const o=e.ref(r.default().map(a=>a.props)),l=e.ref(o.value[0].title);return e.provide("selectedTitle",l),{tabs:o,selectedTitle:l}}},io={class:"flex flex-wrap"},co={class:"w-full"},mo={class:"flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none"},go=["onClick"],fo={class:"relative flex flex-col w-full min-w-0 mb-6 break-words bg-white rounded shadow-lg dark:border-strokedark dark:bg-boxdark"},ho={class:"flex-auto px-4 py-5"},uo={class:"tab-content tab-space"};function po(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",io,[e.createElementVNode("div",co,[e.createElementVNode("ul",mo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.tabs,i=>(e.openBlock(),e.createElementBlock("li",{key:i.title,onClick:s=>l.selectedTitle=i.title,class:"flex-auto -mb-px text-center"},[e.createElementVNode("a",{class:e.normalizeClass([{"text-slate-600 bg-white dark:bg-meta-4":l.selectedTitle!=i.title,"text-white bg-slate-600 dark:bg-primary":l.selectedTitle===i.title},"block px-5 py-3 text-xs font-bold leading-normal rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])},[e.createElementVNode("i",{class:e.normalizeClass([i.icon,"mr-1 text-base"])},null,2),e.createTextVNode(" "+e.toDisplayString(i.title),1)],2)],8,go))),128))])])]),e.createElementVNode("div",fo,[e.createElementVNode("div",ho,[e.createElementVNode("div",uo,[e.renderSlot(t.$slots,"default")])])])],64)}const yo=p(so,[["render",po]]),_o={props:["title"],setup(){return{selectedTitle:e.inject("selectedTitle")}}},bo={class:"block"};function ko(t,r,o,l,a,n){return e.withDirectives((e.openBlock(),e.createElementBlock("div",bo,[e.renderSlot(t.$slots,"default")],512)),[[e.vShow,o.title==l.selectedTitle]])}const xo=p(_o,[["render",ko]]),wo={props:{elements_to_show_prop:{type:Number,default:3},hide_arrow:{type:Boolean,default:!1},disable_touch:{type:Boolean,default:!1},direction_property:{type:String,default:"ltr"},slider_arrows_indicators_position:{type:String,default:"arrows_outside_slider"}},data:function(){return{elementsToShow:3,dotsNum:0,currentDot:1,dotsNavigation:[],touchStartX:0,isMoving:!1,initialX:0,initialY:0,Random_string:this.generateRandomString(6)}},mounted(){this.elementsToShow=this.elements_to_show_prop,this.initSlider(),this.disable_touch||this.movingActions()},methods:{sliderIndicatorsAction(){var t="";return this.direction_property=="rtl"?(t+=" space-x-reverse ",t+=" slider_indicators "):this.slider_arrows_indicators_position=="arrows_indicators_inside_slider"&&(t+=" slider_indicators "),t},sliderContainerAction(){var t="";return!this.hide_arrow&&this.slider_arrows_indicators_position=="arrows_outside_slider"?t+=" w-12/12 xl:w-8/12 xxl:w-8/12 md:w-8/12 sm:w-8/12":this.slider_arrows_indicators_position!="arrows_outside_slider"&&(t+=" w-12/12 "),t},generateRandomString(t){let r="";const o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",l=o.length;for(let a=0;a<t;a++)r+=o.charAt(Math.floor(Math.random()*l));return r},movingActions(){let t=this,r=document.getElementById("slider_"+this.Random_string);const o=a=>{r.style.cursor="grabbing";const n=s=>{const d=s.clientX||s.touches&&s.touches[0]&&s.touches[0].clientX,c=s.clientY||s.touches&&s.touches[0]&&s.touches[0].clientY,m=d-t.initialX,f=c-t.initialY;Math.abs(m)>Math.abs(f)?(s.preventDefault(),Math.abs(m)>=70&&(m<0?t.next():t.prev(),t.initialX=d)):r.style.cursor="grab",Math.abs(f)>Math.abs(m)&&(r.style.cursor="grab")},i=()=>{document.removeEventListener("mousemove",n),document.removeEventListener("touchmove",n),document.removeEventListener("mouseup",i),document.removeEventListener("touchend",i),r.style.cursor="grab"};document.addEventListener("mousemove",n),document.addEventListener("touchmove",n,{passive:!1}),document.addEventListener("mouseup",i),document.addEventListener("touchend",i),t.initialX=a.clientX||a.touches&&a.touches[0]&&a.touches[0].clientX,t.initialY=a.clientY||a.touches&&a.touches[0]&&a.touches[0].clientY},l=a=>{a.key==="ArrowLeft"?t.prev():a.key==="ArrowRight"&&t.next()};r.addEventListener("mousedown",o),r.addEventListener("touchstart",o),document.addEventListener("keydown",l)},next(){this.currentDot<this.dotsNavigation.length&&(this.currentDot++,this.setDot(this.currentDot))},prev(){this.currentDot>1&&(this.currentDot--,this.setDot(this.currentDot))},initSlider(){let t=document.getElementById("sliderContainer_"+this.Random_string),r=document.getElementById("mainSliderContainer_"+this.Random_string),o=document.getElementById("slider_"+this.Random_string),l=o.querySelectorAll("li"),a=Array.from(l).filter(s=>s.parentNode===o),n=t.clientWidth,i=n/this.elementsToShow;if(this.elementsToShow>1?document.body.clientWidth<1e3?(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n):document.body.clientWidth<1500&&(this.elementsToShow=2):(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n),a.length>1){this.dotsNum=this.elementsToShow==1?a.length:a.length-this.elementsToShow+1;let s=this.elementsToShow==1?i*a.length/this.dotsNum:i*(a.length-this.elementsToShow)/(this.dotsNum-1);this.dotsNavigation=[];for(let d=0;d<this.dotsNum;d++)this.dotsNavigation.push(s*d)}o.style.width=a.length*i+"px",o.style.transition="margin",o.style.transitionDuration="1s";for(let s=0;s<a.length;s++){const d=a[s];d.style.width=i+"px"}},setDot(t){let r=document.getElementById("slider_"+this.Random_string);this.direction_property=="rtl"?r.style.marginRight=-this.dotsNavigation[t-1]+"px":r.style.marginLeft=-this.dotsNavigation[t-1]+"px",this.currentDot=t}}},k=t=>(e.pushScopeId("data-v-a94f16a9"),t=t(),e.popScopeId(),t),Eo=["id"],No={key:0,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},Vo={class:"w-full"},Bo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Co=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],So={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},$o=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Do=["id"],Oo=["id"],To={class:"w-full"},Po={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},jo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Mo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Ao=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Lo={class:"w-full"},Io={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},zo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Fo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Go=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Ro=["onClick"],Uo=[k(()=>e.createElementVNode("span",null,null,-1))],qo={key:1,class:"flex justify-between pl-5 pr-5"},Ho=["onClick"],Zo=[k(()=>e.createElementVNode("span",null,null,-1))],vo={key:0,class:"flex"},Ko={class:"flex items-center"},Wo={class:"w-full"},Yo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Xo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Jo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Qo=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],en={class:"flex items-center"},tn={class:"w-full"},rn={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},on=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],nn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},ln=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],an={key:1,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},sn={class:"w-full"},dn={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},cn=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],mn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},gn=[k(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))];function fn(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass(["",!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slide"?"flex":"relative block"]),id:"mainSliderContainer_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",No,[e.createElementVNode("div",Vo,[e.createElementVNode("button",{class:"p-3 mr-5 rounded-full shadow-lg arrow_button_styles",onClick:r[0]||(r[0]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Bo,Co)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",So,$o)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["overflow-hidden",n.sliderContainerAction()]),id:"sliderContainer_"+t.Random_string},[e.createElementVNode("ul",{class:"flex",id:"slider_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex",o.direction_property=="rtl"?"arrow_button_next":"arrow_button_prev"])},[e.createElementVNode("div",To,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[1]||(r[1]=e.withModifiers(i=>n.prev(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Po,jo)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Mo,Ao)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button",o.direction_property=="rtl"?"arrow_button_prev":"arrow_button_next"])},[e.createElementVNode("div",Lo,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[2]||(r[2]=e.withModifiers(i=>n.next(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Io,zo)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Fo,Go)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0)],8,Oo),o.slider_arrows_indicators_position!="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Uo,10,Ro))),128))],2)):e.createCommentVNode("",!0),o.slider_arrows_indicators_position=="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",qo,[e.createElementVNode("div",{class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Zo,10,Ho))),128))],2),t.dotsNum>0?(e.openBlock(),e.createElementBlock("div",vo,[e.createElementVNode("div",Ko,[e.createElementVNode("div",Wo,[e.createElementVNode("button",{class:e.normalizeClass(["p-3 rounded-full arrow_button_styles",o.direction_property=="rtl"?"ml-3":"mr-3"]),onClick:r[3]||(r[3]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Yo,Xo)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Jo,Qo)):e.createCommentVNode("",!0)],2)])]),e.createElementVNode("div",en,[e.createElementVNode("div",tn,[e.createElementVNode("button",{class:"p-3 rounded-full arrow_button_styles",onClick:r[4]||(r[4]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",rn,on)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",nn,ln)):e.createCommentVNode("",!0)])])])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],10,Do),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",an,[e.createElementVNode("div",sn,[e.createElementVNode("button",{class:"p-3 ml-5 rounded-full shadow-lg arrow_button_styles",onClick:r[5]||(r[5]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",dn,cn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",mn,gn)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0)],10,Eo)])}const hn=p(wo,[["render",fn],["__scopeId","data-v-a94f16a9"]]),un={class:"fixed left-0 top-13 z-[1055] h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80",tabindex:"-1","aria-hidden":"true"},pn={class:"pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-none bg-white border rounded-lg border-stroke dark:border-strokedark dark:bg-boxdark"},yn={class:"flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600"},_n={class:"text-xl font-medium leading-normal text-surface dark:text-white"},bn=[e.createElementVNode("span",{class:"[&>svg]:h-6 [&>svg]:w-6"},[e.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})])],-1)],kn={class:"flex flex-wrap items-center justify-end flex-shrink-0 p-4 border-t-2 rounded-b-md border-neutral-100 dark:border-gray-600"},xn={__name:"GlModal",props:{is_open:{type:Boolean,default:!1},title:{type:String,default:""},max_width:{type:String,default:"max-w-2xl"},bodyClass:{type:String,default:"p-4"}},emits:["closeModal"],setup(t,{emit:r}){const o=t,l=r,a=()=>{document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight="0px"},n=()=>{document.documentElement.style.overflow="",document.documentElement.style.paddingRight=""},i=()=>{l("closeModal"),n()};return e.watch(()=>o.is_open,(s,d)=>{s?a():n()},{immediate:!0,deep:!0}),(s,d)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",un,[e.createElementVNode("div",{class:e.normalizeClass(["pointer-events-none relative h-[calc(100%-1rem)] w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto min-[576px]:mt-7 min-[576px]:h-[calc(100%-3.5rem)]",t.max_width])},[e.createElementVNode("div",pn,[e.createElementVNode("div",yn,[e.createElementVNode("h5",_n,e.toDisplayString(t.title),1),e.createElementVNode("button",{type:"button",class:"box-content border-none rounded-none text-neutral-500 hover:text-neutral-800 hover:no-underline focus:text-neutral-800 focus:opacity-100 focus:shadow-none focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300 dark:focus:text-neutral-300",onClick:i,"aria-label":"Close"},bn)]),e.createElementVNode("div",{class:e.normalizeClass(["relative overflow-y-auto",t.bodyClass])},[e.renderSlot(s.$slots,"body")],2),e.createElementVNode("div",kn,[e.renderSlot(s.$slots,"buttons"),e.createElementVNode("button",{onClick:i,type:"button",class:"px-5 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-200 rounded-lg ms-3 hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-blue-300 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600"}," Close ")])])],2)],512)),[[e.vShow,t.is_open]])}},wn={class:"mb-4"},En={class:"flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin"},Nn={class:"relative inline-flex items-center cursor-pointer"},Vn=["name","id","checked"],Bn=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Cn=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Sn={class:"flex justify-between px-6 py-3 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark"},$n={class:"relative inline-flex items-center cursor-pointer"},Dn=["name","id"],On=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Tn={class:"gl-span-form-error"},Pn={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},jn={__name:"GlToggleBox",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:String,required:!0},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue"],setup(t,{emit:r}){const o=t,l=r,a=e.ref(null),n=e.computed({get(){return o.modelValue},set(i){l("update:modelValue",i)}});return(i,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("div",wn,[e.createElementVNode("li",En,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",Nn,[e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,checked:t.modelValue,"true-value":1,"false-value":0,ref_key:"input",ref:a,disabled:""},null,8,Vn),Bn])])]),Cn],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("li",Sn,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",$n,[e.withDirectives(e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,"true-value":1,"false-value":0,ref_key:"input",ref:a,"onUpdate:modelValue":s[0]||(s[0]=d=>n.value=d)},null,8,Dn),[[e.vModelCheckbox,n.value]]),On])]),e.createElementVNode("span",Tn,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Pn,e.toDisplayString(t.description),1)],2))],64))}},Mn={class:"font-bold ptext-lg dark:text-white"},An={class:"mt-3 mb-4"},Ln={class:"bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},In=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),zn=["name","id","value"],Fn={key:0,class:"dropdown"},Gn={class:"border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500"},Rn={class:"relative showOptions"},Un=["value","placeholder"],qn={class:"text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999]"},Hn={class:"p-1"},Zn=e.createElementVNode("label",{for:"default-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1),vn={class:"relative"},Kn=e.createElementVNode("div",{class:"absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3"},[e.createElementVNode("svg",{class:"w-4 h-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})])],-1),Wn=["id"],Yn={class:"overflow-y-auto max-h-64"},Xn=["onClick","onMousedown","id"],Jn={class:"flex items-center py-2 pl-10 pr-4"},Qn={key:0,class:"absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 12"},el=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M1 5.917 5.724 10.5 15 1.5"},null,-1)],tl={class:"block mt-1 text-sm font-normal leading-5 text-red-500"},rl={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ol={__name:"GlDropdown",props:{modelValue:{type:[String,Number],default:""},defaultValue:{type:[String,Number],default:""},field_name:{type:String,default:""},is_required:{type:Boolean,default:!1},has_cancel:{type:Boolean,default:!0},label_name:{type:String,default:""},options:{type:Array,required:!0,default:()=>[],note:"Options of dropdown. An array of options with id and name"},placeholder:{type:String,required:!1,default:"Please select an option",note:"Placeholder of dropdown"},maxItem:{type:Number,required:!1,default:1e4,note:"Max items showing"},show:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","selected","selectionChanged"],setup(t,{emit:r}){const o=t,l=r,a=e.ref(null),n=e.ref({}),i=e.ref(0),s=e.ref(!1),d=e.ref(""),c=e.ref("");e.onMounted(()=>{c.value=S(),o.show||(document.body.addEventListener("click",g=>{Fi(g)}),document.addEventListener("keypress",g=>{g.key==="Enter"&&g.target.form&&g.preventDefault()}))});const m=e.computed(()=>Ui()),f=e.computed(()=>qi()),u=e.computed(()=>{const g=[],b=new RegExp(d.value,"ig");for(const w of m.value){const $=String(w.name);(d.value.length<1||$.match(b))&&g.length<o.maxItem&&g.push(w)}return g});function y(g){if(["ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Enter"].includes(g.key)){if(["ArrowUp","ArrowDown"].includes(g.key)&&g.preventDefault(),g.key==="ArrowDown"&&o.posts==="")return;Ri(g.key)}}function S(){let g=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(w){const $=(g+Math.random()*16)%16|0;return g=Math.floor(g/16),(w==="x"?$:$&3|8).toString(16)})}function q(g){return g!==null&&typeof g=="object"&&Object.keys(g).length>0}function Fi(g){g.target.id!=o.field_name+"search"+c.value&&g.target.id!=o.field_name&&!g.target.classList.contains("showOptions")&&(ye(),i.value=0)}function ue(g){const b=`${g}${c.value}`,w=document.getElementById(b);w&&w.scrollIntoView()}function Gi(g){const b=`${g}${c.value}`,w=document.getElementById(b);w&&w.click()}function Ri(g){g==="ArrowDown"&&i.value<u.value.length&&(i.value++,ue(i.value)),g==="ArrowUp"&&i.value>1&&(i.value--,ue(i.value)),g==="Enter"&&Gi(i.value)}function Ui(){return o.options.map((g,b)=>typeof g=="object"?g:{id:g,name:g})}function qi(){if(q(n.value))return console.log("selected.value: ",n.value),typeof n.value=="object"?m.value.find(g=>String(g.id)===String(n.value.id))||{}:m.value.find(g=>String(g.id)===String(n.value))||{};if(o.modelValue)return console.log("props.modelValue :",o.modelValue),typeof o.modelValue=="object"?m.value.find(g=>String(g.id)===String(o.modelValue.id))||{}:m.value.find(g=>String(g.id)===String(o.modelValue))||{}}function pe(g){n.value=g,s.value=!1,l("selected",n.value),l("selectionChanged",n.value)}function H(){o.show||(d.value="",s.value=!0,e.nextTick(()=>{var g=document.getElementById(`${o.field_name}search${c.value}`);g&&g.focus()}))}function Hi(){o.show||(n.value={},d.value="",l("update:modelValue",""),H())}function ye(){n.value.id||(n.value={},d.value=""),l("selected",n.value),s.value=!1}return e.watch(d,()=>{u.value.length===0&&(n.value={})}),e.watch(n,g=>{q(g)&&l("update:modelValue",g.id)}),(g,b)=>{var w,$,_e;return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Mn,e.toDisplayString(t.label_name),1),e.createElementVNode("p",An,[e.createElementVNode("span",Ln,e.toDisplayString((w=f.value)==null?void 0:w.name),1)]),In],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("input",{type:"hidden",name:t.field_name,id:t.field_name,value:($=f.value)==null?void 0:$.id},null,8,zn),t.options?(e.openBlock(),e.createElementBlock("div",Fn,[t.label_name?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required})},e.toDisplayString(t.label_name),3)):e.createCommentVNode("",!0),e.createElementVNode("div",Gn,[e.createElementVNode("div",Rn,[e.createElementVNode("input",{class:e.normalizeClass([{"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""},"pl-8 pr-2 showOptions"]),ref:t.field_name,onClick:b[0]||(b[0]=V=>H()),value:(_e=f.value)==null?void 0:_e.name,placeholder:t.placeholder,autocomplete:"off",readonly:""},null,10,Un),e.withDirectives(e.createElementVNode("i",{onClick:b[1]||(b[1]=e.withModifiers(V=>Hi(),["stop"])),class:"absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",style:{top:"13px"}},null,512),[[e.vShow,q(f.value)&&t.has_cancel]]),e.createElementVNode("i",{onClick:b[2]||(b[2]=V=>!s.value&&H()),class:e.normalizeClass([s.value?"fa-angle-up":"fa-angle-down","absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),style:{top:"11px"}},null,2)]),e.withDirectives(e.createElementVNode("div",qn,[e.createElementVNode("div",Hn,[Zn,e.createElementVNode("div",vn,[Kn,e.withDirectives(e.createElementVNode("input",{type:"search","onUpdate:modelValue":b[3]||(b[3]=V=>d.value=V),ref:a.value,id:`${t.field_name}search${c.value}`,onKeydown:y,onBlur:b[4]||(b[4]=V=>ye()),autocomplete:"off",class:"block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",placeholder:"Search ..."},null,40,Wn),[[e.vModelText,d.value]])])]),e.createElementVNode("div",Yn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,(V,Z)=>{var be;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",Z+1==i.value?"bg-gray-100 dark:bg-gray-600":""]),onClick:Zi=>pe(V),onMousedown:Zi=>pe(V),key:Z,id:`${Z+1}${c.value}`},[e.createElementVNode("div",Jn,[((be=f.value)==null?void 0:be.id)===V.id?(e.openBlock(),e.createElementBlock("svg",Qn,el)):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(V.name||V.id||"-"),1)])],42,Xn)}),128))])],512),[[e.vShow,s.value]])])])):e.createCommentVNode("",!0),e.createElementVNode("span",tl,e.toDisplayString(t.error_message),1),e.createElementVNode("small",rl,e.toDisplayString(t.description),1)],2))],64)}}},nl={class:"font-bold ptext-lg dark:text-white"},ll=["id"],al=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),sl=["for"],il=["required","name","id","type","placeholder"],dl={class:"gl-span-form-error"},cl={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ml={__name:"GlTextarea",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""},place_holder:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const l=t,a=o,n=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),l.model_value&&(a("update:modelValue",l.model_value),n.value.value=l.model_value),l.modelValue!=""&&(a("update:modelValue",l.modelValue),n.value.value=l.modelValue)}),r({focus:()=>n.value.focus()}),(i,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",nl,e.toDisplayString(t.label_name),1),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,ll),al],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,sl),e.createElementVNode("textarea",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-textarea-form mt-4 ":t.error_message==""," gl-textarea-form-invalid mt-4 ":t.error_message!==""}),type:t.type,onInput:s[0]||(s[0]=d=>i.$emit("update:modelValue",d.target.value)),ref_key:"input",ref:n,rows:"4",placeholder:t.place_holder},null,42,il),e.createElementVNode("span",dl,e.toDisplayString(t.error_message),1),e.createElementVNode("small",cl,e.toDisplayString(t.description),1)],2))],64))}},gl={compatConfig:{MODE:3},inheritAttrs:!1,emits:["pagination-change-page"],components:{RenderlessPagination:{emits:["pagination-change-page"],props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0}},computed:{isApiResource(){return!!this.data.meta},currentPage(){return this.isApiResource?this.data.meta.current_page:this.data.current_page},firstPageUrl(){return this.isApiResource?this.data.links.first:null},from(){return this.isApiResource?this.data.meta.from:this.data.from},lastPage(){return this.isApiResource?this.data.meta.last_page:this.data.last_page},lastPageUrl(){return this.isApiResource?this.data.links.last:null},nextPageUrl(){return this.isApiResource?this.data.links.next:this.data.next_page_url},perPage(){return this.isApiResource?this.data.meta.per_page:this.data.per_page},prevPageUrl(){return this.isApiResource?this.data.links.prev:this.data.prev_page_url},to(){return this.isApiResource?this.data.meta.to:this.data.to},total(){return this.isApiResource?this.data.meta.total:this.data.total},pageRange(){if(this.limit===-1)return 0;if(this.limit===0)return this.lastPage;for(var t=this.currentPage,r=this.lastPage,o=this.limit,l=t-o,a=t+o+1,n=[],i=[],s,d=1;d<=r;d++)(d===1||d===r||d>=l&&d<a)&&n.push(d);return n.forEach(function(c){s&&(c-s===2?i.push(s+1):c-s!==1&&i.push("...")),i.push(c),s=c}),i}},methods:{previousPage(){this.selectPage(this.currentPage-1)},nextPage(){this.selectPage(this.currentPage+1)},selectPage(t){t!=="..."&&this.$emit("pagination-change-page",t)}},render(){return this.$slots.default({data:this.data,limit:this.limit,computed:{isApiResource:this.isApiResource,currentPage:this.currentPage,firstPageUrl:this.firstPageUrl,from:this.from,lastPage:this.lastPage,lastPageUrl:this.lastPageUrl,nextPageUrl:this.nextPageUrl,perPage:this.perPage,prevPageUrl:this.prevPageUrl,to:this.to,total:this.total,pageRange:this.pageRange},prevButtonEvents:{click:t=>{t.preventDefault(),this.previousPage()}},nextButtonEvents:{click:t=>{t.preventDefault(),this.nextPage()}},pageButtonEvents:t=>({click:r=>{r.preventDefault(),this.selectPage(t)}})})}}},props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0},showDisabled:{type:Boolean,default:!1},size:{type:String,default:"default",validator:t=>["small","default","large"].indexOf(t)!==-1},align:{type:String,default:"left",validator:t=>["left","center","right"].indexOf(t)!==-1}},methods:{onPaginationChangePage(t){this.$emit("pagination-change-page",t)}},mounted(){}},fl={class:"flex flex-col items-center"},hl={key:0,class:"text-sm text-gray-700 dark:text-gray-400"},ul={class:"font-semibold text-gray-900 dark:text-white"},pl={class:"font-semibold text-gray-900 dark:text-white"},yl={class:"font-semibold text-gray-900 dark:text-white"},_l=["tabindex"],bl=e.createElementVNode("span",{class:"sr-only"},"Previous",-1),kl=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1),xl=["aria-current"],wl=["tabindex"],El=e.createElementVNode("span",{class:"sr-only"},"Next",-1),Nl=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1);function Vl(t,r,o,l,a,n){const i=e.resolveComponent("RenderlessPagination");return e.openBlock(),e.createBlock(i,{data:o.data,limit:o.limit,onPaginationChangePage:n.onPaginationChangePage},{default:e.withCtx(s=>[e.createElementVNode("div",fl,[s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("span",hl,[e.createTextVNode(" Showing "),e.createElementVNode("span",ul,e.toDisplayString(s.computed.from),1),e.createTextVNode(" to "),e.createElementVNode("span",pl,e.toDisplayString(s.computed.to),1),e.createTextVNode(" of "),e.createElementVNode("span",yl,e.toDisplayString(s.computed.total),1),e.createTextVNode(" Entries ")])):e.createCommentVNode("",!0),s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("ul",e.mergeProps({key:1},t.$attrs,{class:["flex items-center h-8 -space-x-px text-sm",{"pagination-sm":o.size=="small","pagination-lg":o.size=="large","justify-content-center":o.align=="center","justify-content-end":o.align=="right"}]}),[s.computed.prevPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.prevPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"page-link",href:"#","aria-label":"Previous",tabindex:!s.computed.prevPageUrl&&-1},e.toHandlers(s.prevButtonEvents,!0)),[e.renderSlot(t.$slots,"prev-nav",{},()=>[bl,kl])],16,_l)],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.computed.pageRange,(d,c)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(["",{active:d==s.computed.currentPage}]),key:c},[e.createElementVNode("a",e.mergeProps({class:"",href:"#"},e.toHandlers(s.pageButtonEvents(d),!0),{"aria-current":d==s.computed.currentPage?"page":null,class:d==s.computed.currentPage?"z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white":"flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"}),e.toDisplayString(d),17,xl)],2))),128)),s.computed.nextPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:1,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.nextPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"",href:"#","aria-label":"Next",tabindex:!s.computed.nextPageUrl&&-1},e.toHandlers(s.nextButtonEvents,!0)),[e.renderSlot(t.$slots,"next-nav",{},()=>[El,Nl])],16,wl)],2)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0)])]),_:3},8,["data","limit","onPaginationChangePage"])}const he=p(gl,[["render",Vl]]),Bl={components:{TailwindPagination:he},props:{data:Array,columns:Array,get_item_url:String,xprops:Object,refreshData:Boolean},data(){return{isLoading:!1,isMounted:!1,limit:5,showDisabled:!1,size:"default",align:"left",search:"",isDropdownOpen:!1,itemLists:[],tableData:[],sortField:this.columns[0].field_name,sortOrder:"asc",pageOptions:[5,10,20,50],perPage:5,page:1}},emits:["editAction"],computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(l=>l.toString().toLowerCase().includes(t)))}},methods:{editAction(t){this.$emit("editAction",t)},forDynCompIs(t){return typeof t=="object"?t:null},GetItemLists(t=1){this.isLoading=!0,this.page=t;const r={sort:this.sortField,order:this.sortOrder,s:this.search,limit:this.perPage,page:this.page};axios.get(this.xprops.route_get_data,{params:r}).then(o=>{this.itemLists=o.data,this.isLoading=!1}).catch(o=>{console.error(o),this.isLoading=!1})},updateSortColumn(t,r){r&&(t===this.sortField?this.sortOrder=this.sortOrder==="asc"?"desc":"asc":(this.sortField=t,this.sortOrder="asc"),this.GetItemLists(this.page))},handleSearch(){this.sortField=this.columns[0].field_name,this.sortOrder="asc",this.page=1,this.GetItemLists(this.page)}},mounted(){this.GetItemLists(),this.isMounted=!0},watch:{searchFilter(){this.filteredOptions.length===0?this.selected={}:this.selected=this.filteredOptions[0]},perPage(t){this.page=1,this.perPage=t,this.GetItemLists(this.page)},refreshData(t,r){this.isMounted&&t!==r&&this.GetItemLists()}}},Cl={class:"p-2"},Sl={class:"flex flex-col flex-wrap pb-4 space-y-4 xl:flex-row xl:items-center xl:justify-between flex-column sm:space-y-0"},$l={class:"flex items-center gap-2"},Dl=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),Ol={style:{"margin-top":"9px"}},Tl=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),Pl=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),jl={class:"relative"},Ml=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),Al={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},Ll={class:"w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark"},Il={class:"hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-200"},zl=["onClick"],Fl={key:0,class:"ml-2"},Gl={key:0,class:"fa fa-arrow-up"},Rl={key:1,class:"fa fa-arrow-down"},Ul={key:0},ql=["colspan"],Hl=[e.createElementVNode("div",{role:"status",class:"p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"},[e.createElementVNode("div",{class:"flex items-center justify-between"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("span",{class:"sr-only"},"Loading...")],-1)],Zl=["data-label"],vl={class:"overflow-auto max-h-40"},Kl={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"};function Wl(t,r,o,l,a,n){const i=e.resolveComponent("dropdown"),s=e.resolveComponent("TailwindPagination");return e.openBlock(),e.createElementBlock("div",Cl,[e.createElementVNode("div",Sl,[e.createElementVNode("div",$l,[Dl,e.createElementVNode("div",Ol,[e.createVNode(i,{has_cancel:!1,options:a.pageOptions,modelValue:a.perPage,"onUpdate:modelValue":r[0]||(r[0]=d=>a.perPage=d),is_required:!1,field_name:"perPage",label_name:"",default_value:5,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),Tl]),Pl,e.createElementVNode("div",jl,[Ml,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=d=>a.search=d),onInput:r[2]||(r[2]=d=>n.handleSearch()),class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,544),[[e.vModelText,a.search]])])]),e.createElementVNode("div",Al,[e.createElementVNode("table",Ll,[e.createElementVNode("thead",Il,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(d,c)=>(e.openBlock(),e.createElementBlock("th",{key:c,onClick:m=>n.updateSortColumn(d.field_name,d.sortable),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(d.field_label)+" ",1),a.sortField===d.field_name?(e.openBlock(),e.createElementBlock("span",Fl,[a.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",Gl)):(e.openBlock(),e.createElementBlock("i",Rl))])):e.createCommentVNode("",!0)],8,zl))),128))])]),e.createElementVNode("tbody",null,[a.isLoading?(e.openBlock(),e.createElementBlock("tr",Ul,[e.createElementVNode("td",{colspan:o.columns.length},Hl,8,ql)])):e.createCommentVNode("",!0),a.isLoading?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(a.itemLists.data,(d,c)=>(e.openBlock(),e.createElementBlock("tr",{key:c,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(m,f)=>(e.openBlock(),e.createElementBlock("td",{key:f,"data-label":m.field_label,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("div",vl,[m.tdComp?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.forDynCompIs(m.tdComp)),{key:0,row:d,field:m.field_name,xprops:o.xprops,tdProps:m.tdProps,onDeleteAction:r[3]||(r[3]=u=>n.GetItemLists()),onEditAction:r[4]||(r[4]=u=>n.editAction(o.data))},null,40,["row","field","xprops","tdProps"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(d[m.field_name]),1)],64))])],8,Zl))),128))]))),128))])])]),e.createElementVNode("div",Kl,[e.createVNode(s,{class:"mt-3 mb-0",data:a.itemLists,limit:a.limit,size:a.size,align:a.align,onPaginationChangePage:n.GetItemLists},null,8,["data","limit","size","align","onPaginationChangePage"])])])}const Yl=p(Bl,[["render",Wl]]),Xl={components:{},props:{data:Array,columns:Array},data(){return{showNoOfEntries:[1,2,3,10,20,30,40],search:"",isDropdownOpen:!1,sortKey:"",sortOrder:1,currentPage:1,itemsPerPage:10,jumpToPage:"",maxDisplayedPages:10}},computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(l=>l!=null&&l.toString().toLowerCase().includes(t)))},totalPages(){return Math.ceil(this.filteredData.length/this.itemsPerPage)},paginatedData(){const t=(this.currentPage-1)*this.itemsPerPage,r=t+this.itemsPerPage;return this.filteredData.slice(t,r)},displayedPageNumbers(){let t=Math.max(this.currentPage-Math.floor(this.maxDisplayedPages/2),1),r=t+this.maxDisplayedPages-1;return r>this.totalPages&&(r=this.totalPages,t=Math.max(r-this.maxDisplayedPages+1,1)),Array.from({length:r-t+1},(o,l)=>t+l)},firstItemIndex(){return this.itemsPerPage*(this.currentPage-1)+1},lastItemIndex(){const t=this.itemsPerPage*this.currentPage;return t>this.filteredData.length?this.filteredData.length:t}},methods:{handleItemsPerPageChange(t){this.itemsPerPage=t},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)},sort(t){t===this.sortKey?this.sortOrder*=-1:(this.sortKey=t,this.sortOrder=1)},sortData(t){return this.sortKey?t.slice().sort((r,o)=>(r[this.sortKey]<o[this.sortKey]?-1:1)*this.sortOrder):t},previousPage(){this.currentPage>1&&this.currentPage--},nextPage(){this.currentPage<this.totalPages&&this.currentPage++},firstPage(){this.currentPage=1},lastPage(){this.currentPage=this.totalPages},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)},onJumpToPageChange(){const t=parseInt(this.jumpToPage);t>=1&&t<=this.totalPages&&(this.jumpToPage=t)},jumpToPageButton(){this.jumpToPage>=1&&this.jumpToPage<=this.totalPages&&(this.currentPage=this.jumpToPage)},closeBoxOnbodyClick(){event.target.closest(".main_box_close")||(this.isDropdownOpen=!1)}},beforeDestroy(){document.body.removeEventListener("click",this.closeBoxOnbodyClick)},mounted(){document.body.addEventListener("click",this.closeBoxOnbodyClick)}},Jl={class:"p-2"},Ql={class:"flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0"},ea={class:"flex items-center gap-2"},ta=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),ra={style:{"margin-top":"9px"}},oa=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),na=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),la={class:"relative"},aa=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),sa={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},ia={class:"w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark"},da={class:"hidden text-sm font-normal text-center text-gray-700 uppercase lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},ca=["onClick"],ma={key:0,class:"ml-2"},ga=["data-label"],fa=["innerHTML"],ha={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"},ua={class:"flex justify-between flex-1 sm:hidden"},pa=["disabled"],ya=["disabled"],_a={class:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},ba={class:"text-sm text-gray-700 dark:text-gray-400"},ka={class:"font-medium"},xa={class:"font-medium"},wa={class:"font-medium"},Ea={"aria-label":"Page navigation"},Na={class:"flex items-center h-8 -space-x-px text-sm"},Va=["disabled"],Ba=[e.createElementVNode("span",{class:"sr-only"},"Previous",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1)],Ca=["onClick"],Sa=["onClick"],$a=["disabled"],Da=[e.createElementVNode("span",{class:"sr-only"},"Next",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1)];function Oa(t,r,o,l,a,n){const i=e.resolveComponent("dropdown");return e.openBlock(),e.createElementBlock("div",Jl,[e.createElementVNode("div",Ql,[e.createElementVNode("div",ea,[ta,e.createElementVNode("div",ra,[e.createVNode(i,{has_cancel:!1,options:a.showNoOfEntries,modelValue:a.itemsPerPage,"onUpdate:modelValue":r[0]||(r[0]=s=>a.itemsPerPage=s),is_required:!1,field_name:"NoOfEntries",label_name:"",default_value:"10",show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),oa]),na,e.createElementVNode("div",la,[aa,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=s=>a.search=s),class:"block p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 w-80 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,512),[[e.vModelText,a.search]])])]),e.createElementVNode("div",sa,[e.createElementVNode("table",ia,[e.createElementVNode("thead",da,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(s,d)=>(e.openBlock(),e.createElementBlock("th",{key:d,onClick:c=>n.sort(s),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(s)+" ",1),a.sortKey===s?(e.openBlock(),e.createElementBlock("span",ma,e.toDisplayString(a.sortOrder===1?"▲":"▼"),1)):e.createCommentVNode("",!0)],8,ca))),128))])]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.paginatedData,(s,d)=>(e.openBlock(),e.createElementBlock("tr",{key:d,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(c,m)=>(e.openBlock(),e.createElementBlock("td",{key:m,"data-label":c,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("p",{class:"text-pretty",innerHTML:s[m]},null,8,fa)],8,ga))),128))]))),128))])])]),e.createElementVNode("div",ha,[e.createElementVNode("div",ua,[e.createElementVNode("a",{href:"#",onClick:r[2]||(r[2]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:a.currentPage===1,class:"relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Previous",8,pa),e.createElementVNode("a",{href:"#",onClick:r[3]||(r[3]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:a.currentPage===n.totalPages,class:"relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Next",8,ya)]),e.createElementVNode("div",_a,[e.createElementVNode("div",null,[e.createElementVNode("p",ba,[e.createTextVNode(" Showing "),e.createElementVNode("span",ka,e.toDisplayString(n.firstItemIndex),1),e.createTextVNode(" to "),e.createElementVNode("span",xa,e.toDisplayString(n.lastItemIndex),1),e.createTextVNode(" of "),e.createElementVNode("span",wa,e.toDisplayString(n.filteredData.length),1),e.createTextVNode(" entries ")])]),e.createElementVNode("div",null,[e.createElementVNode("nav",Ea,[e.createElementVNode("ul",Na,[e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[4]||(r[4]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:a.currentPage===1,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},Ba,8,Va)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.displayedPageNumbers,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[e.createElementVNode("li",null,[a.currentPage!==s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},e.toDisplayString(s),9,Ca)):e.createCommentVNode("",!0)]),e.createElementVNode("li",null,[a.currentPage===s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),"aria-current":"page",class:"z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"},e.toDisplayString(s),9,Sa)):e.createCommentVNode("",!0)])],64))),128)),e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[5]||(r[5]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:a.currentPage===n.totalPages,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},Da,8,$a)])])])])])])])}const Ta=p(Xl,[["render",Oa]]),Pa={class:"flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",role:"alert"},ja={key:0,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"},Ma=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Check icon",-1)],Aa={key:1,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"},La=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Error icon",-1)],Ia={key:2,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"},za=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Warning icon",-1)],Fa={class:"ml-3 text-sm font-normal"},Ga=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.createElementVNode("svg",{"aria-hidden":"true",class:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1)],Ra={__name:"ToastListItem",props:{message:String,duration:{type:Number,default:2e3},type:{type:String,default:"success"}},emits:["remove"],setup(t,{emit:r}){const o=t;e.onMounted(()=>{setTimeout(()=>l("remove"),o.duration)});const l=r;return(a,n)=>(e.openBlock(),e.createElementBlock("div",Pa,[o.type==="success"?(e.openBlock(),e.createElementBlock("div",ja,Ma)):e.createCommentVNode("",!0),o.type==="error"?(e.openBlock(),e.createElementBlock("div",Aa,La)):e.createCommentVNode("",!0),o.type==="warning"?(e.openBlock(),e.createElementBlock("div",Ia,za)):e.createCommentVNode("",!0),e.createElementVNode("div",Fa,e.toDisplayString(o.message),1),e.createElementVNode("button",{onClick:n[0]||(n[0]=i=>l("remove")),type:"button",class:"-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white","data-dismiss-target":"#toast-default","aria-label":"Close"},Ga)]))}},R=e.reactive({items:[]}),U={state:R,methods:{add(t){R.items.unshift({key:Symbol(),message:t.message,type:t.type,duration:t.duration})},remove(t){R.items.splice(t,1)}}},Ua={__name:"GlToastList",setup(t){function r(o){U.methods.remove(o)}return(o,l)=>(e.openBlock(),e.createBlock(e.TransitionGroup,{tag:"div","enter-from-class":"translate-x-full opacity-0","enter-active-class":"duration-500","leave-active-class":"duration-500","leave-to-class":"translate-x-full opacity-0",class:"fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(U).state.items,(a,n)=>(e.openBlock(),e.createBlock(Ra,{key:a.key,message:a.message,type:a.type,duration:a.duration,onRemove:i=>r(n)},null,8,["message","type","duration","onRemove"]))),128))]),_:1}))}},qa={key:0,class:"flex justify-center"},Ha=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],Za={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},va={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},Ka={key:0},Wa=["href"],Ya=e.createElementVNode("i",{class:"mr-2 fa-solid fa-list-ul opacity-80"},null,-1),Xa={key:1},Ja=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),Qa={__name:"DatatableAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=W(),l=t,a=e.ref(!1),n=e.ref(!1),i=()=>{a.value=!1},s=()=>{a.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,f=()=>{axios.delete(`${l.xprops.route}/${l.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(u=>{console.log(u)})};return(u,y)=>{const S=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(T,{isOpen:n.value,onConfirmDelete:f,onCancelDelete:d},null,8,["isOpen"]),t.row&&u.can(`edit_${t.xprops.permission} || delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",qa,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},Ha),e.withDirectives(e.createElementVNode("div",Za,[e.createElementVNode("ul",va,[u.can(`edit_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Ka,[e.createElementVNode("a",{href:t.xprops.route+"/"+t.row.id+"/edit",class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[Ya,e.createTextVNode(" Edit")],8,Wa)])):e.createCommentVNode("",!0),u.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Xa,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[Ja,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,a.value]])])),[[S,i]]):e.createCommentVNode("",!0)],64)}}},es={key:0,class:"flex justify-center"},ts=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],rs={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},os={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},ns={key:0},ls=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),as={__name:"DatatableDeleteAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=W(),l=t,a=e.ref(!1),n=e.ref(!1),i=()=>{a.value=!1},s=()=>{a.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,f=()=>{axios.delete(`${l.xprops.route}/${l.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(u=>{console.log(u)})};return(u,y)=>{const S=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(T,{isOpen:n.value,onConfirmDelete:f,onCancelDelete:d},null,8,["isOpen"]),t.row&&u.can(`delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",es,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},ts),e.withDirectives(e.createElementVNode("div",rs,[e.createElementVNode("ul",os,[u.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",ns,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[ls,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,a.value]])])),[[S,i]]):e.createCommentVNode("",!0)],64)}}},ss={props:["field","row"],computed:{isArray(){return Array.isArray(this.row)},isObject(){return typeof this.row=="object"},isString(){return typeof this.row=="string"}},mounted(){console.log("row : ",this.row)}},is=["href","title"],ds=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),cs={key:1,class:"m-1 d-inline-block"},ms=["href","title"],gs=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function fs(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row,(i,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i,title:i,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[ds,e.createTextVNode(" Download ")],8,is)]))),128)):n.isString?(e.openBlock(),e.createElementBlock("div",cs,[e.createElementVNode("a",{href:o.row,title:o.row,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[gs,e.createTextVNode(" Download ")],8,ms)])):e.createCommentVNode("",!0)])}const hs=p(ss,[["render",fs]]),us={props:["field","row"],computed:{isArray(){return Array.isArray(this.row[this.field])},isObject(){return typeof this.row[this.field]=="object"}}},ps=["href","title"],ys=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),_s={key:1,class:"m-1 d-inline-block"},bs=["href","title"],ks=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function xs(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[o.field],i=>(e.openBlock(),e.createElementBlock("div",{key:i.id,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i.url,title:i.name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[ys,e.createTextVNode(" Download ")],8,ps)]))),128)):n.isObject?(e.openBlock(),e.createElementBlock("div",_s,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[ks,e.createTextVNode(" Download ")],8,bs)])):e.createCommentVNode("",!0)])}const ws=p(us,[["render",xs]]),Es={props:["field","row","tdProps"]},Ns={key:0},Vs=["innerHTML"];function Bs(t,r,o,l,a,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",Ns,[e.createElementVNode("div",{class:"w-full",innerHTML:o.row[o.field]},null,8,Vs)])):e.createCommentVNode("",!0)}const Cs=p(Es,[["render",Bs]]),Ss={props:["field","row","tdProps"],computed:{entry(){const[t,r]=this.field.split(".");return e.markRaw({key:t,field:r})},isArray(){return Array.isArray(this.row[this.entry.key])},isObject(){return typeof this.row[this.entry.key]=="object"}}},$s={class:"flex flex-wrap gap-2"},Ds={key:1,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"};function Os(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",$s,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[n.entry.key],(i,s)=>(e.openBlock(),e.createElementBlock("span",{key:s,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"},e.toDisplayString(i[n.entry.field]),1))),128)):n.isObject?(e.openBlock(),e.createElementBlock("span",Ds,e.toDisplayString(o.row[n.entry.key][n.entry.field]),1)):e.createCommentVNode("",!0)])}const Ts=p(Ss,[["render",Os]]),Ps={props:["field","row","tdProps"]},js={key:0},Ms={class:"m-1 d-inline-block"},As=["href","title"],Ls=["src","alt","title"];function Is(t,r,o,l,a,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",js,[e.createElementVNode("div",Ms,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank"},[e.createElementVNode("img",{src:o.row[o.field].thumbnail,alt:o.row[o.field].name,title:o.row[o.field].name},null,8,Ls)],8,As)])])):e.createCommentVNode("",!0)}const zs=p(Ps,[["render",Is],["__scopeId","data-v-3a28c02c"]]),Fs={props:["field","row","tdProps"],computed:{isActive(){return this.row[this.field]===1}}},Gs={class:"flex flex-wrap gap-2 text-nowrap"},Rs={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Us=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),qs={key:1,class:"inline-flex items-center bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-red-900 dark:text-red-300"},Hs=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1);function Zs(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",Gs,[n.isActive?(e.openBlock(),e.createElementBlock("span",Rs,[Us,e.createTextVNode(" Active ")])):n.isActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",qs,[Hs,e.createTextVNode(" Inactive ")]))])}const vs=p(Fs,[["render",Zs]]),Ks={props:["field","row","tdProps"],computed:{hasLabelColor(t){const r=this.tdProps.status_general_labels_color.find(o=>o.label===this.row[this.field]);return r?r.class:""}}},Ws={class:"flex flex-wrap gap-2 text-nowrap"},Ys={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Xs=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),Js={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"},Qs=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1),ei={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},ti=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),ri={key:3,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"},oi=e.createElementVNode("span",{class:"w-2 h-2 bg-blue-500 rounded-full me-1"},null,-1),ni={key:4,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},li=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1);function ai(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",Ws,[n.hasLabelColor=="green"?(e.openBlock(),e.createElementBlock("span",Ys,[Xs,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="red"?(e.openBlock(),e.createElementBlock("span",Js,[Qs,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="yellow"?(e.openBlock(),e.createElementBlock("span",ei,[ti,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="default"?(e.openBlock(),e.createElementBlock("span",ri,[oi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="animate"?(e.openBlock(),e.createElementBlock("span",ni,[li,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0)])}const si=p(Ks,[["render",ai]]),ii={props:["field","row","tdProps"],computed:{hasLabelColor(){return this.tdProps.specfic_color??""},badgeType(){switch(this.tdProps.badge_type){case"Default":return"rounded text-xs";case"Large":return"rounded text-sm ";case"Bordered":return"rounded text-xs border";case"Pills":return"rounded-full text-xs";default:return""}}}},di={class:"flex flex-wrap gap-2 text-nowrap"};function ci(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",di,[n.hasLabelColor=="Default"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["bg-blue-100 text-blue-800 font-medium me-2 px-2.5 py-0.5 dark:bg-blue-900 dark:text-blue-300 border-blue-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Dark"?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["bg-gray-100 text-gray-800 font-medium me-2 px-2.5 py-0.5 dark:bg-gray-700 dark:text-gray-300 border-gray-500",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Red"?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(["bg-red-100 text-red-800 font-medium me-2 px-2.5 py-0.5 dark:bg-red-900 dark:text-red-300 border-red-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Green"?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(["bg-green-100 text-green-800 font-medium me-2 px-2.5 py-0.5 dark:bg-green-900 dark:text-green-300 border-green-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Yellow"?(e.openBlock(),e.createElementBlock("span",{key:4,class:e.normalizeClass(["bg-yellow-100 text-yellow-800 font-medium me-2 px-2.5 py-0.5 dark:bg-yellow-900 dark:text-yellow-300 border-yellow-300",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Indigo"?(e.openBlock(),e.createElementBlock("span",{key:5,class:e.normalizeClass(["bg-indigo-100 text-indigo-800 font-medium me-2 px-2.5 py-0.5 dark:bg-indigo-900 dark:text-indigo-300 border-indigo-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Purple"?(e.openBlock(),e.createElementBlock("span",{key:6,class:e.normalizeClass(["bg-purple-100 text-purple-800 font-medium me-2 px-2.5 py-0.5 dark:bg-purple-900 dark:text-purple-300 border-purple-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Pink"?(e.openBlock(),e.createElementBlock("span",{key:7,class:e.normalizeClass(["bg-pink-100 text-pink-800 font-medium me-2 px-2.5 py-0.5 dark:bg-pink-900 dark:text-pink-300 border-pink-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0)])}const mi=p(ii,[["render",ci]]),gi={props:["field","row","tdProps"],computed:{formattedDate(){if(!this.row[this.field])return"";const t=new Date(this.row[this.field]),r=t.getFullYear(),o=t.toLocaleString("default",{month:"long"}),l=t.getDate();let a=t.getHours();const n=t.getMinutes(),i=t.getSeconds(),s=a>=12?"pm":"am";return a=a%12,a=a||12,`${o} ${l}, ${r}, ${a}:${n}:${i} ${s}`},isActive(){return this.row[this.field]===1}}},fi={class:"w-full"};function hi(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",fi,e.toDisplayString(n.formattedDate),1)}const ui=p(gi,[["render",hi]]),pi={props:["field","row","tdProps"]},yi={class:"flex flex-wrap gap-2 text-nowrap"},_i={key:0,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},bi=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1),ki={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},xi=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),wi={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Ei=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1);function Ni(t,r,o,l,a,n){return e.openBlock(),e.createElementBlock("div",yi,[o.row[o.field]===0?(e.openBlock(),e.createElementBlock("span",_i,[bi,e.createTextVNode(" Connecting")])):e.createCommentVNode("",!0),o.row[o.field]===2?(e.openBlock(),e.createElementBlock("span",ki,[xi,e.createTextVNode(" Paused ")])):e.createCommentVNode("",!0),o.row[o.field]===1?(e.openBlock(),e.createElementBlock("span",wi,[Ei,e.createTextVNode(" Active ")])):e.createCommentVNode("",!0)])}const Vi=p(pi,[["render",Ni]]),Bi={props:["isOpen","title","button_text"],methods:{confirmAction(){this.$emit("confirm-action")},cancelAction(){this.$emit("cancel-action")}}},Ci={key:0,class:"fixed inset-0 z-50 overflow-y-auto",role:"dialog","aria-modal":"true"},Si={class:"flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0"},$i=e.createElementVNode("div",{class:"fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75","aria-hidden":"true"},null,-1),Di=e.createElementVNode("span",{class:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​",-1),Oi={class:"inline-block overflow-hidden text-left align-bottom transition-all transform bg-white rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full"},Ti={class:"px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4"},Pi={class:"sm:flex sm:items-start"},ji={class:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},Mi={class:"text-lg font-medium leading-6 text-gray-900"},Ai={class:"mt-2"},Li={class:"px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse"};function Ii(t,r,o,l,a,n){return o.isOpen?(e.openBlock(),e.createElementBlock("div",Ci,[e.createElementVNode("div",Si,[$i,Di,e.createElementVNode("div",Oi,[e.createElementVNode("div",Ti,[e.createElementVNode("div",Pi,[e.createElementVNode("div",ji,[e.createElementVNode("h3",Mi,e.toDisplayString(o.title),1),e.createElementVNode("div",Ai,[e.renderSlot(t.$slots,"default")])])])]),e.createElementVNode("div",Li,[e.createElementVNode("button",{onClick:r[0]||(r[0]=(...i)=>n.confirmAction&&n.confirmAction(...i)),type:"button",class:"inline-flex justify-center w-full px-4 py-2 text-base font-medium text-white bg-red-600 border border-transparent rounded-md shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm"},e.toDisplayString(o.button_text),1),e.createElementVNode("button",{onClick:r[1]||(r[1]=(...i)=>n.cancelAction&&n.cancelAction(...i)),type:"button",class:"inline-flex justify-center w-full px-4 py-2 mt-3 text-base font-medium text-gray-700 bg-white border border-gray-300 rounded-md shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"}," Cancel ")])])])])):e.createCommentVNode("",!0)}const zi=p(Bi,[["render",Ii]]);h.GLDatatableDateTime=ui,h.GLDatatableStatusServer=Vi,h.GlButton=br,h.GlCard=Kt,h.GlConfirmationModal=zi,h.GlDataTable=Ta,h.GlDataTableServerSide=Yl,h.GlDatatableAction=Qa,h.GlDatatableDeleteAction=as,h.GlDatatableFileDownload=hs,h.GlDatatableFiles=ws,h.GlDatatableHtml=Cs,h.GlDatatableList=Ts,h.GlDatatablePicture=zs,h.GlDatatableStatus=vs,h.GlDatatableStatusGeneral=si,h.GlDatatableStatusSpecficColor=mi,h.GlDeleteConfirmationModal=T,h.GlDropdown=ol,h.GlFilesUpload=Dt,h.GlLanguageSelector=Ut,h.GlModal=xn,h.GlMultiItemSlide=hn,h.GlMultiSelectDropdown=ur,h.GlNotify=Lt,h.GlTab=xo,h.GlTabsWrapper=yo,h.GlTailwindPagination=he,h.GlTextInput=ao,h.GlTextTranslate=Jr,h.GlTextarea=ml,h.GlTextareaTranslate=Dr,h.GlTinymceTranslate=Gr,h.GlToast=U,h.GlToastList=Ua,h.GlToggleBox=jn,Object.defineProperty(h,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  },
21
21
  "private": false,
22
- "version": "1.0.80",
22
+ "version": "1.0.81",
23
23
  "scripts": {
24
24
  "dev": "vite",
25
25
  "build": "vite build",