golden-logic-ui 1.0.53 → 1.0.55

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,10 +1,10 @@
1
- import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as g, createStaticVNode as Ke, inject as xe, watch as W, effectScope as We, computed as B, reactive as we, resolveComponent as X, Fragment as v, createVNode as H, normalizeClass as b, toDisplayString as h, withModifiers as M, withDirectives as P, vModelText as V, renderList as k, normalizeStyle as Xe, renderSlot as A, createTextVNode as w, vShow as G, createBlock as Z, resolveDynamicComponent as se, mergeProps as K, withCtx as Y, ref as S, onMounted as F, vModelDynamic as Ye, provide as Je, pushScopeId as Qe, popScopeId as et, vModelCheckbox as tt, nextTick as rt, toHandlers as te, TransitionGroup as st, unref as nt, resolveDirective as ke, markRaw as at } from "vue";
1
+ import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as g, createStaticVNode as Ke, inject as xe, watch as W, effectScope as We, computed as B, reactive as we, resolveComponent as X, Fragment as v, createVNode as H, normalizeClass as p, toDisplayString as h, withModifiers as M, withDirectives as P, vModelText as V, renderList as k, normalizeStyle as Xe, renderSlot as A, createTextVNode as w, vShow as G, createBlock as Z, resolveDynamicComponent as se, mergeProps as K, withCtx as Y, ref as S, onMounted as F, vModelDynamic as Ye, provide as Je, pushScopeId as Qe, popScopeId as et, vModelCheckbox as tt, nextTick as rt, toHandlers as te, TransitionGroup as st, unref as nt, resolveDirective as ke, markRaw as ot } from "vue";
2
2
  const O = (e, t) => {
3
3
  const r = e.__vccOpts || e;
4
- for (const [n, o] of t)
5
- r[n] = o;
4
+ for (const [n, a] of t)
5
+ r[n] = a;
6
6
  return r;
7
- }, ot = {
7
+ }, at = {
8
8
  props: ["isOpen"],
9
9
  methods: {
10
10
  confirmDeletion() {
@@ -27,7 +27,7 @@ const O = (e, t) => {
27
27
  class: "hidden sm:inline-block sm:align-middle sm:h-screen",
28
28
  "aria-hidden": "true"
29
29
  }, "​", -1), ct = { 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" }, ft = /* @__PURE__ */ Ke('<div class="px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4"><div class="sm:flex sm:items-start"><div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"><h3 class="text-lg font-medium leading-6 text-gray-900" id="modal-title"> Confirm Deletion </h3><div class="mt-2"><p class="text-sm text-gray-500"> Are you sure you want to delete this item? This action cannot be undone. </p></div></div></div></div>', 1), ht = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
30
- function gt(e, t, r, n, o, a) {
30
+ function gt(e, t, r, n, a, o) {
31
31
  return r.isOpen ? (d(), u("div", it, [
32
32
  s("div", lt, [
33
33
  dt,
@@ -36,12 +36,12 @@ function gt(e, t, r, n, o, a) {
36
36
  ft,
37
37
  s("div", ht, [
38
38
  s("button", {
39
- onClick: t[0] || (t[0] = (...l) => a.confirmDeletion && a.confirmDeletion(...l)),
39
+ onClick: t[0] || (t[0] = (...l) => o.confirmDeletion && o.confirmDeletion(...l)),
40
40
  type: "button",
41
41
  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"
42
42
  }, " Delete "),
43
43
  s("button", {
44
- onClick: t[1] || (t[1] = (...l) => a.cancelDeletion && a.cancelDeletion(...l)),
44
+ onClick: t[1] || (t[1] = (...l) => o.cancelDeletion && o.cancelDeletion(...l)),
45
45
  type: "button",
46
46
  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"
47
47
  }, " Cancel ")
@@ -50,7 +50,7 @@ function gt(e, t, r, n, o, a) {
50
50
  ])
51
51
  ])) : g("", !0);
52
52
  }
53
- const ie = /* @__PURE__ */ O(ot, [["render", gt]]);
53
+ const ie = /* @__PURE__ */ O(at, [["render", gt]]);
54
54
  function mt() {
55
55
  return $e().__VUE_DEVTOOLS_GLOBAL_HOOK__;
56
56
  }
@@ -75,23 +75,23 @@ class xt {
75
75
  const i = t.settings[l];
76
76
  n[l] = i.defaultValue;
77
77
  }
78
- const o = `__vue-devtools-plugin-settings__${t.id}`;
79
- let a = Object.assign({}, n);
78
+ const a = `__vue-devtools-plugin-settings__${t.id}`;
79
+ let o = Object.assign({}, n);
80
80
  try {
81
- const l = localStorage.getItem(o), i = JSON.parse(l);
82
- Object.assign(a, i);
81
+ const l = localStorage.getItem(a), i = JSON.parse(l);
82
+ Object.assign(o, i);
83
83
  } catch {
84
84
  }
85
85
  this.fallbacks = {
86
86
  getSettings() {
87
- return a;
87
+ return o;
88
88
  },
89
89
  setSettings(l) {
90
90
  try {
91
- localStorage.setItem(o, JSON.stringify(l));
91
+ localStorage.setItem(a, JSON.stringify(l));
92
92
  } catch {
93
93
  }
94
- a = l;
94
+ o = l;
95
95
  },
96
96
  now() {
97
97
  return vt();
@@ -129,11 +129,11 @@ class xt {
129
129
  }
130
130
  }
131
131
  function wt(e, t) {
132
- const r = e, n = $e(), o = mt(), a = pt && r.enableEarlyProxy;
133
- if (o && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a))
134
- o.emit(_t, e, t);
132
+ const r = e, n = $e(), a = mt(), o = pt && r.enableEarlyProxy;
133
+ if (a && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !o))
134
+ a.emit(_t, e, t);
135
135
  else {
136
- const l = a ? new xt(r, o) : null;
136
+ const l = o ? new xt(r, a) : null;
137
137
  (n.__VUE_DEVTOOLS_PLUGINS__ = n.__VUE_DEVTOOLS_PLUGINS__ || []).push({
138
138
  pluginDescriptor: r,
139
139
  setupFn: t,
@@ -182,11 +182,11 @@ function Pe(e, t) {
182
182
  Q(e, r, [], e._modules.root, !0), le(e, r, t);
183
183
  }
184
184
  function le(e, t, r) {
185
- var n = e._state, o = e._scope;
185
+ var n = e._state, a = e._scope;
186
186
  e.getters = {}, e._makeLocalGettersCache = /* @__PURE__ */ Object.create(null);
187
- var a = e._wrappedGetters, l = {}, i = {}, c = We(!0);
187
+ var o = e._wrappedGetters, l = {}, i = {}, c = We(!0);
188
188
  c.run(function() {
189
- R(a, function(f, m) {
189
+ R(o, function(f, m) {
190
190
  l[m] = $t(f, e), i[m] = B(function() {
191
191
  return l[m]();
192
192
  }), Object.defineProperty(e.getters, m, {
@@ -201,11 +201,11 @@ function le(e, t, r) {
201
201
  data: t
202
202
  }), e._scope = c, e.strict && Pt(e), n && r && e._withCommit(function() {
203
203
  n.data = null;
204
- }), o && o.stop();
204
+ }), a && a.stop();
205
205
  }
206
- function Q(e, t, r, n, o) {
207
- var a = !r.length, l = e._modules.getNamespace(r);
208
- if (n.namespaced && (e._modulesNamespaceMap[l] && process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate namespace " + l + " for the namespaced module " + r.join("/")), e._modulesNamespaceMap[l] = n), !a && !o) {
206
+ function Q(e, t, r, n, a) {
207
+ var o = !r.length, l = e._modules.getNamespace(r);
208
+ if (n.namespaced && (e._modulesNamespaceMap[l] && process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate namespace " + l + " for the namespaced module " + r.join("/")), e._modulesNamespaceMap[l] = n), !o && !a) {
209
209
  var i = de(t, r.slice(0, -1)), c = r[r.length - 1];
210
210
  e._withCommit(function() {
211
211
  process.env.NODE_ENV !== "production" && c in i && console.warn(
@@ -224,21 +224,21 @@ function Q(e, t, r, n, o) {
224
224
  var x = l + y;
225
225
  Dt(e, x, m, f);
226
226
  }), n.forEachChild(function(m, y) {
227
- Q(e, t, r.concat(y), m, o);
227
+ Q(e, t, r.concat(y), m, a);
228
228
  });
229
229
  }
230
230
  function Ct(e, t, r) {
231
- var n = t === "", o = {
232
- dispatch: n ? e.dispatch : function(a, l, i) {
233
- var c = J(a, l, i), f = c.payload, m = c.options, y = c.type;
231
+ var n = t === "", a = {
232
+ dispatch: n ? e.dispatch : function(o, l, i) {
233
+ var c = J(o, l, i), f = c.payload, m = c.options, y = c.type;
234
234
  if ((!m || !m.root) && (y = t + y, process.env.NODE_ENV !== "production" && !e._actions[y])) {
235
235
  console.error("[vuex] unknown local action type: " + c.type + ", global type: " + y);
236
236
  return;
237
237
  }
238
238
  return e.dispatch(y, f);
239
239
  },
240
- commit: n ? e.commit : function(a, l, i) {
241
- var c = J(a, l, i), f = c.payload, m = c.options, y = c.type;
240
+ commit: n ? e.commit : function(o, l, i) {
241
+ var c = J(o, l, i), f = c.payload, m = c.options, y = c.type;
242
242
  if ((!m || !m.root) && (y = t + y, process.env.NODE_ENV !== "production" && !e._mutations[y])) {
243
243
  console.error("[vuex] unknown local mutation type: " + c.type + ", global type: " + y);
244
244
  return;
@@ -246,7 +246,7 @@ function Ct(e, t, r) {
246
246
  e.commit(y, f, m);
247
247
  }
248
248
  };
249
- return Object.defineProperties(o, {
249
+ return Object.defineProperties(a, {
250
250
  getters: {
251
251
  get: n ? function() {
252
252
  return e.getters;
@@ -259,17 +259,17 @@ function Ct(e, t, r) {
259
259
  return de(e.state, r);
260
260
  }
261
261
  }
262
- }), o;
262
+ }), a;
263
263
  }
264
264
  function Ee(e, t) {
265
265
  if (!e._makeLocalGettersCache[t]) {
266
266
  var r = {}, n = t.length;
267
- Object.keys(e.getters).forEach(function(o) {
268
- if (o.slice(0, n) === t) {
269
- var a = o.slice(n);
270
- Object.defineProperty(r, a, {
267
+ Object.keys(e.getters).forEach(function(a) {
268
+ if (a.slice(0, n) === t) {
269
+ var o = a.slice(n);
270
+ Object.defineProperty(r, o, {
271
271
  get: function() {
272
- return e.getters[o];
272
+ return e.getters[a];
273
273
  },
274
274
  enumerable: !0
275
275
  });
@@ -279,14 +279,14 @@ function Ee(e, t) {
279
279
  return e._makeLocalGettersCache[t];
280
280
  }
281
281
  function St(e, t, r, n) {
282
- var o = e._mutations[t] || (e._mutations[t] = []);
283
- o.push(function(l) {
282
+ var a = e._mutations[t] || (e._mutations[t] = []);
283
+ a.push(function(l) {
284
284
  r.call(e, n.state, l);
285
285
  });
286
286
  }
287
287
  function Ot(e, t, r, n) {
288
- var o = e._actions[t] || (e._actions[t] = []);
289
- o.push(function(l) {
288
+ var a = e._actions[t] || (e._actions[t] = []);
289
+ a.push(function(l) {
290
290
  var i = r.call(e, {
291
291
  dispatch: n.dispatch,
292
292
  commit: n.commit,
@@ -305,15 +305,15 @@ function Dt(e, t, r, n) {
305
305
  process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate getter key: " + t);
306
306
  return;
307
307
  }
308
- e._wrappedGetters[t] = function(a) {
308
+ e._wrappedGetters[t] = function(o) {
309
309
  return r(
310
310
  n.state,
311
311
  // local state
312
312
  n.getters,
313
313
  // local getters
314
- a.state,
314
+ o.state,
315
315
  // root state
316
- a.getters
316
+ o.getters
317
317
  // root getters
318
318
  );
319
319
  };
@@ -362,69 +362,69 @@ function At(e, t) {
362
362
  }), r.on.getInspectorTree(function(n) {
363
363
  if (n.app === e && n.inspectorId === z)
364
364
  if (n.filter) {
365
- var o = [];
366
- Te(o, t._modules.root, n.filter, ""), n.rootNodes = o;
365
+ var a = [];
366
+ Te(a, t._modules.root, n.filter, ""), n.rootNodes = a;
367
367
  } else
368
368
  n.rootNodes = [
369
369
  Ie(t._modules.root, "")
370
370
  ];
371
371
  }), r.on.getInspectorState(function(n) {
372
372
  if (n.app === e && n.inspectorId === z) {
373
- var o = n.nodeId;
374
- Ee(t, o), n.state = Mt(
375
- Vt(t._modules, o),
376
- o === "root" ? t.getters : t._makeLocalGettersCache,
377
- o
373
+ var a = n.nodeId;
374
+ Ee(t, a), n.state = Mt(
375
+ Vt(t._modules, a),
376
+ a === "root" ? t.getters : t._makeLocalGettersCache,
377
+ a
378
378
  );
379
379
  }
380
380
  }), r.on.editInspectorState(function(n) {
381
381
  if (n.app === e && n.inspectorId === z) {
382
- var o = n.nodeId, a = n.path;
383
- o !== "root" && (a = o.split("/").filter(Boolean).concat(a)), t._withCommit(function() {
384
- n.set(t._state.data, a, n.state.value);
382
+ var a = n.nodeId, o = n.path;
383
+ a !== "root" && (o = a.split("/").filter(Boolean).concat(o)), t._withCommit(function() {
384
+ n.set(t._state.data, o, n.state.value);
385
385
  });
386
386
  }
387
- }), t.subscribe(function(n, o) {
388
- var a = {};
389
- n.payload && (a.payload = n.payload), a.state = o, r.notifyComponentUpdate(), r.sendInspectorTree(z), r.sendInspectorState(z), r.addTimelineEvent({
387
+ }), t.subscribe(function(n, a) {
388
+ var o = {};
389
+ n.payload && (o.payload = n.payload), o.state = a, r.notifyComponentUpdate(), r.sendInspectorTree(z), r.sendInspectorState(z), r.addTimelineEvent({
390
390
  layerId: pe,
391
391
  event: {
392
392
  time: Date.now(),
393
393
  title: n.type,
394
- data: a
394
+ data: o
395
395
  }
396
396
  });
397
397
  }), t.subscribeAction({
398
- before: function(n, o) {
399
- var a = {};
400
- n.payload && (a.payload = n.payload), n._id = jt++, n._time = Date.now(), a.state = o, r.addTimelineEvent({
398
+ before: function(n, a) {
399
+ var o = {};
400
+ n.payload && (o.payload = n.payload), n._id = jt++, n._time = Date.now(), o.state = a, r.addTimelineEvent({
401
401
  layerId: re,
402
402
  event: {
403
403
  time: n._time,
404
404
  title: n.type,
405
405
  groupId: n._id,
406
406
  subtitle: "start",
407
- data: a
407
+ data: o
408
408
  }
409
409
  });
410
410
  },
411
- after: function(n, o) {
412
- var a = {}, l = Date.now() - n._time;
413
- a.duration = {
411
+ after: function(n, a) {
412
+ var o = {}, l = Date.now() - n._time;
413
+ o.duration = {
414
414
  _custom: {
415
415
  type: "duration",
416
416
  display: l + "ms",
417
417
  tooltip: "Action duration",
418
418
  value: l
419
419
  }
420
- }, n.payload && (a.payload = n.payload), a.state = o, r.addTimelineEvent({
420
+ }, n.payload && (o.payload = n.payload), o.state = a, r.addTimelineEvent({
421
421
  layerId: re,
422
422
  event: {
423
423
  time: Date.now(),
424
424
  title: n.type,
425
425
  groupId: n._id,
426
426
  subtitle: "end",
427
- data: a
427
+ data: o
428
428
  }
429
429
  });
430
430
  }
@@ -463,13 +463,13 @@ function Te(e, t, r, n) {
463
463
  id: n || "root",
464
464
  label: n.endsWith("/") ? n.slice(0, n.length - 1) : n || "Root",
465
465
  tags: t.namespaced ? [je] : []
466
- }), Object.keys(t._children).forEach(function(o) {
467
- Te(e, t._children[o], r, n + o + "/");
466
+ }), Object.keys(t._children).forEach(function(a) {
467
+ Te(e, t._children[a], r, n + a + "/");
468
468
  });
469
469
  }
470
470
  function Mt(e, t, r) {
471
471
  t = r === "root" ? t : t[r];
472
- var n = Object.keys(t), o = {
472
+ var n = Object.keys(t), a = {
473
473
  state: Object.keys(e.state).map(function(l) {
474
474
  return {
475
475
  key: l,
@@ -479,39 +479,39 @@ function Mt(e, t, r) {
479
479
  })
480
480
  };
481
481
  if (n.length) {
482
- var a = Nt(t);
483
- o.getters = Object.keys(a).map(function(l) {
482
+ var o = Nt(t);
483
+ a.getters = Object.keys(o).map(function(l) {
484
484
  return {
485
485
  key: l.endsWith("/") ? Ae(l) : l,
486
486
  editable: !1,
487
- value: ae(function() {
488
- return a[l];
487
+ value: oe(function() {
488
+ return o[l];
489
489
  })
490
490
  };
491
491
  });
492
492
  }
493
- return o;
493
+ return a;
494
494
  }
495
495
  function Nt(e) {
496
496
  var t = {};
497
497
  return Object.keys(e).forEach(function(r) {
498
498
  var n = r.split("/");
499
499
  if (n.length > 1) {
500
- var o = t, a = n.pop();
500
+ var a = t, o = n.pop();
501
501
  n.forEach(function(l) {
502
- o[l] || (o[l] = {
502
+ a[l] || (a[l] = {
503
503
  _custom: {
504
504
  value: {},
505
505
  display: l,
506
506
  tooltip: "Module",
507
507
  abstract: !0
508
508
  }
509
- }), o = o[l]._custom.value;
510
- }), o[a] = ae(function() {
509
+ }), a = a[l]._custom.value;
510
+ }), a[o] = oe(function() {
511
511
  return e[r];
512
512
  });
513
513
  } else
514
- t[r] = ae(function() {
514
+ t[r] = oe(function() {
515
515
  return e[r];
516
516
  });
517
517
  }), t;
@@ -521,16 +521,16 @@ function Vt(e, t) {
521
521
  return n;
522
522
  });
523
523
  return r.reduce(
524
- function(n, o, a) {
525
- var l = n[o];
524
+ function(n, a, o) {
525
+ var l = n[a];
526
526
  if (!l)
527
- throw new Error('Missing module "' + o + '" for path "' + t + '".');
528
- return a === r.length - 1 ? l : l._children;
527
+ throw new Error('Missing module "' + a + '" for path "' + t + '".');
528
+ return o === r.length - 1 ? l : l._children;
529
529
  },
530
530
  t === "root" ? e : e.root._children
531
531
  );
532
532
  }
533
- function ae(e) {
533
+ function oe(e) {
534
534
  try {
535
535
  return e();
536
536
  } catch (t) {
@@ -583,36 +583,36 @@ U.prototype.get = function(t) {
583
583
  };
584
584
  U.prototype.getNamespace = function(t) {
585
585
  var r = this.root;
586
- return t.reduce(function(n, o) {
587
- return r = r.getChild(o), n + (r.namespaced ? o + "/" : "");
586
+ return t.reduce(function(n, a) {
587
+ return r = r.getChild(a), n + (r.namespaced ? a + "/" : "");
588
588
  }, "");
589
589
  };
590
590
  U.prototype.update = function(t) {
591
591
  Ne([], this.root, t);
592
592
  };
593
593
  U.prototype.register = function(t, r, n) {
594
- var o = this;
594
+ var a = this;
595
595
  n === void 0 && (n = !0), process.env.NODE_ENV !== "production" && Ve(t, r);
596
- var a = new T(r, n);
596
+ var o = new T(r, n);
597
597
  if (t.length === 0)
598
- this.root = a;
598
+ this.root = o;
599
599
  else {
600
600
  var l = this.get(t.slice(0, -1));
601
- l.addChild(t[t.length - 1], a);
601
+ l.addChild(t[t.length - 1], o);
602
602
  }
603
603
  r.modules && R(r.modules, function(i, c) {
604
- o.register(t.concat(c), i, n);
604
+ a.register(t.concat(c), i, n);
605
605
  });
606
606
  };
607
607
  U.prototype.unregister = function(t) {
608
- var r = this.get(t.slice(0, -1)), n = t[t.length - 1], o = r.getChild(n);
609
- if (!o) {
608
+ var r = this.get(t.slice(0, -1)), n = t[t.length - 1], a = r.getChild(n);
609
+ if (!a) {
610
610
  process.env.NODE_ENV !== "production" && console.warn(
611
611
  "[vuex] trying to unregister module '" + n + "', which is not registered"
612
612
  );
613
613
  return;
614
614
  }
615
- o.runtime && r.removeChild(n);
615
+ a.runtime && r.removeChild(n);
616
616
  };
617
617
  U.prototype.isRegistered = function(t) {
618
618
  var r = this.get(t.slice(0, -1)), n = t[t.length - 1];
@@ -653,34 +653,34 @@ function Ve(e, t) {
653
653
  Object.keys(ye).forEach(function(r) {
654
654
  if (t[r]) {
655
655
  var n = ye[r];
656
- R(t[r], function(o, a) {
656
+ R(t[r], function(a, o) {
657
657
  I(
658
- n.assert(o),
659
- Bt(e, r, a, o, n.expected)
658
+ n.assert(a),
659
+ Bt(e, r, o, a, n.expected)
660
660
  );
661
661
  });
662
662
  }
663
663
  });
664
664
  }
665
- function Bt(e, t, r, n, o) {
666
- var a = t + " should be " + o + ' but "' + t + "." + r + '"';
667
- return e.length > 0 && (a += ' in module "' + e.join(".") + '"'), a += " is " + JSON.stringify(n) + ".", a;
665
+ function Bt(e, t, r, n, a) {
666
+ var o = t + " should be " + a + ' but "' + t + "." + r + '"';
667
+ return e.length > 0 && (o += ' in module "' + e.join(".") + '"'), o += " is " + JSON.stringify(n) + ".", o;
668
668
  }
669
669
  var j = function e(t) {
670
670
  var r = this;
671
671
  t === void 0 && (t = {}), process.env.NODE_ENV !== "production" && (I(typeof Promise < "u", "vuex requires a Promise polyfill in this browser."), I(this instanceof e, "store must be called with the new operator."));
672
672
  var n = t.plugins;
673
673
  n === void 0 && (n = []);
674
- var o = t.strict;
675
- o === void 0 && (o = !1);
676
- var a = t.devtools;
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 U(t), this._modulesNamespaceMap = /* @__PURE__ */ Object.create(null), this._subscribers = [], this._makeLocalGettersCache = /* @__PURE__ */ Object.create(null), this._scope = null, this._devtools = a;
674
+ var a = t.strict;
675
+ a === void 0 && (a = !1);
676
+ var o = t.devtools;
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 U(t), this._modulesNamespaceMap = /* @__PURE__ */ Object.create(null), this._subscribers = [], this._makeLocalGettersCache = /* @__PURE__ */ Object.create(null), this._scope = null, this._devtools = o;
678
678
  var l = this, i = this, c = i.dispatch, f = i.commit;
679
679
  this.dispatch = function(x, C) {
680
680
  return c.call(l, x, C);
681
681
  }, this.commit = function(x, C, L) {
682
682
  return f.call(l, x, C, L);
683
- }, this.strict = o;
683
+ }, this.strict = a;
684
684
  var m = this._modules.root.state;
685
685
  Q(this, m, [], this._modules.root), le(this, m), n.forEach(function(y) {
686
686
  return y(r);
@@ -698,7 +698,7 @@ ue.state.set = function(e) {
698
698
  process.env.NODE_ENV !== "production" && I(!1, "use store.replaceState() to explicit replace store state.");
699
699
  };
700
700
  j.prototype.commit = function(t, r, n) {
701
- var o = this, a = J(t, r, n), l = a.type, i = a.payload, c = a.options, f = { type: l, payload: i }, m = this._mutations[l];
701
+ var a = this, o = J(t, r, n), l = o.type, i = o.payload, c = o.options, f = { type: l, payload: i }, m = this._mutations[l];
702
702
  if (!m) {
703
703
  process.env.NODE_ENV !== "production" && console.error("[vuex] unknown mutation type: " + l);
704
704
  return;
@@ -708,15 +708,15 @@ j.prototype.commit = function(t, r, n) {
708
708
  x(i);
709
709
  });
710
710
  }), this._subscribers.slice().forEach(function(y) {
711
- return y(f, o.state);
711
+ return y(f, a.state);
712
712
  }), process.env.NODE_ENV !== "production" && c && c.silent && console.warn(
713
713
  "[vuex] mutation type: " + l + ". Silent option has been removed. Use the filter functionality in the vue-devtools"
714
714
  );
715
715
  };
716
716
  j.prototype.dispatch = function(t, r) {
717
- var n = this, o = J(t, r), a = o.type, l = o.payload, i = { type: a, payload: l }, c = this._actions[a];
717
+ var n = this, a = J(t, r), o = a.type, l = a.payload, i = { type: o, payload: l }, c = this._actions[o];
718
718
  if (!c) {
719
- process.env.NODE_ENV !== "production" && console.error("[vuex] unknown action type: " + a);
719
+ process.env.NODE_ENV !== "production" && console.error("[vuex] unknown action type: " + o);
720
720
  return;
721
721
  }
722
722
  try {
@@ -765,9 +765,9 @@ j.prototype.subscribeAction = function(t, r) {
765
765
  return De(n, this._actionSubscribers, r);
766
766
  };
767
767
  j.prototype.watch = function(t, r, n) {
768
- var o = this;
768
+ var a = this;
769
769
  return process.env.NODE_ENV !== "production" && I(typeof t == "function", "store.watch only accepts a function."), W(function() {
770
- return t(o.state, o.getters);
770
+ return t(a.state, a.getters);
771
771
  }, r, Object.assign({}, n));
772
772
  };
773
773
  j.prototype.replaceState = function(t) {
@@ -800,8 +800,8 @@ Object.defineProperties(j.prototype, ue);
800
800
  var Gt = Be(function(e, t) {
801
801
  var r = {};
802
802
  return process.env.NODE_ENV !== "production" && !ce(t) && console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"), Le(t).forEach(function(n) {
803
- var o = n.key, a = n.val;
804
- r[o] = function() {
803
+ var a = n.key, o = n.val;
804
+ r[a] = function() {
805
805
  var i = this.$store.state, c = this.$store.getters;
806
806
  if (e) {
807
807
  var f = Ge(this.$store, "mapState", e);
@@ -809,14 +809,14 @@ var Gt = Be(function(e, t) {
809
809
  return;
810
810
  i = f.context.state, c = f.context.getters;
811
811
  }
812
- return typeof a == "function" ? a.call(this, i, c) : i[a];
813
- }, r[o].vuex = !0;
812
+ return typeof o == "function" ? o.call(this, i, c) : i[o];
813
+ }, r[a].vuex = !0;
814
814
  }), r;
815
815
  }), Ft = Be(function(e, t) {
816
816
  var r = {};
817
817
  return process.env.NODE_ENV !== "production" && !ce(t) && console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"), Le(t).forEach(function(n) {
818
- var o = n.key, a = n.val;
819
- r[o] = function() {
818
+ var a = n.key, o = n.val;
819
+ r[a] = function() {
820
820
  for (var i = [], c = arguments.length; c--; )
821
821
  i[c] = arguments[c];
822
822
  var f = this.$store.commit;
@@ -826,7 +826,7 @@ var Gt = Be(function(e, t) {
826
826
  return;
827
827
  f = m.context.commit;
828
828
  }
829
- return typeof a == "function" ? a.apply(this, [f].concat(i)) : f.apply(this.$store, [a].concat(i));
829
+ return typeof o == "function" ? o.apply(this, [f].concat(i)) : f.apply(this.$store, [o].concat(i));
830
830
  };
831
831
  }), r;
832
832
  });
@@ -959,33 +959,33 @@ const Rt = {
959
959
  return new Promise((t, r) => {
960
960
  e || t();
961
961
  const n = new FormData();
962
- n.append("file", e), Object.entries(this.file_config).forEach(([o, a]) => {
963
- n.append(o, a);
962
+ n.append("file", e), Object.entries(this.file_config).forEach(([a, o]) => {
963
+ n.append(a, o);
964
964
  }), this.files.push({ file_name: e.name, loading: 0 }), axios.post(this.route_url + "/media", n, {
965
- onUploadProgress: (o) => {
965
+ onUploadProgress: (a) => {
966
966
  this.files[this.files.length - 1].loading = Math.floor(
967
- o.loaded / o.total * 100
967
+ a.loaded / a.total * 100
968
968
  );
969
969
  }
970
- }).then((o) => {
971
- let a = this.files.findIndex(
970
+ }).then((a) => {
971
+ let o = this.files.findIndex(
972
972
  (l) => l.file_name === e.name
973
973
  );
974
- a !== -1 && this.files.splice(a, 1), this.uploadFileList.push({
975
- file_name: o.data.file_name,
976
- size: o.data.size,
977
- id: o.data.id,
978
- url: o.data.url
974
+ o !== -1 && this.files.splice(o, 1), this.uploadFileList.push({
975
+ file_name: a.data.file_name,
976
+ size: a.data.size,
977
+ id: a.data.id,
978
+ url: a.data.url
979
979
  }), this.error_message_data = "", t();
980
- }).catch((o) => {
981
- o.response.status === 422 ? this.error_message_data = this.getFirstError(
982
- o.response.data.errors,
980
+ }).catch((a) => {
981
+ a.response.status === 422 ? this.error_message_data = this.getFirstError(
982
+ a.response.data.errors,
983
983
  "file"
984
- ) : console.error("An error occurred:", o);
985
- let a = this.files.findIndex(
984
+ ) : console.error("An error occurred:", a);
985
+ let o = this.files.findIndex(
986
986
  (l) => l.file_name === e.name
987
987
  );
988
- a !== -1 && this.files.splice(a, 1), console.log(o), t();
988
+ o !== -1 && this.files.splice(o, 1), console.log(a), t();
989
989
  });
990
990
  });
991
991
  }
@@ -1021,35 +1021,35 @@ const Rt = {
1021
1021
  ], Jt = { class: "mt-2 gl-span-form-error" }, Qt = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, er = {
1022
1022
  key: 0,
1023
1023
  class: ""
1024
- }, tr = { 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" }, rr = /* @__PURE__ */ s("i", { class: "text-3xl fas fa-file-alt" }, null, -1), sr = { class: "w-full ml-3" }, nr = { class: "flex items-center justify-between mb-1" }, ar = { class: "text-xs text-black dark:text-white" }, or = { class: "text-xs text-black dark:text-white" }, ir = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, lr = { class: "overflow-x-scroll max-h-56" }, dr = { 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" }, ur = { class: "flex items-center" }, cr = /* @__PURE__ */ s("i", {
1024
+ }, tr = { 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" }, rr = /* @__PURE__ */ s("i", { class: "text-3xl fas fa-file-alt" }, null, -1), sr = { class: "w-full ml-3" }, nr = { class: "flex items-center justify-between mb-1" }, or = { class: "text-xs text-black dark:text-white" }, ar = { class: "text-xs text-black dark:text-white" }, ir = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, lr = { class: "overflow-x-scroll max-h-56" }, dr = { 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" }, ur = { class: "flex items-center" }, cr = /* @__PURE__ */ s("i", {
1025
1025
  class: "text-3xl fas fa-file-alt",
1026
1026
  "aria-hidden": "true"
1027
1027
  }, null, -1), fr = { class: "flex flex-col ml-3" }, hr = { class: "text-xs" }, gr = { class: "text-xs" }, mr = { class: "flex gap-2" }, pr = ["href"], _r = ["onClick"];
1028
- function br(e, t, r, n, o, a) {
1028
+ function br(e, t, r, n, a, o) {
1029
1029
  const l = X("DeleteConfirmationModal");
1030
1030
  return d(), u(v, null, [
1031
1031
  H(l, {
1032
- isOpen: o.open_delete_modal,
1033
- onConfirmDelete: a.deleteAction,
1034
- onCancelDelete: a.closeDeleteModal
1032
+ isOpen: a.open_delete_modal,
1033
+ onConfirmDelete: o.deleteAction,
1034
+ onCancelDelete: o.closeDeleteModal
1035
1035
  }, null, 8, ["isOpen", "onConfirmDelete", "onCancelDelete"]),
1036
1036
  s("div", {
1037
- class: b([{
1038
- "border-red-500 dark:border-red-500": o.error_message_data !== "",
1039
- "border-gray-200 dark:border-gray-700": o.error_message_data == ""
1037
+ class: p([{
1038
+ "border-red-500 dark:border-red-500": a.error_message_data !== "",
1039
+ "border-gray-200 dark:border-gray-700": a.error_message_data == ""
1040
1040
  }, "w-full p-4 bg-white border rounded-lg shadow dark:bg-gray-800"])
1041
1041
  }, [
1042
1042
  s("label", {
1043
- class: b({
1044
- "gl-label-form": o.error_message_data == "",
1045
- "gl-label-form-invalid": o.error_message_data !== "",
1043
+ class: p({
1044
+ "gl-label-form": a.error_message_data == "",
1045
+ "gl-label-form-invalid": a.error_message_data !== "",
1046
1046
  required: r.is_required
1047
1047
  })
1048
1048
  }, h(r.label_name), 3),
1049
1049
  s("div", {
1050
- onDragover: t[3] || (t[3] = M((...i) => a.onDragOver && a.onDragOver(...i), ["prevent"])),
1051
- onDragleave: t[4] || (t[4] = M((...i) => a.onDragLeave && a.onDragLeave(...i), ["prevent"])),
1052
- onDrop: t[5] || (t[5] = M((...i) => a.onDrop && a.onDrop(...i), ["prevent"])),
1050
+ onDragover: t[3] || (t[3] = M((...i) => o.onDragOver && o.onDragOver(...i), ["prevent"])),
1051
+ onDragleave: t[4] || (t[4] = M((...i) => o.onDragLeave && o.onDragLeave(...i), ["prevent"])),
1052
+ onDrop: t[5] || (t[5] = M((...i) => o.onDrop && o.onDrop(...i), ["prevent"])),
1053
1053
  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"
1054
1054
  }, [
1055
1055
  s("div", Ut, [
@@ -1058,31 +1058,31 @@ function br(e, t, r, n, o, a) {
1058
1058
  ref: "file_input" + r.field_name,
1059
1059
  hidden: "",
1060
1060
  multiple: r.has_multiple_file,
1061
- onChange: t[0] || (t[0] = (...i) => a.uploadFiles && a.uploadFiles(...i))
1061
+ onChange: t[0] || (t[0] = (...i) => o.uploadFiles && o.uploadFiles(...i))
1062
1062
  }, null, 40, qt),
1063
1063
  P(s("input", {
1064
1064
  type: "hidden",
1065
1065
  name: r.field_name,
1066
- "onUpdate:modelValue": t[1] || (t[1] = (i) => a.uploadedFileIds = i)
1066
+ "onUpdate:modelValue": t[1] || (t[1] = (i) => o.uploadedFileIds = i)
1067
1067
  }, null, 8, zt), [
1068
- [V, a.uploadedFileIds]
1068
+ [V, o.uploadedFileIds]
1069
1069
  ]),
1070
- o.isDragging ? (d(), u("div", Wt, Yt)) : (d(), u("div", {
1070
+ a.isDragging ? (d(), u("div", Wt, Yt)) : (d(), u("div", {
1071
1071
  key: 0,
1072
1072
  class: "flex flex-col items-center justify-center",
1073
1073
  onClick: t[2] || (t[2] = (i) => e.$refs["file_input" + this.field_name].click())
1074
1074
  }, Kt))
1075
1075
  ])
1076
1076
  ], 32),
1077
- s("span", Jt, h(o.error_message_data), 1),
1077
+ s("span", Jt, h(a.error_message_data), 1),
1078
1078
  s("small", Qt, h(r.description), 1),
1079
- o.files.length > 0 ? (d(), u("section", er, [
1080
- (d(!0), u(v, null, k(o.files, (i, c) => (d(), u("li", tr, [
1079
+ a.files.length > 0 ? (d(), u("section", er, [
1080
+ (d(!0), u(v, null, k(a.files, (i, c) => (d(), u("li", tr, [
1081
1081
  rr,
1082
1082
  s("div", sr, [
1083
1083
  s("div", nr, [
1084
- s("span", ar, h(a.getFileName(i.file_name)), 1),
1085
- s("span", or, h(i.loading), 1)
1084
+ s("span", or, h(o.getFileName(i.file_name)), 1),
1085
+ s("span", ar, h(i.loading), 1)
1086
1086
  ]),
1087
1087
  s("div", ir, [
1088
1088
  s("div", {
@@ -1094,12 +1094,12 @@ function br(e, t, r, n, o, a) {
1094
1094
  ]))), 256))
1095
1095
  ])) : g("", !0),
1096
1096
  s("section", lr, [
1097
- (d(!0), u(v, null, k(o.uploadFileList, (i, c) => (d(), u("li", dr, [
1097
+ (d(!0), u(v, null, k(a.uploadFileList, (i, c) => (d(), u("li", dr, [
1098
1098
  s("div", ur, [
1099
1099
  cr,
1100
1100
  s("div", fr, [
1101
- s("span", hr, h(a.getFileName(i.file_name)), 1),
1102
- s("span", gr, h(a.formatFileSize(i.size)), 1)
1101
+ s("span", hr, h(o.getFileName(i.file_name)), 1),
1102
+ s("span", gr, h(o.formatFileSize(i.size)), 1)
1103
1103
  ])
1104
1104
  ]),
1105
1105
  s("div", mr, [
@@ -1111,7 +1111,7 @@ function br(e, t, r, n, o, a) {
1111
1111
  r.is_enable_delete ? (d(), u("i", {
1112
1112
  key: 0,
1113
1113
  onClick: (f) => {
1114
- o.media_id = i.id, o.open_delete_modal = !0;
1114
+ a.media_id = i.id, a.open_delete_modal = !0;
1115
1115
  },
1116
1116
  class: "text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"
1117
1117
  }, null, 8, _r)) : g("", !0)
@@ -1196,10 +1196,10 @@ const hd = /* @__PURE__ */ O(Rt, [["render", br]]), yr = {
1196
1196
  kr,
1197
1197
  $r
1198
1198
  ];
1199
- function Sr(e, t, r, n, o, a) {
1199
+ function Sr(e, t, r, n, a, o) {
1200
1200
  return e.notification.show ? (d(), u("div", {
1201
1201
  key: 0,
1202
- class: b(["fixed right-0 z-50 flex items-center p-4 m-5 mb-4 rounded-lg shadow-lg", a.alertClasses]),
1202
+ class: p(["fixed right-0 z-50 flex items-center p-4 m-5 mb-4 rounded-lg shadow-lg", o.alertClasses]),
1203
1203
  role: "alert"
1204
1204
  }, [
1205
1205
  vr,
@@ -1207,8 +1207,8 @@ function Sr(e, t, r, n, o, a) {
1207
1207
  s("div", wr, h(e.notification.message), 1),
1208
1208
  s("button", {
1209
1209
  type: "button",
1210
- onClick: t[0] || (t[0] = (...l) => a.dismiss && a.dismiss(...l)),
1211
- class: b(["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", a.buttonClasses]),
1210
+ onClick: t[0] || (t[0] = (...l) => o.dismiss && o.dismiss(...l)),
1211
+ class: p(["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", o.buttonClasses]),
1212
1212
  "aria-label": "Close"
1213
1213
  }, Cr, 2)
1214
1214
  ], 2)) : g("", !0);
@@ -1249,9 +1249,9 @@ const gd = /* @__PURE__ */ O(yr, [["render", Sr]]), Or = {
1249
1249
  mounted() {
1250
1250
  }
1251
1251
  }, Dr = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, Pr = ["name", "value", "id", "checked"], Er = ["for"];
1252
- function jr(e, t, r, n, o, a) {
1252
+ function jr(e, t, r, n, a, o) {
1253
1253
  return d(), u("ul", Dr, [
1254
- (d(!0), u(v, null, k(o.locals, (l, i) => (d(), u("li", null, [
1254
+ (d(!0), u(v, null, k(a.locals, (l, i) => (d(), u("li", null, [
1255
1255
  s("input", {
1256
1256
  type: "radio",
1257
1257
  name: r.trans_selector_name,
@@ -1259,14 +1259,14 @@ function jr(e, t, r, n, o, a) {
1259
1259
  class: "hidden peer",
1260
1260
  id: l + "_" + r.field_name,
1261
1261
  autocomplete: "off",
1262
- checked: l === o.default_language
1262
+ checked: l === a.default_language
1263
1263
  }, null, 8, Pr),
1264
1264
  s("label", {
1265
1265
  for: l + "_" + r.field_name,
1266
- class: b([{
1266
+ class: p([{
1267
1267
  "border md:!rounded-s-lg": i === 0,
1268
- "border md:!rounded-e-lg": i === o.locals.length - 1,
1269
- "border-t border-b": i !== 0 && i !== o.locals.length - 1
1268
+ "border md:!rounded-e-lg": i === a.locals.length - 1,
1269
+ "border-t border-b": i !== 0 && i !== a.locals.length - 1
1270
1270
  }, "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"])
1271
1271
  }, h(l), 11, Er)
1272
1272
  ]))), 256))
@@ -1285,8 +1285,8 @@ const md = /* @__PURE__ */ O(Or, [["render", jr]]), Ar = { class: "bg-white bord
1285
1285
  },
1286
1286
  setup(e) {
1287
1287
  const t = e, r = B(() => t.class);
1288
- return (n, o) => (d(), u("div", {
1289
- class: b(["flex flex-col gap-9", r.value])
1288
+ return (n, a) => (d(), u("div", {
1289
+ class: p(["flex flex-col gap-9", r.value])
1290
1290
  }, [
1291
1291
  s("div", Ar, [
1292
1292
  s("div", Ir, [
@@ -1483,23 +1483,23 @@ const md = /* @__PURE__ */ O(Or, [["render", jr]]), Ar = { class: "bg-white bord
1483
1483
  })
1484
1484
  ])
1485
1485
  ], -1), Jr = ["id"], Qr = { class: "overflow-y-auto max-h-64" }, es = ["onClick", "onMousedown", "id"];
1486
- function ts(e, t, r, n, o, a) {
1486
+ function ts(e, t, r, n, a, o) {
1487
1487
  return d(), u(v, null, [
1488
1488
  r.show ? (d(), u("div", {
1489
1489
  key: 0,
1490
- class: b(r.field_name)
1490
+ class: p(r.field_name)
1491
1491
  }, [
1492
1492
  s("h3", Vr, h(r.label_name), 1),
1493
1493
  s("p", Lr, [
1494
- (d(!0), u(v, null, k(o.selected, (l, i) => (d(), u("span", Br, h(l.name), 1))), 256))
1494
+ (d(!0), u(v, null, k(a.selected, (l, i) => (d(), u("span", Br, h(l.name), 1))), 256))
1495
1495
  ]),
1496
1496
  Gr
1497
1497
  ], 2)) : g("", !0),
1498
1498
  r.show ? g("", !0) : (d(), u("div", {
1499
1499
  key: 1,
1500
- class: b(["mb-4", r.field_name])
1500
+ class: p(["mb-4", r.field_name])
1501
1501
  }, [
1502
- (d(!0), u(v, null, k(o.selectedIds, (l, i) => (d(), u("input", {
1502
+ (d(!0), u(v, null, k(a.selectedIds, (l, i) => (d(), u("input", {
1503
1503
  type: "hidden",
1504
1504
  name: r.field_name + "[]",
1505
1505
  key: i,
@@ -1507,7 +1507,7 @@ function ts(e, t, r, n, o, a) {
1507
1507
  }, null, 8, Fr))), 128)),
1508
1508
  r.options ? (d(), u("div", Rr, [
1509
1509
  s("label", {
1510
- class: b({
1510
+ class: p({
1511
1511
  "gl-label-form": r.error_message == "",
1512
1512
  "gl-label-form-invalid": r.error_message !== "",
1513
1513
  required: r.is_required
@@ -1515,12 +1515,12 @@ function ts(e, t, r, n, o, a) {
1515
1515
  }, h(r.label_name), 3),
1516
1516
  s("div", Ur, [
1517
1517
  s("button", {
1518
- onClick: t[0] || (t[0] = (...l) => a.selectAll && a.selectAll(...l)),
1518
+ onClick: t[0] || (t[0] = (...l) => o.selectAll && o.selectAll(...l)),
1519
1519
  type: "button",
1520
1520
  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"
1521
1521
  }, " Select all "),
1522
1522
  s("button", {
1523
- onClick: t[1] || (t[1] = (...l) => a.deselectAll && a.deselectAll(...l)),
1523
+ onClick: t[1] || (t[1] = (...l) => o.deselectAll && o.deselectAll(...l)),
1524
1524
  type: "button",
1525
1525
  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"
1526
1526
  }, " Deselect all ")
@@ -1529,21 +1529,21 @@ function ts(e, t, r, n, o, a) {
1529
1529
  s("div", zr, [
1530
1530
  s("div", {
1531
1531
  class: "flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",
1532
- onClick: t[2] || (t[2] = (l) => a.showOptions())
1532
+ onClick: t[2] || (t[2] = (l) => o.showOptions())
1533
1533
  }, [
1534
- (d(!0), u(v, null, k(o.selected, (l, i) => (d(), u("span", {
1534
+ (d(!0), u(v, null, k(a.selected, (l, i) => (d(), u("span", {
1535
1535
  key: i,
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
1538
  w(h(l.name) + " ", 1),
1539
1539
  s("i", {
1540
- onClick: M((c) => a.clearOption(l), ["stop"]),
1540
+ onClick: M((c) => o.clearOption(l), ["stop"]),
1541
1541
  class: "cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"
1542
1542
  }, null, 8, Hr)
1543
1543
  ]))), 128))
1544
1544
  ]),
1545
1545
  s("i", {
1546
- class: b([o.optionsShown ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700"]),
1546
+ class: p([a.optionsShown ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700"]),
1547
1547
  style: { top: "11px" }
1548
1548
  }, null, 2)
1549
1549
  ]),
@@ -1554,32 +1554,32 @@ function ts(e, t, r, n, o, a) {
1554
1554
  Yr,
1555
1555
  P(s("input", {
1556
1556
  type: "search",
1557
- "onUpdate:modelValue": t[3] || (t[3] = (l) => o.searchFilter = l),
1557
+ "onUpdate:modelValue": t[3] || (t[3] = (l) => a.searchFilter = l),
1558
1558
  id: r.field_name + "search",
1559
1559
  ref: r.field_name + "search",
1560
- onBlur: t[4] || (t[4] = (l) => a.exit()),
1560
+ onBlur: t[4] || (t[4] = (l) => o.exit()),
1561
1561
  autocomplete: "off",
1562
1562
  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",
1563
1563
  placeholder: "Search ..."
1564
1564
  }, null, 40, Jr), [
1565
- [V, o.searchFilter]
1565
+ [V, a.searchFilter]
1566
1566
  ])
1567
1567
  ])
1568
1568
  ]),
1569
1569
  s("div", Qr, [
1570
- (d(!0), u(v, null, k(a.filteredOptions, (l, i) => (d(), u("div", {
1571
- class: b([
1570
+ (d(!0), u(v, null, k(o.filteredOptions, (l, i) => (d(), u("div", {
1571
+ class: p([
1572
1572
  "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",
1573
- i + 1 == o.count || a.isOptionSelected(l.id) ? "bg-gray-100 dark:bg-gray-600" : ""
1573
+ i + 1 == a.count || o.isOptionSelected(l.id) ? "bg-gray-100 dark:bg-gray-600" : ""
1574
1574
  ]),
1575
- onClick: (c) => a.selectOption(l),
1576
- onMousedown: (c) => a.selectOption(l),
1575
+ onClick: (c) => o.selectOption(l),
1576
+ onMousedown: (c) => o.selectOption(l),
1577
1577
  key: i,
1578
1578
  id: i + 1
1579
1579
  }, h(l.name || l.id || "-"), 43, es))), 128))
1580
1580
  ])
1581
1581
  ], 512), [
1582
- [G, o.optionsShown]
1582
+ [G, a.optionsShown]
1583
1583
  ])
1584
1584
  ])
1585
1585
  ])) : g("", !0)
@@ -1655,11 +1655,11 @@ const _d = /* @__PURE__ */ O(Nr, [["render", ts]]), rs = {
1655
1655
  fill: "#1C64F2"
1656
1656
  })
1657
1657
  ], -1);
1658
- function ns(e, t, r, n, o, a) {
1658
+ function ns(e, t, r, n, a, o) {
1659
1659
  return r.is_loading ? (d(), Z(se("button"), {
1660
1660
  key: 1,
1661
1661
  disabled: "",
1662
- class: b(`flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${a.buttonTypeClass}`)
1662
+ class: p(`flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${o.buttonTypeClass}`)
1663
1663
  }, {
1664
1664
  default: Y(() => [
1665
1665
  ss,
@@ -1671,19 +1671,19 @@ function ns(e, t, r, n, o, a) {
1671
1671
  type: r.is_submit
1672
1672
  }, { type: r.is_submit ? "submit" : void 0 }, {
1673
1673
  href: r.tag === "a" ? r.href : void 0,
1674
- class: `flex items-center gap-2 focus:outline-none text-sm px-5 py-2 me-2 font-medium rounded-lg ${a.buttonTypeClass}`
1674
+ class: `flex items-center gap-2 focus:outline-none text-sm px-5 py-2 me-2 font-medium rounded-lg ${o.buttonTypeClass}`
1675
1675
  }), {
1676
1676
  default: Y(() => [
1677
1677
  r.icon ? (d(), u("i", {
1678
1678
  key: 0,
1679
- class: b([r.icon, "text-base"])
1679
+ class: p([r.icon, "text-base"])
1680
1680
  }, null, 2)) : g("", !0),
1681
1681
  A(e.$slots, "default")
1682
1682
  ]),
1683
1683
  _: 3
1684
1684
  }, 16, ["type", "href", "class"]));
1685
1685
  }
1686
- const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold ptext-lg dark:text-white" }, os = ["name", "id"], is = ["id"], ls = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ds = ["for"], us = /* @__PURE__ */ s("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), cs = ["name", "id"], fs = ["required", "name", "id", "type"], hs = { class: "gl-span-form-error" }, gs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, yd = {
1686
+ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), os = { class: "font-bold ptext-lg dark:text-white" }, as = ["name", "id"], is = ["id"], ls = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ds = ["for"], us = /* @__PURE__ */ s("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), cs = ["name", "id"], fs = ["required", "name", "id", "type"], hs = { class: "gl-span-form-error" }, gs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, yd = {
1687
1687
  __name: "GlTextareaTranslate",
1688
1688
  props: {
1689
1689
  is_required: {
@@ -1741,23 +1741,23 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1741
1741
  },
1742
1742
  emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
1743
1743
  setup(e, { expose: t, emit: r }) {
1744
- const n = e, o = r, a = S(null), l = S(null);
1744
+ const n = e, a = r, o = S(null), l = S(null);
1745
1745
  return F(() => {
1746
- a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus(), n.model_value && (o("update:modelValue", n.model_value), a.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
1746
+ o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
1747
1747
  model: n.translatable.model,
1748
1748
  row_id: n.translatable.row_id,
1749
1749
  field: n.translatable.field
1750
1750
  }).then((i) => {
1751
- l.value.value = JSON.stringify(i.data), o("update:modelValueTranslate", JSON.stringify(i.data)), console.log("input_translate", l.value.value);
1751
+ l.value.value = JSON.stringify(i.data), a("update:modelValueTranslate", JSON.stringify(i.data)), console.log("input_translate", l.value.value);
1752
1752
  }).catch((i) => {
1753
1753
  console.log(i);
1754
1754
  });
1755
- }), t({ focus: () => a.value.focus() }), (i, c) => (d(), u(v, null, [
1755
+ }), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
1756
1756
  e.show ? (d(), u("div", {
1757
1757
  key: 0,
1758
- class: b(e.field_name)
1758
+ class: p(e.field_name)
1759
1759
  }, [
1760
- s("h3", as, h(e.label_name), 1),
1760
+ s("h3", os, h(e.label_name), 1),
1761
1761
  P(s("input", {
1762
1762
  type: "hidden",
1763
1763
  "data-i18n": "true",
@@ -1766,7 +1766,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1766
1766
  ref_key: "input_translate",
1767
1767
  ref: l,
1768
1768
  "onUpdate:modelValue": c[0] || (c[0] = (f) => i.inputTranslateValue = f)
1769
- }, null, 8, os), [
1769
+ }, null, 8, as), [
1770
1770
  [V, i.inputTranslateValue]
1771
1771
  ]),
1772
1772
  s("p", {
@@ -1777,10 +1777,10 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1777
1777
  ], 2)) : g("", !0),
1778
1778
  e.show ? g("", !0) : (d(), u("div", {
1779
1779
  key: 1,
1780
- class: b(["mb-4", e.field_name])
1780
+ class: p(["mb-4", e.field_name])
1781
1781
  }, [
1782
1782
  s("label", {
1783
- class: b({
1783
+ class: p({
1784
1784
  "gl-label-translation-form": e.error_message == "",
1785
1785
  "gl-label-translation-form-invalid": e.error_message !== "",
1786
1786
  required: e.is_required
@@ -1802,7 +1802,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1802
1802
  required: e.is_required,
1803
1803
  name: e.field_name,
1804
1804
  id: e.field_name,
1805
- class: b({
1805
+ class: p({
1806
1806
  " gl-textarea-form form-input-translation mt-4 ": e.error_message == "",
1807
1807
  " gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
1808
1808
  }),
@@ -1810,7 +1810,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1810
1810
  onInput: c[2] || (c[2] = (f) => i.$emit("update:modelValue", f.target.value)),
1811
1811
  onKeydown: c[3] || (c[3] = (f) => i.$emit("keydown", f)),
1812
1812
  ref_key: "input",
1813
- ref: a,
1813
+ ref: o,
1814
1814
  rows: "4"
1815
1815
  }, `
1816
1816
  `, 42, fs),
@@ -1877,25 +1877,25 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1877
1877
  },
1878
1878
  emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
1879
1879
  setup(e, { expose: t, emit: r }) {
1880
- const n = e, o = r, a = S(null), l = S(null);
1880
+ const n = e, a = r, o = S(null), l = S(null);
1881
1881
  return F(() => {
1882
1882
  tinymce.init({
1883
1883
  selector: "#" + n.field_name,
1884
1884
  width: "100%",
1885
1885
  height: 300
1886
- }), console.log("tinymce ", n.model_value), a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus(), n.model_value && (o("update:modelValue", n.model_value), a.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
1886
+ }), console.log("tinymce ", n.model_value), o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
1887
1887
  model: n.translatable.model,
1888
1888
  row_id: n.translatable.row_id,
1889
1889
  field: n.translatable.field
1890
1890
  }).then((i) => {
1891
- l.value.value = JSON.stringify(i.data), o("update:modelValueTranslate", JSON.stringify(i.data));
1891
+ l.value.value = JSON.stringify(i.data), a("update:modelValueTranslate", JSON.stringify(i.data));
1892
1892
  }).catch((i) => {
1893
1893
  console.log(i);
1894
1894
  });
1895
- }), t({ focus: () => a.value.focus() }), (i, c) => (d(), u(v, null, [
1895
+ }), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
1896
1896
  e.show ? (d(), u("div", {
1897
1897
  key: 0,
1898
- class: b(e.field_name)
1898
+ class: p(e.field_name)
1899
1899
  }, [
1900
1900
  s("h3", ms, h(e.label_name), 1),
1901
1901
  P(s("input", {
@@ -1917,10 +1917,10 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1917
1917
  ], 2)) : g("", !0),
1918
1918
  e.show ? g("", !0) : (d(), u("div", {
1919
1919
  key: 1,
1920
- class: b(["mb-4", e.field_name])
1920
+ class: p(["mb-4", e.field_name])
1921
1921
  }, [
1922
1922
  s("label", {
1923
- class: b({
1923
+ class: p({
1924
1924
  "gl-label-translation-form": e.error_message == "",
1925
1925
  "gl-label-translation-form-invalid": e.error_message !== "",
1926
1926
  required: e.is_required
@@ -1941,7 +1941,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1941
1941
  s("textarea", {
1942
1942
  name: e.field_name,
1943
1943
  id: e.field_name,
1944
- class: b(["tiny", {
1944
+ class: p(["tiny", {
1945
1945
  " gl-textarea-form form-input-translation mt-4 ": e.error_message == "",
1946
1946
  " gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
1947
1947
  }]),
@@ -1949,7 +1949,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
1949
1949
  onInput: c[2] || (c[2] = (f) => i.$emit("update:modelValue", f.target.value)),
1950
1950
  onKeydown: c[3] || (c[3] = (f) => i.$emit("keydown", f)),
1951
1951
  ref_key: "input",
1952
- ref: a,
1952
+ ref: o,
1953
1953
  rows: "4"
1954
1954
  }, `
1955
1955
  `, 42, ws),
@@ -2016,21 +2016,21 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2016
2016
  },
2017
2017
  emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
2018
2018
  setup(e, { expose: t, emit: r }) {
2019
- const n = e, o = r, a = S(null), l = S(null);
2019
+ const n = e, a = r, o = S(null), l = S(null);
2020
2020
  return F(() => {
2021
- a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus(), n.model_value && (o("update:modelValue", n.model_value), a.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
2021
+ o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
2022
2022
  model: n.translatable.model,
2023
2023
  row_id: n.translatable.row_id,
2024
2024
  field: n.translatable.field
2025
2025
  }).then((i) => {
2026
- l.value.value = JSON.stringify(i.data), o("update:modelValueTranslate", JSON.stringify(i.data));
2026
+ l.value.value = JSON.stringify(i.data), a("update:modelValueTranslate", JSON.stringify(i.data));
2027
2027
  }).catch((i) => {
2028
2028
  console.log(i);
2029
2029
  });
2030
- }), t({ focus: () => a.value.focus() }), (i, c) => (d(), u(v, null, [
2030
+ }), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
2031
2031
  e.show ? (d(), u("div", {
2032
2032
  key: 0,
2033
- class: b(e.field_name)
2033
+ class: p(e.field_name)
2034
2034
  }, [
2035
2035
  s("h3", Cs, h(e.label_name), 1),
2036
2036
  P(s("input", {
@@ -2051,10 +2051,10 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2051
2051
  ], 2)) : g("", !0),
2052
2052
  e.show ? g("", !0) : (d(), u("div", {
2053
2053
  key: 1,
2054
- class: b(["mb-4", e.field_name])
2054
+ class: p(["mb-4", e.field_name])
2055
2055
  }, [
2056
2056
  s("label", {
2057
- class: b({
2057
+ class: p({
2058
2058
  "gl-label-translation-form": e.error_message == "",
2059
2059
  "gl-label-translation-form-invalid": e.error_message !== "",
2060
2060
  required: e.is_required
@@ -2076,7 +2076,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2076
2076
  required: e.is_required,
2077
2077
  name: e.field_name,
2078
2078
  id: e.field_name,
2079
- class: b({
2079
+ class: p({
2080
2080
  " gl-input-form form-input-translation mt-2 ": e.error_message == "",
2081
2081
  " gl-input-form-invalid form-input-translation mt-2 ": e.error_message !== ""
2082
2082
  }),
@@ -2084,7 +2084,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2084
2084
  onInput: c[2] || (c[2] = (f) => i.$emit("update:modelValue", f.target.value)),
2085
2085
  onKeydown: c[3] || (c[3] = (f) => i.$emit("keydown", f)),
2086
2086
  ref_key: "input",
2087
- ref: a
2087
+ ref: o
2088
2088
  }, null, 42, As),
2089
2089
  s("span", Is, h(e.error_message), 1),
2090
2090
  s("small", Ts, h(e.description), 1)
@@ -2133,22 +2133,22 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2133
2133
  },
2134
2134
  emits: ["update:modelValue", "keydown"],
2135
2135
  setup(e, { expose: t, emit: r }) {
2136
- const n = e, o = r, a = S(null);
2136
+ const n = e, a = r, o = S(null);
2137
2137
  F(() => {
2138
- a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus();
2138
+ o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus();
2139
2139
  });
2140
2140
  const l = B({
2141
2141
  get() {
2142
2142
  return n.modelValue;
2143
2143
  },
2144
2144
  set(i) {
2145
- o("update:modelValue", i);
2145
+ a("update:modelValue", i);
2146
2146
  }
2147
2147
  });
2148
- return t({ focus: () => a.value.focus() }), (i, c) => (d(), u(v, null, [
2148
+ return t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
2149
2149
  e.show ? (d(), u("div", {
2150
2150
  key: 0,
2151
- class: b(e.field_name)
2151
+ class: p(e.field_name)
2152
2152
  }, [
2153
2153
  s("h3", Ms, h(e.label_name), 1),
2154
2154
  s("p", Ns, h(e.type == "password" ? e.modelValue.replace(/./g, "*") : e.modelValue), 1),
@@ -2156,10 +2156,10 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2156
2156
  ], 2)) : g("", !0),
2157
2157
  e.show ? g("", !0) : (d(), u("div", {
2158
2158
  key: 1,
2159
- class: b(["mb-4", e.field_name])
2159
+ class: p(["mb-4", e.field_name])
2160
2160
  }, [
2161
2161
  s("label", {
2162
- class: b({
2162
+ class: p({
2163
2163
  "gl-label-form": e.error_message == "",
2164
2164
  "gl-label-form-invalid": e.error_message !== "",
2165
2165
  required: e.is_required
@@ -2170,7 +2170,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2170
2170
  required: e.is_required,
2171
2171
  name: e.field_name,
2172
2172
  id: e.field_name,
2173
- class: b({
2173
+ class: p({
2174
2174
  "gl-input-form": e.error_message == "",
2175
2175
  "gl-input-form-invalid": e.error_message !== ""
2176
2176
  }),
@@ -2178,7 +2178,7 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2178
2178
  "onUpdate:modelValue": c[0] || (c[0] = (f) => l.value = f),
2179
2179
  onKeydown: c[1] || (c[1] = (f) => i.$emit("keydown", f)),
2180
2180
  ref_key: "input",
2181
- ref: a
2181
+ ref: o
2182
2182
  }, null, 42, Bs), [
2183
2183
  [Ye, l.value]
2184
2184
  ]),
@@ -2189,14 +2189,14 @@ const bd = /* @__PURE__ */ O(rs, [["render", ns]]), as = { class: "font-bold pte
2189
2189
  }
2190
2190
  }, Rs = {
2191
2191
  setup(e, { slots: t }) {
2192
- const r = S(t.default().map((o) => o.props)), n = S(r.value[0].title);
2192
+ const r = S(t.default().map((a) => a.props)), n = S(r.value[0].title);
2193
2193
  return Je("selectedTitle", n), {
2194
2194
  tabs: r,
2195
2195
  selectedTitle: n
2196
2196
  };
2197
2197
  }
2198
2198
  }, Us = { class: "flex flex-wrap" }, qs = { class: "w-full" }, zs = { class: "flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none" }, Hs = ["onClick"], Zs = { 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" }, Ks = { class: "flex-auto px-4 py-5" }, Ws = { class: "tab-content tab-space" };
2199
- function Xs(e, t, r, n, o, a) {
2199
+ function Xs(e, t, r, n, a, o) {
2200
2200
  return d(), u(v, null, [
2201
2201
  s("div", Us, [
2202
2202
  s("div", qs, [
@@ -2207,10 +2207,10 @@ function Xs(e, t, r, n, o, a) {
2207
2207
  class: "flex-auto -mb-px text-center"
2208
2208
  }, [
2209
2209
  s("a", {
2210
- class: b([{ "text-slate-600 bg-white dark:bg-meta-4": n.selectedTitle != l.title, "text-white bg-slate-600 dark:bg-primary": n.selectedTitle === l.title }, "block px-5 py-3 text-xs font-bold leading-normal uppercase rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])
2210
+ class: p([{ "text-slate-600 bg-white dark:bg-meta-4": n.selectedTitle != l.title, "text-white bg-slate-600 dark:bg-primary": n.selectedTitle === l.title }, "block px-5 py-3 text-xs font-bold leading-normal uppercase rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])
2211
2211
  }, [
2212
2212
  s("i", {
2213
- class: b([l.icon, "mr-1 text-base"])
2213
+ class: p([l.icon, "mr-1 text-base"])
2214
2214
  }, null, 2),
2215
2215
  w(" " + h(l.title), 1)
2216
2216
  ], 2)
@@ -2235,7 +2235,7 @@ const kd = /* @__PURE__ */ O(Rs, [["render", Xs]]), Ys = {
2235
2235
  };
2236
2236
  }
2237
2237
  }, Js = { class: "block" };
2238
- function Qs(e, t, r, n, o, a) {
2238
+ function Qs(e, t, r, n, a, o) {
2239
2239
  return P((d(), u("div", Js, [
2240
2240
  A(e.$slots, "default")
2241
2241
  ], 512)), [
@@ -2295,23 +2295,23 @@ const $d = /* @__PURE__ */ O(Ys, [["render", Qs]]), en = {
2295
2295
  generateRandomString(e) {
2296
2296
  let t = "";
2297
2297
  const r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", n = r.length;
2298
- for (let o = 0; o < e; o++)
2298
+ for (let a = 0; a < e; a++)
2299
2299
  t += r.charAt(Math.floor(Math.random() * n));
2300
2300
  return t;
2301
2301
  },
2302
2302
  movingActions() {
2303
2303
  let e = this, t = document.getElementById("slider_" + this.Random_string);
2304
- const r = (o) => {
2304
+ const r = (a) => {
2305
2305
  t.style.cursor = "grabbing";
2306
- const a = (i) => {
2306
+ const o = (i) => {
2307
2307
  const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX, f = i.clientY || i.touches && i.touches[0] && i.touches[0].clientY, m = c - e.initialX, y = f - e.initialY;
2308
2308
  Math.abs(m) > Math.abs(y) ? (i.preventDefault(), Math.abs(m) >= 70 && (m < 0 ? e.next() : e.prev(), e.initialX = c)) : t.style.cursor = "grab", Math.abs(y) > Math.abs(m) && (t.style.cursor = "grab");
2309
2309
  }, l = () => {
2310
- document.removeEventListener("mousemove", a), document.removeEventListener("touchmove", a), document.removeEventListener("mouseup", l), document.removeEventListener("touchend", l), t.style.cursor = "grab";
2310
+ document.removeEventListener("mousemove", o), document.removeEventListener("touchmove", o), document.removeEventListener("mouseup", l), document.removeEventListener("touchend", l), t.style.cursor = "grab";
2311
2311
  };
2312
- document.addEventListener("mousemove", a), document.addEventListener("touchmove", a, { passive: !1 }), document.addEventListener("mouseup", l), document.addEventListener("touchend", l), e.initialX = o.clientX || o.touches && o.touches[0] && o.touches[0].clientX, e.initialY = o.clientY || o.touches && o.touches[0] && o.touches[0].clientY;
2313
- }, n = (o) => {
2314
- o.key === "ArrowLeft" ? e.prev() : o.key === "ArrowRight" && e.next();
2312
+ document.addEventListener("mousemove", o), document.addEventListener("touchmove", o, { passive: !1 }), document.addEventListener("mouseup", l), document.addEventListener("touchend", l), e.initialX = a.clientX || a.touches && a.touches[0] && a.touches[0].clientX, e.initialY = a.clientY || a.touches && a.touches[0] && a.touches[0].clientY;
2313
+ }, n = (a) => {
2314
+ a.key === "ArrowLeft" ? e.prev() : a.key === "ArrowRight" && e.next();
2315
2315
  };
2316
2316
  t.addEventListener("mousedown", r), t.addEventListener("touchstart", r), document.addEventListener("keydown", n);
2317
2317
  },
@@ -2322,17 +2322,17 @@ const $d = /* @__PURE__ */ O(Ys, [["render", Qs]]), en = {
2322
2322
  this.currentDot > 1 && (this.currentDot--, this.setDot(this.currentDot));
2323
2323
  },
2324
2324
  initSlider() {
2325
- let e = document.getElementById("sliderContainer_" + this.Random_string), t = document.getElementById("mainSliderContainer_" + this.Random_string), r = document.getElementById("slider_" + this.Random_string), n = r.querySelectorAll("li"), o = Array.from(n).filter((i) => i.parentNode === r), a = e.clientWidth, l = a / this.elementsToShow;
2326
- if (this.elementsToShow > 1 ? document.body.clientWidth < 1e3 ? (this.elementsToShow = 1, l = this.hide_arrow ? t.clientWidth : a) : document.body.clientWidth < 1500 && (this.elementsToShow = 2) : (this.elementsToShow = 1, l = this.hide_arrow ? t.clientWidth : a), o.length > 1) {
2327
- this.dotsNum = this.elementsToShow == 1 ? o.length : o.length - this.elementsToShow + 1;
2328
- let i = this.elementsToShow == 1 ? l * o.length / this.dotsNum : l * (o.length - this.elementsToShow) / (this.dotsNum - 1);
2325
+ let e = document.getElementById("sliderContainer_" + this.Random_string), t = document.getElementById("mainSliderContainer_" + this.Random_string), r = document.getElementById("slider_" + this.Random_string), n = r.querySelectorAll("li"), a = Array.from(n).filter((i) => i.parentNode === r), o = e.clientWidth, l = o / this.elementsToShow;
2326
+ if (this.elementsToShow > 1 ? document.body.clientWidth < 1e3 ? (this.elementsToShow = 1, l = this.hide_arrow ? t.clientWidth : o) : document.body.clientWidth < 1500 && (this.elementsToShow = 2) : (this.elementsToShow = 1, l = this.hide_arrow ? t.clientWidth : o), a.length > 1) {
2327
+ this.dotsNum = this.elementsToShow == 1 ? a.length : a.length - this.elementsToShow + 1;
2328
+ let i = this.elementsToShow == 1 ? l * a.length / this.dotsNum : l * (a.length - this.elementsToShow) / (this.dotsNum - 1);
2329
2329
  this.dotsNavigation = [];
2330
2330
  for (let c = 0; c < this.dotsNum; c++)
2331
2331
  this.dotsNavigation.push(i * c);
2332
2332
  }
2333
- r.style.width = o.length * l + "px", r.style.transition = "margin", r.style.transitionDuration = "1s";
2334
- for (let i = 0; i < o.length; i++) {
2335
- const c = o[i];
2333
+ r.style.width = a.length * l + "px", r.style.transition = "margin", r.style.transitionDuration = "1s";
2334
+ for (let i = 0; i < a.length; i++) {
2335
+ const c = a[i];
2336
2336
  c.style.width = l + "px";
2337
2337
  }
2338
2338
  },
@@ -2352,12 +2352,12 @@ const $d = /* @__PURE__ */ O(Ys, [["render", Qs]]), en = {
2352
2352
  viewBox: "0 0 24 24",
2353
2353
  stroke: "currentColor",
2354
2354
  "stroke-width": "2"
2355
- }, an = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
2355
+ }, on = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
2356
2356
  "stroke-linecap": "round",
2357
2357
  "stroke-linejoin": "round",
2358
2358
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2359
- }, null, -1)), on = [
2360
- an
2359
+ }, null, -1)), an = [
2360
+ on
2361
2361
  ], ln = {
2362
2362
  key: 1,
2363
2363
  xmlns: "http://www.w3.org/2000/svg",
@@ -2505,13 +2505,13 @@ const $d = /* @__PURE__ */ O(Ys, [["render", Qs]]), en = {
2505
2505
  viewBox: "0 0 24 24",
2506
2506
  stroke: "currentColor",
2507
2507
  "stroke-width": "2"
2508
- }, ea = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
2508
+ }, eo = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
2509
2509
  "stroke-linecap": "round",
2510
2510
  "stroke-linejoin": "round",
2511
2511
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2512
- }, null, -1)), ta = [
2513
- ea
2514
- ], ra = {
2512
+ }, null, -1)), to = [
2513
+ eo
2514
+ ], ro = {
2515
2515
  key: 1,
2516
2516
  xmlns: "http://www.w3.org/2000/svg",
2517
2517
  class: "w-6 h-6",
@@ -2519,32 +2519,32 @@ const $d = /* @__PURE__ */ O(Ys, [["render", Qs]]), en = {
2519
2519
  viewBox: "0 0 24 24",
2520
2520
  stroke: "currentColor",
2521
2521
  "stroke-width": "2"
2522
- }, sa = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
2522
+ }, so = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
2523
2523
  "stroke-linecap": "round",
2524
2524
  "stroke-linejoin": "round",
2525
2525
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2526
- }, null, -1)), na = [
2527
- sa
2526
+ }, null, -1)), no = [
2527
+ so
2528
2528
  ];
2529
- function aa(e, t, r, n, o, a) {
2529
+ function oo(e, t, r, n, a, o) {
2530
2530
  return d(), u("div", null, [
2531
2531
  s("div", {
2532
- class: b(["", !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
2532
+ class: p(["", !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
2533
2533
  id: "mainSliderContainer_" + e.Random_string
2534
2534
  }, [
2535
2535
  e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", rn, [
2536
2536
  s("div", sn, [
2537
2537
  s("button", {
2538
2538
  class: "p-3 mr-5 rounded-full shadow-lg arrow_button_styles",
2539
- onClick: t[0] || (t[0] = (l) => a.prev())
2539
+ onClick: t[0] || (t[0] = (l) => o.prev())
2540
2540
  }, [
2541
- r.direction_property == "ltr" ? (d(), u("svg", nn, on)) : g("", !0),
2541
+ r.direction_property == "ltr" ? (d(), u("svg", nn, an)) : g("", !0),
2542
2542
  r.direction_property == "rtl" ? (d(), u("svg", ln, un)) : g("", !0)
2543
2543
  ])
2544
2544
  ])
2545
2545
  ])) : g("", !0),
2546
2546
  s("div", {
2547
- class: b(["overflow-hidden", a.sliderContainerAction()]),
2547
+ class: p(["overflow-hidden", o.sliderContainerAction()]),
2548
2548
  id: "sliderContainer_" + e.Random_string
2549
2549
  }, [
2550
2550
  s("ul", {
@@ -2553,12 +2553,12 @@ function aa(e, t, r, n, o, a) {
2553
2553
  }, [
2554
2554
  e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (d(), u("div", {
2555
2555
  key: 0,
2556
- class: b(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", r.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
2556
+ class: p(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", r.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
2557
2557
  }, [
2558
2558
  s("div", hn, [
2559
2559
  s("button", {
2560
2560
  class: "p-3 rounded-full shadow-lg arrow_button_styles",
2561
- onClick: t[1] || (t[1] = M((l) => a.prev(), ["stop"]))
2561
+ onClick: t[1] || (t[1] = M((l) => o.prev(), ["stop"]))
2562
2562
  }, [
2563
2563
  r.direction_property == "ltr" ? (d(), u("svg", gn, pn)) : g("", !0),
2564
2564
  r.direction_property == "rtl" ? (d(), u("svg", _n, yn)) : g("", !0)
@@ -2568,12 +2568,12 @@ function aa(e, t, r, n, o, a) {
2568
2568
  A(e.$slots, "default", {}, void 0, !0),
2569
2569
  e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (d(), u("div", {
2570
2570
  key: 1,
2571
- class: b(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", r.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
2571
+ class: p(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", r.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
2572
2572
  }, [
2573
2573
  s("div", vn, [
2574
2574
  s("button", {
2575
2575
  class: "p-3 rounded-full shadow-lg arrow_button_styles",
2576
- onClick: t[2] || (t[2] = M((l) => a.next(), ["stop"]))
2576
+ onClick: t[2] || (t[2] = M((l) => o.next(), ["stop"]))
2577
2577
  }, [
2578
2578
  r.direction_property == "ltr" ? (d(), u("svg", xn, kn)) : g("", !0),
2579
2579
  r.direction_property == "rtl" ? (d(), u("svg", $n, Sn)) : g("", !0)
@@ -2583,32 +2583,32 @@ function aa(e, t, r, n, o, a) {
2583
2583
  ], 8, fn),
2584
2584
  r.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (d(), u("div", {
2585
2585
  key: 0,
2586
- class: b(["flex justify-center mb-1 space-x-1", a.sliderIndicatorsAction()])
2586
+ class: p(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
2587
2587
  }, [
2588
2588
  (d(!0), u(v, null, k(e.dotsNum, (l) => (d(), u("button", {
2589
2589
  role: "button",
2590
- class: b(["gl-dot", { active: e.currentDot == l }]),
2590
+ class: p(["gl-dot", { active: e.currentDot == l }]),
2591
2591
  key: l,
2592
- onClick: (i) => a.setDot(l)
2592
+ onClick: (i) => o.setDot(l)
2593
2593
  }, Pn, 10, On))), 128))
2594
2594
  ], 2)) : g("", !0),
2595
2595
  r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div", En, [
2596
2596
  s("div", {
2597
- class: b(["flex justify-center mb-1 space-x-1", a.sliderIndicatorsAction()])
2597
+ class: p(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
2598
2598
  }, [
2599
2599
  (d(!0), u(v, null, k(e.dotsNum, (l) => (d(), u("button", {
2600
2600
  role: "button",
2601
- class: b(["gl-dot", { active: e.currentDot == l }]),
2601
+ class: p(["gl-dot", { active: e.currentDot == l }]),
2602
2602
  key: l,
2603
- onClick: (i) => a.setDot(l)
2603
+ onClick: (i) => o.setDot(l)
2604
2604
  }, In, 10, jn))), 128))
2605
2605
  ], 2),
2606
2606
  e.dotsNum > 0 ? (d(), u("div", Tn, [
2607
2607
  s("div", Mn, [
2608
2608
  s("div", Nn, [
2609
2609
  s("button", {
2610
- class: b(["p-3 rounded-full arrow_button_styles", r.direction_property == "rtl" ? "ml-3" : "mr-3"]),
2611
- onClick: t[3] || (t[3] = (l) => a.prev())
2610
+ class: p(["p-3 rounded-full arrow_button_styles", r.direction_property == "rtl" ? "ml-3" : "mr-3"]),
2611
+ onClick: t[3] || (t[3] = (l) => o.prev())
2612
2612
  }, [
2613
2613
  r.direction_property == "ltr" ? (d(), u("svg", Vn, Bn)) : g("", !0),
2614
2614
  r.direction_property == "rtl" ? (d(), u("svg", Gn, Rn)) : g("", !0)
@@ -2619,7 +2619,7 @@ function aa(e, t, r, n, o, a) {
2619
2619
  s("div", qn, [
2620
2620
  s("button", {
2621
2621
  class: "p-3 rounded-full arrow_button_styles",
2622
- onClick: t[4] || (t[4] = (l) => a.next())
2622
+ onClick: t[4] || (t[4] = (l) => o.next())
2623
2623
  }, [
2624
2624
  r.direction_property == "ltr" ? (d(), u("svg", zn, Zn)) : g("", !0),
2625
2625
  r.direction_property == "rtl" ? (d(), u("svg", Kn, Xn)) : g("", !0)
@@ -2633,21 +2633,21 @@ function aa(e, t, r, n, o, a) {
2633
2633
  s("div", Jn, [
2634
2634
  s("button", {
2635
2635
  class: "p-3 ml-5 rounded-full shadow-lg arrow_button_styles",
2636
- onClick: t[5] || (t[5] = (l) => a.next())
2636
+ onClick: t[5] || (t[5] = (l) => o.next())
2637
2637
  }, [
2638
- r.direction_property == "ltr" ? (d(), u("svg", Qn, ta)) : g("", !0),
2639
- r.direction_property == "rtl" ? (d(), u("svg", ra, na)) : g("", !0)
2638
+ r.direction_property == "ltr" ? (d(), u("svg", Qn, to)) : g("", !0),
2639
+ r.direction_property == "rtl" ? (d(), u("svg", ro, no)) : g("", !0)
2640
2640
  ])
2641
2641
  ])
2642
2642
  ])) : g("", !0)
2643
2643
  ], 10, tn)
2644
2644
  ]);
2645
2645
  }
2646
- const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9"]]), oa = {
2646
+ const Cd = /* @__PURE__ */ O(en, [["render", oo], ["__scopeId", "data-v-a94f16a9"]]), ao = {
2647
2647
  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",
2648
2648
  tabindex: "-1",
2649
2649
  "aria-hidden": "true"
2650
- }, ia = { 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" }, la = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, da = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, ua = /* @__PURE__ */ s("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
2650
+ }, io = { 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" }, lo = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, uo = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, co = /* @__PURE__ */ s("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
2651
2651
  /* @__PURE__ */ s("svg", {
2652
2652
  xmlns: "http://www.w3.org/2000/svg",
2653
2653
  fill: "currentColor",
@@ -2661,9 +2661,9 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2661
2661
  d: "M6 18L18 6M6 6l12 12"
2662
2662
  })
2663
2663
  ])
2664
- ], -1), ca = [
2665
- ua
2666
- ], fa = { class: "relative p-4 overflow-y-auto" }, ha = { 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" }, Sd = {
2664
+ ], -1), fo = [
2665
+ co
2666
+ ], ho = { class: "relative p-4 overflow-y-auto" }, go = { 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" }, Sd = {
2667
2667
  __name: "GlModal",
2668
2668
  props: {
2669
2669
  is_open: {
@@ -2681,37 +2681,37 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2681
2681
  },
2682
2682
  emits: ["closeModal"],
2683
2683
  setup(e, { emit: t }) {
2684
- const r = e, n = t, o = () => {
2684
+ const r = e, n = t, a = () => {
2685
2685
  document.documentElement.style.overflow = "hidden", document.documentElement.style.paddingRight = "0px";
2686
- }, a = () => {
2686
+ }, o = () => {
2687
2687
  document.documentElement.style.overflow = "", document.documentElement.style.paddingRight = "";
2688
2688
  }, l = () => {
2689
- n("closeModal"), a();
2689
+ n("closeModal"), o();
2690
2690
  };
2691
2691
  return W(
2692
2692
  () => r.is_open,
2693
2693
  (i, c) => {
2694
- i ? o() : a();
2694
+ i ? a() : o();
2695
2695
  },
2696
2696
  { immediate: !0, deep: !0 }
2697
- ), (i, c) => P((d(), u("div", oa, [
2697
+ ), (i, c) => P((d(), u("div", ao, [
2698
2698
  s("div", {
2699
- class: b(["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)]", e.max_width])
2699
+ class: p(["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)]", e.max_width])
2700
2700
  }, [
2701
- s("div", ia, [
2702
- s("div", la, [
2703
- s("h5", da, h(e.title), 1),
2701
+ s("div", io, [
2702
+ s("div", lo, [
2703
+ s("h5", uo, h(e.title), 1),
2704
2704
  s("button", {
2705
2705
  type: "button",
2706
2706
  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",
2707
2707
  onClick: l,
2708
2708
  "aria-label": "Close"
2709
- }, ca)
2709
+ }, fo)
2710
2710
  ]),
2711
- s("div", fa, [
2711
+ s("div", ho, [
2712
2712
  A(i.$slots, "body")
2713
2713
  ]),
2714
- s("div", ha, [
2714
+ s("div", go, [
2715
2715
  A(i.$slots, "buttons"),
2716
2716
  s("button", {
2717
2717
  onClick: l,
@@ -2725,7 +2725,7 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2725
2725
  [G, e.is_open]
2726
2726
  ]);
2727
2727
  }
2728
- }, ga = { class: "mb-4" }, ma = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin" }, pa = { class: "relative inline-flex items-center cursor-pointer" }, _a = ["name", "id", "checked"], ba = /* @__PURE__ */ s("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), ya = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), va = { 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" }, xa = { class: "relative inline-flex items-center cursor-pointer" }, wa = ["name", "id"], ka = /* @__PURE__ */ s("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), $a = { class: "gl-span-form-error" }, Ca = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Od = {
2728
+ }, mo = { class: "mb-4" }, po = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin" }, _o = { class: "relative inline-flex items-center cursor-pointer" }, bo = ["name", "id", "checked"], yo = /* @__PURE__ */ s("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), vo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), xo = { 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" }, wo = { class: "relative inline-flex items-center cursor-pointer" }, ko = ["name", "id"], $o = /* @__PURE__ */ s("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), Co = { class: "gl-span-form-error" }, So = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Od = {
2729
2729
  __name: "GlToggleBox",
2730
2730
  props: {
2731
2731
  is_required: {
@@ -2767,7 +2767,7 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2767
2767
  },
2768
2768
  emits: ["update:modelValue"],
2769
2769
  setup(e, { emit: t }) {
2770
- const r = e, n = t, o = S(null), a = B({
2770
+ const r = e, n = t, a = S(null), o = B({
2771
2771
  get() {
2772
2772
  return r.modelValue;
2773
2773
  },
@@ -2778,12 +2778,12 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2778
2778
  return (l, i) => (d(), u(v, null, [
2779
2779
  e.show ? (d(), u("div", {
2780
2780
  key: 0,
2781
- class: b(e.field_name)
2781
+ class: p(e.field_name)
2782
2782
  }, [
2783
- s("div", ga, [
2784
- s("li", ma, [
2783
+ s("div", mo, [
2784
+ s("li", po, [
2785
2785
  w(h(e.label_name) + " ", 1),
2786
- s("label", pa, [
2786
+ s("label", _o, [
2787
2787
  s("input", {
2788
2788
  type: "checkbox",
2789
2789
  class: "sr-only peer",
@@ -2793,22 +2793,22 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2793
2793
  "true-value": 1,
2794
2794
  "false-value": 0,
2795
2795
  ref_key: "input",
2796
- ref: o,
2796
+ ref: a,
2797
2797
  disabled: ""
2798
- }, null, 8, _a),
2799
- ba
2798
+ }, null, 8, bo),
2799
+ yo
2800
2800
  ])
2801
2801
  ])
2802
2802
  ]),
2803
- ya
2803
+ vo
2804
2804
  ], 2)) : g("", !0),
2805
2805
  e.show ? g("", !0) : (d(), u("div", {
2806
2806
  key: 1,
2807
- class: b(["mb-4", e.field_name])
2807
+ class: p(["mb-4", e.field_name])
2808
2808
  }, [
2809
- s("li", va, [
2809
+ s("li", xo, [
2810
2810
  w(h(e.label_name) + " ", 1),
2811
- s("label", xa, [
2811
+ s("label", wo, [
2812
2812
  P(s("input", {
2813
2813
  type: "checkbox",
2814
2814
  class: "sr-only peer",
@@ -2817,26 +2817,26 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2817
2817
  "true-value": 1,
2818
2818
  "false-value": 0,
2819
2819
  ref_key: "input",
2820
- ref: o,
2821
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c)
2822
- }, null, 8, wa), [
2823
- [tt, a.value]
2820
+ ref: a,
2821
+ "onUpdate:modelValue": i[0] || (i[0] = (c) => o.value = c)
2822
+ }, null, 8, ko), [
2823
+ [tt, o.value]
2824
2824
  ]),
2825
- ka
2825
+ $o
2826
2826
  ])
2827
2827
  ]),
2828
- s("span", $a, h(e.error_message), 1),
2829
- s("small", Ca, h(e.description), 1)
2828
+ s("span", Co, h(e.error_message), 1),
2829
+ s("small", So, h(e.description), 1)
2830
2830
  ], 2))
2831
2831
  ], 64));
2832
2832
  }
2833
- }, Sa = { class: "font-bold ptext-lg dark:text-white" }, Oa = { class: "mt-3 mb-4" }, Da = { 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" }, Pa = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Ea = ["name", "id", "value"], ja = {
2833
+ }, Oo = { class: "font-bold ptext-lg dark:text-white" }, Do = { class: "mt-3 mb-4" }, Po = { 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" }, Eo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), jo = ["name", "id", "value"], Ao = {
2834
2834
  key: 0,
2835
2835
  class: "dropdown"
2836
- }, Aa = { 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" }, Ia = { class: "relative showOptions" }, Ta = ["value", "placeholder"], Ma = { 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]" }, Na = { class: "p-1" }, Va = /* @__PURE__ */ s("label", {
2836
+ }, Io = { 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" }, To = { class: "relative showOptions" }, Mo = ["value", "placeholder"], No = { 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]" }, Vo = { class: "p-1" }, Lo = /* @__PURE__ */ s("label", {
2837
2837
  for: "default-search",
2838
2838
  class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
2839
- }, "Search", -1), La = { class: "relative" }, Ba = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
2839
+ }, "Search", -1), Bo = { class: "relative" }, Go = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
2840
2840
  /* @__PURE__ */ s("svg", {
2841
2841
  class: "w-4 h-4 text-gray-500 dark:text-gray-400",
2842
2842
  "aria-hidden": "true",
@@ -2852,22 +2852,22 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2852
2852
  d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
2853
2853
  })
2854
2854
  ])
2855
- ], -1), Ga = ["id"], Fa = { class: "overflow-y-auto max-h-64" }, Ra = ["onClick", "onMousedown", "id"], Ua = { class: "flex items-center py-2 pl-10 pr-4" }, qa = {
2855
+ ], -1), Fo = ["id"], Ro = { class: "overflow-y-auto max-h-64" }, Uo = ["onClick", "onMousedown", "id"], qo = { class: "flex items-center py-2 pl-10 pr-4" }, zo = {
2856
2856
  key: 0,
2857
2857
  class: "absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400",
2858
2858
  "aria-hidden": "true",
2859
2859
  xmlns: "http://www.w3.org/2000/svg",
2860
2860
  fill: "none",
2861
2861
  viewBox: "0 0 16 12"
2862
- }, za = /* @__PURE__ */ s("path", {
2862
+ }, Ho = /* @__PURE__ */ s("path", {
2863
2863
  stroke: "currentColor",
2864
2864
  "stroke-linecap": "round",
2865
2865
  "stroke-linejoin": "round",
2866
2866
  "stroke-width": "2",
2867
2867
  d: "M1 5.917 5.724 10.5 15 1.5"
2868
- }, null, -1), Ha = [
2869
- za
2870
- ], Za = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, Ka = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Dd = {
2868
+ }, null, -1), Zo = [
2869
+ Ho
2870
+ ], Ko = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, Wo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Dd = {
2871
2871
  __name: "GlDropdown",
2872
2872
  props: {
2873
2873
  modelValue: {
@@ -2927,134 +2927,134 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
2927
2927
  },
2928
2928
  emits: ["update:modelValue", "selected", "selectionChanged"],
2929
2929
  setup(e, { emit: t }) {
2930
- const r = e, n = t, o = S(null), a = S({}), l = S(0), i = S(!1), c = S(""), f = S("");
2930
+ const r = e, n = t, a = S(null), o = S(null), l = S(0), i = S(!1), c = S(""), f = S("");
2931
2931
  F(() => {
2932
- n("selected", a.value), f.value = L(), r.show || (document.body.addEventListener("click", (p) => {
2933
- Fe(p);
2934
- }), document.addEventListener("keypress", (p) => {
2935
- p.key === "Enter" && p.target.form && p.preventDefault();
2932
+ f.value = L(), r.show || (document.body.addEventListener("click", (b) => {
2933
+ Fe(b);
2934
+ }), document.addEventListener("keypress", (b) => {
2935
+ b.key === "Enter" && b.target.form && b.preventDefault();
2936
2936
  }));
2937
2937
  });
2938
2938
  const m = B(() => qe()), y = B(() => ze()), x = B(() => {
2939
- const p = [], D = new RegExp(c.value, "ig");
2939
+ const b = [], D = new RegExp(c.value, "ig");
2940
2940
  for (const $ of m.value) {
2941
2941
  const N = String($.name);
2942
- (c.value.length < 1 || N.match(D)) && p.length < r.maxItem && p.push($);
2942
+ (c.value.length < 1 || N.match(D)) && b.length < r.maxItem && b.push($);
2943
2943
  }
2944
- return p;
2944
+ return b;
2945
2945
  });
2946
- function C(p) {
2946
+ function C(b) {
2947
2947
  if ([
2948
2948
  "ArrowLeft",
2949
2949
  "ArrowUp",
2950
2950
  "ArrowRight",
2951
2951
  "ArrowDown",
2952
2952
  "Enter"
2953
- ].includes(p.key)) {
2954
- if (["ArrowUp", "ArrowDown"].includes(p.key) && p.preventDefault(), p.key === "ArrowDown" && r.posts === "")
2953
+ ].includes(b.key)) {
2954
+ if (["ArrowUp", "ArrowDown"].includes(b.key) && b.preventDefault(), b.key === "ArrowDown" && r.posts === "")
2955
2955
  return;
2956
- Ue(p.key);
2956
+ Ue(b.key);
2957
2957
  }
2958
2958
  }
2959
2959
  function L() {
2960
- let p = (/* @__PURE__ */ new Date()).getTime();
2960
+ let b = (/* @__PURE__ */ new Date()).getTime();
2961
2961
  return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(
2962
2962
  /[xy]/g,
2963
2963
  function($) {
2964
- const N = (p + Math.random() * 16) % 16 | 0;
2965
- return p = Math.floor(p / 16), ($ === "x" ? N : N & 3 | 8).toString(16);
2964
+ const N = (b + Math.random() * 16) % 16 | 0;
2965
+ return b = Math.floor(b / 16), ($ === "x" ? N : N & 3 | 8).toString(16);
2966
2966
  }
2967
2967
  );
2968
2968
  }
2969
- function fe(p) {
2970
- return Object.keys(p).length > 0;
2969
+ function fe(b) {
2970
+ return Object.keys(b).length > 0;
2971
2971
  }
2972
- function Fe(p) {
2973
- p.target.id != r.field_name + "search" + f.value && p.target.id != r.field_name && !p.target.classList.contains("showOptions") && (me(), l.value = 0);
2972
+ function Fe(b) {
2973
+ b.target.id != r.field_name + "search" + f.value && b.target.id != r.field_name && !b.target.classList.contains("showOptions") && (me(), l.value = 0);
2974
2974
  }
2975
- function he(p) {
2976
- const D = `${p}${f.value}`, $ = document.getElementById(D);
2975
+ function he(b) {
2976
+ const D = `${b}${f.value}`, $ = document.getElementById(D);
2977
2977
  $ && $.scrollIntoView();
2978
2978
  }
2979
- function Re(p) {
2980
- const D = `${p}${f.value}`, $ = document.getElementById(D);
2979
+ function Re(b) {
2980
+ const D = `${b}${f.value}`, $ = document.getElementById(D);
2981
2981
  $ && $.click();
2982
2982
  }
2983
- function Ue(p) {
2984
- p === "ArrowDown" && l.value < x.value.length && (l.value++, he(l.value)), p === "ArrowUp" && l.value > 1 && (l.value--, he(l.value)), p === "Enter" && Re(l.value);
2983
+ function Ue(b) {
2984
+ b === "ArrowDown" && l.value < x.value.length && (l.value++, he(l.value)), b === "ArrowUp" && l.value > 1 && (l.value--, he(l.value)), b === "Enter" && Re(l.value);
2985
2985
  }
2986
2986
  function qe() {
2987
- return r.options.map((p, D) => typeof p == "object" ? p : { id: p, name: p });
2987
+ return r.options.map((b, D) => typeof b == "object" ? b : { id: b, name: b });
2988
2988
  }
2989
2989
  function ze() {
2990
- if (a.value)
2991
- return console.log("selected.value: ", a.value), typeof a.value == "object" ? m.value.find(
2992
- (p) => String(p.id) === String(a.value.id)
2990
+ if (o.value)
2991
+ return console.log("selected.value: ", o.value), typeof o.value == "object" ? m.value.find(
2992
+ (b) => String(b.id) === String(o.value.id)
2993
2993
  ) || {} : m.value.find(
2994
- (p) => String(p.id) === String(a.value)
2994
+ (b) => String(b.id) === String(o.value)
2995
2995
  ) || {};
2996
2996
  if (r.modelValue)
2997
2997
  return console.log("props.modelValue :", r.modelValue), typeof r.modelValue == "object" ? m.value.find(
2998
- (p) => String(p.id) === String(r.modelValue.id)
2998
+ (b) => String(b.id) === String(r.modelValue.id)
2999
2999
  ) || {} : m.value.find(
3000
- (p) => String(p.id) === String(sprops.modelValue)
3000
+ (b) => String(b.id) === String(sprops.modelValue)
3001
3001
  ) || {};
3002
3002
  }
3003
- function ge(p) {
3004
- a.value = p, i.value = !1, n("selected", a.value), n("selectionChanged", a.value);
3003
+ function ge(b) {
3004
+ o.value = b, i.value = !1, n("selected", o.value), n("selectionChanged", o.value);
3005
3005
  }
3006
3006
  function ee() {
3007
3007
  r.show || (c.value = "", i.value = !0, rt(() => {
3008
- var p = document.getElementById(
3008
+ var b = document.getElementById(
3009
3009
  `${r.field_name}search${f.value}`
3010
3010
  );
3011
- p && p.focus();
3011
+ b && b.focus();
3012
3012
  }));
3013
3013
  }
3014
3014
  function He() {
3015
- r.show || (a.value = {}, c.value = "", n("update:modelValue", ""), ee());
3015
+ r.show || (o.value = {}, c.value = "", n("update:modelValue", ""), ee());
3016
3016
  }
3017
3017
  function me() {
3018
- a.value.id || (a.value = {}, c.value = ""), n("selected", a.value), i.value = !1;
3018
+ o.value.id || (o.value = {}, c.value = ""), n("selected", o.value), i.value = !1;
3019
3019
  }
3020
3020
  return W(c, () => {
3021
- x.value.length === 0 && (a.value = {});
3022
- }), W(a, (p) => {
3023
- fe(p) && n("update:modelValue", p.id);
3024
- }), (p, D) => (d(), u(v, null, [
3021
+ x.value.length === 0 && (o.value = {});
3022
+ }), W(o, (b) => {
3023
+ fe(b) && n("update:modelValue", b.id);
3024
+ }), (b, D) => (d(), u(v, null, [
3025
3025
  e.show ? (d(), u("div", {
3026
3026
  key: 0,
3027
- class: b(e.field_name)
3027
+ class: p(e.field_name)
3028
3028
  }, [
3029
- s("h3", Sa, h(e.label_name), 1),
3030
- s("p", Oa, [
3031
- s("span", Da, h(p.selectedValue.name), 1)
3029
+ s("h3", Oo, h(e.label_name), 1),
3030
+ s("p", Do, [
3031
+ s("span", Po, h(y.value.name), 1)
3032
3032
  ]),
3033
- Pa
3033
+ Eo
3034
3034
  ], 2)) : g("", !0),
3035
3035
  e.show ? g("", !0) : (d(), u("div", {
3036
3036
  key: 1,
3037
- class: b(["mb-4", e.field_name])
3037
+ class: p(["mb-4", e.field_name])
3038
3038
  }, [
3039
3039
  s("input", {
3040
3040
  type: "hidden",
3041
3041
  name: e.field_name,
3042
3042
  id: e.field_name,
3043
- value: a.value.id
3044
- }, null, 8, Ea),
3045
- e.options ? (d(), u("div", ja, [
3043
+ value: y.value.id
3044
+ }, null, 8, jo),
3045
+ e.options ? (d(), u("div", Ao, [
3046
3046
  e.label_name ? (d(), u("label", {
3047
3047
  key: 0,
3048
- class: b({
3048
+ class: p({
3049
3049
  "gl-label-form": e.error_message == "",
3050
3050
  "gl-label-form-invalid": e.error_message !== "",
3051
3051
  required: e.is_required
3052
3052
  })
3053
3053
  }, h(e.label_name), 3)) : g("", !0),
3054
- s("div", Aa, [
3055
- s("div", Ia, [
3054
+ s("div", Io, [
3055
+ s("div", To, [
3056
3056
  s("input", {
3057
- class: b([{
3057
+ class: p([{
3058
3058
  "gl-input-form": e.error_message == "",
3059
3059
  "gl-input-form-invalid": e.error_message !== ""
3060
3060
  }, "pl-8 pr-2 showOptions"]),
@@ -3064,7 +3064,7 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3064
3064
  placeholder: e.placeholder,
3065
3065
  autocomplete: "off",
3066
3066
  readonly: ""
3067
- }, null, 10, Ta),
3067
+ }, null, 10, Mo),
3068
3068
  P(s("i", {
3069
3069
  onClick: D[1] || (D[1] = M(($) => He(), ["stop"])),
3070
3070
  class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
@@ -3074,55 +3074,55 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3074
3074
  ]),
3075
3075
  s("i", {
3076
3076
  onClick: D[2] || (D[2] = ($) => !i.value && ee()),
3077
- class: b([i.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"]),
3077
+ class: p([i.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"]),
3078
3078
  style: { top: "11px" }
3079
3079
  }, null, 2)
3080
3080
  ]),
3081
- P(s("div", Ma, [
3082
- s("div", Na, [
3083
- Va,
3084
- s("div", La, [
3085
- Ba,
3081
+ P(s("div", No, [
3082
+ s("div", Vo, [
3083
+ Lo,
3084
+ s("div", Bo, [
3085
+ Go,
3086
3086
  P(s("input", {
3087
3087
  type: "search",
3088
3088
  "onUpdate:modelValue": D[3] || (D[3] = ($) => c.value = $),
3089
- ref: o.value,
3089
+ ref: a.value,
3090
3090
  id: `${e.field_name}search${f.value}`,
3091
3091
  onKeydown: C,
3092
3092
  onBlur: D[4] || (D[4] = ($) => me()),
3093
3093
  autocomplete: "off",
3094
3094
  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",
3095
3095
  placeholder: "Search ..."
3096
- }, null, 40, Ga), [
3096
+ }, null, 40, Fo), [
3097
3097
  [V, c.value]
3098
3098
  ])
3099
3099
  ])
3100
3100
  ]),
3101
- s("div", Fa, [
3101
+ s("div", Ro, [
3102
3102
  (d(!0), u(v, null, k(x.value, ($, N) => (d(), u("div", {
3103
- 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", N + 1 == l.value ? "bg-gray-100 dark:bg-gray-600" : ""]),
3103
+ class: p(["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", N + 1 == l.value ? "bg-gray-100 dark:bg-gray-600" : ""]),
3104
3104
  onClick: (Ze) => ge($),
3105
3105
  onMousedown: (Ze) => ge($),
3106
3106
  key: N,
3107
3107
  id: `${N + 1}${f.value}`
3108
3108
  }, [
3109
- s("div", Ua, [
3110
- y.value.id === $.id ? (d(), u("svg", qa, Ha)) : g("", !0),
3109
+ s("div", qo, [
3110
+ y.value.id === $.id ? (d(), u("svg", zo, Zo)) : g("", !0),
3111
3111
  s("span", null, h($.name || $.id || "-"), 1)
3112
3112
  ])
3113
- ], 42, Ra))), 128))
3113
+ ], 42, Uo))), 128))
3114
3114
  ])
3115
3115
  ], 512), [
3116
3116
  [G, i.value]
3117
3117
  ])
3118
3118
  ])
3119
3119
  ])) : g("", !0),
3120
- s("span", Za, h(e.error_message), 1),
3121
- s("small", Ka, h(e.description), 1)
3120
+ s("span", Ko, h(e.error_message), 1),
3121
+ s("small", Wo, h(e.description), 1)
3122
3122
  ], 2))
3123
3123
  ], 64));
3124
3124
  }
3125
- }, Wa = { class: "font-bold ptext-lg dark:text-white" }, Xa = ["id"], Ya = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Ja = ["for"], Qa = ["required", "name", "id", "type", "placeholder"], eo = { class: "gl-span-form-error" }, to = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Pd = {
3125
+ }, Xo = { class: "font-bold ptext-lg dark:text-white" }, Yo = ["id"], Jo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Qo = ["for"], ea = ["required", "name", "id", "type", "placeholder"], ta = { class: "gl-span-form-error" }, ra = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Pd = {
3126
3126
  __name: "GlTextarea",
3127
3127
  props: {
3128
3128
  is_required: {
@@ -3168,54 +3168,54 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3168
3168
  },
3169
3169
  emits: ["update:modelValue", "keydown"],
3170
3170
  setup(e, { expose: t, emit: r }) {
3171
- const n = e, o = r, a = S(null);
3171
+ const n = e, a = r, o = S(null);
3172
3172
  return F(() => {
3173
- a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus(), n.model_value && (o("update:modelValue", n.model_value), a.value.value = n.model_value), n.modelValue != "" && (o("update:modelValue", n.modelValue), a.value.value = n.modelValue);
3174
- }), t({ focus: () => a.value.focus() }), (l, i) => (d(), u(v, null, [
3173
+ o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.modelValue != "" && (a("update:modelValue", n.modelValue), o.value.value = n.modelValue);
3174
+ }), t({ focus: () => o.value.focus() }), (l, i) => (d(), u(v, null, [
3175
3175
  e.show ? (d(), u("div", {
3176
3176
  key: 0,
3177
- class: b(e.field_name)
3177
+ class: p(e.field_name)
3178
3178
  }, [
3179
- s("h3", Wa, h(e.label_name), 1),
3179
+ s("h3", Xo, h(e.label_name), 1),
3180
3180
  s("p", {
3181
3181
  id: e.field_name,
3182
3182
  class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
3183
- }, h(e.model_value), 9, Xa),
3184
- Ya
3183
+ }, h(e.model_value), 9, Yo),
3184
+ Jo
3185
3185
  ], 2)) : g("", !0),
3186
3186
  e.show ? g("", !0) : (d(), u("div", {
3187
3187
  key: 1,
3188
- class: b(["mb-4", e.field_name])
3188
+ class: p(["mb-4", e.field_name])
3189
3189
  }, [
3190
3190
  s("label", {
3191
- class: b({
3191
+ class: p({
3192
3192
  "gl-label-form": e.error_message == "",
3193
3193
  "gl-label-form-invalid": e.error_message !== "",
3194
3194
  required: e.is_required
3195
3195
  }),
3196
3196
  for: e.field_name
3197
- }, h(e.label_name), 11, Ja),
3197
+ }, h(e.label_name), 11, Qo),
3198
3198
  s("textarea", {
3199
3199
  required: e.is_required,
3200
3200
  name: e.field_name,
3201
3201
  id: e.field_name,
3202
- class: b({
3202
+ class: p({
3203
3203
  " gl-textarea-form mt-4 ": e.error_message == "",
3204
3204
  " gl-textarea-form-invalid mt-4 ": e.error_message !== ""
3205
3205
  }),
3206
3206
  type: e.type,
3207
3207
  onInput: i[0] || (i[0] = (c) => l.$emit("update:modelValue", c.target.value)),
3208
3208
  ref_key: "input",
3209
- ref: a,
3209
+ ref: o,
3210
3210
  rows: "4",
3211
3211
  placeholder: e.place_holder
3212
- }, null, 42, Qa),
3213
- s("span", eo, h(e.error_message), 1),
3214
- s("small", to, h(e.description), 1)
3212
+ }, null, 42, ea),
3213
+ s("span", ta, h(e.error_message), 1),
3214
+ s("small", ra, h(e.description), 1)
3215
3215
  ], 2))
3216
3216
  ], 64));
3217
3217
  }
3218
- }, ro = {
3218
+ }, sa = {
3219
3219
  emits: ["pagination-change-page"],
3220
3220
  props: {
3221
3221
  data: {
@@ -3267,9 +3267,9 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3267
3267
  return 0;
3268
3268
  if (this.limit === 0)
3269
3269
  return this.lastPage;
3270
- for (var e = this.currentPage, t = this.lastPage, r = this.limit, n = e - r, o = e + r + 1, a = [], l = [], i, c = 1; c <= t; c++)
3271
- (c === 1 || c === t || c >= n && c < o) && a.push(c);
3272
- return a.forEach(function(f) {
3270
+ for (var e = this.currentPage, t = this.lastPage, r = this.limit, n = e - r, a = e + r + 1, o = [], l = [], i, c = 1; c <= t; c++)
3271
+ (c === 1 || c === t || c >= n && c < a) && o.push(c);
3272
+ return o.forEach(function(f) {
3273
3273
  i && (f - i === 2 ? l.push(i + 1) : f - i !== 1 && l.push("...")), l.push(f), i = f;
3274
3274
  }), l;
3275
3275
  }
@@ -3320,14 +3320,14 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3320
3320
  })
3321
3321
  });
3322
3322
  }
3323
- }, so = {
3323
+ }, na = {
3324
3324
  compatConfig: {
3325
3325
  MODE: 3
3326
3326
  },
3327
3327
  inheritAttrs: !1,
3328
3328
  emits: ["pagination-change-page"],
3329
3329
  components: {
3330
- RenderlessPagination: ro
3330
+ RenderlessPagination: sa
3331
3331
  },
3332
3332
  props: {
3333
3333
  data: {
@@ -3361,10 +3361,10 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3361
3361
  },
3362
3362
  mounted() {
3363
3363
  }
3364
- }, no = { class: "flex flex-col items-center" }, ao = {
3364
+ }, oa = { class: "flex flex-col items-center" }, aa = {
3365
3365
  key: 0,
3366
3366
  class: "text-sm text-gray-700 dark:text-gray-400"
3367
- }, oo = { class: "font-semibold text-gray-900 dark:text-white" }, io = { class: "font-semibold text-gray-900 dark:text-white" }, lo = { class: "font-semibold text-gray-900 dark:text-white" }, uo = ["tabindex"], co = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), fo = /* @__PURE__ */ s("svg", {
3367
+ }, ia = { class: "font-semibold text-gray-900 dark:text-white" }, la = { class: "font-semibold text-gray-900 dark:text-white" }, da = { class: "font-semibold text-gray-900 dark:text-white" }, ua = ["tabindex"], ca = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), fa = /* @__PURE__ */ s("svg", {
3368
3368
  class: "w-2.5 h-2.5 rtl:rotate-180",
3369
3369
  "aria-hidden": "true",
3370
3370
  xmlns: "http://www.w3.org/2000/svg",
@@ -3378,7 +3378,7 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3378
3378
  "stroke-width": "2",
3379
3379
  d: "M5 1 1 5l4 4"
3380
3380
  })
3381
- ], -1), ho = ["aria-current"], go = ["tabindex"], mo = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), po = /* @__PURE__ */ s("svg", {
3381
+ ], -1), ha = ["aria-current"], ga = ["tabindex"], ma = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), pa = /* @__PURE__ */ s("svg", {
3382
3382
  class: "w-2.5 h-2.5 rtl:rotate-180",
3383
3383
  "aria-hidden": "true",
3384
3384
  xmlns: "http://www.w3.org/2000/svg",
@@ -3393,22 +3393,22 @@ const Cd = /* @__PURE__ */ O(en, [["render", aa], ["__scopeId", "data-v-a94f16a9
3393
3393
  d: "m1 9 4-4-4-4"
3394
3394
  })
3395
3395
  ], -1);
3396
- function _o(e, t, r, n, o, a) {
3396
+ function _a(e, t, r, n, a, o) {
3397
3397
  const l = X("RenderlessPagination");
3398
3398
  return d(), Z(l, {
3399
3399
  data: r.data,
3400
3400
  limit: r.limit,
3401
- onPaginationChangePage: a.onPaginationChangePage
3401
+ onPaginationChangePage: o.onPaginationChangePage
3402
3402
  }, {
3403
3403
  default: Y((i) => [
3404
- s("div", no, [
3405
- i.computed.total > i.computed.perPage ? (d(), u("span", ao, [
3404
+ s("div", oa, [
3405
+ i.computed.total > i.computed.perPage ? (d(), u("span", aa, [
3406
3406
  w(" Showing "),
3407
- s("span", oo, h(i.computed.from), 1),
3407
+ s("span", ia, h(i.computed.from), 1),
3408
3408
  w(" to "),
3409
- s("span", io, h(i.computed.to), 1),
3409
+ s("span", la, h(i.computed.to), 1),
3410
3410
  w(" of "),
3411
- s("span", lo, h(i.computed.total), 1),
3411
+ s("span", da, h(i.computed.total), 1),
3412
3412
  w(" Entries ")
3413
3413
  ])) : g("", !0),
3414
3414
  i.computed.total > i.computed.perPage ? (d(), u("ul", K({ key: 1 }, e.$attrs, {
@@ -3421,7 +3421,7 @@ function _o(e, t, r, n, o, a) {
3421
3421
  }), [
3422
3422
  i.computed.prevPageUrl || r.showDisabled ? (d(), u("li", {
3423
3423
  key: 0,
3424
- class: b(["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: !i.computed.prevPageUrl }])
3424
+ class: p(["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: !i.computed.prevPageUrl }])
3425
3425
  }, [
3426
3426
  s("a", K({
3427
3427
  class: "page-link",
@@ -3430,13 +3430,13 @@ function _o(e, t, r, n, o, a) {
3430
3430
  tabindex: !i.computed.prevPageUrl && -1
3431
3431
  }, te(i.prevButtonEvents, !0)), [
3432
3432
  A(e.$slots, "prev-nav", {}, () => [
3433
- co,
3434
- fo
3433
+ ca,
3434
+ fa
3435
3435
  ])
3436
- ], 16, uo)
3436
+ ], 16, ua)
3437
3437
  ], 2)) : g("", !0),
3438
3438
  (d(!0), u(v, null, k(i.computed.pageRange, (c, f) => (d(), u("li", {
3439
- class: b(["", { active: c == i.computed.currentPage }]),
3439
+ class: p(["", { active: c == i.computed.currentPage }]),
3440
3440
  key: f
3441
3441
  }, [
3442
3442
  s("a", K({
@@ -3445,11 +3445,11 @@ function _o(e, t, r, n, o, a) {
3445
3445
  }, te(i.pageButtonEvents(c), !0), {
3446
3446
  "aria-current": c == i.computed.currentPage ? "page" : null,
3447
3447
  class: c == i.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"
3448
- }), h(c), 17, ho)
3448
+ }), h(c), 17, ha)
3449
3449
  ], 2))), 128)),
3450
3450
  i.computed.nextPageUrl || r.showDisabled ? (d(), u("li", {
3451
3451
  key: 1,
3452
- class: b(["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: !i.computed.nextPageUrl }])
3452
+ class: p(["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: !i.computed.nextPageUrl }])
3453
3453
  }, [
3454
3454
  s("a", K({
3455
3455
  class: "",
@@ -3458,10 +3458,10 @@ function _o(e, t, r, n, o, a) {
3458
3458
  tabindex: !i.computed.nextPageUrl && -1
3459
3459
  }, te(i.nextButtonEvents, !0)), [
3460
3460
  A(e.$slots, "next-nav", {}, () => [
3461
- mo,
3462
- po
3461
+ ma,
3462
+ pa
3463
3463
  ])
3464
- ], 16, go)
3464
+ ], 16, ga)
3465
3465
  ], 2)) : g("", !0)
3466
3466
  ], 16)) : g("", !0)
3467
3467
  ])
@@ -3469,8 +3469,8 @@ function _o(e, t, r, n, o, a) {
3469
3469
  _: 3
3470
3470
  }, 8, ["data", "limit", "onPaginationChangePage"]);
3471
3471
  }
3472
- const bo = /* @__PURE__ */ O(so, [["render", _o]]), yo = {
3473
- components: { TailwindPagination: bo },
3472
+ const ba = /* @__PURE__ */ O(na, [["render", _a]]), ya = {
3473
+ components: { TailwindPagination: ba },
3474
3474
  props: {
3475
3475
  data: Array,
3476
3476
  columns: Array,
@@ -3546,10 +3546,10 @@ const bo = /* @__PURE__ */ O(so, [["render", _o]]), yo = {
3546
3546
  this.isMounted && e !== t && this.GetItemLists();
3547
3547
  }
3548
3548
  }
3549
- }, vo = { class: "p-2" }, xo = { 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" }, wo = { class: "flex items-center gap-2" }, ko = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), $o = { style: { "margin-top": "9px" } }, Co = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), So = /* @__PURE__ */ s("label", {
3549
+ }, va = { class: "p-2" }, xa = { 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" }, wa = { class: "flex items-center gap-2" }, ka = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), $a = { style: { "margin-top": "9px" } }, Ca = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), Sa = /* @__PURE__ */ s("label", {
3550
3550
  for: "table-search",
3551
3551
  class: "sr-only"
3552
- }, "Search", -1), Oo = { class: "relative" }, Do = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
3552
+ }, "Search", -1), Oa = { class: "relative" }, Da = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
3553
3553
  /* @__PURE__ */ s("svg", {
3554
3554
  class: "w-5 h-5 text-gray-500 dark:text-gray-400",
3555
3555
  "aria-hidden": "true",
@@ -3563,28 +3563,28 @@ const bo = /* @__PURE__ */ O(so, [["render", _o]]), yo = {
3563
3563
  "clip-rule": "evenodd"
3564
3564
  })
3565
3565
  ])
3566
- ], -1), Po = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Eo = { 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" }, jo = { 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" }, Ao = ["onClick"], Io = {
3566
+ ], -1), Pa = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Ea = { 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" }, ja = { 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" }, Aa = ["onClick"], Ia = {
3567
3567
  key: 0,
3568
3568
  class: "ml-2"
3569
- }, To = {
3569
+ }, Ta = {
3570
3570
  key: 0,
3571
3571
  class: "fa fa-arrow-up"
3572
- }, Mo = {
3572
+ }, Ma = {
3573
3573
  key: 1,
3574
3574
  class: "fa fa-arrow-down"
3575
- }, No = ["data-label"], Vo = { class: "overflow-auto max-h-40" }, Lo = { 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" };
3576
- function Bo(e, t, r, n, o, a) {
3575
+ }, Na = ["data-label"], Va = { class: "overflow-auto max-h-40" }, La = { 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" };
3576
+ function Ba(e, t, r, n, a, o) {
3577
3577
  const l = X("dropdown"), i = X("TailwindPagination");
3578
- return d(), u("div", vo, [
3579
- s("div", xo, [
3580
- s("div", wo, [
3581
- ko,
3582
- s("div", $o, [
3578
+ return d(), u("div", va, [
3579
+ s("div", xa, [
3580
+ s("div", wa, [
3581
+ ka,
3582
+ s("div", $a, [
3583
3583
  H(l, {
3584
3584
  has_cancel: !1,
3585
- options: o.pageOptions,
3586
- modelValue: o.perPage,
3587
- "onUpdate:modelValue": t[0] || (t[0] = (c) => o.perPage = c),
3585
+ options: a.pageOptions,
3586
+ modelValue: a.perPage,
3587
+ "onUpdate:modelValue": t[0] || (t[0] = (c) => a.perPage = c),
3588
3588
  is_required: !1,
3589
3589
  field_name: "perPage",
3590
3590
  label_name: "",
@@ -3593,40 +3593,40 @@ function Bo(e, t, r, n, o, a) {
3593
3593
  placeholder: "Please select an option"
3594
3594
  }, null, 8, ["options", "modelValue"])
3595
3595
  ]),
3596
- Co
3596
+ Ca
3597
3597
  ]),
3598
- So,
3599
- s("div", Oo, [
3600
- Do,
3598
+ Sa,
3599
+ s("div", Oa, [
3600
+ Da,
3601
3601
  P(s("input", {
3602
3602
  type: "text",
3603
- "onUpdate:modelValue": t[1] || (t[1] = (c) => o.search = c),
3604
- onInput: t[2] || (t[2] = (c) => a.handleSearch()),
3603
+ "onUpdate:modelValue": t[1] || (t[1] = (c) => a.search = c),
3604
+ onInput: t[2] || (t[2] = (c) => o.handleSearch()),
3605
3605
  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",
3606
3606
  placeholder: "Search ..."
3607
3607
  }, null, 544), [
3608
- [V, o.search]
3608
+ [V, a.search]
3609
3609
  ])
3610
3610
  ])
3611
3611
  ]),
3612
- s("div", Po, [
3613
- s("table", Eo, [
3614
- s("thead", jo, [
3612
+ s("div", Pa, [
3613
+ s("table", Ea, [
3614
+ s("thead", ja, [
3615
3615
  s("tr", null, [
3616
3616
  (d(!0), u(v, null, k(r.columns, (c, f) => (d(), u("th", {
3617
3617
  key: f,
3618
- onClick: (m) => a.updateSortColumn(c.field_name, c.sortable),
3618
+ onClick: (m) => o.updateSortColumn(c.field_name, c.sortable),
3619
3619
  class: "w-full px-4 py-2 lg:w-2/12"
3620
3620
  }, [
3621
3621
  w(h(c.field_label) + " ", 1),
3622
- o.sortField === c.field_name ? (d(), u("span", Io, [
3623
- o.sortOrder === "asc" ? (d(), u("i", To)) : (d(), u("i", Mo))
3622
+ a.sortField === c.field_name ? (d(), u("span", Ia, [
3623
+ a.sortOrder === "asc" ? (d(), u("i", Ta)) : (d(), u("i", Ma))
3624
3624
  ])) : g("", !0)
3625
- ], 8, Ao))), 128))
3625
+ ], 8, Aa))), 128))
3626
3626
  ])
3627
3627
  ]),
3628
3628
  s("tbody", null, [
3629
- (d(!0), u(v, null, k(o.itemLists.data, (c, f) => (d(), u("tr", {
3629
+ (d(!0), u(v, null, k(a.itemLists.data, (c, f) => (d(), u("tr", {
3630
3630
  key: f,
3631
3631
  class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
3632
3632
  }, [
@@ -3635,36 +3635,36 @@ function Bo(e, t, r, n, o, a) {
3635
3635
  "data-label": m.field_label,
3636
3636
  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"
3637
3637
  }, [
3638
- s("div", Vo, [
3639
- m.tdComp ? (d(), Z(se(a.forDynCompIs(m.tdComp)), {
3638
+ s("div", Va, [
3639
+ m.tdComp ? (d(), Z(se(o.forDynCompIs(m.tdComp)), {
3640
3640
  key: 0,
3641
3641
  row: c,
3642
3642
  field: m.field_name,
3643
3643
  xprops: r.xprops,
3644
3644
  tdProps: m.tdProps,
3645
- onDeleteAction: t[3] || (t[3] = (x) => a.GetItemLists())
3645
+ onDeleteAction: t[3] || (t[3] = (x) => o.GetItemLists())
3646
3646
  }, null, 40, ["row", "field", "xprops", "tdProps"])) : (d(), u(v, { key: 1 }, [
3647
3647
  w(h(c[m.field_name]), 1)
3648
3648
  ], 64))
3649
3649
  ])
3650
- ], 8, No))), 128))
3650
+ ], 8, Na))), 128))
3651
3651
  ]))), 128))
3652
3652
  ])
3653
3653
  ])
3654
3654
  ]),
3655
- s("div", Lo, [
3655
+ s("div", La, [
3656
3656
  H(i, {
3657
3657
  class: "mt-3 mb-0",
3658
- data: o.itemLists,
3659
- limit: o.limit,
3660
- size: o.size,
3661
- align: o.align,
3662
- onPaginationChangePage: a.GetItemLists
3658
+ data: a.itemLists,
3659
+ limit: a.limit,
3660
+ size: a.size,
3661
+ align: a.align,
3662
+ onPaginationChangePage: o.GetItemLists
3663
3663
  }, null, 8, ["data", "limit", "size", "align", "onPaginationChangePage"])
3664
3664
  ])
3665
3665
  ]);
3666
3666
  }
3667
- const Ed = /* @__PURE__ */ O(yo, [["render", Bo]]), Go = {
3667
+ const Ed = /* @__PURE__ */ O(ya, [["render", Ba]]), Ga = {
3668
3668
  components: {},
3669
3669
  props: {
3670
3670
  data: Array,
@@ -3761,10 +3761,10 @@ const Ed = /* @__PURE__ */ O(yo, [["render", Bo]]), Go = {
3761
3761
  mounted() {
3762
3762
  document.body.addEventListener("click", this.closeBoxOnbodyClick);
3763
3763
  }
3764
- }, Fo = { class: "p-2" }, Ro = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Uo = { class: "flex items-center gap-2" }, qo = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), zo = { style: { "margin-top": "9px" } }, Ho = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), Zo = /* @__PURE__ */ s("label", {
3764
+ }, Fa = { class: "p-2" }, Ra = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Ua = { class: "flex items-center gap-2" }, qa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), za = { style: { "margin-top": "9px" } }, Ha = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), Za = /* @__PURE__ */ s("label", {
3765
3765
  for: "table-search",
3766
3766
  class: "sr-only"
3767
- }, "Search", -1), Ko = { class: "relative" }, Wo = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
3767
+ }, "Search", -1), Ka = { class: "relative" }, Wa = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
3768
3768
  /* @__PURE__ */ s("svg", {
3769
3769
  class: "w-5 h-5 text-gray-500 dark:text-gray-400",
3770
3770
  "aria-hidden": "true",
@@ -3778,10 +3778,10 @@ const Ed = /* @__PURE__ */ O(yo, [["render", Bo]]), Go = {
3778
3778
  "clip-rule": "evenodd"
3779
3779
  })
3780
3780
  ])
3781
- ], -1), Xo = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Yo = { 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" }, Jo = { 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" }, Qo = ["onClick"], ei = {
3781
+ ], -1), Xa = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Ya = { 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" }, Ja = { 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" }, Qa = ["onClick"], ei = {
3782
3782
  key: 0,
3783
3783
  class: "ml-2"
3784
- }, ti = ["data-label"], ri = ["innerHTML"], si = { 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" }, ni = { class: "flex justify-between flex-1 sm:hidden" }, ai = ["disabled"], oi = ["disabled"], ii = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, li = { class: "text-sm text-gray-700 dark:text-gray-400" }, di = { class: "font-medium" }, ui = { class: "font-medium" }, ci = { class: "font-medium" }, fi = { "aria-label": "Page navigation" }, hi = { class: "flex items-center h-8 -space-x-px text-sm" }, gi = ["disabled"], mi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), pi = /* @__PURE__ */ s("svg", {
3784
+ }, ti = ["data-label"], ri = ["innerHTML"], si = { 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" }, ni = { class: "flex justify-between flex-1 sm:hidden" }, oi = ["disabled"], ai = ["disabled"], ii = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, li = { class: "text-sm text-gray-700 dark:text-gray-400" }, di = { class: "font-medium" }, ui = { class: "font-medium" }, ci = { class: "font-medium" }, fi = { "aria-label": "Page navigation" }, hi = { class: "flex items-center h-8 -space-x-px text-sm" }, gi = ["disabled"], mi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), pi = /* @__PURE__ */ s("svg", {
3785
3785
  class: "w-2.5 h-2.5 rtl:rotate-180",
3786
3786
  "aria-hidden": "true",
3787
3787
  xmlns: "http://www.w3.org/2000/svg",
@@ -3816,18 +3816,18 @@ const Ed = /* @__PURE__ */ O(yo, [["render", Bo]]), Go = {
3816
3816
  xi,
3817
3817
  wi
3818
3818
  ];
3819
- function $i(e, t, r, n, o, a) {
3819
+ function $i(e, t, r, n, a, o) {
3820
3820
  const l = X("dropdown");
3821
- return d(), u("div", Fo, [
3822
- s("div", Ro, [
3823
- s("div", Uo, [
3824
- qo,
3825
- s("div", zo, [
3821
+ return d(), u("div", Fa, [
3822
+ s("div", Ra, [
3823
+ s("div", Ua, [
3824
+ qa,
3825
+ s("div", za, [
3826
3826
  H(l, {
3827
3827
  has_cancel: !1,
3828
- options: o.showNoOfEntries,
3829
- modelValue: o.itemsPerPage,
3830
- "onUpdate:modelValue": t[0] || (t[0] = (i) => o.itemsPerPage = i),
3828
+ options: a.showNoOfEntries,
3829
+ modelValue: a.itemsPerPage,
3830
+ "onUpdate:modelValue": t[0] || (t[0] = (i) => a.itemsPerPage = i),
3831
3831
  is_required: !1,
3832
3832
  field_name: "NoOfEntries",
3833
3833
  label_name: "",
@@ -3836,37 +3836,37 @@ function $i(e, t, r, n, o, a) {
3836
3836
  placeholder: "Please select an option"
3837
3837
  }, null, 8, ["options", "modelValue"])
3838
3838
  ]),
3839
- Ho
3839
+ Ha
3840
3840
  ]),
3841
- Zo,
3842
- s("div", Ko, [
3843
- Wo,
3841
+ Za,
3842
+ s("div", Ka, [
3843
+ Wa,
3844
3844
  P(s("input", {
3845
3845
  type: "text",
3846
- "onUpdate:modelValue": t[1] || (t[1] = (i) => o.search = i),
3846
+ "onUpdate:modelValue": t[1] || (t[1] = (i) => a.search = i),
3847
3847
  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",
3848
3848
  placeholder: "Search ..."
3849
3849
  }, null, 512), [
3850
- [V, o.search]
3850
+ [V, a.search]
3851
3851
  ])
3852
3852
  ])
3853
3853
  ]),
3854
- s("div", Xo, [
3855
- s("table", Yo, [
3856
- s("thead", Jo, [
3854
+ s("div", Xa, [
3855
+ s("table", Ya, [
3856
+ s("thead", Ja, [
3857
3857
  s("tr", null, [
3858
3858
  (d(!0), u(v, null, k(r.columns, (i, c) => (d(), u("th", {
3859
3859
  key: c,
3860
- onClick: (f) => a.sort(i),
3860
+ onClick: (f) => o.sort(i),
3861
3861
  class: "w-full px-4 py-2 lg:w-2/12"
3862
3862
  }, [
3863
3863
  w(h(i) + " ", 1),
3864
- o.sortKey === i ? (d(), u("span", ei, h(o.sortOrder === 1 ? "▲" : "▼"), 1)) : g("", !0)
3865
- ], 8, Qo))), 128))
3864
+ a.sortKey === i ? (d(), u("span", ei, h(a.sortOrder === 1 ? "▲" : "▼"), 1)) : g("", !0)
3865
+ ], 8, Qa))), 128))
3866
3866
  ])
3867
3867
  ]),
3868
3868
  s("tbody", null, [
3869
- (d(!0), u(v, null, k(a.paginatedData, (i, c) => (d(), u("tr", {
3869
+ (d(!0), u(v, null, k(o.paginatedData, (i, c) => (d(), u("tr", {
3870
3870
  key: c,
3871
3871
  class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
3872
3872
  }, [
@@ -3888,26 +3888,26 @@ function $i(e, t, r, n, o, a) {
3888
3888
  s("div", ni, [
3889
3889
  s("a", {
3890
3890
  href: "#",
3891
- onClick: t[2] || (t[2] = (...i) => a.previousPage && a.previousPage(...i)),
3892
- disabled: o.currentPage === 1,
3891
+ onClick: t[2] || (t[2] = (...i) => o.previousPage && o.previousPage(...i)),
3892
+ disabled: a.currentPage === 1,
3893
3893
  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"
3894
- }, "Previous", 8, ai),
3894
+ }, "Previous", 8, oi),
3895
3895
  s("a", {
3896
3896
  href: "#",
3897
- onClick: t[3] || (t[3] = (...i) => a.nextPage && a.nextPage(...i)),
3898
- disabled: o.currentPage === a.totalPages,
3897
+ onClick: t[3] || (t[3] = (...i) => o.nextPage && o.nextPage(...i)),
3898
+ disabled: a.currentPage === o.totalPages,
3899
3899
  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"
3900
- }, "Next", 8, oi)
3900
+ }, "Next", 8, ai)
3901
3901
  ]),
3902
3902
  s("div", ii, [
3903
3903
  s("div", null, [
3904
3904
  s("p", li, [
3905
3905
  w(" Showing "),
3906
- s("span", di, h(a.firstItemIndex), 1),
3906
+ s("span", di, h(o.firstItemIndex), 1),
3907
3907
  w(" to "),
3908
- s("span", ui, h(a.lastItemIndex), 1),
3908
+ s("span", ui, h(o.lastItemIndex), 1),
3909
3909
  w(" of "),
3910
- s("span", ci, h(a.filteredData.length), 1),
3910
+ s("span", ci, h(o.filteredData.length), 1),
3911
3911
  w(" entries ")
3912
3912
  ])
3913
3913
  ]),
@@ -3917,25 +3917,25 @@ function $i(e, t, r, n, o, a) {
3917
3917
  s("li", null, [
3918
3918
  s("a", {
3919
3919
  href: "#",
3920
- onClick: t[4] || (t[4] = (...i) => a.previousPage && a.previousPage(...i)),
3921
- disabled: o.currentPage === 1,
3920
+ onClick: t[4] || (t[4] = (...i) => o.previousPage && o.previousPage(...i)),
3921
+ disabled: a.currentPage === 1,
3922
3922
  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"
3923
3923
  }, _i, 8, gi)
3924
3924
  ]),
3925
- (d(!0), u(v, null, k(a.displayedPageNumbers, (i) => (d(), u(v, { key: i }, [
3925
+ (d(!0), u(v, null, k(o.displayedPageNumbers, (i) => (d(), u(v, { key: i }, [
3926
3926
  s("li", null, [
3927
- o.currentPage !== i ? (d(), u("a", {
3927
+ a.currentPage !== i ? (d(), u("a", {
3928
3928
  key: 0,
3929
3929
  href: "#",
3930
- onClick: (c) => a.goToPage(i),
3930
+ onClick: (c) => o.goToPage(i),
3931
3931
  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"
3932
3932
  }, h(i), 9, bi)) : g("", !0)
3933
3933
  ]),
3934
3934
  s("li", null, [
3935
- o.currentPage === i ? (d(), u("a", {
3935
+ a.currentPage === i ? (d(), u("a", {
3936
3936
  key: 0,
3937
3937
  href: "#",
3938
- onClick: (c) => a.goToPage(i),
3938
+ onClick: (c) => o.goToPage(i),
3939
3939
  "aria-current": "page",
3940
3940
  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"
3941
3941
  }, h(i), 9, yi)) : g("", !0)
@@ -3944,8 +3944,8 @@ function $i(e, t, r, n, o, a) {
3944
3944
  s("li", null, [
3945
3945
  s("a", {
3946
3946
  href: "#",
3947
- onClick: t[5] || (t[5] = (...i) => a.nextPage && a.nextPage(...i)),
3948
- disabled: o.currentPage === a.totalPages,
3947
+ onClick: t[5] || (t[5] = (...i) => o.nextPage && o.nextPage(...i)),
3948
+ disabled: a.currentPage === o.totalPages,
3949
3949
  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"
3950
3950
  }, ki, 8, vi)
3951
3951
  ])
@@ -3956,7 +3956,7 @@ function $i(e, t, r, n, o, a) {
3956
3956
  ])
3957
3957
  ]);
3958
3958
  }
3959
- const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
3959
+ const jd = /* @__PURE__ */ O(Ga, [["render", $i]]), Ci = {
3960
3960
  class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",
3961
3961
  role: "alert"
3962
3962
  }, Si = {
@@ -4036,13 +4036,13 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4036
4036
  setTimeout(() => n("remove"), r.duration);
4037
4037
  });
4038
4038
  const n = t;
4039
- return (o, a) => (d(), u("div", Ci, [
4039
+ return (a, o) => (d(), u("div", Ci, [
4040
4040
  r.type === "success" ? (d(), u("div", Si, Pi)) : g("", !0),
4041
4041
  r.type === "error" ? (d(), u("div", Ei, Ii)) : g("", !0),
4042
4042
  r.type === "warning" ? (d(), u("div", Ti, Vi)) : g("", !0),
4043
4043
  s("div", Li, h(r.message), 1),
4044
4044
  s("button", {
4045
- onClick: a[0] || (a[0] = (l) => n("remove")),
4045
+ onClick: o[0] || (o[0] = (l) => n("remove")),
4046
4046
  type: "button",
4047
4047
  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",
4048
4048
  "data-dismiss-target": "#toast-default",
@@ -4050,11 +4050,11 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4050
4050
  }, Fi)
4051
4051
  ]));
4052
4052
  }
4053
- }, oe = we({
4053
+ }, ae = we({
4054
4054
  items: []
4055
4055
  }), Ui = {
4056
4056
  add(e) {
4057
- oe.items.unshift({
4057
+ ae.items.unshift({
4058
4058
  key: Symbol(),
4059
4059
  message: e.message,
4060
4060
  type: e.type,
@@ -4062,10 +4062,10 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4062
4062
  });
4063
4063
  },
4064
4064
  remove(e) {
4065
- oe.items.splice(e, 1);
4065
+ ae.items.splice(e, 1);
4066
4066
  }
4067
4067
  }, ve = {
4068
- state: oe,
4068
+ state: ae,
4069
4069
  methods: Ui
4070
4070
  }, Ad = {
4071
4071
  __name: "GlToastList",
@@ -4082,12 +4082,12 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4082
4082
  class: "fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"
4083
4083
  }, {
4084
4084
  default: Y(() => [
4085
- (d(!0), u(v, null, k(nt(ve).state.items, (o, a) => (d(), Z(Ri, {
4086
- key: o.key,
4087
- message: o.message,
4088
- type: o.type,
4089
- duration: o.duration,
4090
- onRemove: (l) => t(a)
4085
+ (d(!0), u(v, null, k(nt(ve).state.items, (a, o) => (d(), Z(Ri, {
4086
+ key: a.key,
4087
+ message: a.message,
4088
+ type: a.type,
4089
+ duration: a.duration,
4090
+ onRemove: (l) => t(o)
4091
4091
  }, null, 8, ["message", "type", "duration", "onRemove"]))), 128))
4092
4092
  ]),
4093
4093
  _: 1
@@ -4135,14 +4135,14 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4135
4135
  },
4136
4136
  emits: ["deleteAction"],
4137
4137
  setup(e, { emit: t }) {
4138
- const r = Se(), n = e, o = S(!1), a = S(!1), l = () => {
4139
- o.value = !1;
4138
+ const r = Se(), n = e, a = S(!1), o = S(!1), l = () => {
4139
+ a.value = !1;
4140
4140
  }, i = () => {
4141
- o.value = !0;
4141
+ a.value = !0;
4142
4142
  }, c = () => {
4143
- a.value = !1;
4143
+ o.value = !1;
4144
4144
  }, f = () => {
4145
- a.value = !0;
4145
+ o.value = !0;
4146
4146
  }, m = t, y = () => {
4147
4147
  axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
4148
4148
  c(), m("deleteAction"), r.commit("notification/SHOW_NOTIFICATION", {
@@ -4158,7 +4158,7 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4158
4158
  const L = ke("click-outside");
4159
4159
  return d(), u(v, null, [
4160
4160
  H(ie, {
4161
- isOpen: a.value,
4161
+ isOpen: o.value,
4162
4162
  onConfirmDelete: y,
4163
4163
  onCancelDelete: c
4164
4164
  }, null, 8, ["isOpen"]),
@@ -4191,7 +4191,7 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4191
4191
  ])) : g("", !0)
4192
4192
  ])
4193
4193
  ], 512), [
4194
- [G, o.value]
4194
+ [G, a.value]
4195
4195
  ])
4196
4196
  ])), [
4197
4197
  [L, l]
@@ -4215,7 +4215,7 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4215
4215
  ], sl = { class: "absolute 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" }, nl = {
4216
4216
  class: "py-2 text-sm text-gray-700 dark:text-gray-200",
4217
4217
  "aria-labelledby": "dropdownDividerButton"
4218
- }, al = { key: 0 }, ol = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), Td = {
4218
+ }, ol = { key: 0 }, al = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), Td = {
4219
4219
  __name: "DatatableDeleteAction",
4220
4220
  props: {
4221
4221
  field: {
@@ -4241,14 +4241,14 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4241
4241
  },
4242
4242
  emits: ["deleteAction"],
4243
4243
  setup(e, { emit: t }) {
4244
- const r = Se(), n = e, o = S(!1), a = S(!1), l = () => {
4245
- o.value = !1;
4244
+ const r = Se(), n = e, a = S(!1), o = S(!1), l = () => {
4245
+ a.value = !1;
4246
4246
  }, i = () => {
4247
- o.value = !0;
4247
+ a.value = !0;
4248
4248
  }, c = () => {
4249
- a.value = !1;
4249
+ o.value = !1;
4250
4250
  }, f = () => {
4251
- a.value = !0;
4251
+ o.value = !0;
4252
4252
  }, m = t, y = () => {
4253
4253
  axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
4254
4254
  c(), m("deleteAction"), r.commit("notification/SHOW_NOTIFICATION", {
@@ -4264,7 +4264,7 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4264
4264
  const L = ke("click-outside");
4265
4265
  return d(), u(v, null, [
4266
4266
  H(ie, {
4267
- isOpen: a.value,
4267
+ isOpen: o.value,
4268
4268
  onConfirmDelete: y,
4269
4269
  onCancelDelete: c
4270
4270
  }, null, 8, ["isOpen"]),
@@ -4276,19 +4276,19 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4276
4276
  }, rl),
4277
4277
  P(s("div", sl, [
4278
4278
  s("ul", nl, [
4279
- x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", al, [
4279
+ x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", ol, [
4280
4280
  s("a", {
4281
4281
  href: "#",
4282
4282
  onClick: M(f, ["prevent"]),
4283
4283
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4284
4284
  }, [
4285
- ol,
4285
+ al,
4286
4286
  w(" Remove")
4287
4287
  ])
4288
4288
  ])) : g("", !0)
4289
4289
  ])
4290
4290
  ], 512), [
4291
- [G, o.value]
4291
+ [G, a.value]
4292
4292
  ])
4293
4293
  ])), [
4294
4294
  [L, l]
@@ -4350,9 +4350,9 @@ const jd = /* @__PURE__ */ O(Go, [["render", $i]]), Ci = {
4350
4350
  "clip-rule": "evenodd"
4351
4351
  })
4352
4352
  ], -1);
4353
- function hl(e, t, r, n, o, a) {
4353
+ function hl(e, t, r, n, a, o) {
4354
4354
  return d(), u("div", null, [
4355
- a.isArray ? (d(!0), u(v, { key: 0 }, k(r.row, (l, i) => (d(), u("div", {
4355
+ o.isArray ? (d(!0), u(v, { key: 0 }, k(r.row, (l, i) => (d(), u("div", {
4356
4356
  key: i,
4357
4357
  class: "m-1 d-inline-block"
4358
4358
  }, [
@@ -4365,7 +4365,7 @@ function hl(e, t, r, n, o, a) {
4365
4365
  dl,
4366
4366
  w(" Download ")
4367
4367
  ], 8, ll)
4368
- ]))), 128)) : a.isString ? (d(), u("div", ul, [
4368
+ ]))), 128)) : o.isString ? (d(), u("div", ul, [
4369
4369
  s("a", {
4370
4370
  href: r.row,
4371
4371
  title: r.row,
@@ -4426,9 +4426,9 @@ const Md = /* @__PURE__ */ O(il, [["render", hl]]), gl = {
4426
4426
  "clip-rule": "evenodd"
4427
4427
  })
4428
4428
  ], -1);
4429
- function vl(e, t, r, n, o, a) {
4429
+ function vl(e, t, r, n, a, o) {
4430
4430
  return d(), u("div", null, [
4431
- a.isArray ? (d(!0), u(v, { key: 0 }, k(r.row[r.field], (l) => (d(), u("div", {
4431
+ o.isArray ? (d(!0), u(v, { key: 0 }, k(r.row[r.field], (l) => (d(), u("div", {
4432
4432
  key: l.id,
4433
4433
  class: "m-1 d-inline-block"
4434
4434
  }, [
@@ -4441,7 +4441,7 @@ function vl(e, t, r, n, o, a) {
4441
4441
  pl,
4442
4442
  w(" Download ")
4443
4443
  ], 8, ml)
4444
- ]))), 128)) : a.isObject ? (d(), u("div", _l, [
4444
+ ]))), 128)) : o.isObject ? (d(), u("div", _l, [
4445
4445
  s("a", {
4446
4446
  href: r.row[r.field].url,
4447
4447
  title: r.row[r.field].name,
@@ -4457,7 +4457,7 @@ function vl(e, t, r, n, o, a) {
4457
4457
  const Nd = /* @__PURE__ */ O(gl, [["render", vl]]), xl = {
4458
4458
  props: ["field", "row", "tdProps"]
4459
4459
  }, wl = { key: 0 }, kl = ["innerHTML"];
4460
- function $l(e, t, r, n, o, a) {
4460
+ function $l(e, t, r, n, a, o) {
4461
4461
  return r.row[r.field] ? (d(), u("div", wl, [
4462
4462
  s("div", {
4463
4463
  class: "w-full",
@@ -4470,7 +4470,7 @@ const Vd = /* @__PURE__ */ O(xl, [["render", $l]]), Cl = {
4470
4470
  computed: {
4471
4471
  entry() {
4472
4472
  const [e, t] = this.field.split(".");
4473
- return at({ key: e, field: t });
4473
+ return ot({ key: e, field: t });
4474
4474
  },
4475
4475
  isArray() {
4476
4476
  return Array.isArray(this.row[this.entry.key]);
@@ -4483,18 +4483,18 @@ const Vd = /* @__PURE__ */ O(xl, [["render", $l]]), Cl = {
4483
4483
  key: 1,
4484
4484
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
4485
4485
  };
4486
- function Dl(e, t, r, n, o, a) {
4486
+ function Dl(e, t, r, n, a, o) {
4487
4487
  return d(), u("div", Sl, [
4488
- a.isArray ? (d(!0), u(v, { key: 0 }, k(r.row[a.entry.key], (l, i) => (d(), u("span", {
4488
+ o.isArray ? (d(!0), u(v, { key: 0 }, k(r.row[o.entry.key], (l, i) => (d(), u("span", {
4489
4489
  key: i,
4490
4490
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
4491
- }, h(l[a.entry.field]), 1))), 128)) : a.isObject ? (d(), u("span", Ol, h(r.row[a.entry.key][a.entry.field]), 1)) : g("", !0)
4491
+ }, h(l[o.entry.field]), 1))), 128)) : o.isObject ? (d(), u("span", Ol, h(r.row[o.entry.key][o.entry.field]), 1)) : g("", !0)
4492
4492
  ]);
4493
4493
  }
4494
4494
  const Ld = /* @__PURE__ */ O(Cl, [["render", Dl]]), Pl = {
4495
4495
  props: ["field", "row", "tdProps"]
4496
4496
  }, El = { key: 0 }, jl = { class: "m-1 d-inline-block" }, Al = ["href", "title"], Il = ["src", "alt", "title"];
4497
- function Tl(e, t, r, n, o, a) {
4497
+ function Tl(e, t, r, n, a, o) {
4498
4498
  return r.row[r.field] ? (d(), u("div", El, [
4499
4499
  s("div", jl, [
4500
4500
  s("a", {
@@ -4525,12 +4525,12 @@ const Bd = /* @__PURE__ */ O(Pl, [["render", Tl], ["__scopeId", "data-v-3a28c02c
4525
4525
  key: 1,
4526
4526
  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"
4527
4527
  }, Gl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
4528
- function Fl(e, t, r, n, o, a) {
4528
+ function Fl(e, t, r, n, a, o) {
4529
4529
  return d(), u("div", Nl, [
4530
- a.isActive ? (d(), u("span", Vl, [
4530
+ o.isActive ? (d(), u("span", Vl, [
4531
4531
  Ll,
4532
4532
  w(" Active ")
4533
- ])) : a.isActive ? g("", !0) : (d(), u("span", Bl, [
4533
+ ])) : o.isActive ? g("", !0) : (d(), u("span", Bl, [
4534
4534
  Gl,
4535
4535
  w(" Inactive ")
4536
4536
  ]))
@@ -4557,21 +4557,21 @@ const Gd = /* @__PURE__ */ O(Ml, [["render", Fl]]), Rl = {
4557
4557
  key: 3,
4558
4558
  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"
4559
4559
  }, Yl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1);
4560
- function Jl(e, t, r, n, o, a) {
4560
+ function Jl(e, t, r, n, a, o) {
4561
4561
  return d(), u("div", Ul, [
4562
- a.hasLabelColor == "green" ? (d(), u("span", ql, [
4562
+ o.hasLabelColor == "green" ? (d(), u("span", ql, [
4563
4563
  zl,
4564
4564
  w(" " + h(this.row[this.field]), 1)
4565
4565
  ])) : g("", !0),
4566
- a.hasLabelColor == "red" ? (d(), u("span", Hl, [
4566
+ o.hasLabelColor == "red" ? (d(), u("span", Hl, [
4567
4567
  Zl,
4568
4568
  w(" " + h(this.row[this.field]), 1)
4569
4569
  ])) : g("", !0),
4570
- a.hasLabelColor == "yellow" ? (d(), u("span", Kl, [
4570
+ o.hasLabelColor == "yellow" ? (d(), u("span", Kl, [
4571
4571
  Wl,
4572
4572
  w(" " + h(this.row[this.field]), 1)
4573
4573
  ])) : g("", !0),
4574
- a.hasLabelColor == "default" ? (d(), u("span", Xl, [
4574
+ o.hasLabelColor == "default" ? (d(), u("span", Xl, [
4575
4575
  Yl,
4576
4576
  w(" " + h(this.row[this.field]), 1)
4577
4577
  ])) : g("", !0)
@@ -4598,15 +4598,15 @@ const Fd = /* @__PURE__ */ O(Rl, [["render", Jl]]), Ql = {
4598
4598
  }, null, -1), sd = /* @__PURE__ */ s("span", {
4599
4599
  class: "hidden sm:inline-block sm:align-middle sm:h-screen",
4600
4600
  "aria-hidden": "true"
4601
- }, "​", -1), nd = { 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" }, ad = { class: "px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4" }, od = { class: "sm:flex sm:items-start" }, id = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, ld = { class: "text-lg font-medium leading-6 text-gray-900" }, dd = { class: "mt-2" }, ud = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
4602
- function cd(e, t, r, n, o, a) {
4601
+ }, "​", -1), nd = { 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" }, od = { class: "px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4" }, ad = { class: "sm:flex sm:items-start" }, id = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, ld = { class: "text-lg font-medium leading-6 text-gray-900" }, dd = { class: "mt-2" }, ud = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
4602
+ function cd(e, t, r, n, a, o) {
4603
4603
  return r.isOpen ? (d(), u("div", ed, [
4604
4604
  s("div", td, [
4605
4605
  rd,
4606
4606
  sd,
4607
4607
  s("div", nd, [
4608
- s("div", ad, [
4609
- s("div", od, [
4608
+ s("div", od, [
4609
+ s("div", ad, [
4610
4610
  s("div", id, [
4611
4611
  s("h3", ld, h(r.title), 1),
4612
4612
  s("div", dd, [
@@ -4617,12 +4617,12 @@ function cd(e, t, r, n, o, a) {
4617
4617
  ]),
4618
4618
  s("div", ud, [
4619
4619
  s("button", {
4620
- onClick: t[0] || (t[0] = (...l) => a.confirmAction && a.confirmAction(...l)),
4620
+ onClick: t[0] || (t[0] = (...l) => o.confirmAction && o.confirmAction(...l)),
4621
4621
  type: "button",
4622
4622
  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"
4623
4623
  }, h(r.button_text), 1),
4624
4624
  s("button", {
4625
- onClick: t[1] || (t[1] = (...l) => a.cancelAction && a.cancelAction(...l)),
4625
+ onClick: t[1] || (t[1] = (...l) => o.cancelAction && o.cancelAction(...l)),
4626
4626
  type: "button",
4627
4627
  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"
4628
4628
  }, " Cancel ")
@@ -4657,7 +4657,7 @@ export {
4657
4657
  gd as GlNotify,
4658
4658
  $d as GlTab,
4659
4659
  kd as GlTabsWrapper,
4660
- bo as GlTailwindPagination,
4660
+ ba as GlTailwindPagination,
4661
4661
  wd as GlTextInput,
4662
4662
  xd as GlTextTranslate,
4663
4663
  Pd as GlTextarea,