golden-logic-ui 1.0.37 → 1.0.39

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 Ie, inject as fe, watch as ee, effectScope as Te, computed as te, reactive as ge, resolveComponent as q, Fragment as y, createVNode as G, normalizeClass as p, toDisplayString as f, withModifiers as A, withDirectives as C, vModelText as I, renderList as w, normalizeStyle as Me, renderSlot as P, createTextVNode as v, vShow as T, createBlock as F, resolveDynamicComponent as X, mergeProps as U, withCtx as z, ref as S, onMounted as M, mergeModels as ie, useModel as Ne, vModelDynamic as Ve, provide as Le, pushScopeId as Be, popScopeId as Ge, toHandlers as K, TransitionGroup as Fe, unref as Re, resolveDirective as me, markRaw as Ue } from "vue";
1
+ import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as f, createStaticVNode as Ae, inject as ce, watch as ee, effectScope as Ie, computed as he, reactive as fe, resolveComponent as U, Fragment as y, createVNode as G, normalizeClass as p, toDisplayString as h, withModifiers as A, withDirectives as C, vModelText as I, renderList as w, normalizeStyle as Te, renderSlot as P, createTextVNode as v, vShow as T, createBlock as F, resolveDynamicComponent as X, mergeProps as q, withCtx as z, ref as S, onMounted as M, provide as Me, pushScopeId as Ne, popScopeId as Ve, toHandlers as K, TransitionGroup as Le, unref as Be, resolveDirective as ge, markRaw as Ge } from "vue";
2
2
  const k = (e, t) => {
3
3
  const r = e.__vccOpts || e;
4
4
  for (const [n, a] of t)
5
5
  r[n] = a;
6
6
  return r;
7
- }, qe = {
7
+ }, Fe = {
8
8
  props: ["isOpen"],
9
9
  methods: {
10
10
  confirmDeletion() {
@@ -14,27 +14,27 @@ const k = (e, t) => {
14
14
  this.$emit("cancel-delete");
15
15
  }
16
16
  }
17
- }, ze = {
17
+ }, Re = {
18
18
  key: 0,
19
19
  class: "fixed inset-0 z-50 overflow-y-auto",
20
20
  "aria-labelledby": "modal-title",
21
21
  role: "dialog",
22
22
  "aria-modal": "true"
23
- }, He = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Ze = /* @__PURE__ */ s("div", {
23
+ }, qe = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Ue = /* @__PURE__ */ s("div", {
24
24
  class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
25
25
  "aria-hidden": "true"
26
- }, null, -1), Ke = /* @__PURE__ */ s("span", {
26
+ }, null, -1), ze = /* @__PURE__ */ s("span", {
27
27
  class: "hidden sm:inline-block sm:align-middle sm:h-screen",
28
28
  "aria-hidden": "true"
29
- }, "​", -1), We = { 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" }, Xe = /* @__PURE__ */ Ie('<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), Ye = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
30
- function Je(e, t, r, n, a, o) {
31
- return r.isOpen ? (d(), u("div", ze, [
32
- s("div", He, [
33
- Ze,
34
- Ke,
35
- s("div", We, [
36
- Xe,
37
- s("div", Ye, [
29
+ }, "​", -1), He = { 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" }, Ze = /* @__PURE__ */ Ae('<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), Ke = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
30
+ function We(e, t, r, n, a, o) {
31
+ return r.isOpen ? (d(), u("div", Re, [
32
+ s("div", qe, [
33
+ Ue,
34
+ ze,
35
+ s("div", He, [
36
+ Ze,
37
+ s("div", Ke, [
38
38
  s("button", {
39
39
  onClick: t[0] || (t[0] = (...l) => o.confirmDeletion && o.confirmDeletion(...l)),
40
40
  type: "button",
@@ -48,25 +48,25 @@ function Je(e, t, r, n, a, o) {
48
48
  ])
49
49
  ])
50
50
  ])
51
- ])) : g("", !0);
51
+ ])) : f("", !0);
52
52
  }
53
- const re = /* @__PURE__ */ k(qe, [["render", Je]]);
54
- function Qe() {
55
- return _e().__VUE_DEVTOOLS_GLOBAL_HOOK__;
53
+ const te = /* @__PURE__ */ k(Fe, [["render", We]]);
54
+ function Xe() {
55
+ return me().__VUE_DEVTOOLS_GLOBAL_HOOK__;
56
56
  }
57
- function _e() {
57
+ function me() {
58
58
  return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
59
59
  }
60
- const et = typeof Proxy == "function", tt = "devtools-plugin:setup", rt = "plugin:settings:set";
60
+ const Ye = typeof Proxy == "function", Je = "devtools-plugin:setup", Qe = "plugin:settings:set";
61
61
  let L, Y;
62
- function st() {
62
+ function et() {
63
63
  var e;
64
64
  return L !== void 0 || (typeof window < "u" && window.performance ? (L = !0, Y = window.performance) : typeof globalThis < "u" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (L = !0, Y = globalThis.perf_hooks.performance) : L = !1), L;
65
65
  }
66
- function nt() {
67
- return st() ? Y.now() : Date.now();
66
+ function tt() {
67
+ return et() ? Y.now() : Date.now();
68
68
  }
69
- class ot {
69
+ class rt {
70
70
  constructor(t, r) {
71
71
  this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = t, this.hook = r;
72
72
  const n = {};
@@ -94,9 +94,9 @@ class ot {
94
94
  o = l;
95
95
  },
96
96
  now() {
97
- return nt();
97
+ return tt();
98
98
  }
99
- }, r && r.on(rt, (l, i) => {
99
+ }, r && r.on(Qe, (l, i) => {
100
100
  l === this.plugin.id && this.fallbacks.setSettings(i);
101
101
  }), this.proxiedOn = new Proxy({}, {
102
102
  get: (l, i) => this.target ? this.target.on[i] : (...c) => {
@@ -111,11 +111,11 @@ class ot {
111
111
  args: c,
112
112
  resolve: () => {
113
113
  }
114
- }), this.fallbacks[i](...c)) : (...c) => new Promise((h) => {
114
+ }), this.fallbacks[i](...c)) : (...c) => new Promise((g) => {
115
115
  this.targetQueue.push({
116
116
  method: i,
117
117
  args: c,
118
- resolve: h
118
+ resolve: g
119
119
  });
120
120
  })
121
121
  });
@@ -128,12 +128,12 @@ class ot {
128
128
  r.resolve(await this.target[r.method](...r.args));
129
129
  }
130
130
  }
131
- function at(e, t) {
132
- const r = e, n = _e(), a = Qe(), o = et && r.enableEarlyProxy;
131
+ function st(e, t) {
132
+ const r = e, n = me(), a = Xe(), o = Ye && r.enableEarlyProxy;
133
133
  if (a && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !o))
134
- a.emit(tt, e, t);
134
+ a.emit(Je, e, t);
135
135
  else {
136
- const l = o ? new ot(r, a) : null;
136
+ const l = o ? new rt(r, a) : null;
137
137
  (n.__VUE_DEVTOOLS_PLUGINS__ = n.__VUE_DEVTOOLS_PLUGINS__ || []).push({
138
138
  pluginDescriptor: r,
139
139
  setupFn: t,
@@ -146,48 +146,48 @@ function at(e, t) {
146
146
  * (c) 2022 Evan You
147
147
  * @license MIT
148
148
  */
149
- var pe = "store";
150
- function be(e) {
151
- return e === void 0 && (e = null), fe(e !== null ? e : pe);
149
+ var _e = "store";
150
+ function pe(e) {
151
+ return e === void 0 && (e = null), ce(e !== null ? e : _e);
152
152
  }
153
153
  function N(e, t) {
154
154
  Object.keys(e).forEach(function(r) {
155
155
  return t(e[r], r);
156
156
  });
157
157
  }
158
- function ye(e) {
158
+ function be(e) {
159
159
  return e !== null && typeof e == "object";
160
160
  }
161
- function it(e) {
161
+ function nt(e) {
162
162
  return e && typeof e.then == "function";
163
163
  }
164
164
  function E(e, t) {
165
165
  if (!e)
166
166
  throw new Error("[vuex] " + t);
167
167
  }
168
- function lt(e, t) {
168
+ function ot(e, t) {
169
169
  return function() {
170
170
  return e(t);
171
171
  };
172
172
  }
173
- function ve(e, t, r) {
173
+ function ye(e, t, r) {
174
174
  return t.indexOf(e) < 0 && (r && r.prepend ? t.unshift(e) : t.push(e)), function() {
175
175
  var n = t.indexOf(e);
176
176
  n > -1 && t.splice(n, 1);
177
177
  };
178
178
  }
179
- function xe(e, t) {
179
+ function ve(e, t) {
180
180
  e._actions = /* @__PURE__ */ Object.create(null), e._mutations = /* @__PURE__ */ Object.create(null), e._wrappedGetters = /* @__PURE__ */ Object.create(null), e._modulesNamespaceMap = /* @__PURE__ */ Object.create(null);
181
181
  var r = e.state;
182
- Z(e, r, [], e._modules.root, !0), se(e, r, t);
182
+ Z(e, r, [], e._modules.root, !0), re(e, r, t);
183
183
  }
184
- function se(e, t, r) {
184
+ function re(e, t, r) {
185
185
  var n = e._state, a = e._scope;
186
186
  e.getters = {}, e._makeLocalGettersCache = /* @__PURE__ */ Object.create(null);
187
- var o = e._wrappedGetters, l = {}, i = {}, c = Te(!0);
187
+ var o = e._wrappedGetters, l = {}, i = {}, c = Ie(!0);
188
188
  c.run(function() {
189
- N(o, function(h, m) {
190
- l[m] = lt(h, e), i[m] = te(function() {
189
+ N(o, function(g, m) {
190
+ l[m] = ot(g, e), i[m] = he(function() {
191
191
  return l[m]();
192
192
  }), Object.defineProperty(e.getters, m, {
193
193
  get: function() {
@@ -197,53 +197,53 @@ function se(e, t, r) {
197
197
  // for local getters
198
198
  });
199
199
  });
200
- }), e._state = ge({
200
+ }), e._state = fe({
201
201
  data: t
202
- }), e._scope = c, e.strict && ft(e), n && r && e._withCommit(function() {
202
+ }), e._scope = c, e.strict && ut(e), n && r && e._withCommit(function() {
203
203
  n.data = null;
204
204
  }), a && a.stop();
205
205
  }
206
206
  function Z(e, t, r, n, a) {
207
207
  var o = !r.length, l = e._modules.getNamespace(r);
208
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
- var i = ne(t, r.slice(0, -1)), c = r[r.length - 1];
209
+ var i = se(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(
212
212
  '[vuex] state field "' + c + '" was overridden by a module with the same name at "' + r.join(".") + '"'
213
213
  ), i[c] = n.state;
214
214
  });
215
215
  }
216
- var h = n.context = dt(e, l, r);
216
+ var g = n.context = at(e, l, r);
217
217
  n.forEachMutation(function(m, b) {
218
218
  var x = l + b;
219
- ut(e, x, m, h);
219
+ it(e, x, m, g);
220
220
  }), n.forEachAction(function(m, b) {
221
221
  var x = m.root ? b : l + b, $ = m.handler || m;
222
- ct(e, x, $, h);
222
+ lt(e, x, $, g);
223
223
  }), n.forEachGetter(function(m, b) {
224
224
  var x = l + b;
225
- ht(e, x, m, h);
225
+ dt(e, x, m, g);
226
226
  }), n.forEachChild(function(m, b) {
227
227
  Z(e, t, r.concat(b), m, a);
228
228
  });
229
229
  }
230
- function dt(e, t, r) {
230
+ function at(e, t, r) {
231
231
  var n = t === "", a = {
232
232
  dispatch: n ? e.dispatch : function(o, l, i) {
233
- var c = H(o, l, i), h = c.payload, m = c.options, b = c.type;
233
+ var c = H(o, l, i), g = c.payload, m = c.options, b = c.type;
234
234
  if ((!m || !m.root) && (b = t + b, process.env.NODE_ENV !== "production" && !e._actions[b])) {
235
235
  console.error("[vuex] unknown local action type: " + c.type + ", global type: " + b);
236
236
  return;
237
237
  }
238
- return e.dispatch(b, h);
238
+ return e.dispatch(b, g);
239
239
  },
240
240
  commit: n ? e.commit : function(o, l, i) {
241
- var c = H(o, l, i), h = c.payload, m = c.options, b = c.type;
241
+ var c = H(o, l, i), g = c.payload, m = c.options, b = c.type;
242
242
  if ((!m || !m.root) && (b = t + b, process.env.NODE_ENV !== "production" && !e._mutations[b])) {
243
243
  console.error("[vuex] unknown local mutation type: " + c.type + ", global type: " + b);
244
244
  return;
245
245
  }
246
- e.commit(b, h, m);
246
+ e.commit(b, g, m);
247
247
  }
248
248
  };
249
249
  return Object.defineProperties(a, {
@@ -251,17 +251,17 @@ function dt(e, t, r) {
251
251
  get: n ? function() {
252
252
  return e.getters;
253
253
  } : function() {
254
- return we(e, t);
254
+ return xe(e, t);
255
255
  }
256
256
  },
257
257
  state: {
258
258
  get: function() {
259
- return ne(e.state, r);
259
+ return se(e.state, r);
260
260
  }
261
261
  }
262
262
  }), a;
263
263
  }
264
- function we(e, t) {
264
+ function xe(e, t) {
265
265
  if (!e._makeLocalGettersCache[t]) {
266
266
  var r = {}, n = t.length;
267
267
  Object.keys(e.getters).forEach(function(a) {
@@ -278,13 +278,13 @@ function we(e, t) {
278
278
  }
279
279
  return e._makeLocalGettersCache[t];
280
280
  }
281
- function ut(e, t, r, n) {
281
+ function it(e, t, r, n) {
282
282
  var a = e._mutations[t] || (e._mutations[t] = []);
283
283
  a.push(function(l) {
284
284
  r.call(e, n.state, l);
285
285
  });
286
286
  }
287
- function ct(e, t, r, n) {
287
+ function lt(e, t, r, n) {
288
288
  var a = e._actions[t] || (e._actions[t] = []);
289
289
  a.push(function(l) {
290
290
  var i = r.call(e, {
@@ -295,12 +295,12 @@ function ct(e, t, r, n) {
295
295
  rootGetters: e.getters,
296
296
  rootState: e.state
297
297
  }, l);
298
- return it(i) || (i = Promise.resolve(i)), e._devtoolHook ? i.catch(function(c) {
298
+ return nt(i) || (i = Promise.resolve(i)), e._devtoolHook ? i.catch(function(c) {
299
299
  throw e._devtoolHook.emit("vuex:error", c), c;
300
300
  }) : i;
301
301
  });
302
302
  }
303
- function ht(e, t, r, n) {
303
+ function dt(e, t, r, n) {
304
304
  if (e._wrappedGetters[t]) {
305
305
  process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate getter key: " + t);
306
306
  return;
@@ -318,24 +318,24 @@ function ht(e, t, r, n) {
318
318
  );
319
319
  };
320
320
  }
321
- function ft(e) {
321
+ function ut(e) {
322
322
  ee(function() {
323
323
  return e._state.data;
324
324
  }, function() {
325
325
  process.env.NODE_ENV !== "production" && E(e._committing, "do not mutate vuex store state outside mutation handlers.");
326
326
  }, { deep: !0, flush: "sync" });
327
327
  }
328
- function ne(e, t) {
328
+ function se(e, t) {
329
329
  return t.reduce(function(r, n) {
330
330
  return r[n];
331
331
  }, e);
332
332
  }
333
333
  function H(e, t, r) {
334
- return ye(e) && e.type && (r = t, t = e, e = e.type), process.env.NODE_ENV !== "production" && E(typeof e == "string", "expects string as the type, but found " + typeof e + "."), { type: e, payload: t, options: r };
334
+ return be(e) && e.type && (r = t, t = e, e = e.type), process.env.NODE_ENV !== "production" && E(typeof e == "string", "expects string as the type, but found " + typeof e + "."), { type: e, payload: t, options: r };
335
335
  }
336
- var gt = "vuex bindings", le = "vuex:mutations", W = "vuex:actions", B = "vuex", mt = 0;
337
- function _t(e, t) {
338
- at(
336
+ var ct = "vuex bindings", ae = "vuex:mutations", W = "vuex:actions", B = "vuex", ht = 0;
337
+ function ft(e, t) {
338
+ st(
339
339
  {
340
340
  id: "org.vuejs.vuex",
341
341
  app: e,
@@ -343,17 +343,17 @@ function _t(e, t) {
343
343
  homepage: "https://next.vuex.vuejs.org/",
344
344
  logo: "https://vuejs.org/images/icons/favicon-96x96.png",
345
345
  packageName: "vuex",
346
- componentStateTypes: [gt]
346
+ componentStateTypes: [ct]
347
347
  },
348
348
  function(r) {
349
349
  r.addTimelineLayer({
350
- id: le,
350
+ id: ae,
351
351
  label: "Vuex Mutations",
352
- color: de
352
+ color: ie
353
353
  }), r.addTimelineLayer({
354
354
  id: W,
355
355
  label: "Vuex Actions",
356
- color: de
356
+ color: ie
357
357
  }), r.addInspector({
358
358
  id: B,
359
359
  label: "Vuex",
@@ -363,16 +363,16 @@ function _t(e, t) {
363
363
  if (n.app === e && n.inspectorId === B)
364
364
  if (n.filter) {
365
365
  var a = [];
366
- Se(a, t._modules.root, n.filter, ""), n.rootNodes = a;
366
+ Ce(a, t._modules.root, n.filter, ""), n.rootNodes = a;
367
367
  } else
368
368
  n.rootNodes = [
369
- Ce(t._modules.root, "")
369
+ $e(t._modules.root, "")
370
370
  ];
371
371
  }), r.on.getInspectorState(function(n) {
372
372
  if (n.app === e && n.inspectorId === B) {
373
373
  var a = n.nodeId;
374
- we(t, a), n.state = yt(
375
- xt(t._modules, a),
374
+ xe(t, a), n.state = _t(
375
+ bt(t._modules, a),
376
376
  a === "root" ? t.getters : t._makeLocalGettersCache,
377
377
  a
378
378
  );
@@ -387,7 +387,7 @@ function _t(e, t) {
387
387
  }), t.subscribe(function(n, a) {
388
388
  var o = {};
389
389
  n.payload && (o.payload = n.payload), o.state = a, r.notifyComponentUpdate(), r.sendInspectorTree(B), r.sendInspectorState(B), r.addTimelineEvent({
390
- layerId: le,
390
+ layerId: ae,
391
391
  event: {
392
392
  time: Date.now(),
393
393
  title: n.type,
@@ -397,7 +397,7 @@ function _t(e, t) {
397
397
  }), t.subscribeAction({
398
398
  before: function(n, a) {
399
399
  var o = {};
400
- n.payload && (o.payload = n.payload), n._id = mt++, n._time = Date.now(), o.state = a, r.addTimelineEvent({
400
+ n.payload && (o.payload = n.payload), n._id = ht++, n._time = Date.now(), o.state = a, r.addTimelineEvent({
401
401
  layerId: W,
402
402
  event: {
403
403
  time: n._time,
@@ -432,25 +432,25 @@ function _t(e, t) {
432
432
  }
433
433
  );
434
434
  }
435
- var de = 8702998, pt = 6710886, bt = 16777215, ke = {
435
+ var ie = 8702998, gt = 6710886, mt = 16777215, we = {
436
436
  label: "namespaced",
437
- textColor: bt,
438
- backgroundColor: pt
437
+ textColor: mt,
438
+ backgroundColor: gt
439
439
  };
440
- function $e(e) {
440
+ function ke(e) {
441
441
  return e && e !== "root" ? e.split("/").slice(-2, -1)[0] : "Root";
442
442
  }
443
- function Ce(e, t) {
443
+ function $e(e, t) {
444
444
  return {
445
445
  id: t || "root",
446
446
  // all modules end with a `/`, we want the last segment only
447
447
  // cart/ -> cart
448
448
  // nested/cart/ -> cart
449
- label: $e(t),
450
- tags: e.namespaced ? [ke] : [],
449
+ label: ke(t),
450
+ tags: e.namespaced ? [we] : [],
451
451
  children: Object.keys(e._children).map(
452
452
  function(r) {
453
- return Ce(
453
+ return $e(
454
454
  e._children[r],
455
455
  t + r + "/"
456
456
  );
@@ -458,16 +458,16 @@ function Ce(e, t) {
458
458
  )
459
459
  };
460
460
  }
461
- function Se(e, t, r, n) {
461
+ function Ce(e, t, r, n) {
462
462
  n.includes(r) && e.push({
463
463
  id: n || "root",
464
464
  label: n.endsWith("/") ? n.slice(0, n.length - 1) : n || "Root",
465
- tags: t.namespaced ? [ke] : []
465
+ tags: t.namespaced ? [we] : []
466
466
  }), Object.keys(t._children).forEach(function(a) {
467
- Se(e, t._children[a], r, n + a + "/");
467
+ Ce(e, t._children[a], r, n + a + "/");
468
468
  });
469
469
  }
470
- function yt(e, t, r) {
470
+ function _t(e, t, r) {
471
471
  t = r === "root" ? t : t[r];
472
472
  var n = Object.keys(t), a = {
473
473
  state: Object.keys(e.state).map(function(l) {
@@ -479,10 +479,10 @@ function yt(e, t, r) {
479
479
  })
480
480
  };
481
481
  if (n.length) {
482
- var o = vt(t);
482
+ var o = pt(t);
483
483
  a.getters = Object.keys(o).map(function(l) {
484
484
  return {
485
- key: l.endsWith("/") ? $e(l) : l,
485
+ key: l.endsWith("/") ? ke(l) : l,
486
486
  editable: !1,
487
487
  value: J(function() {
488
488
  return o[l];
@@ -492,7 +492,7 @@ function yt(e, t, r) {
492
492
  }
493
493
  return a;
494
494
  }
495
- function vt(e) {
495
+ function pt(e) {
496
496
  var t = {};
497
497
  return Object.keys(e).forEach(function(r) {
498
498
  var n = r.split("/");
@@ -516,7 +516,7 @@ function vt(e) {
516
516
  });
517
517
  }), t;
518
518
  }
519
- function xt(e, t) {
519
+ function bt(e, t) {
520
520
  var r = t.split("/").filter(function(n) {
521
521
  return n;
522
522
  });
@@ -541,8 +541,8 @@ var j = function(t, r) {
541
541
  this.runtime = r, this._children = /* @__PURE__ */ Object.create(null), this._rawModule = t;
542
542
  var n = t.state;
543
543
  this.state = (typeof n == "function" ? n() : n) || {};
544
- }, Oe = { namespaced: { configurable: !0 } };
545
- Oe.namespaced.get = function() {
544
+ }, Se = { namespaced: { configurable: !0 } };
545
+ Se.namespaced.get = function() {
546
546
  return !!this._rawModule.namespaced;
547
547
  };
548
548
  j.prototype.addChild = function(t, r) {
@@ -572,7 +572,7 @@ j.prototype.forEachAction = function(t) {
572
572
  j.prototype.forEachMutation = function(t) {
573
573
  this._rawModule.mutations && N(this._rawModule.mutations, t);
574
574
  };
575
- Object.defineProperties(j.prototype, Oe);
575
+ Object.defineProperties(j.prototype, Se);
576
576
  var V = function(t) {
577
577
  this.register([], t, !1);
578
578
  };
@@ -588,11 +588,11 @@ V.prototype.getNamespace = function(t) {
588
588
  }, "");
589
589
  };
590
590
  V.prototype.update = function(t) {
591
- De([], this.root, t);
591
+ Oe([], this.root, t);
592
592
  };
593
593
  V.prototype.register = function(t, r, n) {
594
594
  var a = this;
595
- n === void 0 && (n = !0), process.env.NODE_ENV !== "production" && Pe(t, r);
595
+ n === void 0 && (n = !0), process.env.NODE_ENV !== "production" && De(t, r);
596
596
  var o = new j(r, n);
597
597
  if (t.length === 0)
598
598
  this.root = o;
@@ -618,8 +618,8 @@ V.prototype.isRegistered = function(t) {
618
618
  var r = this.get(t.slice(0, -1)), n = t[t.length - 1];
619
619
  return r ? r.hasChild(n) : !1;
620
620
  };
621
- function De(e, t, r) {
622
- if (process.env.NODE_ENV !== "production" && Pe(e, r), t.update(r), r.modules)
621
+ function Oe(e, t, r) {
622
+ if (process.env.NODE_ENV !== "production" && De(e, r), t.update(r), r.modules)
623
623
  for (var n in r.modules) {
624
624
  if (!t.getChild(n)) {
625
625
  process.env.NODE_ENV !== "production" && console.warn(
@@ -627,42 +627,42 @@ function De(e, t, r) {
627
627
  );
628
628
  return;
629
629
  }
630
- De(
630
+ Oe(
631
631
  e.concat(n),
632
632
  t.getChild(n),
633
633
  r.modules[n]
634
634
  );
635
635
  }
636
636
  }
637
- var ue = {
637
+ var le = {
638
638
  assert: function(e) {
639
639
  return typeof e == "function";
640
640
  },
641
641
  expected: "function"
642
- }, wt = {
642
+ }, yt = {
643
643
  assert: function(e) {
644
644
  return typeof e == "function" || typeof e == "object" && typeof e.handler == "function";
645
645
  },
646
646
  expected: 'function or object with "handler" function'
647
- }, ce = {
648
- getters: ue,
649
- mutations: ue,
650
- actions: wt
647
+ }, de = {
648
+ getters: le,
649
+ mutations: le,
650
+ actions: yt
651
651
  };
652
- function Pe(e, t) {
653
- Object.keys(ce).forEach(function(r) {
652
+ function De(e, t) {
653
+ Object.keys(de).forEach(function(r) {
654
654
  if (t[r]) {
655
- var n = ce[r];
655
+ var n = de[r];
656
656
  N(t[r], function(a, o) {
657
657
  E(
658
658
  n.assert(a),
659
- kt(e, r, o, a, n.expected)
659
+ vt(e, r, o, a, n.expected)
660
660
  );
661
661
  });
662
662
  }
663
663
  });
664
664
  }
665
- function kt(e, t, r, n, a) {
665
+ function vt(e, t, r, n, a) {
666
666
  var o = t + " should be " + a + ' but "' + t + "." + r + '"';
667
667
  return e.length > 0 && (o += ' in module "' + e.join(".") + '"'), o += " is " + JSON.stringify(n) + ".", o;
668
668
  }
@@ -675,30 +675,30 @@ var D = function e(t) {
675
675
  a === void 0 && (a = !1);
676
676
  var o = t.devtools;
677
677
  this._committing = !1, this._actions = /* @__PURE__ */ Object.create(null), this._actionSubscribers = [], this._mutations = /* @__PURE__ */ Object.create(null), this._wrappedGetters = /* @__PURE__ */ Object.create(null), this._modules = new V(t), this._modulesNamespaceMap = /* @__PURE__ */ Object.create(null), this._subscribers = [], this._makeLocalGettersCache = /* @__PURE__ */ Object.create(null), this._scope = null, this._devtools = o;
678
- var l = this, i = this, c = i.dispatch, h = i.commit;
678
+ var l = this, i = this, c = i.dispatch, g = i.commit;
679
679
  this.dispatch = function(x, $) {
680
680
  return c.call(l, x, $);
681
681
  }, this.commit = function(x, $, R) {
682
- return h.call(l, x, $, R);
682
+ return g.call(l, x, $, R);
683
683
  }, this.strict = a;
684
684
  var m = this._modules.root.state;
685
- Z(this, m, [], this._modules.root), se(this, m), n.forEach(function(b) {
685
+ Z(this, m, [], this._modules.root), re(this, m), n.forEach(function(b) {
686
686
  return b(r);
687
687
  });
688
- }, oe = { state: { configurable: !0 } };
688
+ }, ne = { state: { configurable: !0 } };
689
689
  D.prototype.install = function(t, r) {
690
- t.provide(r || pe, this), t.config.globalProperties.$store = this;
690
+ t.provide(r || _e, this), t.config.globalProperties.$store = this;
691
691
  var n = this._devtools !== void 0 ? this._devtools : process.env.NODE_ENV !== "production" || !1;
692
- n && _t(t, this);
692
+ n && ft(t, this);
693
693
  };
694
- oe.state.get = function() {
694
+ ne.state.get = function() {
695
695
  return this._state.data;
696
696
  };
697
- oe.state.set = function(e) {
697
+ ne.state.set = function(e) {
698
698
  process.env.NODE_ENV !== "production" && E(!1, "use store.replaceState() to explicit replace store state.");
699
699
  };
700
700
  D.prototype.commit = function(t, r, n) {
701
- var a = this, o = H(t, r, n), l = o.type, i = o.payload, c = o.options, h = { type: l, payload: i }, m = this._mutations[l];
701
+ var a = this, o = H(t, r, n), l = o.type, i = o.payload, c = o.options, g = { 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,7 +708,7 @@ D.prototype.commit = function(t, r, n) {
708
708
  x(i);
709
709
  });
710
710
  }), this._subscribers.slice().forEach(function(b) {
711
- return b(h, a.state);
711
+ return b(g, 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
  );
@@ -728,11 +728,11 @@ D.prototype.dispatch = function(t, r) {
728
728
  } catch (m) {
729
729
  process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in before action subscribers: "), console.error(m));
730
730
  }
731
- var h = c.length > 1 ? Promise.all(c.map(function(m) {
731
+ var g = c.length > 1 ? Promise.all(c.map(function(m) {
732
732
  return m(l);
733
733
  })) : c[0](l);
734
734
  return new Promise(function(m, b) {
735
- h.then(function(x) {
735
+ g.then(function(x) {
736
736
  try {
737
737
  n._actionSubscribers.filter(function($) {
738
738
  return $.after;
@@ -758,11 +758,11 @@ D.prototype.dispatch = function(t, r) {
758
758
  });
759
759
  };
760
760
  D.prototype.subscribe = function(t, r) {
761
- return ve(t, this._subscribers, r);
761
+ return ye(t, this._subscribers, r);
762
762
  };
763
763
  D.prototype.subscribeAction = function(t, r) {
764
764
  var n = typeof t == "function" ? { before: t } : t;
765
- return ve(n, this._actionSubscribers, r);
765
+ return ye(n, this._actionSubscribers, r);
766
766
  };
767
767
  D.prototype.watch = function(t, r, n) {
768
768
  var a = this;
@@ -777,81 +777,81 @@ D.prototype.replaceState = function(t) {
777
777
  });
778
778
  };
779
779
  D.prototype.registerModule = function(t, r, n) {
780
- n === void 0 && (n = {}), typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && (E(Array.isArray(t), "module path must be a string or an Array."), E(t.length > 0, "cannot register the root module by using registerModule.")), this._modules.register(t, r), Z(this, this.state, t, this._modules.get(t), n.preserveState), se(this, this.state);
780
+ n === void 0 && (n = {}), typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && (E(Array.isArray(t), "module path must be a string or an Array."), E(t.length > 0, "cannot register the root module by using registerModule.")), this._modules.register(t, r), Z(this, this.state, t, this._modules.get(t), n.preserveState), re(this, this.state);
781
781
  };
782
782
  D.prototype.unregisterModule = function(t) {
783
783
  var r = this;
784
784
  typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && E(Array.isArray(t), "module path must be a string or an Array."), this._modules.unregister(t), this._withCommit(function() {
785
- var n = ne(r.state, t.slice(0, -1));
785
+ var n = se(r.state, t.slice(0, -1));
786
786
  delete n[t[t.length - 1]];
787
- }), xe(this);
787
+ }), ve(this);
788
788
  };
789
789
  D.prototype.hasModule = function(t) {
790
790
  return typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && E(Array.isArray(t), "module path must be a string or an Array."), this._modules.isRegistered(t);
791
791
  };
792
792
  D.prototype.hotUpdate = function(t) {
793
- this._modules.update(t), xe(this, !0);
793
+ this._modules.update(t), ve(this, !0);
794
794
  };
795
795
  D.prototype._withCommit = function(t) {
796
796
  var r = this._committing;
797
797
  this._committing = !0, t(), this._committing = r;
798
798
  };
799
- Object.defineProperties(D.prototype, oe);
800
- var $t = je(function(e, t) {
799
+ Object.defineProperties(D.prototype, ne);
800
+ var xt = Ee(function(e, t) {
801
801
  var r = {};
802
- return process.env.NODE_ENV !== "production" && !ae(t) && console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"), Ee(t).forEach(function(n) {
802
+ return process.env.NODE_ENV !== "production" && !oe(t) && console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"), Pe(t).forEach(function(n) {
803
803
  var a = n.key, o = n.val;
804
804
  r[a] = function() {
805
805
  var i = this.$store.state, c = this.$store.getters;
806
806
  if (e) {
807
- var h = Ae(this.$store, "mapState", e);
808
- if (!h)
807
+ var g = je(this.$store, "mapState", e);
808
+ if (!g)
809
809
  return;
810
- i = h.context.state, c = h.context.getters;
810
+ i = g.context.state, c = g.context.getters;
811
811
  }
812
812
  return typeof o == "function" ? o.call(this, i, c) : i[o];
813
813
  }, r[a].vuex = !0;
814
814
  }), r;
815
- }), Ct = je(function(e, t) {
815
+ }), wt = Ee(function(e, t) {
816
816
  var r = {};
817
- return process.env.NODE_ENV !== "production" && !ae(t) && console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"), Ee(t).forEach(function(n) {
817
+ return process.env.NODE_ENV !== "production" && !oe(t) && console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"), Pe(t).forEach(function(n) {
818
818
  var a = n.key, o = n.val;
819
819
  r[a] = function() {
820
820
  for (var i = [], c = arguments.length; c--; )
821
821
  i[c] = arguments[c];
822
- var h = this.$store.commit;
822
+ var g = this.$store.commit;
823
823
  if (e) {
824
- var m = Ae(this.$store, "mapMutations", e);
824
+ var m = je(this.$store, "mapMutations", e);
825
825
  if (!m)
826
826
  return;
827
- h = m.context.commit;
827
+ g = m.context.commit;
828
828
  }
829
- return typeof o == "function" ? o.apply(this, [h].concat(i)) : h.apply(this.$store, [o].concat(i));
829
+ return typeof o == "function" ? o.apply(this, [g].concat(i)) : g.apply(this.$store, [o].concat(i));
830
830
  };
831
831
  }), r;
832
832
  });
833
- function Ee(e) {
834
- return ae(e) ? Array.isArray(e) ? e.map(function(t) {
833
+ function Pe(e) {
834
+ return oe(e) ? Array.isArray(e) ? e.map(function(t) {
835
835
  return { key: t, val: t };
836
836
  }) : Object.keys(e).map(function(t) {
837
837
  return { key: t, val: e[t] };
838
838
  }) : [];
839
839
  }
840
- function ae(e) {
841
- return Array.isArray(e) || ye(e);
840
+ function oe(e) {
841
+ return Array.isArray(e) || be(e);
842
842
  }
843
- function je(e) {
843
+ function Ee(e) {
844
844
  return function(t, r) {
845
845
  return typeof t != "string" ? (r = t, t = "") : t.charAt(t.length - 1) !== "/" && (t += "/"), e(t, r);
846
846
  };
847
847
  }
848
- function Ae(e, t, r) {
848
+ function je(e, t, r) {
849
849
  var n = e._modulesNamespaceMap[r];
850
850
  return process.env.NODE_ENV !== "production" && !n && console.error("[vuex] module namespace not found in " + t + "(): " + r), n;
851
851
  }
852
- const St = {
852
+ const kt = {
853
853
  components: {
854
- DeleteConfirmationModal: re
854
+ DeleteConfirmationModal: te
855
855
  },
856
856
  props: {
857
857
  is_required: {
@@ -999,7 +999,7 @@ const St = {
999
999
  mounted() {
1000
1000
  console.log(this.model_value), this.model_value ? Array.isArray(this.model_value) ? this.uploadFileList = this.model_value : this.uploadFileList = [this.model_value] : this.uploadFileList = [], this.error_message_data = this.error_message;
1001
1001
  }
1002
- }, Ot = { class: "flex flex-col items-center justify-center pt-5 pb-6" }, Dt = ["multiple"], Pt = ["name"], Et = /* @__PURE__ */ s("svg", {
1002
+ }, $t = { class: "flex flex-col items-center justify-center pt-5 pb-6" }, Ct = ["multiple"], St = ["name"], Ot = /* @__PURE__ */ s("svg", {
1003
1003
  class: "w-8 h-8 mb-4 text-gray-500 dark:text-gray-400",
1004
1004
  "aria-hidden": "true",
1005
1005
  xmlns: "http://www.w3.org/2000/svg",
@@ -1013,20 +1013,20 @@ const St = {
1013
1013
  "stroke-width": "2",
1014
1014
  d: "M13 13h3a3 3 0 0 0 0-6h-.025A5.56 5.56 0 0 0 16 6.5 5.5 5.5 0 0 0 5.207 5.021C5.137 5.017 5.071 5 5 5a4 4 0 0 0 0 8h2.167M10 15V6m0 0L8 8m2-2 2 2"
1015
1015
  })
1016
- ], -1), jt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, " Drag & drop files or browse ", -1), At = [
1017
- Et,
1016
+ ], -1), Dt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, " Drag & drop files or browse ", -1), Pt = [
1017
+ Ot,
1018
+ Dt
1019
+ ], Et = { key: 1 }, jt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, "Drop files here", -1), At = [
1018
1020
  jt
1019
- ], It = { key: 1 }, Tt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, "Drop files here", -1), Mt = [
1020
- Tt
1021
- ], Nt = { class: "mt-2 gl-span-form-error" }, Vt = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, Lt = {
1021
+ ], It = { class: "mt-2 gl-span-form-error" }, Tt = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, Mt = {
1022
1022
  key: 0,
1023
1023
  class: ""
1024
- }, Bt = { 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" }, Gt = /* @__PURE__ */ s("i", { class: "text-3xl fas fa-file-alt" }, null, -1), Ft = { class: "w-full ml-3" }, Rt = { class: "flex items-center justify-between mb-1" }, Ut = { class: "text-xs text-black dark:text-white" }, qt = { class: "text-xs text-black dark:text-white" }, zt = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, Ht = { class: "overflow-x-scroll max-h-56" }, Zt = { 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" }, Kt = { class: "flex items-center" }, Wt = /* @__PURE__ */ s("i", {
1024
+ }, Nt = { 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" }, Vt = /* @__PURE__ */ s("i", { class: "text-3xl fas fa-file-alt" }, null, -1), Lt = { class: "w-full ml-3" }, Bt = { class: "flex items-center justify-between mb-1" }, Gt = { class: "text-xs text-black dark:text-white" }, Ft = { class: "text-xs text-black dark:text-white" }, Rt = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, qt = { class: "overflow-x-scroll max-h-56" }, Ut = { 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" }, zt = { class: "flex items-center" }, Ht = /* @__PURE__ */ s("i", {
1025
1025
  class: "text-3xl fas fa-file-alt",
1026
1026
  "aria-hidden": "true"
1027
- }, null, -1), Xt = { class: "flex flex-col ml-3" }, Yt = { class: "text-xs" }, Jt = { class: "text-xs" }, Qt = { class: "flex gap-2" }, er = ["href"], tr = ["onClick"];
1028
- function rr(e, t, r, n, a, o) {
1029
- const l = q("DeleteConfirmationModal");
1027
+ }, null, -1), Zt = { class: "flex flex-col ml-3" }, Kt = { class: "text-xs" }, Wt = { class: "text-xs" }, Xt = { class: "flex gap-2" }, Yt = ["href"], Jt = ["onClick"];
1028
+ function Qt(e, t, r, n, a, o) {
1029
+ const l = U("DeleteConfirmationModal");
1030
1030
  return d(), u(y, null, [
1031
1031
  G(l, {
1032
1032
  isOpen: a.open_delete_modal,
@@ -1045,85 +1045,85 @@ function rr(e, t, r, n, a, o) {
1045
1045
  "gl-label-form-invalid": a.error_message_data !== "",
1046
1046
  required: r.is_required
1047
1047
  })
1048
- }, f(r.label_name), 3),
1048
+ }, h(r.label_name), 3),
1049
1049
  s("div", {
1050
1050
  onDragover: t[3] || (t[3] = A((...i) => o.onDragOver && o.onDragOver(...i), ["prevent"])),
1051
1051
  onDragleave: t[4] || (t[4] = A((...i) => o.onDragLeave && o.onDragLeave(...i), ["prevent"])),
1052
1052
  onDrop: t[5] || (t[5] = A((...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
- s("div", Ot, [
1055
+ s("div", $t, [
1056
1056
  s("input", {
1057
1057
  type: "file",
1058
1058
  ref: "file_input" + r.field_name,
1059
1059
  hidden: "",
1060
1060
  multiple: r.has_multiple_file,
1061
1061
  onChange: t[0] || (t[0] = (...i) => o.uploadFiles && o.uploadFiles(...i))
1062
- }, null, 40, Dt),
1062
+ }, null, 40, Ct),
1063
1063
  C(s("input", {
1064
1064
  type: "hidden",
1065
1065
  name: r.field_name,
1066
1066
  "onUpdate:modelValue": t[1] || (t[1] = (i) => o.uploadedFileIds = i)
1067
- }, null, 8, Pt), [
1067
+ }, null, 8, St), [
1068
1068
  [I, o.uploadedFileIds]
1069
1069
  ]),
1070
- a.isDragging ? (d(), u("div", It, Mt)) : (d(), u("div", {
1070
+ a.isDragging ? (d(), u("div", Et, At)) : (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
- }, At))
1074
+ }, Pt))
1075
1075
  ])
1076
1076
  ], 32),
1077
- s("span", Nt, f(a.error_message_data), 1),
1078
- s("small", Vt, f(r.description), 1),
1079
- a.files.length > 0 ? (d(), u("section", Lt, [
1080
- (d(!0), u(y, null, w(a.files, (i, c) => (d(), u("li", Bt, [
1081
- Gt,
1082
- s("div", Ft, [
1083
- s("div", Rt, [
1084
- s("span", Ut, f(o.getFileName(i.file_name)), 1),
1085
- s("span", qt, f(i.loading), 1)
1077
+ s("span", It, h(a.error_message_data), 1),
1078
+ s("small", Tt, h(r.description), 1),
1079
+ a.files.length > 0 ? (d(), u("section", Mt, [
1080
+ (d(!0), u(y, null, w(a.files, (i, c) => (d(), u("li", Nt, [
1081
+ Vt,
1082
+ s("div", Lt, [
1083
+ s("div", Bt, [
1084
+ s("span", Gt, h(o.getFileName(i.file_name)), 1),
1085
+ s("span", Ft, h(i.loading), 1)
1086
1086
  ]),
1087
- s("div", zt, [
1087
+ s("div", Rt, [
1088
1088
  s("div", {
1089
1089
  class: "h-full bg-gray-500 rounded-full dark:bg-gray-400",
1090
- style: Me({ width: i.loading + "%" })
1090
+ style: Te({ width: i.loading + "%" })
1091
1091
  }, null, 4)
1092
1092
  ])
1093
1093
  ])
1094
1094
  ]))), 256))
1095
- ])) : g("", !0),
1096
- s("section", Ht, [
1097
- (d(!0), u(y, null, w(a.uploadFileList, (i, c) => (d(), u("li", Zt, [
1098
- s("div", Kt, [
1099
- Wt,
1100
- s("div", Xt, [
1101
- s("span", Yt, f(o.getFileName(i.file_name)), 1),
1102
- s("span", Jt, f(o.formatFileSize(i.size)), 1)
1095
+ ])) : f("", !0),
1096
+ s("section", qt, [
1097
+ (d(!0), u(y, null, w(a.uploadFileList, (i, c) => (d(), u("li", Ut, [
1098
+ s("div", zt, [
1099
+ Ht,
1100
+ s("div", Zt, [
1101
+ s("span", Kt, h(o.getFileName(i.file_name)), 1),
1102
+ s("span", Wt, h(o.formatFileSize(i.size)), 1)
1103
1103
  ])
1104
1104
  ]),
1105
- s("div", Qt, [
1105
+ s("div", Xt, [
1106
1106
  s("a", {
1107
1107
  href: i.url,
1108
1108
  target: "_blank",
1109
1109
  class: "text-lg text-blue-600 cursor-pointer dark:text-blue-400 fas fa-download"
1110
- }, null, 8, er),
1110
+ }, null, 8, Yt),
1111
1111
  r.is_enable_delete ? (d(), u("i", {
1112
1112
  key: 0,
1113
- onClick: (h) => {
1113
+ onClick: (g) => {
1114
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
- }, null, 8, tr)) : g("", !0)
1117
+ }, null, 8, Jt)) : f("", !0)
1118
1118
  ])
1119
1119
  ]))), 256))
1120
1120
  ])
1121
1121
  ], 2)
1122
1122
  ], 64);
1123
1123
  }
1124
- const Ql = /* @__PURE__ */ k(St, [["render", rr]]), sr = {
1124
+ const Xl = /* @__PURE__ */ k(kt, [["render", Qt]]), er = {
1125
1125
  computed: {
1126
- ...$t("notification", ["notification"]),
1126
+ ...xt("notification", ["notification"]),
1127
1127
  alertClasses() {
1128
1128
  switch (this.notification.type) {
1129
1129
  case "info":
@@ -1158,7 +1158,7 @@ const Ql = /* @__PURE__ */ k(St, [["render", rr]]), sr = {
1158
1158
  }
1159
1159
  },
1160
1160
  methods: {
1161
- ...Ct("notification", ["HIDE_NOTIFICATION"]),
1161
+ ...wt("notification", ["HIDE_NOTIFICATION"]),
1162
1162
  dismiss() {
1163
1163
  this.HIDE_NOTIFICATION();
1164
1164
  }
@@ -1170,7 +1170,7 @@ const Ql = /* @__PURE__ */ k(St, [["render", rr]]), sr = {
1170
1170
  }, this.notification.duration);
1171
1171
  }
1172
1172
  }
1173
- }, nr = /* @__PURE__ */ s("svg", {
1173
+ }, tr = /* @__PURE__ */ s("svg", {
1174
1174
  class: "flex-shrink-0 w-4 h-4",
1175
1175
  "aria-hidden": "true",
1176
1176
  xmlns: "http://www.w3.org/2000/svg",
@@ -1178,7 +1178,7 @@ const Ql = /* @__PURE__ */ k(St, [["render", rr]]), sr = {
1178
1178
  viewBox: "0 0 20 20"
1179
1179
  }, [
1180
1180
  /* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z" })
1181
- ], -1), or = /* @__PURE__ */ s("span", { class: "sr-only" }, "Info", -1), ar = { class: "mr-3 text-sm font-medium ms-3" }, ir = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), lr = /* @__PURE__ */ s("svg", {
1181
+ ], -1), rr = /* @__PURE__ */ s("span", { class: "sr-only" }, "Info", -1), sr = { class: "mr-3 text-sm font-medium ms-3" }, nr = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), or = /* @__PURE__ */ s("svg", {
1182
1182
  class: "w-3 h-3",
1183
1183
  "aria-hidden": "true",
1184
1184
  xmlns: "http://www.w3.org/2000/svg",
@@ -1192,28 +1192,28 @@ const Ql = /* @__PURE__ */ k(St, [["render", rr]]), sr = {
1192
1192
  "stroke-width": "2",
1193
1193
  d: "m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
1194
1194
  })
1195
- ], -1), dr = [
1196
- ir,
1197
- lr
1195
+ ], -1), ar = [
1196
+ nr,
1197
+ or
1198
1198
  ];
1199
- function ur(e, t, r, n, a, o) {
1199
+ function ir(e, t, r, n, a, o) {
1200
1200
  return e.notification.show ? (d(), u("div", {
1201
1201
  key: 0,
1202
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
- nr,
1206
- or,
1207
- s("div", ar, f(e.notification.message), 1),
1205
+ tr,
1206
+ rr,
1207
+ s("div", sr, h(e.notification.message), 1),
1208
1208
  s("button", {
1209
1209
  type: "button",
1210
1210
  onClick: t[0] || (t[0] = (...l) => o.dismiss && o.dismiss(...l)),
1211
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
- }, dr, 2)
1214
- ], 2)) : g("", !0);
1213
+ }, ar, 2)
1214
+ ], 2)) : f("", !0);
1215
1215
  }
1216
- const ed = /* @__PURE__ */ k(sr, [["render", ur]]), cr = {
1216
+ const Yl = /* @__PURE__ */ k(er, [["render", ir]]), lr = {
1217
1217
  components: {},
1218
1218
  props: {
1219
1219
  field_name: {
@@ -1248,9 +1248,9 @@ const ed = /* @__PURE__ */ k(sr, [["render", ur]]), cr = {
1248
1248
  },
1249
1249
  mounted() {
1250
1250
  }
1251
- }, hr = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, fr = ["name", "value", "id", "checked"], gr = ["for"];
1252
- function mr(e, t, r, n, a, o) {
1253
- return d(), u("ul", hr, [
1251
+ }, dr = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, ur = ["name", "value", "id", "checked"], cr = ["for"];
1252
+ function hr(e, t, r, n, a, o) {
1253
+ return d(), u("ul", dr, [
1254
1254
  (d(!0), u(y, null, w(a.locals, (l, i) => (d(), u("li", null, [
1255
1255
  s("input", {
1256
1256
  type: "radio",
@@ -1260,7 +1260,7 @@ function mr(e, t, r, n, a, o) {
1260
1260
  id: l + "_" + r.field_name,
1261
1261
  autocomplete: "off",
1262
1262
  checked: l === a.default_language
1263
- }, null, 8, fr),
1263
+ }, null, 8, ur),
1264
1264
  s("label", {
1265
1265
  for: l + "_" + r.field_name,
1266
1266
  class: p([{
@@ -1268,14 +1268,14 @@ function mr(e, t, r, n, a, o) {
1268
1268
  "border md:!rounded-e-lg": i === a.locals.length - 1,
1269
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
- }, f(l), 11, gr)
1271
+ }, h(l), 11, cr)
1272
1272
  ]))), 256))
1273
1273
  ]);
1274
1274
  }
1275
- const td = /* @__PURE__ */ k(cr, [["render", mr]]), _r = { class: "bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark" }, pr = { class: "px-3 py-4 border-b border-stroke dark:border-strokedark" }, br = { class: "font-semibold text-black dark:text-white" }, yr = {
1275
+ const Jl = /* @__PURE__ */ k(lr, [["render", hr]]), fr = { class: "bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark" }, gr = { class: "px-3 py-4 border-b border-stroke dark:border-strokedark" }, mr = { class: "font-semibold text-black dark:text-white" }, _r = {
1276
1276
  key: 0,
1277
1277
  class: "p-6"
1278
- }, rd = {
1278
+ }, Ql = {
1279
1279
  __name: "GlCard",
1280
1280
  props: {
1281
1281
  class: {
@@ -1284,23 +1284,23 @@ const td = /* @__PURE__ */ k(cr, [["render", mr]]), _r = { class: "bg-white bord
1284
1284
  }
1285
1285
  },
1286
1286
  setup(e) {
1287
- const t = e, r = te(() => t.class);
1287
+ const t = e, r = he(() => t.class);
1288
1288
  return (n, a) => (d(), u("div", {
1289
1289
  class: p(["flex flex-col gap-9", r.value])
1290
1290
  }, [
1291
- s("div", _r, [
1292
- s("div", pr, [
1293
- s("h3", br, [
1291
+ s("div", fr, [
1292
+ s("div", gr, [
1293
+ s("h3", mr, [
1294
1294
  P(n.$slots, "header")
1295
1295
  ])
1296
1296
  ]),
1297
- n.$slots.body ? (d(), u("div", yr, [
1297
+ n.$slots.body ? (d(), u("div", _r, [
1298
1298
  P(n.$slots, "body")
1299
- ])) : g("", !0)
1299
+ ])) : f("", !0)
1300
1300
  ])
1301
1301
  ], 2));
1302
1302
  }
1303
- }, vr = {
1303
+ }, pr = {
1304
1304
  name: "MultiSelectDropdown",
1305
1305
  template: "MultiSelectDropdown",
1306
1306
  props: {
@@ -1457,16 +1457,16 @@ const td = /* @__PURE__ */ k(cr, [["render", mr]]), _r = { class: "bg-white bord
1457
1457
  this.selectedIds = e.map((t) => t.id), this.$emit("update:modelValue", this.selectedIds), this.$emit("selected", this.selectedIds), this.$emit("selectionChanged", this.selectedIds);
1458
1458
  }
1459
1459
  }
1460
- }, xr = { class: "font-bold ptext-lg dark:text-white" }, wr = { class: "mt-3 mb-4" }, kr = { 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" }, $r = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Cr = ["name", "value"], Sr = {
1460
+ }, br = { class: "font-bold ptext-lg dark:text-white" }, yr = { class: "mt-3 mb-4" }, vr = { 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" }, xr = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), wr = ["name", "value"], kr = {
1461
1461
  key: 0,
1462
1462
  class: "dropdown"
1463
- }, Or = {
1463
+ }, $r = {
1464
1464
  class: "inline-flex ml-2 rounded-md shadow-sm",
1465
1465
  role: "group"
1466
- }, Dr = { 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" }, Pr = { class: "relative" }, Er = ["onClick"], jr = { class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999] showOptions" }, Ar = { class: "p-1" }, Ir = /* @__PURE__ */ s("label", {
1466
+ }, Cr = { 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" }, Sr = { class: "relative" }, Or = ["onClick"], Dr = { class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999] showOptions" }, Pr = { class: "p-1" }, Er = /* @__PURE__ */ s("label", {
1467
1467
  for: "default-search",
1468
1468
  class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
1469
- }, "Search", -1), Tr = { class: "relative" }, Mr = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
1469
+ }, "Search", -1), jr = { class: "relative" }, Ar = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
1470
1470
  /* @__PURE__ */ s("svg", {
1471
1471
  class: "w-4 h-4 text-gray-500 dark:text-gray-400",
1472
1472
  "aria-hidden": "true",
@@ -1482,20 +1482,20 @@ const td = /* @__PURE__ */ k(cr, [["render", mr]]), _r = { class: "bg-white bord
1482
1482
  d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
1483
1483
  })
1484
1484
  ])
1485
- ], -1), Nr = ["id"], Vr = { class: "overflow-y-auto max-h-64" }, Lr = ["onClick", "onMousedown", "id"];
1486
- function Br(e, t, r, n, a, o) {
1485
+ ], -1), Ir = ["id"], Tr = { class: "overflow-y-auto max-h-64" }, Mr = ["onClick", "onMousedown", "id"];
1486
+ function Nr(e, t, r, n, a, o) {
1487
1487
  return d(), u(y, null, [
1488
1488
  r.show ? (d(), u("div", {
1489
1489
  key: 0,
1490
1490
  class: p(r.field_name)
1491
1491
  }, [
1492
- s("h3", xr, f(r.label_name), 1),
1493
- s("p", wr, [
1494
- (d(!0), u(y, null, w(a.selected, (l, i) => (d(), u("span", kr, f(l.name), 1))), 256))
1492
+ s("h3", br, h(r.label_name), 1),
1493
+ s("p", yr, [
1494
+ (d(!0), u(y, null, w(a.selected, (l, i) => (d(), u("span", vr, h(l.name), 1))), 256))
1495
1495
  ]),
1496
- $r
1497
- ], 2)) : g("", !0),
1498
- r.show ? g("", !0) : (d(), u("div", {
1496
+ xr
1497
+ ], 2)) : f("", !0),
1498
+ r.show ? f("", !0) : (d(), u("div", {
1499
1499
  key: 1,
1500
1500
  class: p(["mb-4", r.field_name])
1501
1501
  }, [
@@ -1504,16 +1504,16 @@ function Br(e, t, r, n, a, o) {
1504
1504
  name: r.field_name + "[]",
1505
1505
  key: i,
1506
1506
  value: l
1507
- }, null, 8, Cr))), 128)),
1508
- r.options ? (d(), u("div", Sr, [
1507
+ }, null, 8, wr))), 128)),
1508
+ r.options ? (d(), u("div", kr, [
1509
1509
  s("label", {
1510
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
1514
1514
  })
1515
- }, f(r.label_name), 3),
1516
- s("div", Or, [
1515
+ }, h(r.label_name), 3),
1516
+ s("div", $r, [
1517
1517
  s("button", {
1518
1518
  onClick: t[0] || (t[0] = (...l) => o.selectAll && o.selectAll(...l)),
1519
1519
  type: "button",
@@ -1525,8 +1525,8 @@ function Br(e, t, r, n, a, o) {
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 ")
1527
1527
  ]),
1528
- s("div", Dr, [
1529
- s("div", Pr, [
1528
+ s("div", Cr, [
1529
+ s("div", Sr, [
1530
1530
  s("div", {
1531
1531
  class: "flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",
1532
1532
  onClick: t[2] || (t[2] = (l) => o.showOptions())
@@ -1535,11 +1535,11 @@ function Br(e, t, r, n, a, o) {
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
- v(f(l.name) + " ", 1),
1538
+ v(h(l.name) + " ", 1),
1539
1539
  s("i", {
1540
1540
  onClick: A((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
- }, null, 8, Er)
1542
+ }, null, 8, Or)
1543
1543
  ]))), 128))
1544
1544
  ]),
1545
1545
  s("i", {
@@ -1547,11 +1547,11 @@ function Br(e, t, r, n, a, o) {
1547
1547
  style: { top: "11px" }
1548
1548
  }, null, 2)
1549
1549
  ]),
1550
- C(s("div", jr, [
1551
- s("div", Ar, [
1552
- Ir,
1553
- s("div", Tr, [
1554
- Mr,
1550
+ C(s("div", Dr, [
1551
+ s("div", Pr, [
1552
+ Er,
1553
+ s("div", jr, [
1554
+ Ar,
1555
1555
  C(s("input", {
1556
1556
  type: "search",
1557
1557
  "onUpdate:modelValue": t[3] || (t[3] = (l) => a.searchFilter = l),
@@ -1561,12 +1561,12 @@ function Br(e, t, r, n, a, o) {
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
- }, null, 40, Nr), [
1564
+ }, null, 40, Ir), [
1565
1565
  [I, a.searchFilter]
1566
1566
  ])
1567
1567
  ])
1568
1568
  ]),
1569
- s("div", Vr, [
1569
+ s("div", Tr, [
1570
1570
  (d(!0), u(y, null, w(o.filteredOptions, (l, i) => (d(), u("div", {
1571
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",
@@ -1576,17 +1576,17 @@ function Br(e, t, r, n, a, o) {
1576
1576
  onMousedown: (c) => o.selectOption(l),
1577
1577
  key: i,
1578
1578
  id: i + 1
1579
- }, f(l.name || l.id || "-"), 43, Lr))), 128))
1579
+ }, h(l.name || l.id || "-"), 43, Mr))), 128))
1580
1580
  ])
1581
1581
  ], 512), [
1582
1582
  [T, a.optionsShown]
1583
1583
  ])
1584
1584
  ])
1585
- ])) : g("", !0)
1585
+ ])) : f("", !0)
1586
1586
  ], 2))
1587
1587
  ], 64);
1588
1588
  }
1589
- const sd = /* @__PURE__ */ k(vr, [["render", Br]]), Gr = {
1589
+ const ed = /* @__PURE__ */ k(pr, [["render", Nr]]), Vr = {
1590
1590
  props: {
1591
1591
  button_type: {
1592
1592
  type: String,
@@ -1638,7 +1638,7 @@ const sd = /* @__PURE__ */ k(vr, [["render", Br]]), Gr = {
1638
1638
  }
1639
1639
  },
1640
1640
  methods: {}
1641
- }, Fr = /* @__PURE__ */ s("svg", {
1641
+ }, Lr = /* @__PURE__ */ s("svg", {
1642
1642
  "aria-hidden": "true",
1643
1643
  role: "status",
1644
1644
  class: "inline w-4 h-4 me-3 animate-spin",
@@ -1655,18 +1655,18 @@ const sd = /* @__PURE__ */ k(vr, [["render", Br]]), Gr = {
1655
1655
  fill: "#1C64F2"
1656
1656
  })
1657
1657
  ], -1);
1658
- function Rr(e, t, r, n, a, o) {
1658
+ function Br(e, t, r, n, a, o) {
1659
1659
  return r.is_loading ? (d(), F(X("button"), {
1660
1660
  key: 1,
1661
1661
  disabled: "",
1662
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: z(() => [
1665
- Fr,
1665
+ Lr,
1666
1666
  v(" Loading... ")
1667
1667
  ]),
1668
1668
  _: 1
1669
- }, 8, ["class"])) : (d(), F(X(r.tag), U({
1669
+ }, 8, ["class"])) : (d(), F(X(r.tag), q({
1670
1670
  key: 0,
1671
1671
  type: r.is_submit
1672
1672
  }, { type: r.is_submit ? "submit" : void 0 }, {
@@ -1677,13 +1677,13 @@ function Rr(e, t, r, n, a, o) {
1677
1677
  r.icon ? (d(), u("i", {
1678
1678
  key: 0,
1679
1679
  class: p([r.icon, "text-base"])
1680
- }, null, 2)) : g("", !0),
1680
+ }, null, 2)) : f("", !0),
1681
1681
  P(e.$slots, "default")
1682
1682
  ]),
1683
1683
  _: 3
1684
1684
  }, 16, ["type", "href", "class"]));
1685
1685
  }
1686
- const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold ptext-lg dark:text-white" }, qr = ["name", "id"], zr = ["id"], Hr = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Zr = ["for"], Kr = /* @__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), Wr = ["name", "id"], Xr = ["required", "name", "id", "type"], Yr = { class: "gl-span-form-error" }, Jr = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, od = {
1686
+ const td = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold ptext-lg dark:text-white" }, Fr = ["name", "id"], Rr = ["id"], qr = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Ur = ["for"], zr = /* @__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), Hr = ["name", "id"], Zr = ["required", "name", "id", "type"], Kr = { class: "gl-span-form-error" }, Wr = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, rd = {
1687
1687
  __name: "GlTextareaTranslate",
1688
1688
  props: {
1689
1689
  is_required: {
@@ -1757,7 +1757,7 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1757
1757
  key: 0,
1758
1758
  class: p(e.field_name)
1759
1759
  }, [
1760
- s("h3", Ur, f(e.label_name), 1),
1760
+ s("h3", Gr, h(e.label_name), 1),
1761
1761
  C(s("input", {
1762
1762
  type: "hidden",
1763
1763
  "data-i18n": "true",
@@ -1765,17 +1765,17 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1765
1765
  id: e.field_name + "_i18n",
1766
1766
  ref_key: "input_translate",
1767
1767
  ref: l,
1768
- "onUpdate:modelValue": c[0] || (c[0] = (h) => i.inputTranslateValue = h)
1769
- }, null, 8, qr), [
1768
+ "onUpdate:modelValue": c[0] || (c[0] = (g) => i.inputTranslateValue = g)
1769
+ }, null, 8, Fr), [
1770
1770
  [I, i.inputTranslateValue]
1771
1771
  ]),
1772
1772
  s("p", {
1773
1773
  id: e.field_name,
1774
1774
  class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
1775
- }, f(e.model_value), 9, zr),
1776
- Hr
1777
- ], 2)) : g("", !0),
1778
- e.show ? g("", !0) : (d(), u("div", {
1775
+ }, h(e.model_value), 9, Rr),
1776
+ qr
1777
+ ], 2)) : f("", !0),
1778
+ e.show ? f("", !0) : (d(), u("div", {
1779
1779
  key: 1,
1780
1780
  class: p(["mb-4", e.field_name])
1781
1781
  }, [
@@ -1786,18 +1786,18 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1786
1786
  required: e.is_required
1787
1787
  }),
1788
1788
  for: e.field_name
1789
- }, f(e.label_name), 11, Zr),
1790
- Kr,
1789
+ }, h(e.label_name), 11, Ur),
1790
+ zr,
1791
1791
  s("input", {
1792
1792
  class: "mb-4",
1793
1793
  type: "hidden",
1794
1794
  "data-i18n": "true",
1795
1795
  name: e.field_name + "_i18n",
1796
1796
  id: e.field_name + "_i18n",
1797
- onInput: c[1] || (c[1] = (h) => i.$emit("update:modelValueTranslate", h.target.value)),
1797
+ onInput: c[1] || (c[1] = (g) => i.$emit("update:modelValueTranslate", g.target.value)),
1798
1798
  ref_key: "input_translate",
1799
1799
  ref: l
1800
- }, null, 40, Wr),
1800
+ }, null, 40, Hr),
1801
1801
  s("textarea", {
1802
1802
  required: e.is_required,
1803
1803
  name: e.field_name,
@@ -1807,19 +1807,19 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1807
1807
  " gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
1808
1808
  }),
1809
1809
  type: e.type,
1810
- onInput: c[2] || (c[2] = (h) => i.$emit("update:modelValue", h.target.value)),
1811
- onKeydown: c[3] || (c[3] = (h) => i.$emit("keydown", h)),
1810
+ onInput: c[2] || (c[2] = (g) => i.$emit("update:modelValue", g.target.value)),
1811
+ onKeydown: c[3] || (c[3] = (g) => i.$emit("keydown", g)),
1812
1812
  ref_key: "input",
1813
1813
  ref: o,
1814
1814
  rows: "4"
1815
1815
  }, `
1816
- `, 42, Xr),
1817
- s("span", Yr, f(e.error_message), 1),
1818
- s("small", Jr, f(e.description), 1)
1816
+ `, 42, Zr),
1817
+ s("span", Kr, h(e.error_message), 1),
1818
+ s("small", Wr, h(e.description), 1)
1819
1819
  ], 2))
1820
1820
  ], 64));
1821
1821
  }
1822
- }, Qr = { class: "font-bold ptext-lg dark:text-white" }, es = ["name", "id"], ts = ["id"], rs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ss = ["for"], ns = /* @__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), os = ["name", "id"], as = ["name", "id", "type"], is = { class: "gl-span-form-error" }, ls = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, ad = {
1822
+ }, Xr = { class: "font-bold ptext-lg dark:text-white" }, Yr = ["name", "id"], Jr = ["id"], Qr = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), es = ["for"], ts = /* @__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), rs = ["name", "id"], ss = ["name", "id", "type"], ns = { class: "gl-span-form-error" }, os = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, sd = {
1823
1823
  __name: "GlTinymceTranslate",
1824
1824
  props: {
1825
1825
  is_required: {
@@ -1897,7 +1897,7 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1897
1897
  key: 0,
1898
1898
  class: p(e.field_name)
1899
1899
  }, [
1900
- s("h3", Qr, f(e.label_name), 1),
1900
+ s("h3", Xr, h(e.label_name), 1),
1901
1901
  C(s("input", {
1902
1902
  type: "hidden",
1903
1903
  "data-i18n": "true",
@@ -1905,17 +1905,17 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1905
1905
  id: e.field_name + "_i18n",
1906
1906
  ref_key: "input_translate",
1907
1907
  ref: l,
1908
- "onUpdate:modelValue": c[0] || (c[0] = (h) => i.inputTranslateValue = h)
1909
- }, null, 8, es), [
1908
+ "onUpdate:modelValue": c[0] || (c[0] = (g) => i.inputTranslateValue = g)
1909
+ }, null, 8, Yr), [
1910
1910
  [I, i.inputTranslateValue]
1911
1911
  ]),
1912
1912
  s("p", {
1913
1913
  id: e.field_name,
1914
1914
  class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
1915
- }, f(e.model_value), 9, ts),
1916
- rs
1917
- ], 2)) : g("", !0),
1918
- e.show ? g("", !0) : (d(), u("div", {
1915
+ }, h(e.model_value), 9, Jr),
1916
+ Qr
1917
+ ], 2)) : f("", !0),
1918
+ e.show ? f("", !0) : (d(), u("div", {
1919
1919
  key: 1,
1920
1920
  class: p(["mb-4", e.field_name])
1921
1921
  }, [
@@ -1926,18 +1926,18 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1926
1926
  required: e.is_required
1927
1927
  }),
1928
1928
  for: e.field_name
1929
- }, f(e.label_name), 11, ss),
1930
- ns,
1929
+ }, h(e.label_name), 11, es),
1930
+ ts,
1931
1931
  s("input", {
1932
1932
  class: "mb-4",
1933
1933
  type: "hidden",
1934
1934
  "data-i18n": "true",
1935
1935
  name: e.field_name + "_i18n",
1936
1936
  id: e.field_name + "_i18n",
1937
- onInput: c[1] || (c[1] = (h) => i.$emit("update:modelValueTranslate", h.target.value)),
1937
+ onInput: c[1] || (c[1] = (g) => i.$emit("update:modelValueTranslate", g.target.value)),
1938
1938
  ref_key: "input_translate",
1939
1939
  ref: l
1940
- }, null, 40, os),
1940
+ }, null, 40, rs),
1941
1941
  s("textarea", {
1942
1942
  name: e.field_name,
1943
1943
  id: e.field_name,
@@ -1946,19 +1946,19 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
1946
1946
  " gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
1947
1947
  }]),
1948
1948
  type: e.type,
1949
- onInput: c[2] || (c[2] = (h) => i.$emit("update:modelValue", h.target.value)),
1950
- onKeydown: c[3] || (c[3] = (h) => i.$emit("keydown", h)),
1949
+ onInput: c[2] || (c[2] = (g) => i.$emit("update:modelValue", g.target.value)),
1950
+ onKeydown: c[3] || (c[3] = (g) => i.$emit("keydown", g)),
1951
1951
  ref_key: "input",
1952
1952
  ref: o,
1953
1953
  rows: "4"
1954
1954
  }, `
1955
- `, 42, as),
1956
- s("span", is, f(e.error_message), 1),
1957
- s("small", ls, f(e.description), 1)
1955
+ `, 42, ss),
1956
+ s("span", ns, h(e.error_message), 1),
1957
+ s("small", os, h(e.description), 1)
1958
1958
  ], 2))
1959
1959
  ], 64));
1960
1960
  }
1961
- }, ds = { class: "font-bold ptext-lg dark:text-white" }, us = ["name", "id"], cs = ["id"], hs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), fs = ["for"], gs = /* @__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), ms = ["name", "id"], _s = ["required", "name", "id", "type"], ps = { class: "gl-span-form-error" }, bs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, id = {
1961
+ }, as = { class: "font-bold ptext-lg dark:text-white" }, is = ["name", "id"], ls = ["id"], ds = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), us = ["for"], cs = /* @__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), hs = ["name", "id"], fs = ["required", "name", "id", "type"], gs = { class: "gl-span-form-error" }, ms = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, nd = {
1962
1962
  __name: "GlTextTranslate",
1963
1963
  props: {
1964
1964
  is_required: {
@@ -2032,24 +2032,24 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
2032
2032
  key: 0,
2033
2033
  class: p(e.field_name)
2034
2034
  }, [
2035
- s("h3", ds, f(e.label_name), 1),
2035
+ s("h3", as, h(e.label_name), 1),
2036
2036
  C(s("input", {
2037
2037
  type: "hidden",
2038
2038
  "data-i18n": "true",
2039
2039
  name: e.field_name + "_i18n",
2040
2040
  id: e.field_name + "_i18n",
2041
2041
  ref: "input_translate_s",
2042
- "onUpdate:modelValue": c[0] || (c[0] = (h) => i.inputTranslateValue = h)
2043
- }, null, 8, us), [
2042
+ "onUpdate:modelValue": c[0] || (c[0] = (g) => i.inputTranslateValue = g)
2043
+ }, null, 8, is), [
2044
2044
  [I, i.inputTranslateValue]
2045
2045
  ]),
2046
2046
  s("p", {
2047
2047
  id: e.field_name,
2048
2048
  class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
2049
- }, f(e.model_value), 9, cs),
2050
- hs
2051
- ], 2)) : g("", !0),
2052
- e.show ? g("", !0) : (d(), u("div", {
2049
+ }, h(e.model_value), 9, ls),
2050
+ ds
2051
+ ], 2)) : f("", !0),
2052
+ e.show ? f("", !0) : (d(), u("div", {
2053
2053
  key: 1,
2054
2054
  class: p(["mb-4", e.field_name])
2055
2055
  }, [
@@ -2060,18 +2060,18 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
2060
2060
  required: e.is_required
2061
2061
  }),
2062
2062
  for: e.field_name
2063
- }, f(e.label_name), 11, fs),
2064
- gs,
2063
+ }, h(e.label_name), 11, us),
2064
+ cs,
2065
2065
  s("input", {
2066
2066
  class: "mb-4",
2067
2067
  type: "hidden",
2068
2068
  "data-i18n": "true",
2069
2069
  name: e.field_name + "_i18n",
2070
2070
  id: e.field_name + "_i18n",
2071
- onInput: c[1] || (c[1] = (h) => i.$emit("update:modelValueTranslate", h.target.value)),
2071
+ onInput: c[1] || (c[1] = (g) => i.$emit("update:modelValueTranslate", g.target.value)),
2072
2072
  ref_key: "input_translate",
2073
2073
  ref: l
2074
- }, null, 40, ms),
2074
+ }, null, 40, hs),
2075
2075
  s("input", {
2076
2076
  required: e.is_required,
2077
2077
  name: e.field_name,
@@ -2081,19 +2081,19 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
2081
2081
  " gl-input-form-invalid form-input-translation mt-2 ": e.error_message !== ""
2082
2082
  }),
2083
2083
  type: e.type,
2084
- onInput: c[2] || (c[2] = (h) => i.$emit("update:modelValue", h.target.value)),
2085
- onKeydown: c[3] || (c[3] = (h) => i.$emit("keydown", h)),
2084
+ onInput: c[2] || (c[2] = (g) => i.$emit("update:modelValue", g.target.value)),
2085
+ onKeydown: c[3] || (c[3] = (g) => i.$emit("keydown", g)),
2086
2086
  ref_key: "input",
2087
2087
  ref: o
2088
- }, null, 42, _s),
2089
- s("span", ps, f(e.error_message), 1),
2090
- s("small", bs, f(e.description), 1)
2088
+ }, null, 42, fs),
2089
+ s("span", gs, h(e.error_message), 1),
2090
+ s("small", ms, h(e.description), 1)
2091
2091
  ], 2))
2092
2092
  ], 64));
2093
2093
  }
2094
- }, ys = { class: "font-bold ptext-lg dark:text-white" }, vs = { class: "mb-4 text-base text-gray-900 dark:text-white" }, xs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ws = ["for"], ks = ["required", "name", "id", "type"], $s = { class: "gl-span-form-error" }, Cs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, ld = {
2094
+ }, _s = { class: "font-bold ptext-lg dark:text-white" }, ps = { class: "mb-4 text-base text-gray-900 dark:text-white" }, bs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ys = ["for"], vs = ["required", "name", "id", "type", "value"], xs = { class: "gl-span-form-error" }, ws = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, od = {
2095
2095
  __name: "GlTextInput",
2096
- props: /* @__PURE__ */ ie({
2096
+ props: {
2097
2097
  is_required: {
2098
2098
  type: Boolean,
2099
2099
  default: !1
@@ -2130,25 +2130,22 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
2130
2130
  type: String,
2131
2131
  default: ""
2132
2132
  }
2133
- }, {
2134
- modelValue: {},
2135
- modelModifiers: {}
2136
- }),
2137
- emits: /* @__PURE__ */ ie(["update:modelValue", "keydown"], ["update:modelValue"]),
2133
+ },
2134
+ emits: ["update:modelValue", "keydown"],
2138
2135
  setup(e, { expose: t, emit: r }) {
2139
- const n = e, a = r, o = S(null), l = Ne(e, "modelValue");
2136
+ const n = S(null);
2140
2137
  return M(() => {
2141
- 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);
2142
- }), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(y, null, [
2138
+ n.value !== null && n.value.hasAttribute("autofocus") && n.value.focus();
2139
+ }), t({ focus: () => n.value.focus() }), (a, o) => (d(), u(y, null, [
2143
2140
  e.show ? (d(), u("div", {
2144
2141
  key: 0,
2145
2142
  class: p(e.field_name)
2146
2143
  }, [
2147
- s("h3", ys, f(e.label_name), 1),
2148
- s("p", vs, f(e.type == "password" ? e.model_value.replace(/./g, "*") : e.model_value), 1),
2149
- xs
2150
- ], 2)) : g("", !0),
2151
- e.show ? g("", !0) : (d(), u("div", {
2144
+ s("h3", _s, h(e.label_name), 1),
2145
+ s("p", ps, h(e.type == "password" ? e.modelValue.replace(/./g, "*") : e.modelValue), 1),
2146
+ bs
2147
+ ], 2)) : f("", !0),
2148
+ e.show ? f("", !0) : (d(), u("div", {
2152
2149
  key: 1,
2153
2150
  class: p(["mb-4", e.field_name])
2154
2151
  }, [
@@ -2159,8 +2156,8 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
2159
2156
  required: e.is_required
2160
2157
  }),
2161
2158
  for: e.field_name
2162
- }, f(e.label_name), 11, ws),
2163
- C(s("input", {
2159
+ }, h(e.label_name), 11, ys),
2160
+ s("input", {
2164
2161
  required: e.is_required,
2165
2162
  name: e.field_name,
2166
2163
  id: e.field_name,
@@ -2169,32 +2166,31 @@ const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), Ur = { class: "font-bold pte
2169
2166
  "gl-input-form-invalid": e.error_message !== ""
2170
2167
  }),
2171
2168
  type: e.type,
2172
- "onUpdate:modelValue": c[0] || (c[0] = (h) => l.value = h),
2173
- onKeydown: c[1] || (c[1] = (h) => i.$emit("keydown", h)),
2169
+ value: e.modelValue,
2170
+ onInput: o[0] || (o[0] = (l) => a.$emit("update:modelValue", l.target.value)),
2171
+ onKeydown: o[1] || (o[1] = (l) => a.$emit("keydown", l)),
2174
2172
  ref_key: "input",
2175
- ref: o
2176
- }, null, 42, ks), [
2177
- [Ve, l.value]
2178
- ]),
2179
- s("span", $s, f(e.error_message), 1),
2180
- s("small", Cs, f(e.description), 1)
2173
+ ref: n
2174
+ }, null, 42, vs),
2175
+ s("span", xs, h(e.error_message), 1),
2176
+ s("small", ws, h(e.description), 1)
2181
2177
  ], 2))
2182
2178
  ], 64));
2183
2179
  }
2184
- }, Ss = {
2180
+ }, ks = {
2185
2181
  setup(e, { slots: t }) {
2186
2182
  const r = S(t.default().map((a) => a.props)), n = S(r.value[0].title);
2187
- return Le("selectedTitle", n), {
2183
+ return Me("selectedTitle", n), {
2188
2184
  tabs: r,
2189
2185
  selectedTitle: n
2190
2186
  };
2191
2187
  }
2192
- }, Os = { class: "flex flex-wrap" }, Ds = { class: "w-full" }, Ps = { class: "flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none" }, Es = ["onClick"], js = { 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" }, As = { class: "flex-auto px-4 py-5" }, Is = { class: "tab-content tab-space" };
2193
- function Ts(e, t, r, n, a, o) {
2188
+ }, $s = { class: "flex flex-wrap" }, Cs = { class: "w-full" }, Ss = { class: "flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none" }, Os = ["onClick"], Ds = { 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" }, Ps = { class: "flex-auto px-4 py-5" }, Es = { class: "tab-content tab-space" };
2189
+ function js(e, t, r, n, a, o) {
2194
2190
  return d(), u(y, null, [
2195
- s("div", Os, [
2196
- s("div", Ds, [
2197
- s("ul", Ps, [
2191
+ s("div", $s, [
2192
+ s("div", Cs, [
2193
+ s("ul", Ss, [
2198
2194
  (d(!0), u(y, null, w(n.tabs, (l) => (d(), u("li", {
2199
2195
  key: l.title,
2200
2196
  onClick: (i) => n.selectedTitle = l.title,
@@ -2206,37 +2202,37 @@ function Ts(e, t, r, n, a, o) {
2206
2202
  s("i", {
2207
2203
  class: p([l.icon, "mr-1 text-base"])
2208
2204
  }, null, 2),
2209
- v(" " + f(l.title), 1)
2205
+ v(" " + h(l.title), 1)
2210
2206
  ], 2)
2211
- ], 8, Es))), 128))
2207
+ ], 8, Os))), 128))
2212
2208
  ])
2213
2209
  ])
2214
2210
  ]),
2215
- s("div", js, [
2216
- s("div", As, [
2217
- s("div", Is, [
2211
+ s("div", Ds, [
2212
+ s("div", Ps, [
2213
+ s("div", Es, [
2218
2214
  P(e.$slots, "default")
2219
2215
  ])
2220
2216
  ])
2221
2217
  ])
2222
2218
  ], 64);
2223
2219
  }
2224
- const dd = /* @__PURE__ */ k(Ss, [["render", Ts]]), Ms = {
2220
+ const ad = /* @__PURE__ */ k(ks, [["render", js]]), As = {
2225
2221
  props: ["title"],
2226
2222
  setup() {
2227
2223
  return {
2228
- selectedTitle: fe("selectedTitle")
2224
+ selectedTitle: ce("selectedTitle")
2229
2225
  };
2230
2226
  }
2231
- }, Ns = { class: "block" };
2232
- function Vs(e, t, r, n, a, o) {
2233
- return C((d(), u("div", Ns, [
2227
+ }, Is = { class: "block" };
2228
+ function Ts(e, t, r, n, a, o) {
2229
+ return C((d(), u("div", Is, [
2234
2230
  P(e.$slots, "default")
2235
2231
  ], 512)), [
2236
2232
  [T, r.title == n.selectedTitle]
2237
2233
  ]);
2238
2234
  }
2239
- const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2235
+ const id = /* @__PURE__ */ k(As, [["render", Ts]]), Ms = {
2240
2236
  props: {
2241
2237
  elements_to_show_prop: {
2242
2238
  type: Number,
@@ -2298,7 +2294,7 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2298
2294
  const r = (a) => {
2299
2295
  t.style.cursor = "grabbing";
2300
2296
  const o = (i) => {
2301
- const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX, h = i.clientY || i.touches && i.touches[0] && i.touches[0].clientY, m = c - e.initialX, b = h - e.initialY;
2297
+ const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX, g = i.clientY || i.touches && i.touches[0] && i.touches[0].clientY, m = c - e.initialX, b = g - e.initialY;
2302
2298
  Math.abs(m) > Math.abs(b) ? (i.preventDefault(), Math.abs(m) >= 70 && (m < 0 ? e.next() : e.prev(), e.initialX = c)) : t.style.cursor = "grab", Math.abs(b) > Math.abs(m) && (t.style.cursor = "grab");
2303
2299
  }, l = () => {
2304
2300
  document.removeEventListener("mousemove", o), document.removeEventListener("touchmove", o), document.removeEventListener("mouseup", l), document.removeEventListener("touchend", l), t.style.cursor = "grab";
@@ -2335,10 +2331,10 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2335
2331
  this.direction_property == "rtl" ? t.style.marginRight = -this.dotsNavigation[e - 1] + "px" : t.style.marginLeft = -this.dotsNavigation[e - 1] + "px", this.currentDot = e;
2336
2332
  }
2337
2333
  }
2338
- }, O = (e) => (Be("data-v-a94f16a9"), e = e(), Ge(), e), Bs = ["id"], Gs = {
2334
+ }, O = (e) => (Ne("data-v-a94f16a9"), e = e(), Ve(), e), Ns = ["id"], Vs = {
2339
2335
  key: 0,
2340
2336
  class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
2341
- }, Fs = { class: "w-full" }, Rs = {
2337
+ }, Ls = { class: "w-full" }, Bs = {
2342
2338
  key: 0,
2343
2339
  xmlns: "http://www.w3.org/2000/svg",
2344
2340
  class: "w-6 h-6",
@@ -2346,13 +2342,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2346
2342
  viewBox: "0 0 24 24",
2347
2343
  stroke: "currentColor",
2348
2344
  "stroke-width": "2"
2349
- }, Us = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2345
+ }, Gs = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2350
2346
  "stroke-linecap": "round",
2351
2347
  "stroke-linejoin": "round",
2352
2348
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2353
- }, null, -1)), qs = [
2354
- Us
2355
- ], zs = {
2349
+ }, null, -1)), Fs = [
2350
+ Gs
2351
+ ], Rs = {
2356
2352
  key: 1,
2357
2353
  xmlns: "http://www.w3.org/2000/svg",
2358
2354
  class: "w-6 h-6",
@@ -2360,13 +2356,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2360
2356
  viewBox: "0 0 24 24",
2361
2357
  stroke: "currentColor",
2362
2358
  "stroke-width": "2"
2363
- }, Hs = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2359
+ }, qs = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2364
2360
  "stroke-linecap": "round",
2365
2361
  "stroke-linejoin": "round",
2366
2362
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2367
- }, null, -1)), Zs = [
2368
- Hs
2369
- ], Ks = ["id"], Ws = ["id"], Xs = { class: "w-full" }, Ys = {
2363
+ }, null, -1)), Us = [
2364
+ qs
2365
+ ], zs = ["id"], Hs = ["id"], Zs = { class: "w-full" }, Ks = {
2370
2366
  key: 0,
2371
2367
  xmlns: "http://www.w3.org/2000/svg",
2372
2368
  class: "w-6 h-6",
@@ -2374,13 +2370,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2374
2370
  viewBox: "0 0 24 24",
2375
2371
  stroke: "currentColor",
2376
2372
  "stroke-width": "2"
2377
- }, Js = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2373
+ }, Ws = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2378
2374
  "stroke-linecap": "round",
2379
2375
  "stroke-linejoin": "round",
2380
2376
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2381
- }, null, -1)), Qs = [
2382
- Js
2383
- ], en = {
2377
+ }, null, -1)), Xs = [
2378
+ Ws
2379
+ ], Ys = {
2384
2380
  key: 1,
2385
2381
  xmlns: "http://www.w3.org/2000/svg",
2386
2382
  class: "w-6 h-6",
@@ -2388,13 +2384,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2388
2384
  viewBox: "0 0 24 24",
2389
2385
  stroke: "currentColor",
2390
2386
  "stroke-width": "2"
2391
- }, tn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2387
+ }, Js = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2392
2388
  "stroke-linecap": "round",
2393
2389
  "stroke-linejoin": "round",
2394
2390
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2395
- }, null, -1)), rn = [
2396
- tn
2397
- ], sn = { class: "w-full" }, nn = {
2391
+ }, null, -1)), Qs = [
2392
+ Js
2393
+ ], en = { class: "w-full" }, tn = {
2398
2394
  key: 0,
2399
2395
  xmlns: "http://www.w3.org/2000/svg",
2400
2396
  class: "w-6 h-6",
@@ -2402,13 +2398,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2402
2398
  viewBox: "0 0 24 24",
2403
2399
  stroke: "currentColor",
2404
2400
  "stroke-width": "2"
2405
- }, on = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2401
+ }, rn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2406
2402
  "stroke-linecap": "round",
2407
2403
  "stroke-linejoin": "round",
2408
2404
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2409
- }, null, -1)), an = [
2410
- on
2411
- ], ln = {
2405
+ }, null, -1)), sn = [
2406
+ rn
2407
+ ], nn = {
2412
2408
  key: 1,
2413
2409
  xmlns: "http://www.w3.org/2000/svg",
2414
2410
  class: "w-6 h-6",
@@ -2416,23 +2412,23 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2416
2412
  viewBox: "0 0 24 24",
2417
2413
  stroke: "currentColor",
2418
2414
  "stroke-width": "2"
2419
- }, dn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2415
+ }, on = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2420
2416
  "stroke-linecap": "round",
2421
2417
  "stroke-linejoin": "round",
2422
2418
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2423
- }, null, -1)), un = [
2419
+ }, null, -1)), an = [
2420
+ on
2421
+ ], ln = ["onClick"], dn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("span", null, null, -1)), un = [
2424
2422
  dn
2425
- ], cn = ["onClick"], hn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("span", null, null, -1)), fn = [
2426
- hn
2427
- ], gn = {
2423
+ ], cn = {
2428
2424
  key: 1,
2429
2425
  class: "flex justify-between pl-5 pr-5"
2430
- }, mn = ["onClick"], _n = /* @__PURE__ */ O(() => /* @__PURE__ */ s("span", null, null, -1)), pn = [
2431
- _n
2432
- ], bn = {
2426
+ }, hn = ["onClick"], fn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("span", null, null, -1)), gn = [
2427
+ fn
2428
+ ], mn = {
2433
2429
  key: 0,
2434
2430
  class: "flex"
2435
- }, yn = { class: "flex items-center" }, vn = { class: "w-full" }, xn = {
2431
+ }, _n = { class: "flex items-center" }, pn = { class: "w-full" }, bn = {
2436
2432
  key: 0,
2437
2433
  xmlns: "http://www.w3.org/2000/svg",
2438
2434
  class: "w-6 h-6",
@@ -2440,13 +2436,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2440
2436
  viewBox: "0 0 24 24",
2441
2437
  stroke: "currentColor",
2442
2438
  "stroke-width": "2"
2443
- }, wn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2439
+ }, yn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2444
2440
  "stroke-linecap": "round",
2445
2441
  "stroke-linejoin": "round",
2446
2442
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2447
- }, null, -1)), kn = [
2448
- wn
2449
- ], $n = {
2443
+ }, null, -1)), vn = [
2444
+ yn
2445
+ ], xn = {
2450
2446
  key: 1,
2451
2447
  xmlns: "http://www.w3.org/2000/svg",
2452
2448
  class: "w-6 h-6",
@@ -2454,13 +2450,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2454
2450
  viewBox: "0 0 24 24",
2455
2451
  stroke: "currentColor",
2456
2452
  "stroke-width": "2"
2457
- }, Cn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2453
+ }, wn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2458
2454
  "stroke-linecap": "round",
2459
2455
  "stroke-linejoin": "round",
2460
2456
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2461
- }, null, -1)), Sn = [
2462
- Cn
2463
- ], On = { class: "flex items-center" }, Dn = { class: "w-full" }, Pn = {
2457
+ }, null, -1)), kn = [
2458
+ wn
2459
+ ], $n = { class: "flex items-center" }, Cn = { class: "w-full" }, Sn = {
2464
2460
  key: 0,
2465
2461
  xmlns: "http://www.w3.org/2000/svg",
2466
2462
  class: "w-6 h-6",
@@ -2468,13 +2464,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2468
2464
  viewBox: "0 0 24 24",
2469
2465
  stroke: "currentColor",
2470
2466
  "stroke-width": "2"
2471
- }, En = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2467
+ }, On = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2472
2468
  "stroke-linecap": "round",
2473
2469
  "stroke-linejoin": "round",
2474
2470
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2475
- }, null, -1)), jn = [
2476
- En
2477
- ], An = {
2471
+ }, null, -1)), Dn = [
2472
+ On
2473
+ ], Pn = {
2478
2474
  key: 1,
2479
2475
  xmlns: "http://www.w3.org/2000/svg",
2480
2476
  class: "w-6 h-6",
@@ -2482,16 +2478,16 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2482
2478
  viewBox: "0 0 24 24",
2483
2479
  stroke: "currentColor",
2484
2480
  "stroke-width": "2"
2485
- }, In = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2481
+ }, En = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2486
2482
  "stroke-linecap": "round",
2487
2483
  "stroke-linejoin": "round",
2488
2484
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2489
- }, null, -1)), Tn = [
2490
- In
2491
- ], Mn = {
2485
+ }, null, -1)), jn = [
2486
+ En
2487
+ ], An = {
2492
2488
  key: 1,
2493
2489
  class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
2494
- }, Nn = { class: "w-full" }, Vn = {
2490
+ }, In = { class: "w-full" }, Tn = {
2495
2491
  key: 0,
2496
2492
  xmlns: "http://www.w3.org/2000/svg",
2497
2493
  class: "w-6 h-6",
@@ -2499,13 +2495,13 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2499
2495
  viewBox: "0 0 24 24",
2500
2496
  stroke: "currentColor",
2501
2497
  "stroke-width": "2"
2502
- }, Ln = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2498
+ }, Mn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2503
2499
  "stroke-linecap": "round",
2504
2500
  "stroke-linejoin": "round",
2505
2501
  d: "M13 7l5 5m0 0l-5 5m5-5H6"
2506
- }, null, -1)), Bn = [
2507
- Ln
2508
- ], Gn = {
2502
+ }, null, -1)), Nn = [
2503
+ Mn
2504
+ ], Vn = {
2509
2505
  key: 1,
2510
2506
  xmlns: "http://www.w3.org/2000/svg",
2511
2507
  class: "w-6 h-6",
@@ -2513,30 +2509,30 @@ const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
2513
2509
  viewBox: "0 0 24 24",
2514
2510
  stroke: "currentColor",
2515
2511
  "stroke-width": "2"
2516
- }, Fn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2512
+ }, Ln = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
2517
2513
  "stroke-linecap": "round",
2518
2514
  "stroke-linejoin": "round",
2519
2515
  d: "M11 17l-5-5m0 0l5-5m-5 5h12"
2520
- }, null, -1)), Rn = [
2521
- Fn
2516
+ }, null, -1)), Bn = [
2517
+ Ln
2522
2518
  ];
2523
- function Un(e, t, r, n, a, o) {
2519
+ function Gn(e, t, r, n, a, o) {
2524
2520
  return d(), u("div", null, [
2525
2521
  s("div", {
2526
2522
  class: p(["", !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
2527
2523
  id: "mainSliderContainer_" + e.Random_string
2528
2524
  }, [
2529
- e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Gs, [
2530
- s("div", Fs, [
2525
+ e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Vs, [
2526
+ s("div", Ls, [
2531
2527
  s("button", {
2532
2528
  class: "p-3 mr-5 rounded-full shadow-lg arrow_button_styles",
2533
2529
  onClick: t[0] || (t[0] = (l) => o.prev())
2534
2530
  }, [
2535
- r.direction_property == "ltr" ? (d(), u("svg", Rs, qs)) : g("", !0),
2536
- r.direction_property == "rtl" ? (d(), u("svg", zs, Zs)) : g("", !0)
2531
+ r.direction_property == "ltr" ? (d(), u("svg", Bs, Fs)) : f("", !0),
2532
+ r.direction_property == "rtl" ? (d(), u("svg", Rs, Us)) : f("", !0)
2537
2533
  ])
2538
2534
  ])
2539
- ])) : g("", !0),
2535
+ ])) : f("", !0),
2540
2536
  s("div", {
2541
2537
  class: p(["overflow-hidden", o.sliderContainerAction()]),
2542
2538
  id: "sliderContainer_" + e.Random_string
@@ -2549,32 +2545,32 @@ function Un(e, t, r, n, a, o) {
2549
2545
  key: 0,
2550
2546
  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"])
2551
2547
  }, [
2552
- s("div", Xs, [
2548
+ s("div", Zs, [
2553
2549
  s("button", {
2554
2550
  class: "p-3 rounded-full shadow-lg arrow_button_styles",
2555
2551
  onClick: t[1] || (t[1] = A((l) => o.prev(), ["stop"]))
2556
2552
  }, [
2557
- r.direction_property == "ltr" ? (d(), u("svg", Ys, Qs)) : g("", !0),
2558
- r.direction_property == "rtl" ? (d(), u("svg", en, rn)) : g("", !0)
2553
+ r.direction_property == "ltr" ? (d(), u("svg", Ks, Xs)) : f("", !0),
2554
+ r.direction_property == "rtl" ? (d(), u("svg", Ys, Qs)) : f("", !0)
2559
2555
  ])
2560
2556
  ])
2561
- ], 2)) : g("", !0),
2557
+ ], 2)) : f("", !0),
2562
2558
  P(e.$slots, "default", {}, void 0, !0),
2563
2559
  e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (d(), u("div", {
2564
2560
  key: 1,
2565
2561
  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"])
2566
2562
  }, [
2567
- s("div", sn, [
2563
+ s("div", en, [
2568
2564
  s("button", {
2569
2565
  class: "p-3 rounded-full shadow-lg arrow_button_styles",
2570
2566
  onClick: t[2] || (t[2] = A((l) => o.next(), ["stop"]))
2571
2567
  }, [
2572
- r.direction_property == "ltr" ? (d(), u("svg", nn, an)) : g("", !0),
2573
- r.direction_property == "rtl" ? (d(), u("svg", ln, un)) : g("", !0)
2568
+ r.direction_property == "ltr" ? (d(), u("svg", tn, sn)) : f("", !0),
2569
+ r.direction_property == "rtl" ? (d(), u("svg", nn, an)) : f("", !0)
2574
2570
  ])
2575
2571
  ])
2576
- ], 2)) : g("", !0)
2577
- ], 8, Ws),
2572
+ ], 2)) : f("", !0)
2573
+ ], 8, Hs),
2578
2574
  r.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (d(), u("div", {
2579
2575
  key: 0,
2580
2576
  class: p(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
@@ -2584,9 +2580,9 @@ function Un(e, t, r, n, a, o) {
2584
2580
  class: p(["gl-dot", { active: e.currentDot == l }]),
2585
2581
  key: l,
2586
2582
  onClick: (i) => o.setDot(l)
2587
- }, fn, 10, cn))), 128))
2588
- ], 2)) : g("", !0),
2589
- r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div", gn, [
2583
+ }, un, 10, ln))), 128))
2584
+ ], 2)) : f("", !0),
2585
+ r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div", cn, [
2590
2586
  s("div", {
2591
2587
  class: p(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
2592
2588
  }, [
@@ -2595,53 +2591,53 @@ function Un(e, t, r, n, a, o) {
2595
2591
  class: p(["gl-dot", { active: e.currentDot == l }]),
2596
2592
  key: l,
2597
2593
  onClick: (i) => o.setDot(l)
2598
- }, pn, 10, mn))), 128))
2594
+ }, gn, 10, hn))), 128))
2599
2595
  ], 2),
2600
- e.dotsNum > 0 ? (d(), u("div", bn, [
2601
- s("div", yn, [
2602
- s("div", vn, [
2596
+ e.dotsNum > 0 ? (d(), u("div", mn, [
2597
+ s("div", _n, [
2598
+ s("div", pn, [
2603
2599
  s("button", {
2604
2600
  class: p(["p-3 rounded-full arrow_button_styles", r.direction_property == "rtl" ? "ml-3" : "mr-3"]),
2605
2601
  onClick: t[3] || (t[3] = (l) => o.prev())
2606
2602
  }, [
2607
- r.direction_property == "ltr" ? (d(), u("svg", xn, kn)) : g("", !0),
2608
- r.direction_property == "rtl" ? (d(), u("svg", $n, Sn)) : g("", !0)
2603
+ r.direction_property == "ltr" ? (d(), u("svg", bn, vn)) : f("", !0),
2604
+ r.direction_property == "rtl" ? (d(), u("svg", xn, kn)) : f("", !0)
2609
2605
  ], 2)
2610
2606
  ])
2611
2607
  ]),
2612
- s("div", On, [
2613
- s("div", Dn, [
2608
+ s("div", $n, [
2609
+ s("div", Cn, [
2614
2610
  s("button", {
2615
2611
  class: "p-3 rounded-full arrow_button_styles",
2616
2612
  onClick: t[4] || (t[4] = (l) => o.next())
2617
2613
  }, [
2618
- r.direction_property == "ltr" ? (d(), u("svg", Pn, jn)) : g("", !0),
2619
- r.direction_property == "rtl" ? (d(), u("svg", An, Tn)) : g("", !0)
2614
+ r.direction_property == "ltr" ? (d(), u("svg", Sn, Dn)) : f("", !0),
2615
+ r.direction_property == "rtl" ? (d(), u("svg", Pn, jn)) : f("", !0)
2620
2616
  ])
2621
2617
  ])
2622
2618
  ])
2623
- ])) : g("", !0)
2624
- ])) : g("", !0)
2625
- ], 10, Ks),
2626
- e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Mn, [
2627
- s("div", Nn, [
2619
+ ])) : f("", !0)
2620
+ ])) : f("", !0)
2621
+ ], 10, zs),
2622
+ e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", An, [
2623
+ s("div", In, [
2628
2624
  s("button", {
2629
2625
  class: "p-3 ml-5 rounded-full shadow-lg arrow_button_styles",
2630
2626
  onClick: t[5] || (t[5] = (l) => o.next())
2631
2627
  }, [
2632
- r.direction_property == "ltr" ? (d(), u("svg", Vn, Bn)) : g("", !0),
2633
- r.direction_property == "rtl" ? (d(), u("svg", Gn, Rn)) : g("", !0)
2628
+ r.direction_property == "ltr" ? (d(), u("svg", Tn, Nn)) : f("", !0),
2629
+ r.direction_property == "rtl" ? (d(), u("svg", Vn, Bn)) : f("", !0)
2634
2630
  ])
2635
2631
  ])
2636
- ])) : g("", !0)
2637
- ], 10, Bs)
2632
+ ])) : f("", !0)
2633
+ ], 10, Ns)
2638
2634
  ]);
2639
2635
  }
2640
- const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9"]]), qn = {
2636
+ const ld = /* @__PURE__ */ k(Ms, [["render", Gn], ["__scopeId", "data-v-a94f16a9"]]), Fn = {
2641
2637
  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",
2642
2638
  tabindex: "-1",
2643
2639
  "aria-hidden": "true"
2644
- }, zn = { 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" }, Hn = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, Zn = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, Kn = /* @__PURE__ */ s("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
2640
+ }, Rn = { 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" }, qn = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, Un = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, zn = /* @__PURE__ */ s("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
2645
2641
  /* @__PURE__ */ s("svg", {
2646
2642
  xmlns: "http://www.w3.org/2000/svg",
2647
2643
  fill: "currentColor",
@@ -2655,9 +2651,9 @@ const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9
2655
2651
  d: "M6 18L18 6M6 6l12 12"
2656
2652
  })
2657
2653
  ])
2658
- ], -1), Wn = [
2659
- Kn
2660
- ], Xn = { class: "relative p-4 overflow-y-auto" }, Yn = { 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" }, hd = {
2654
+ ], -1), Hn = [
2655
+ zn
2656
+ ], Zn = { class: "relative p-4 overflow-y-auto" }, Kn = { class: "flex flex-wrap items-center justify-end flex-shrink-0 p-4 border-t-2 rounded-b-md border-neutral-100 dark:border-gray-600" }, dd = {
2661
2657
  __name: "GlModal",
2662
2658
  props: {
2663
2659
  is_open: {
@@ -2688,24 +2684,24 @@ const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9
2688
2684
  i ? a() : o();
2689
2685
  },
2690
2686
  { immediate: !0, deep: !0 }
2691
- ), (i, c) => C((d(), u("div", qn, [
2687
+ ), (i, c) => C((d(), u("div", Fn, [
2692
2688
  s("div", {
2693
2689
  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])
2694
2690
  }, [
2695
- s("div", zn, [
2696
- s("div", Hn, [
2697
- s("h5", Zn, f(e.title), 1),
2691
+ s("div", Rn, [
2692
+ s("div", qn, [
2693
+ s("h5", Un, h(e.title), 1),
2698
2694
  s("button", {
2699
2695
  type: "button",
2700
2696
  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",
2701
2697
  onClick: l,
2702
2698
  "aria-label": "Close"
2703
- }, Wn)
2699
+ }, Hn)
2704
2700
  ]),
2705
- s("div", Xn, [
2701
+ s("div", Zn, [
2706
2702
  P(i.$slots, "body")
2707
2703
  ]),
2708
- s("div", Yn, [
2704
+ s("div", Kn, [
2709
2705
  P(i.$slots, "buttons"),
2710
2706
  s("button", {
2711
2707
  onClick: l,
@@ -2719,7 +2715,7 @@ const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9
2719
2715
  [T, e.is_open]
2720
2716
  ]);
2721
2717
  }
2722
- }, Jn = { class: "mb-4" }, Qn = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin" }, eo = { class: "relative inline-flex items-center cursor-pointer" }, to = ["name", "id"], ro = /* @__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), so = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), no = { 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" }, oo = { class: "relative inline-flex items-center cursor-pointer" }, ao = ["name", "id", "value", "checked"], io = /* @__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), lo = { class: "gl-span-form-error" }, uo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, fd = {
2718
+ }, Wn = { class: "mb-4" }, Xn = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin" }, Yn = { class: "relative inline-flex items-center cursor-pointer" }, Jn = ["name", "id", "checked"], Qn = /* @__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), eo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), to = { 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" }, ro = { class: "relative inline-flex items-center cursor-pointer" }, so = ["name", "id", "checked"], no = /* @__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), oo = { class: "gl-span-form-error" }, ao = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, ud = {
2723
2719
  __name: "GlToggleBox",
2724
2720
  props: {
2725
2721
  is_required: {
@@ -2761,69 +2757,63 @@ const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9
2761
2757
  },
2762
2758
  emits: ["update:modelValue"],
2763
2759
  setup(e, { emit: t }) {
2764
- const r = e, n = t, a = S(null), o = te(() => r.modelValue);
2765
- M(() => {
2766
- r.model_value != "" && (n("update:modelValue", r.model_value), a.value.checked = r.model_value == 1), o != "" && (n("update:modelValue", o), a.value.checked = o == 1);
2767
- });
2768
- const l = (i) => {
2769
- const c = i.target.checked ? 1 : 0;
2770
- n("update:modelValue", c);
2771
- };
2772
- return (i, c) => (d(), u(y, null, [
2760
+ const r = S(null);
2761
+ return M(() => {
2762
+ }), (n, a) => (d(), u(y, null, [
2773
2763
  e.show ? (d(), u("div", {
2774
2764
  key: 0,
2775
2765
  class: p(e.field_name)
2776
2766
  }, [
2777
- s("div", Jn, [
2778
- s("li", Qn, [
2779
- v(f(e.label_name) + " ", 1),
2780
- s("label", eo, [
2767
+ s("div", Wn, [
2768
+ s("li", Xn, [
2769
+ v(h(e.label_name) + " ", 1),
2770
+ s("label", Yn, [
2781
2771
  s("input", {
2782
2772
  type: "checkbox",
2783
2773
  class: "sr-only peer",
2784
2774
  name: e.field_name,
2785
2775
  id: e.field_name,
2776
+ checked: e.modelValue,
2786
2777
  "true-value": 1,
2787
2778
  "false-value": 0,
2788
2779
  ref_key: "input",
2789
- ref: a,
2780
+ ref: r,
2790
2781
  disabled: ""
2791
- }, null, 8, to),
2792
- ro
2782
+ }, null, 8, Jn),
2783
+ Qn
2793
2784
  ])
2794
2785
  ])
2795
2786
  ]),
2796
- so
2797
- ], 2)) : g("", !0),
2798
- e.show ? g("", !0) : (d(), u("div", {
2787
+ eo
2788
+ ], 2)) : f("", !0),
2789
+ e.show ? f("", !0) : (d(), u("div", {
2799
2790
  key: 1,
2800
2791
  class: p(["mb-4", e.field_name])
2801
2792
  }, [
2802
- s("li", no, [
2803
- v(f(e.label_name) + " ", 1),
2804
- s("label", oo, [
2793
+ s("li", to, [
2794
+ v(h(e.label_name) + " ", 1),
2795
+ s("label", ro, [
2805
2796
  s("input", {
2806
2797
  type: "checkbox",
2807
2798
  class: "sr-only peer",
2808
2799
  name: e.field_name,
2809
2800
  id: e.field_name,
2810
- value: e.model_value || o.value,
2811
- checked: e.model_value == 1 || o.value == 1,
2801
+ checked: e.modelValue,
2812
2802
  "true-value": 1,
2813
2803
  "false-value": 0,
2814
2804
  ref_key: "input",
2815
- ref: a,
2816
- onChange: l
2817
- }, null, 40, ao),
2818
- io
2805
+ ref: r,
2806
+ onChange: a[0] || (a[0] = (o) => n.$emit("update:modelValue", o.target.checked))
2807
+ }, null, 40, so),
2808
+ no
2819
2809
  ])
2820
2810
  ]),
2821
- s("span", lo, f(e.error_message), 1),
2822
- s("small", uo, f(e.description), 1)
2811
+ s("span", oo, h(e.error_message), 1),
2812
+ s("small", ao, h(e.description), 1)
2823
2813
  ], 2))
2824
2814
  ], 64));
2825
2815
  }
2826
- }, co = {
2816
+ }, io = {
2827
2817
  name: "Dropdown",
2828
2818
  template: "Dropdown",
2829
2819
  props: {
@@ -3009,13 +2999,13 @@ const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9
3009
2999
  */
3010
3000
  // },
3011
3001
  }
3012
- }, ho = { class: "font-bold ptext-lg dark:text-white" }, fo = { class: "mt-3 mb-4" }, go = { 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" }, mo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), _o = ["name", "id", "value"], po = {
3002
+ }, lo = { class: "font-bold ptext-lg dark:text-white" }, uo = { class: "mt-3 mb-4" }, co = { 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" }, ho = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), fo = ["name", "id", "value"], go = {
3013
3003
  key: 0,
3014
3004
  class: "dropdown"
3015
- }, bo = { 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" }, yo = { class: "relative showOptions" }, vo = ["value", "placeholder"], xo = { 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]" }, wo = { class: "p-1" }, ko = /* @__PURE__ */ s("label", {
3005
+ }, mo = { 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" }, _o = { class: "relative showOptions" }, po = ["value", "placeholder"], bo = { 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]" }, yo = { class: "p-1" }, vo = /* @__PURE__ */ s("label", {
3016
3006
  for: "default-search",
3017
3007
  class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
3018
- }, "Search", -1), $o = { class: "relative" }, Co = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
3008
+ }, "Search", -1), xo = { class: "relative" }, wo = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
3019
3009
  /* @__PURE__ */ s("svg", {
3020
3010
  class: "w-4 h-4 text-gray-500 dark:text-gray-400",
3021
3011
  "aria-hidden": "true",
@@ -3031,35 +3021,35 @@ const cd = /* @__PURE__ */ k(Ls, [["render", Un], ["__scopeId", "data-v-a94f16a9
3031
3021
  d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
3032
3022
  })
3033
3023
  ])
3034
- ], -1), So = ["id"], Oo = { class: "overflow-y-auto max-h-64" }, Do = ["onClick", "onMousedown", "id"], Po = { class: "flex items-center py-2 pl-10 pr-4" }, Eo = {
3024
+ ], -1), ko = ["id"], $o = { class: "overflow-y-auto max-h-64" }, Co = ["onClick", "onMousedown", "id"], So = { class: "flex items-center py-2 pl-10 pr-4" }, Oo = {
3035
3025
  key: 0,
3036
3026
  class: "absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400",
3037
3027
  "aria-hidden": "true",
3038
3028
  xmlns: "http://www.w3.org/2000/svg",
3039
3029
  fill: "none",
3040
3030
  viewBox: "0 0 16 12"
3041
- }, jo = /* @__PURE__ */ s("path", {
3031
+ }, Do = /* @__PURE__ */ s("path", {
3042
3032
  stroke: "currentColor",
3043
3033
  "stroke-linecap": "round",
3044
3034
  "stroke-linejoin": "round",
3045
3035
  "stroke-width": "2",
3046
3036
  d: "M1 5.917 5.724 10.5 15 1.5"
3047
- }, null, -1), Ao = [
3048
- jo
3049
- ], Io = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, To = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" };
3050
- function Mo(e, t, r, n, a, o) {
3037
+ }, null, -1), Po = [
3038
+ Do
3039
+ ], Eo = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, jo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" };
3040
+ function Ao(e, t, r, n, a, o) {
3051
3041
  return d(), u(y, null, [
3052
3042
  r.show ? (d(), u("div", {
3053
3043
  key: 0,
3054
3044
  class: p(r.field_name)
3055
3045
  }, [
3056
- s("h3", ho, f(r.label_name), 1),
3057
- s("p", fo, [
3058
- s("span", go, f(e.selectedValue.name), 1)
3046
+ s("h3", lo, h(r.label_name), 1),
3047
+ s("p", uo, [
3048
+ s("span", co, h(e.selectedValue.name), 1)
3059
3049
  ]),
3060
- mo
3061
- ], 2)) : g("", !0),
3062
- r.show ? g("", !0) : (d(), u("div", {
3050
+ ho
3051
+ ], 2)) : f("", !0),
3052
+ r.show ? f("", !0) : (d(), u("div", {
3063
3053
  key: 1,
3064
3054
  class: p(["mb-4", r.field_name])
3065
3055
  }, [
@@ -3068,8 +3058,8 @@ function Mo(e, t, r, n, a, o) {
3068
3058
  name: r.field_name,
3069
3059
  id: r.field_name,
3070
3060
  value: a.selected.id
3071
- }, null, 8, _o),
3072
- r.options ? (d(), u("div", po, [
3061
+ }, null, 8, fo),
3062
+ r.options ? (d(), u("div", go, [
3073
3063
  r.label_name ? (d(), u("label", {
3074
3064
  key: 0,
3075
3065
  class: p({
@@ -3077,9 +3067,9 @@ function Mo(e, t, r, n, a, o) {
3077
3067
  "gl-label-form-invalid": r.error_message !== "",
3078
3068
  required: r.is_required
3079
3069
  })
3080
- }, f(r.label_name), 3)) : g("", !0),
3081
- s("div", bo, [
3082
- s("div", yo, [
3070
+ }, h(r.label_name), 3)) : f("", !0),
3071
+ s("div", mo, [
3072
+ s("div", _o, [
3083
3073
  s("input", {
3084
3074
  class: p([{
3085
3075
  "gl-input-form": r.error_message == "",
@@ -3091,7 +3081,7 @@ function Mo(e, t, r, n, a, o) {
3091
3081
  placeholder: r.placeholder,
3092
3082
  autocomplete: "off",
3093
3083
  readonly: ""
3094
- }, null, 10, vo),
3084
+ }, null, 10, po),
3095
3085
  C(s("i", {
3096
3086
  onClick: t[1] || (t[1] = A((l) => o.ClearInput(), ["stop"])),
3097
3087
  class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
@@ -3105,11 +3095,11 @@ function Mo(e, t, r, n, a, o) {
3105
3095
  style: { top: "11px" }
3106
3096
  }, null, 2)
3107
3097
  ]),
3108
- C(s("div", xo, [
3109
- s("div", wo, [
3110
- ko,
3111
- s("div", $o, [
3112
- Co,
3098
+ C(s("div", bo, [
3099
+ s("div", yo, [
3100
+ vo,
3101
+ s("div", xo, [
3102
+ wo,
3113
3103
  C(s("input", {
3114
3104
  type: "search",
3115
3105
  "onUpdate:modelValue": t[3] || (t[3] = (l) => a.searchFilter = l),
@@ -3120,12 +3110,12 @@ function Mo(e, t, r, n, a, o) {
3120
3110
  autocomplete: "off",
3121
3111
  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",
3122
3112
  placeholder: "Search ..."
3123
- }, null, 40, So), [
3113
+ }, null, 40, ko), [
3124
3114
  [I, a.searchFilter]
3125
3115
  ])
3126
3116
  ])
3127
3117
  ]),
3128
- s("div", Oo, [
3118
+ s("div", $o, [
3129
3119
  (d(!0), u(y, null, w(o.filteredOptions, (l, i) => (d(), u("div", {
3130
3120
  class: p([
3131
3121
  "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",
@@ -3136,23 +3126,23 @@ function Mo(e, t, r, n, a, o) {
3136
3126
  key: i,
3137
3127
  id: `${i + 1}${a.uuid}`
3138
3128
  }, [
3139
- s("div", Po, [
3140
- a.selected.id === l.id ? (d(), u("svg", Eo, Ao)) : g("", !0),
3141
- s("span", null, f(l.name || l.id || "-"), 1)
3129
+ s("div", So, [
3130
+ a.selected.id === l.id ? (d(), u("svg", Oo, Po)) : f("", !0),
3131
+ s("span", null, h(l.name || l.id || "-"), 1)
3142
3132
  ])
3143
- ], 42, Do))), 128))
3133
+ ], 42, Co))), 128))
3144
3134
  ])
3145
3135
  ], 512), [
3146
3136
  [T, a.optionsShown]
3147
3137
  ])
3148
3138
  ])
3149
- ])) : g("", !0),
3150
- s("span", Io, f(r.error_message), 1),
3151
- s("small", To, f(r.description), 1)
3139
+ ])) : f("", !0),
3140
+ s("span", Eo, h(r.error_message), 1),
3141
+ s("small", jo, h(r.description), 1)
3152
3142
  ], 2))
3153
3143
  ], 64);
3154
3144
  }
3155
- const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold ptext-lg dark:text-white" }, Vo = ["id"], Lo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Bo = ["for"], Go = ["required", "name", "id", "type", "placeholder"], Fo = { class: "gl-span-form-error" }, Ro = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, md = {
3145
+ const cd = /* @__PURE__ */ k(io, [["render", Ao]]), Io = { class: "font-bold ptext-lg dark:text-white" }, To = ["id"], Mo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), No = ["for"], Vo = ["required", "name", "id", "type", "placeholder"], Lo = { class: "gl-span-form-error" }, Bo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, hd = {
3156
3146
  __name: "GlTextarea",
3157
3147
  props: {
3158
3148
  is_required: {
@@ -3206,14 +3196,14 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3206
3196
  key: 0,
3207
3197
  class: p(e.field_name)
3208
3198
  }, [
3209
- s("h3", No, f(e.label_name), 1),
3199
+ s("h3", Io, h(e.label_name), 1),
3210
3200
  s("p", {
3211
3201
  id: e.field_name,
3212
3202
  class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
3213
- }, f(e.model_value), 9, Vo),
3214
- Lo
3215
- ], 2)) : g("", !0),
3216
- e.show ? g("", !0) : (d(), u("div", {
3203
+ }, h(e.model_value), 9, To),
3204
+ Mo
3205
+ ], 2)) : f("", !0),
3206
+ e.show ? f("", !0) : (d(), u("div", {
3217
3207
  key: 1,
3218
3208
  class: p(["mb-4", e.field_name])
3219
3209
  }, [
@@ -3224,7 +3214,7 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3224
3214
  required: e.is_required
3225
3215
  }),
3226
3216
  for: e.field_name
3227
- }, f(e.label_name), 11, Bo),
3217
+ }, h(e.label_name), 11, No),
3228
3218
  s("textarea", {
3229
3219
  required: e.is_required,
3230
3220
  name: e.field_name,
@@ -3239,13 +3229,13 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3239
3229
  ref: o,
3240
3230
  rows: "4",
3241
3231
  placeholder: e.place_holder
3242
- }, null, 42, Go),
3243
- s("span", Fo, f(e.error_message), 1),
3244
- s("small", Ro, f(e.description), 1)
3232
+ }, null, 42, Vo),
3233
+ s("span", Lo, h(e.error_message), 1),
3234
+ s("small", Bo, h(e.description), 1)
3245
3235
  ], 2))
3246
3236
  ], 64));
3247
3237
  }
3248
- }, Uo = {
3238
+ }, Go = {
3249
3239
  emits: ["pagination-change-page"],
3250
3240
  props: {
3251
3241
  data: {
@@ -3299,8 +3289,8 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3299
3289
  return this.lastPage;
3300
3290
  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++)
3301
3291
  (c === 1 || c === t || c >= n && c < a) && o.push(c);
3302
- return o.forEach(function(h) {
3303
- i && (h - i === 2 ? l.push(i + 1) : h - i !== 1 && l.push("...")), l.push(h), i = h;
3292
+ return o.forEach(function(g) {
3293
+ i && (g - i === 2 ? l.push(i + 1) : g - i !== 1 && l.push("...")), l.push(g), i = g;
3304
3294
  }), l;
3305
3295
  }
3306
3296
  },
@@ -3350,14 +3340,14 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3350
3340
  })
3351
3341
  });
3352
3342
  }
3353
- }, qo = {
3343
+ }, Fo = {
3354
3344
  compatConfig: {
3355
3345
  MODE: 3
3356
3346
  },
3357
3347
  inheritAttrs: !1,
3358
3348
  emits: ["pagination-change-page"],
3359
3349
  components: {
3360
- RenderlessPagination: Uo
3350
+ RenderlessPagination: Go
3361
3351
  },
3362
3352
  props: {
3363
3353
  data: {
@@ -3391,10 +3381,10 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3391
3381
  },
3392
3382
  mounted() {
3393
3383
  }
3394
- }, zo = { class: "flex flex-col items-center" }, Ho = {
3384
+ }, Ro = { class: "flex flex-col items-center" }, qo = {
3395
3385
  key: 0,
3396
3386
  class: "text-sm text-gray-700 dark:text-gray-400"
3397
- }, Zo = { class: "font-semibold text-gray-900 dark:text-white" }, Ko = { class: "font-semibold text-gray-900 dark:text-white" }, Wo = { class: "font-semibold text-gray-900 dark:text-white" }, Xo = ["tabindex"], Yo = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), Jo = /* @__PURE__ */ s("svg", {
3387
+ }, Uo = { class: "font-semibold text-gray-900 dark:text-white" }, zo = { class: "font-semibold text-gray-900 dark:text-white" }, Ho = { class: "font-semibold text-gray-900 dark:text-white" }, Zo = ["tabindex"], Ko = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), Wo = /* @__PURE__ */ s("svg", {
3398
3388
  class: "w-2.5 h-2.5 rtl:rotate-180",
3399
3389
  "aria-hidden": "true",
3400
3390
  xmlns: "http://www.w3.org/2000/svg",
@@ -3408,7 +3398,7 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3408
3398
  "stroke-width": "2",
3409
3399
  d: "M5 1 1 5l4 4"
3410
3400
  })
3411
- ], -1), Qo = ["aria-current"], ea = ["tabindex"], ta = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), ra = /* @__PURE__ */ s("svg", {
3401
+ ], -1), Xo = ["aria-current"], Yo = ["tabindex"], Jo = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), Qo = /* @__PURE__ */ s("svg", {
3412
3402
  class: "w-2.5 h-2.5 rtl:rotate-180",
3413
3403
  "aria-hidden": "true",
3414
3404
  xmlns: "http://www.w3.org/2000/svg",
@@ -3423,25 +3413,25 @@ const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold pte
3423
3413
  d: "m1 9 4-4-4-4"
3424
3414
  })
3425
3415
  ], -1);
3426
- function sa(e, t, r, n, a, o) {
3427
- const l = q("RenderlessPagination");
3416
+ function ea(e, t, r, n, a, o) {
3417
+ const l = U("RenderlessPagination");
3428
3418
  return d(), F(l, {
3429
3419
  data: r.data,
3430
3420
  limit: r.limit,
3431
3421
  onPaginationChangePage: o.onPaginationChangePage
3432
3422
  }, {
3433
3423
  default: z((i) => [
3434
- s("div", zo, [
3435
- i.computed.total > i.computed.perPage ? (d(), u("span", Ho, [
3424
+ s("div", Ro, [
3425
+ i.computed.total > i.computed.perPage ? (d(), u("span", qo, [
3436
3426
  v(" Showing "),
3437
- s("span", Zo, f(i.computed.from), 1),
3427
+ s("span", Uo, h(i.computed.from), 1),
3438
3428
  v(" to "),
3439
- s("span", Ko, f(i.computed.to), 1),
3429
+ s("span", zo, h(i.computed.to), 1),
3440
3430
  v(" of "),
3441
- s("span", Wo, f(i.computed.total), 1),
3431
+ s("span", Ho, h(i.computed.total), 1),
3442
3432
  v(" Entries ")
3443
- ])) : g("", !0),
3444
- i.computed.total > i.computed.perPage ? (d(), u("ul", U({ key: 1 }, e.$attrs, {
3433
+ ])) : f("", !0),
3434
+ i.computed.total > i.computed.perPage ? (d(), u("ul", q({ key: 1 }, e.$attrs, {
3445
3435
  class: ["flex items-center h-8 -space-x-px text-sm", {
3446
3436
  "pagination-sm": r.size == "small",
3447
3437
  "pagination-lg": r.size == "large",
@@ -3453,54 +3443,54 @@ function sa(e, t, r, n, a, o) {
3453
3443
  key: 0,
3454
3444
  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 }])
3455
3445
  }, [
3456
- s("a", U({
3446
+ s("a", q({
3457
3447
  class: "page-link",
3458
3448
  href: "#",
3459
3449
  "aria-label": "Previous",
3460
3450
  tabindex: !i.computed.prevPageUrl && -1
3461
3451
  }, K(i.prevButtonEvents, !0)), [
3462
3452
  P(e.$slots, "prev-nav", {}, () => [
3463
- Yo,
3464
- Jo
3453
+ Ko,
3454
+ Wo
3465
3455
  ])
3466
- ], 16, Xo)
3467
- ], 2)) : g("", !0),
3468
- (d(!0), u(y, null, w(i.computed.pageRange, (c, h) => (d(), u("li", {
3456
+ ], 16, Zo)
3457
+ ], 2)) : f("", !0),
3458
+ (d(!0), u(y, null, w(i.computed.pageRange, (c, g) => (d(), u("li", {
3469
3459
  class: p(["", { active: c == i.computed.currentPage }]),
3470
- key: h
3460
+ key: g
3471
3461
  }, [
3472
- s("a", U({
3462
+ s("a", q({
3473
3463
  class: "",
3474
3464
  href: "#"
3475
3465
  }, K(i.pageButtonEvents(c), !0), {
3476
3466
  "aria-current": c == i.computed.currentPage ? "page" : null,
3477
3467
  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"
3478
- }), f(c), 17, Qo)
3468
+ }), h(c), 17, Xo)
3479
3469
  ], 2))), 128)),
3480
3470
  i.computed.nextPageUrl || r.showDisabled ? (d(), u("li", {
3481
3471
  key: 1,
3482
3472
  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 }])
3483
3473
  }, [
3484
- s("a", U({
3474
+ s("a", q({
3485
3475
  class: "",
3486
3476
  href: "#",
3487
3477
  "aria-label": "Next",
3488
3478
  tabindex: !i.computed.nextPageUrl && -1
3489
3479
  }, K(i.nextButtonEvents, !0)), [
3490
3480
  P(e.$slots, "next-nav", {}, () => [
3491
- ta,
3492
- ra
3481
+ Jo,
3482
+ Qo
3493
3483
  ])
3494
- ], 16, ea)
3495
- ], 2)) : g("", !0)
3496
- ], 16)) : g("", !0)
3484
+ ], 16, Yo)
3485
+ ], 2)) : f("", !0)
3486
+ ], 16)) : f("", !0)
3497
3487
  ])
3498
3488
  ]),
3499
3489
  _: 3
3500
3490
  }, 8, ["data", "limit", "onPaginationChangePage"]);
3501
3491
  }
3502
- const na = /* @__PURE__ */ k(qo, [["render", sa]]), oa = {
3503
- components: { TailwindPagination: na },
3492
+ const ta = /* @__PURE__ */ k(Fo, [["render", ea]]), ra = {
3493
+ components: { TailwindPagination: ta },
3504
3494
  props: {
3505
3495
  data: Array,
3506
3496
  columns: Array,
@@ -3576,10 +3566,10 @@ const na = /* @__PURE__ */ k(qo, [["render", sa]]), oa = {
3576
3566
  this.isMounted && e !== t && this.GetItemLists();
3577
3567
  }
3578
3568
  }
3579
- }, aa = { class: "p-2" }, ia = { 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" }, la = { class: "flex items-center gap-2" }, da = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), ua = { style: { "margin-top": "9px" } }, ca = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), ha = /* @__PURE__ */ s("label", {
3569
+ }, sa = { class: "p-2" }, na = { 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" }, oa = { class: "flex items-center gap-2" }, aa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), ia = { style: { "margin-top": "9px" } }, la = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), da = /* @__PURE__ */ s("label", {
3580
3570
  for: "table-search",
3581
3571
  class: "sr-only"
3582
- }, "Search", -1), fa = { class: "relative" }, ga = /* @__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" }, [
3572
+ }, "Search", -1), ua = { class: "relative" }, ca = /* @__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" }, [
3583
3573
  /* @__PURE__ */ s("svg", {
3584
3574
  class: "w-5 h-5 text-gray-500 dark:text-gray-400",
3585
3575
  "aria-hidden": "true",
@@ -3593,23 +3583,23 @@ const na = /* @__PURE__ */ k(qo, [["render", sa]]), oa = {
3593
3583
  "clip-rule": "evenodd"
3594
3584
  })
3595
3585
  ])
3596
- ], -1), ma = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, _a = { 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" }, pa = { 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" }, ba = ["onClick"], ya = {
3586
+ ], -1), ha = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, fa = { 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" }, ga = { 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" }, ma = ["onClick"], _a = {
3597
3587
  key: 0,
3598
3588
  class: "ml-2"
3599
- }, va = {
3589
+ }, pa = {
3600
3590
  key: 0,
3601
3591
  class: "fa fa-arrow-up"
3602
- }, xa = {
3592
+ }, ba = {
3603
3593
  key: 1,
3604
3594
  class: "fa fa-arrow-down"
3605
- }, wa = ["data-label"], ka = { class: "overflow-auto max-h-40" }, $a = { 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" };
3606
- function Ca(e, t, r, n, a, o) {
3607
- const l = q("dropdown"), i = q("TailwindPagination");
3608
- return d(), u("div", aa, [
3609
- s("div", ia, [
3610
- s("div", la, [
3611
- da,
3612
- s("div", ua, [
3595
+ }, ya = ["data-label"], va = { class: "overflow-auto max-h-40" }, xa = { 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" };
3596
+ function wa(e, t, r, n, a, o) {
3597
+ const l = U("dropdown"), i = U("TailwindPagination");
3598
+ return d(), u("div", sa, [
3599
+ s("div", na, [
3600
+ s("div", oa, [
3601
+ aa,
3602
+ s("div", ia, [
3613
3603
  G(l, {
3614
3604
  has_cancel: !1,
3615
3605
  options: a.pageOptions,
@@ -3623,11 +3613,11 @@ function Ca(e, t, r, n, a, o) {
3623
3613
  placeholder: "Please select an option"
3624
3614
  }, null, 8, ["options", "modelValue"])
3625
3615
  ]),
3626
- ca
3616
+ la
3627
3617
  ]),
3628
- ha,
3629
- s("div", fa, [
3630
- ga,
3618
+ da,
3619
+ s("div", ua, [
3620
+ ca,
3631
3621
  C(s("input", {
3632
3622
  type: "text",
3633
3623
  "onUpdate:modelValue": t[1] || (t[1] = (c) => a.search = c),
@@ -3639,25 +3629,25 @@ function Ca(e, t, r, n, a, o) {
3639
3629
  ])
3640
3630
  ])
3641
3631
  ]),
3642
- s("div", ma, [
3643
- s("table", _a, [
3644
- s("thead", pa, [
3632
+ s("div", ha, [
3633
+ s("table", fa, [
3634
+ s("thead", ga, [
3645
3635
  s("tr", null, [
3646
- (d(!0), u(y, null, w(r.columns, (c, h) => (d(), u("th", {
3647
- key: h,
3636
+ (d(!0), u(y, null, w(r.columns, (c, g) => (d(), u("th", {
3637
+ key: g,
3648
3638
  onClick: (m) => o.updateSortColumn(c.field_name, c.sortable),
3649
3639
  class: "w-full px-4 py-2 lg:w-2/12"
3650
3640
  }, [
3651
- v(f(c.field_label) + " ", 1),
3652
- a.sortField === c.field_name ? (d(), u("span", ya, [
3653
- a.sortOrder === "asc" ? (d(), u("i", va)) : (d(), u("i", xa))
3654
- ])) : g("", !0)
3655
- ], 8, ba))), 128))
3641
+ v(h(c.field_label) + " ", 1),
3642
+ a.sortField === c.field_name ? (d(), u("span", _a, [
3643
+ a.sortOrder === "asc" ? (d(), u("i", pa)) : (d(), u("i", ba))
3644
+ ])) : f("", !0)
3645
+ ], 8, ma))), 128))
3656
3646
  ])
3657
3647
  ]),
3658
3648
  s("tbody", null, [
3659
- (d(!0), u(y, null, w(a.itemLists.data, (c, h) => (d(), u("tr", {
3660
- key: h,
3649
+ (d(!0), u(y, null, w(a.itemLists.data, (c, g) => (d(), u("tr", {
3650
+ key: g,
3661
3651
  class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
3662
3652
  }, [
3663
3653
  (d(!0), u(y, null, w(r.columns, (m, b) => (d(), u("td", {
@@ -3665,7 +3655,7 @@ function Ca(e, t, r, n, a, o) {
3665
3655
  "data-label": m.field_label,
3666
3656
  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"
3667
3657
  }, [
3668
- s("div", ka, [
3658
+ s("div", va, [
3669
3659
  m.tdComp ? (d(), F(X(o.forDynCompIs(m.tdComp)), {
3670
3660
  key: 0,
3671
3661
  row: c,
@@ -3674,15 +3664,15 @@ function Ca(e, t, r, n, a, o) {
3674
3664
  tdProps: m.tdProps,
3675
3665
  onDeleteAction: t[3] || (t[3] = (x) => o.GetItemLists())
3676
3666
  }, null, 40, ["row", "field", "xprops", "tdProps"])) : (d(), u(y, { key: 1 }, [
3677
- v(f(c[m.field_name]), 1)
3667
+ v(h(c[m.field_name]), 1)
3678
3668
  ], 64))
3679
3669
  ])
3680
- ], 8, wa))), 128))
3670
+ ], 8, ya))), 128))
3681
3671
  ]))), 128))
3682
3672
  ])
3683
3673
  ])
3684
3674
  ]),
3685
- s("div", $a, [
3675
+ s("div", xa, [
3686
3676
  G(i, {
3687
3677
  class: "mt-3 mb-0",
3688
3678
  data: a.itemLists,
@@ -3694,7 +3684,7 @@ function Ca(e, t, r, n, a, o) {
3694
3684
  ])
3695
3685
  ]);
3696
3686
  }
3697
- const _d = /* @__PURE__ */ k(oa, [["render", Ca]]), Sa = {
3687
+ const fd = /* @__PURE__ */ k(ra, [["render", wa]]), ka = {
3698
3688
  components: {},
3699
3689
  props: {
3700
3690
  data: Array,
@@ -3791,10 +3781,10 @@ const _d = /* @__PURE__ */ k(oa, [["render", Ca]]), Sa = {
3791
3781
  mounted() {
3792
3782
  document.body.addEventListener("click", this.closeBoxOnbodyClick);
3793
3783
  }
3794
- }, Oa = { class: "p-2" }, Da = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Pa = { class: "flex items-center gap-2" }, Ea = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), ja = { style: { "margin-top": "9px" } }, Aa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), Ia = /* @__PURE__ */ s("label", {
3784
+ }, $a = { class: "p-2" }, Ca = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Sa = { class: "flex items-center gap-2" }, Oa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), Da = { style: { "margin-top": "9px" } }, Pa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), Ea = /* @__PURE__ */ s("label", {
3795
3785
  for: "table-search",
3796
3786
  class: "sr-only"
3797
- }, "Search", -1), Ta = { class: "relative" }, Ma = /* @__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" }, [
3787
+ }, "Search", -1), ja = { class: "relative" }, Aa = /* @__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" }, [
3798
3788
  /* @__PURE__ */ s("svg", {
3799
3789
  class: "w-5 h-5 text-gray-500 dark:text-gray-400",
3800
3790
  "aria-hidden": "true",
@@ -3808,10 +3798,10 @@ const _d = /* @__PURE__ */ k(oa, [["render", Ca]]), Sa = {
3808
3798
  "clip-rule": "evenodd"
3809
3799
  })
3810
3800
  ])
3811
- ], -1), Na = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Va = { 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" }, La = { 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" }, Ba = ["onClick"], Ga = {
3801
+ ], -1), Ia = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Ta = { 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" }, Ma = { 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" }, Na = ["onClick"], Va = {
3812
3802
  key: 0,
3813
3803
  class: "ml-2"
3814
- }, Fa = ["data-label"], Ra = ["innerHTML"], Ua = { 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" }, qa = { class: "flex justify-between flex-1 sm:hidden" }, za = ["disabled"], Ha = ["disabled"], Za = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, Ka = { class: "text-sm text-gray-700 dark:text-gray-400" }, Wa = { class: "font-medium" }, Xa = { class: "font-medium" }, Ya = { class: "font-medium" }, Ja = { "aria-label": "Page navigation" }, Qa = { class: "flex items-center h-8 -space-x-px text-sm" }, ei = ["disabled"], ti = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), ri = /* @__PURE__ */ s("svg", {
3804
+ }, La = ["data-label"], Ba = ["innerHTML"], Ga = { 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" }, Fa = { class: "flex justify-between flex-1 sm:hidden" }, Ra = ["disabled"], qa = ["disabled"], Ua = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, za = { class: "text-sm text-gray-700 dark:text-gray-400" }, Ha = { class: "font-medium" }, Za = { class: "font-medium" }, Ka = { class: "font-medium" }, Wa = { "aria-label": "Page navigation" }, Xa = { class: "flex items-center h-8 -space-x-px text-sm" }, Ya = ["disabled"], Ja = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), Qa = /* @__PURE__ */ s("svg", {
3815
3805
  class: "w-2.5 h-2.5 rtl:rotate-180",
3816
3806
  "aria-hidden": "true",
3817
3807
  xmlns: "http://www.w3.org/2000/svg",
@@ -3825,10 +3815,10 @@ const _d = /* @__PURE__ */ k(oa, [["render", Ca]]), Sa = {
3825
3815
  "stroke-width": "2",
3826
3816
  d: "M5 1 1 5l4 4"
3827
3817
  })
3828
- ], -1), si = [
3829
- ti,
3830
- ri
3831
- ], ni = ["onClick"], oi = ["onClick"], ai = ["disabled"], ii = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), li = /* @__PURE__ */ s("svg", {
3818
+ ], -1), ei = [
3819
+ Ja,
3820
+ Qa
3821
+ ], ti = ["onClick"], ri = ["onClick"], si = ["disabled"], ni = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), oi = /* @__PURE__ */ s("svg", {
3832
3822
  class: "w-2.5 h-2.5 rtl:rotate-180",
3833
3823
  "aria-hidden": "true",
3834
3824
  xmlns: "http://www.w3.org/2000/svg",
@@ -3842,17 +3832,17 @@ const _d = /* @__PURE__ */ k(oa, [["render", Ca]]), Sa = {
3842
3832
  "stroke-width": "2",
3843
3833
  d: "m1 9 4-4-4-4"
3844
3834
  })
3845
- ], -1), di = [
3846
- ii,
3847
- li
3835
+ ], -1), ai = [
3836
+ ni,
3837
+ oi
3848
3838
  ];
3849
- function ui(e, t, r, n, a, o) {
3850
- const l = q("dropdown");
3851
- return d(), u("div", Oa, [
3852
- s("div", Da, [
3853
- s("div", Pa, [
3854
- Ea,
3855
- s("div", ja, [
3839
+ function ii(e, t, r, n, a, o) {
3840
+ const l = U("dropdown");
3841
+ return d(), u("div", $a, [
3842
+ s("div", Ca, [
3843
+ s("div", Sa, [
3844
+ Oa,
3845
+ s("div", Da, [
3856
3846
  G(l, {
3857
3847
  has_cancel: !1,
3858
3848
  options: a.showNoOfEntries,
@@ -3866,11 +3856,11 @@ function ui(e, t, r, n, a, o) {
3866
3856
  placeholder: "Please select an option"
3867
3857
  }, null, 8, ["options", "modelValue"])
3868
3858
  ]),
3869
- Aa
3859
+ Pa
3870
3860
  ]),
3871
- Ia,
3872
- s("div", Ta, [
3873
- Ma,
3861
+ Ea,
3862
+ s("div", ja, [
3863
+ Aa,
3874
3864
  C(s("input", {
3875
3865
  type: "text",
3876
3866
  "onUpdate:modelValue": t[1] || (t[1] = (i) => a.search = i),
@@ -3881,18 +3871,18 @@ function ui(e, t, r, n, a, o) {
3881
3871
  ])
3882
3872
  ])
3883
3873
  ]),
3884
- s("div", Na, [
3885
- s("table", Va, [
3886
- s("thead", La, [
3874
+ s("div", Ia, [
3875
+ s("table", Ta, [
3876
+ s("thead", Ma, [
3887
3877
  s("tr", null, [
3888
3878
  (d(!0), u(y, null, w(r.columns, (i, c) => (d(), u("th", {
3889
3879
  key: c,
3890
- onClick: (h) => o.sort(i),
3880
+ onClick: (g) => o.sort(i),
3891
3881
  class: "w-full px-4 py-2 lg:w-2/12"
3892
3882
  }, [
3893
- v(f(i) + " ", 1),
3894
- a.sortKey === i ? (d(), u("span", Ga, f(a.sortOrder === 1 ? "▲" : "▼"), 1)) : g("", !0)
3895
- ], 8, Ba))), 128))
3883
+ v(h(i) + " ", 1),
3884
+ a.sortKey === i ? (d(), u("span", Va, h(a.sortOrder === 1 ? "▲" : "▼"), 1)) : f("", !0)
3885
+ ], 8, Na))), 128))
3896
3886
  ])
3897
3887
  ]),
3898
3888
  s("tbody", null, [
@@ -3900,57 +3890,57 @@ function ui(e, t, r, n, a, o) {
3900
3890
  key: c,
3901
3891
  class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
3902
3892
  }, [
3903
- (d(!0), u(y, null, w(r.columns, (h, m) => (d(), u("td", {
3893
+ (d(!0), u(y, null, w(r.columns, (g, m) => (d(), u("td", {
3904
3894
  key: m,
3905
- "data-label": h,
3895
+ "data-label": g,
3906
3896
  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"
3907
3897
  }, [
3908
3898
  s("p", {
3909
3899
  class: "text-pretty",
3910
3900
  innerHTML: i[m]
3911
- }, null, 8, Ra)
3912
- ], 8, Fa))), 128))
3901
+ }, null, 8, Ba)
3902
+ ], 8, La))), 128))
3913
3903
  ]))), 128))
3914
3904
  ])
3915
3905
  ])
3916
3906
  ]),
3917
- s("div", Ua, [
3918
- s("div", qa, [
3907
+ s("div", Ga, [
3908
+ s("div", Fa, [
3919
3909
  s("a", {
3920
3910
  href: "#",
3921
3911
  onClick: t[2] || (t[2] = (...i) => o.previousPage && o.previousPage(...i)),
3922
3912
  disabled: a.currentPage === 1,
3923
3913
  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"
3924
- }, "Previous", 8, za),
3914
+ }, "Previous", 8, Ra),
3925
3915
  s("a", {
3926
3916
  href: "#",
3927
3917
  onClick: t[3] || (t[3] = (...i) => o.nextPage && o.nextPage(...i)),
3928
3918
  disabled: a.currentPage === o.totalPages,
3929
3919
  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"
3930
- }, "Next", 8, Ha)
3920
+ }, "Next", 8, qa)
3931
3921
  ]),
3932
- s("div", Za, [
3922
+ s("div", Ua, [
3933
3923
  s("div", null, [
3934
- s("p", Ka, [
3924
+ s("p", za, [
3935
3925
  v(" Showing "),
3936
- s("span", Wa, f(o.firstItemIndex), 1),
3926
+ s("span", Ha, h(o.firstItemIndex), 1),
3937
3927
  v(" to "),
3938
- s("span", Xa, f(o.lastItemIndex), 1),
3928
+ s("span", Za, h(o.lastItemIndex), 1),
3939
3929
  v(" of "),
3940
- s("span", Ya, f(o.filteredData.length), 1),
3930
+ s("span", Ka, h(o.filteredData.length), 1),
3941
3931
  v(" entries ")
3942
3932
  ])
3943
3933
  ]),
3944
3934
  s("div", null, [
3945
- s("nav", Ja, [
3946
- s("ul", Qa, [
3935
+ s("nav", Wa, [
3936
+ s("ul", Xa, [
3947
3937
  s("li", null, [
3948
3938
  s("a", {
3949
3939
  href: "#",
3950
3940
  onClick: t[4] || (t[4] = (...i) => o.previousPage && o.previousPage(...i)),
3951
3941
  disabled: a.currentPage === 1,
3952
3942
  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"
3953
- }, si, 8, ei)
3943
+ }, ei, 8, Ya)
3954
3944
  ]),
3955
3945
  (d(!0), u(y, null, w(o.displayedPageNumbers, (i) => (d(), u(y, { key: i }, [
3956
3946
  s("li", null, [
@@ -3959,7 +3949,7 @@ function ui(e, t, r, n, a, o) {
3959
3949
  href: "#",
3960
3950
  onClick: (c) => o.goToPage(i),
3961
3951
  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"
3962
- }, f(i), 9, ni)) : g("", !0)
3952
+ }, h(i), 9, ti)) : f("", !0)
3963
3953
  ]),
3964
3954
  s("li", null, [
3965
3955
  a.currentPage === i ? (d(), u("a", {
@@ -3968,7 +3958,7 @@ function ui(e, t, r, n, a, o) {
3968
3958
  onClick: (c) => o.goToPage(i),
3969
3959
  "aria-current": "page",
3970
3960
  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"
3971
- }, f(i), 9, oi)) : g("", !0)
3961
+ }, h(i), 9, ri)) : f("", !0)
3972
3962
  ])
3973
3963
  ], 64))), 128)),
3974
3964
  s("li", null, [
@@ -3977,7 +3967,7 @@ function ui(e, t, r, n, a, o) {
3977
3967
  onClick: t[5] || (t[5] = (...i) => o.nextPage && o.nextPage(...i)),
3978
3968
  disabled: a.currentPage === o.totalPages,
3979
3969
  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"
3980
- }, di, 8, ai)
3970
+ }, ai, 8, si)
3981
3971
  ])
3982
3972
  ])
3983
3973
  ])
@@ -3986,13 +3976,13 @@ function ui(e, t, r, n, a, o) {
3986
3976
  ])
3987
3977
  ]);
3988
3978
  }
3989
- const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
3979
+ const gd = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
3990
3980
  class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",
3991
3981
  role: "alert"
3992
- }, hi = {
3982
+ }, di = {
3993
3983
  key: 0,
3994
3984
  class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"
3995
- }, fi = /* @__PURE__ */ s("svg", {
3985
+ }, ui = /* @__PURE__ */ s("svg", {
3996
3986
  class: "w-5 h-5",
3997
3987
  "aria-hidden": "true",
3998
3988
  xmlns: "http://www.w3.org/2000/svg",
@@ -4000,13 +3990,13 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4000
3990
  viewBox: "0 0 20 20"
4001
3991
  }, [
4002
3992
  /* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z" })
4003
- ], -1), gi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Check icon", -1), mi = [
4004
- fi,
4005
- gi
4006
- ], _i = {
3993
+ ], -1), ci = /* @__PURE__ */ s("span", { class: "sr-only" }, "Check icon", -1), hi = [
3994
+ ui,
3995
+ ci
3996
+ ], fi = {
4007
3997
  key: 1,
4008
3998
  class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"
4009
- }, pi = /* @__PURE__ */ s("svg", {
3999
+ }, gi = /* @__PURE__ */ s("svg", {
4010
4000
  class: "w-5 h-5",
4011
4001
  "aria-hidden": "true",
4012
4002
  xmlns: "http://www.w3.org/2000/svg",
@@ -4014,13 +4004,13 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4014
4004
  viewBox: "0 0 20 20"
4015
4005
  }, [
4016
4006
  /* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z" })
4017
- ], -1), bi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Error icon", -1), yi = [
4018
- pi,
4019
- bi
4020
- ], vi = {
4007
+ ], -1), mi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Error icon", -1), _i = [
4008
+ gi,
4009
+ mi
4010
+ ], pi = {
4021
4011
  key: 2,
4022
4012
  class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"
4023
- }, xi = /* @__PURE__ */ s("svg", {
4013
+ }, bi = /* @__PURE__ */ s("svg", {
4024
4014
  class: "w-5 h-5",
4025
4015
  "aria-hidden": "true",
4026
4016
  xmlns: "http://www.w3.org/2000/svg",
@@ -4028,10 +4018,10 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4028
4018
  viewBox: "0 0 20 20"
4029
4019
  }, [
4030
4020
  /* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z" })
4031
- ], -1), wi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Warning icon", -1), ki = [
4032
- xi,
4033
- wi
4034
- ], $i = { class: "ml-3 text-sm font-normal" }, Ci = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), Si = /* @__PURE__ */ s("svg", {
4021
+ ], -1), yi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Warning icon", -1), vi = [
4022
+ bi,
4023
+ yi
4024
+ ], xi = { class: "ml-3 text-sm font-normal" }, wi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), ki = /* @__PURE__ */ s("svg", {
4035
4025
  "aria-hidden": "true",
4036
4026
  class: "w-5 h-5",
4037
4027
  fill: "currentColor",
@@ -4043,10 +4033,10 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4043
4033
  d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
4044
4034
  "clip-rule": "evenodd"
4045
4035
  })
4046
- ], -1), Oi = [
4047
- Ci,
4048
- Si
4049
- ], Di = {
4036
+ ], -1), $i = [
4037
+ wi,
4038
+ ki
4039
+ ], Ci = {
4050
4040
  __name: "ToastListItem",
4051
4041
  props: {
4052
4042
  message: String,
@@ -4066,23 +4056,23 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4066
4056
  setTimeout(() => n("remove"), r.duration);
4067
4057
  });
4068
4058
  const n = t;
4069
- return (a, o) => (d(), u("div", ci, [
4070
- r.type === "success" ? (d(), u("div", hi, mi)) : g("", !0),
4071
- r.type === "error" ? (d(), u("div", _i, yi)) : g("", !0),
4072
- r.type === "warning" ? (d(), u("div", vi, ki)) : g("", !0),
4073
- s("div", $i, f(r.message), 1),
4059
+ return (a, o) => (d(), u("div", li, [
4060
+ r.type === "success" ? (d(), u("div", di, hi)) : f("", !0),
4061
+ r.type === "error" ? (d(), u("div", fi, _i)) : f("", !0),
4062
+ r.type === "warning" ? (d(), u("div", pi, vi)) : f("", !0),
4063
+ s("div", xi, h(r.message), 1),
4074
4064
  s("button", {
4075
4065
  onClick: o[0] || (o[0] = (l) => n("remove")),
4076
4066
  type: "button",
4077
4067
  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",
4078
4068
  "data-dismiss-target": "#toast-default",
4079
4069
  "aria-label": "Close"
4080
- }, Oi)
4070
+ }, $i)
4081
4071
  ]));
4082
4072
  }
4083
- }, Q = ge({
4073
+ }, Q = fe({
4084
4074
  items: []
4085
- }), Pi = {
4075
+ }), Si = {
4086
4076
  add(e) {
4087
4077
  Q.items.unshift({
4088
4078
  key: Symbol(),
@@ -4094,16 +4084,16 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4094
4084
  remove(e) {
4095
4085
  Q.items.splice(e, 1);
4096
4086
  }
4097
- }, he = {
4087
+ }, ue = {
4098
4088
  state: Q,
4099
- methods: Pi
4100
- }, bd = {
4089
+ methods: Si
4090
+ }, md = {
4101
4091
  __name: "GlToastList",
4102
4092
  setup(e) {
4103
4093
  function t(r) {
4104
- he.methods.remove(r);
4094
+ ue.methods.remove(r);
4105
4095
  }
4106
- return (r, n) => (d(), F(Fe, {
4096
+ return (r, n) => (d(), F(Le, {
4107
4097
  tag: "div",
4108
4098
  "enter-from-class": "translate-x-full opacity-0",
4109
4099
  "enter-active-class": "duration-500",
@@ -4112,7 +4102,7 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4112
4102
  class: "fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"
4113
4103
  }, {
4114
4104
  default: z(() => [
4115
- (d(!0), u(y, null, w(Re(he).state.items, (a, o) => (d(), F(Di, {
4105
+ (d(!0), u(y, null, w(Be(ue).state.items, (a, o) => (d(), F(Ci, {
4116
4106
  key: a.key,
4117
4107
  message: a.message,
4118
4108
  type: a.type,
@@ -4123,10 +4113,10 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4123
4113
  _: 1
4124
4114
  }));
4125
4115
  }
4126
- }, Ei = {
4116
+ }, Oi = {
4127
4117
  key: 0,
4128
4118
  class: "flex justify-center"
4129
- }, ji = /* @__PURE__ */ s("svg", {
4119
+ }, Di = /* @__PURE__ */ s("svg", {
4130
4120
  class: "w-5 h-5",
4131
4121
  "aria-hidden": "true",
4132
4122
  xmlns: "http://www.w3.org/2000/svg",
@@ -4134,12 +4124,12 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4134
4124
  viewBox: "0 0 4 15"
4135
4125
  }, [
4136
4126
  /* @__PURE__ */ s("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
4137
- ], -1), Ai = [
4138
- ji
4139
- ], Ii = { 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" }, Ti = {
4127
+ ], -1), Pi = [
4128
+ Di
4129
+ ], Ei = { 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" }, ji = {
4140
4130
  class: "py-2 text-sm text-gray-700 dark:text-gray-200",
4141
4131
  "aria-labelledby": "dropdownDividerButton"
4142
- }, Mi = { key: 0 }, Ni = ["href"], Vi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1), Li = { key: 1 }, Bi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), yd = {
4132
+ }, Ai = { key: 0 }, Ii = ["href"], Ti = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1), Mi = { key: 1 }, Ni = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), _d = {
4143
4133
  __name: "DatatableAction",
4144
4134
  props: {
4145
4135
  field: {
@@ -4165,13 +4155,13 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4165
4155
  },
4166
4156
  emits: ["deleteAction"],
4167
4157
  setup(e, { emit: t }) {
4168
- const r = be(), n = e, a = S(!1), o = S(!1), l = () => {
4158
+ const r = pe(), n = e, a = S(!1), o = S(!1), l = () => {
4169
4159
  a.value = !1;
4170
4160
  }, i = () => {
4171
4161
  a.value = !0;
4172
4162
  }, c = () => {
4173
4163
  o.value = !1;
4174
- }, h = () => {
4164
+ }, g = () => {
4175
4165
  o.value = !0;
4176
4166
  }, m = t, b = () => {
4177
4167
  axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
@@ -4185,54 +4175,54 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4185
4175
  });
4186
4176
  };
4187
4177
  return (x, $) => {
4188
- const R = me("click-outside");
4178
+ const R = ge("click-outside");
4189
4179
  return d(), u(y, null, [
4190
- G(re, {
4180
+ G(te, {
4191
4181
  isOpen: o.value,
4192
4182
  onConfirmDelete: b,
4193
4183
  onCancelDelete: c
4194
4184
  }, null, 8, ["isOpen"]),
4195
- e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? C((d(), u("div", Ei, [
4185
+ e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? C((d(), u("div", Oi, [
4196
4186
  s("button", {
4197
4187
  onClick: i,
4198
4188
  class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
4199
4189
  type: "button"
4200
- }, Ai),
4201
- C(s("div", Ii, [
4202
- s("ul", Ti, [
4203
- x.can(`edit_${e.xprops.permission}`) ? (d(), u("li", Mi, [
4190
+ }, Pi),
4191
+ C(s("div", Ei, [
4192
+ s("ul", ji, [
4193
+ x.can(`edit_${e.xprops.permission}`) ? (d(), u("li", Ai, [
4204
4194
  s("a", {
4205
4195
  href: e.xprops.route + "/" + e.row.id + "/edit",
4206
4196
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4207
4197
  }, [
4208
- Vi,
4198
+ Ti,
4209
4199
  v(" Edit")
4210
- ], 8, Ni)
4211
- ])) : g("", !0),
4212
- x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", Li, [
4200
+ ], 8, Ii)
4201
+ ])) : f("", !0),
4202
+ x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", Mi, [
4213
4203
  s("a", {
4214
4204
  href: "#",
4215
- onClick: A(h, ["prevent"]),
4205
+ onClick: A(g, ["prevent"]),
4216
4206
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4217
4207
  }, [
4218
- Bi,
4208
+ Ni,
4219
4209
  v(" Remove")
4220
4210
  ])
4221
- ])) : g("", !0)
4211
+ ])) : f("", !0)
4222
4212
  ])
4223
4213
  ], 512), [
4224
4214
  [T, a.value]
4225
4215
  ])
4226
4216
  ])), [
4227
4217
  [R, l]
4228
- ]) : g("", !0)
4218
+ ]) : f("", !0)
4229
4219
  ], 64);
4230
4220
  };
4231
4221
  }
4232
- }, Gi = {
4222
+ }, Vi = {
4233
4223
  key: 0,
4234
4224
  class: "flex justify-center"
4235
- }, Fi = /* @__PURE__ */ s("svg", {
4225
+ }, Li = /* @__PURE__ */ s("svg", {
4236
4226
  class: "w-5 h-5",
4237
4227
  "aria-hidden": "true",
4238
4228
  xmlns: "http://www.w3.org/2000/svg",
@@ -4240,12 +4230,12 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4240
4230
  viewBox: "0 0 4 15"
4241
4231
  }, [
4242
4232
  /* @__PURE__ */ s("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
4243
- ], -1), Ri = [
4244
- Fi
4245
- ], Ui = { 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" }, qi = {
4233
+ ], -1), Bi = [
4234
+ Li
4235
+ ], Gi = { 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" }, Fi = {
4246
4236
  class: "py-2 text-sm text-gray-700 dark:text-gray-200",
4247
4237
  "aria-labelledby": "dropdownDividerButton"
4248
- }, zi = { key: 0 }, Hi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), vd = {
4238
+ }, Ri = { key: 0 }, qi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), pd = {
4249
4239
  __name: "DatatableDeleteAction",
4250
4240
  props: {
4251
4241
  field: {
@@ -4271,13 +4261,13 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4271
4261
  },
4272
4262
  emits: ["deleteAction"],
4273
4263
  setup(e, { emit: t }) {
4274
- const r = be(), n = e, a = S(!1), o = S(!1), l = () => {
4264
+ const r = pe(), n = e, a = S(!1), o = S(!1), l = () => {
4275
4265
  a.value = !1;
4276
4266
  }, i = () => {
4277
4267
  a.value = !0;
4278
4268
  }, c = () => {
4279
4269
  o.value = !1;
4280
- }, h = () => {
4270
+ }, g = () => {
4281
4271
  o.value = !0;
4282
4272
  }, m = t, b = () => {
4283
4273
  axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
@@ -4291,42 +4281,42 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4291
4281
  });
4292
4282
  };
4293
4283
  return (x, $) => {
4294
- const R = me("click-outside");
4284
+ const R = ge("click-outside");
4295
4285
  return d(), u(y, null, [
4296
- G(re, {
4286
+ G(te, {
4297
4287
  isOpen: o.value,
4298
4288
  onConfirmDelete: b,
4299
4289
  onCancelDelete: c
4300
4290
  }, null, 8, ["isOpen"]),
4301
- e.row && x.can(`delete_${e.xprops.permission}`) ? C((d(), u("div", Gi, [
4291
+ e.row && x.can(`delete_${e.xprops.permission}`) ? C((d(), u("div", Vi, [
4302
4292
  s("button", {
4303
4293
  onClick: i,
4304
4294
  class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
4305
4295
  type: "button"
4306
- }, Ri),
4307
- C(s("div", Ui, [
4308
- s("ul", qi, [
4309
- x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", zi, [
4296
+ }, Bi),
4297
+ C(s("div", Gi, [
4298
+ s("ul", Fi, [
4299
+ x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", Ri, [
4310
4300
  s("a", {
4311
4301
  href: "#",
4312
- onClick: A(h, ["prevent"]),
4302
+ onClick: A(g, ["prevent"]),
4313
4303
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
4314
4304
  }, [
4315
- Hi,
4305
+ qi,
4316
4306
  v(" Remove")
4317
4307
  ])
4318
- ])) : g("", !0)
4308
+ ])) : f("", !0)
4319
4309
  ])
4320
4310
  ], 512), [
4321
4311
  [T, a.value]
4322
4312
  ])
4323
4313
  ])), [
4324
4314
  [R, l]
4325
- ]) : g("", !0)
4315
+ ]) : f("", !0)
4326
4316
  ], 64);
4327
4317
  };
4328
4318
  }
4329
- }, Zi = {
4319
+ }, Ui = {
4330
4320
  props: ["field", "row"],
4331
4321
  computed: {
4332
4322
  isArray() {
@@ -4342,7 +4332,7 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4342
4332
  mounted() {
4343
4333
  console.log("row : ", this.row);
4344
4334
  }
4345
- }, Ki = ["href", "title"], Wi = /* @__PURE__ */ s("svg", {
4335
+ }, zi = ["href", "title"], Hi = /* @__PURE__ */ s("svg", {
4346
4336
  class: "w-3 h-3 text-white me-2",
4347
4337
  "aria-hidden": "true",
4348
4338
  xmlns: "http://www.w3.org/2000/svg",
@@ -4359,10 +4349,10 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4359
4349
  d: "M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z",
4360
4350
  "clip-rule": "evenodd"
4361
4351
  })
4362
- ], -1), Xi = {
4352
+ ], -1), Zi = {
4363
4353
  key: 1,
4364
4354
  class: "m-1 d-inline-block"
4365
- }, Yi = ["href", "title"], Ji = /* @__PURE__ */ s("svg", {
4355
+ }, Ki = ["href", "title"], Wi = /* @__PURE__ */ s("svg", {
4366
4356
  class: "w-3 h-3 text-white me-2",
4367
4357
  "aria-hidden": "true",
4368
4358
  xmlns: "http://www.w3.org/2000/svg",
@@ -4380,7 +4370,7 @@ const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
4380
4370
  "clip-rule": "evenodd"
4381
4371
  })
4382
4372
  ], -1);
4383
- function Qi(e, t, r, n, a, o) {
4373
+ function Xi(e, t, r, n, a, o) {
4384
4374
  return d(), u("div", null, [
4385
4375
  o.isArray ? (d(!0), u(y, { key: 0 }, w(r.row, (l, i) => (d(), u("div", {
4386
4376
  key: i,
@@ -4392,23 +4382,23 @@ function Qi(e, t, r, n, a, o) {
4392
4382
  target: "_blank",
4393
4383
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4394
4384
  }, [
4395
- Wi,
4385
+ Hi,
4396
4386
  v(" Download ")
4397
- ], 8, Ki)
4398
- ]))), 128)) : o.isString ? (d(), u("div", Xi, [
4387
+ ], 8, zi)
4388
+ ]))), 128)) : o.isString ? (d(), u("div", Zi, [
4399
4389
  s("a", {
4400
4390
  href: r.row,
4401
4391
  title: r.row,
4402
4392
  target: "_blank",
4403
4393
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4404
4394
  }, [
4405
- Ji,
4395
+ Wi,
4406
4396
  v(" Download ")
4407
- ], 8, Yi)
4408
- ])) : g("", !0)
4397
+ ], 8, Ki)
4398
+ ])) : f("", !0)
4409
4399
  ]);
4410
4400
  }
4411
- const xd = /* @__PURE__ */ k(Zi, [["render", Qi]]), el = {
4401
+ const bd = /* @__PURE__ */ k(Ui, [["render", Xi]]), Yi = {
4412
4402
  props: ["field", "row"],
4413
4403
  computed: {
4414
4404
  isArray() {
@@ -4418,7 +4408,7 @@ const xd = /* @__PURE__ */ k(Zi, [["render", Qi]]), el = {
4418
4408
  return typeof this.row[this.field] == "object";
4419
4409
  }
4420
4410
  }
4421
- }, tl = ["href", "title"], rl = /* @__PURE__ */ s("svg", {
4411
+ }, Ji = ["href", "title"], Qi = /* @__PURE__ */ s("svg", {
4422
4412
  class: "w-3 h-3 text-white me-2",
4423
4413
  "aria-hidden": "true",
4424
4414
  xmlns: "http://www.w3.org/2000/svg",
@@ -4435,10 +4425,10 @@ const xd = /* @__PURE__ */ k(Zi, [["render", Qi]]), el = {
4435
4425
  d: "M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z",
4436
4426
  "clip-rule": "evenodd"
4437
4427
  })
4438
- ], -1), sl = {
4428
+ ], -1), el = {
4439
4429
  key: 1,
4440
4430
  class: "m-1 d-inline-block"
4441
- }, nl = ["href", "title"], ol = /* @__PURE__ */ s("svg", {
4431
+ }, tl = ["href", "title"], rl = /* @__PURE__ */ s("svg", {
4442
4432
  class: "w-3 h-3 text-white me-2",
4443
4433
  "aria-hidden": "true",
4444
4434
  xmlns: "http://www.w3.org/2000/svg",
@@ -4456,7 +4446,7 @@ const xd = /* @__PURE__ */ k(Zi, [["render", Qi]]), el = {
4456
4446
  "clip-rule": "evenodd"
4457
4447
  })
4458
4448
  ], -1);
4459
- function al(e, t, r, n, a, o) {
4449
+ function sl(e, t, r, n, a, o) {
4460
4450
  return d(), u("div", null, [
4461
4451
  o.isArray ? (d(!0), u(y, { key: 0 }, w(r.row[r.field], (l) => (d(), u("div", {
4462
4452
  key: l.id,
@@ -4468,39 +4458,39 @@ function al(e, t, r, n, a, o) {
4468
4458
  target: "_blank",
4469
4459
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4470
4460
  }, [
4471
- rl,
4461
+ Qi,
4472
4462
  v(" Download ")
4473
- ], 8, tl)
4474
- ]))), 128)) : o.isObject ? (d(), u("div", sl, [
4463
+ ], 8, Ji)
4464
+ ]))), 128)) : o.isObject ? (d(), u("div", el, [
4475
4465
  s("a", {
4476
4466
  href: r.row[r.field].url,
4477
4467
  title: r.row[r.field].name,
4478
4468
  target: "_blank",
4479
4469
  class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
4480
4470
  }, [
4481
- ol,
4471
+ rl,
4482
4472
  v(" Download ")
4483
- ], 8, nl)
4484
- ])) : g("", !0)
4473
+ ], 8, tl)
4474
+ ])) : f("", !0)
4485
4475
  ]);
4486
4476
  }
4487
- const wd = /* @__PURE__ */ k(el, [["render", al]]), il = {
4477
+ const yd = /* @__PURE__ */ k(Yi, [["render", sl]]), nl = {
4488
4478
  props: ["field", "row", "tdProps"]
4489
- }, ll = { key: 0 }, dl = ["innerHTML"];
4490
- function ul(e, t, r, n, a, o) {
4491
- return r.row[r.field] ? (d(), u("div", ll, [
4479
+ }, ol = { key: 0 }, al = ["innerHTML"];
4480
+ function il(e, t, r, n, a, o) {
4481
+ return r.row[r.field] ? (d(), u("div", ol, [
4492
4482
  s("div", {
4493
4483
  class: "w-full",
4494
4484
  innerHTML: r.row[r.field]
4495
- }, null, 8, dl)
4496
- ])) : g("", !0);
4485
+ }, null, 8, al)
4486
+ ])) : f("", !0);
4497
4487
  }
4498
- const kd = /* @__PURE__ */ k(il, [["render", ul]]), cl = {
4488
+ const vd = /* @__PURE__ */ k(nl, [["render", il]]), ll = {
4499
4489
  props: ["field", "row", "tdProps"],
4500
4490
  computed: {
4501
4491
  entry() {
4502
4492
  const [e, t] = this.field.split(".");
4503
- return Ue({ key: e, field: t });
4493
+ return Ge({ key: e, field: t });
4504
4494
  },
4505
4495
  isArray() {
4506
4496
  return Array.isArray(this.row[this.entry.key]);
@@ -4509,24 +4499,24 @@ const kd = /* @__PURE__ */ k(il, [["render", ul]]), cl = {
4509
4499
  return typeof this.row[this.entry.key] == "object";
4510
4500
  }
4511
4501
  }
4512
- }, hl = { class: "flex flex-wrap gap-2" }, fl = {
4502
+ }, dl = { class: "flex flex-wrap gap-2" }, ul = {
4513
4503
  key: 1,
4514
4504
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
4515
4505
  };
4516
- function gl(e, t, r, n, a, o) {
4517
- return d(), u("div", hl, [
4506
+ function cl(e, t, r, n, a, o) {
4507
+ return d(), u("div", dl, [
4518
4508
  o.isArray ? (d(!0), u(y, { key: 0 }, w(r.row[o.entry.key], (l, i) => (d(), u("span", {
4519
4509
  key: i,
4520
4510
  class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
4521
- }, f(l[o.entry.field]), 1))), 128)) : o.isObject ? (d(), u("span", fl, f(r.row[o.entry.key][o.entry.field]), 1)) : g("", !0)
4511
+ }, h(l[o.entry.field]), 1))), 128)) : o.isObject ? (d(), u("span", ul, h(r.row[o.entry.key][o.entry.field]), 1)) : f("", !0)
4522
4512
  ]);
4523
4513
  }
4524
- const $d = /* @__PURE__ */ k(cl, [["render", gl]]), ml = {
4514
+ const xd = /* @__PURE__ */ k(ll, [["render", cl]]), hl = {
4525
4515
  props: ["field", "row", "tdProps"]
4526
- }, _l = { key: 0 }, pl = { class: "m-1 d-inline-block" }, bl = ["href", "title"], yl = ["src", "alt", "title"];
4527
- function vl(e, t, r, n, a, o) {
4528
- return r.row[r.field] ? (d(), u("div", _l, [
4529
- s("div", pl, [
4516
+ }, fl = { key: 0 }, gl = { class: "m-1 d-inline-block" }, ml = ["href", "title"], _l = ["src", "alt", "title"];
4517
+ function pl(e, t, r, n, a, o) {
4518
+ return r.row[r.field] ? (d(), u("div", fl, [
4519
+ s("div", gl, [
4530
4520
  s("a", {
4531
4521
  href: r.row[r.field].url,
4532
4522
  title: r.row[r.field].name,
@@ -4536,37 +4526,37 @@ function vl(e, t, r, n, a, o) {
4536
4526
  src: r.row[r.field].thumbnail,
4537
4527
  alt: r.row[r.field].name,
4538
4528
  title: r.row[r.field].name
4539
- }, null, 8, yl)
4540
- ], 8, bl)
4529
+ }, null, 8, _l)
4530
+ ], 8, ml)
4541
4531
  ])
4542
- ])) : g("", !0);
4532
+ ])) : f("", !0);
4543
4533
  }
4544
- const Cd = /* @__PURE__ */ k(ml, [["render", vl], ["__scopeId", "data-v-3a28c02c"]]), xl = {
4534
+ const wd = /* @__PURE__ */ k(hl, [["render", pl], ["__scopeId", "data-v-3a28c02c"]]), bl = {
4545
4535
  props: ["field", "row", "tdProps"],
4546
4536
  computed: {
4547
4537
  isActive() {
4548
4538
  return this.row[this.field] === 1;
4549
4539
  }
4550
4540
  }
4551
- }, wl = { class: "flex flex-wrap gap-2" }, kl = {
4541
+ }, yl = { class: "flex flex-wrap gap-2" }, vl = {
4552
4542
  key: 0,
4553
4543
  class: "inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
4554
- }, $l = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Cl = {
4544
+ }, xl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), wl = {
4555
4545
  key: 1,
4556
4546
  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"
4557
- }, Sl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
4558
- function Ol(e, t, r, n, a, o) {
4559
- return d(), u("div", wl, [
4560
- o.isActive ? (d(), u("span", kl, [
4561
- $l,
4547
+ }, kl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
4548
+ function $l(e, t, r, n, a, o) {
4549
+ return d(), u("div", yl, [
4550
+ o.isActive ? (d(), u("span", vl, [
4551
+ xl,
4562
4552
  v(" Active ")
4563
- ])) : o.isActive ? g("", !0) : (d(), u("span", Cl, [
4564
- Sl,
4553
+ ])) : o.isActive ? f("", !0) : (d(), u("span", wl, [
4554
+ kl,
4565
4555
  v(" Inactive ")
4566
4556
  ]))
4567
4557
  ]);
4568
4558
  }
4569
- const Sd = /* @__PURE__ */ k(xl, [["render", Ol]]), Dl = {
4559
+ const kd = /* @__PURE__ */ k(bl, [["render", $l]]), Cl = {
4570
4560
  props: ["field", "row", "tdProps"],
4571
4561
  computed: {
4572
4562
  hasLabelColor(e) {
@@ -4574,40 +4564,40 @@ const Sd = /* @__PURE__ */ k(xl, [["render", Ol]]), Dl = {
4574
4564
  return t ? t.class : "";
4575
4565
  }
4576
4566
  }
4577
- }, Pl = { class: "flex flex-wrap gap-2" }, El = {
4567
+ }, Sl = { class: "flex flex-wrap gap-2" }, Ol = {
4578
4568
  key: 0,
4579
4569
  class: "inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
4580
- }, jl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Al = {
4570
+ }, Dl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Pl = {
4581
4571
  key: 1,
4582
4572
  class: "inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"
4583
- }, Il = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), Tl = {
4573
+ }, El = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), jl = {
4584
4574
  key: 2,
4585
4575
  class: "inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"
4586
- }, Ml = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Nl = {
4576
+ }, Al = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Il = {
4587
4577
  key: 3,
4588
4578
  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"
4589
- }, Vl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1);
4590
- function Ll(e, t, r, n, a, o) {
4591
- return d(), u("div", Pl, [
4592
- o.hasLabelColor == "green" ? (d(), u("span", El, [
4593
- jl,
4594
- v(" " + f(this.row[this.field]), 1)
4595
- ])) : g("", !0),
4596
- o.hasLabelColor == "red" ? (d(), u("span", Al, [
4597
- Il,
4598
- v(" " + f(this.row[this.field]), 1)
4599
- ])) : g("", !0),
4600
- o.hasLabelColor == "yellow" ? (d(), u("span", Tl, [
4601
- Ml,
4602
- v(" " + f(this.row[this.field]), 1)
4603
- ])) : g("", !0),
4604
- o.hasLabelColor == "default" ? (d(), u("span", Nl, [
4605
- Vl,
4606
- v(" " + f(this.row[this.field]), 1)
4607
- ])) : g("", !0)
4579
+ }, Tl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1);
4580
+ function Ml(e, t, r, n, a, o) {
4581
+ return d(), u("div", Sl, [
4582
+ o.hasLabelColor == "green" ? (d(), u("span", Ol, [
4583
+ Dl,
4584
+ v(" " + h(this.row[this.field]), 1)
4585
+ ])) : f("", !0),
4586
+ o.hasLabelColor == "red" ? (d(), u("span", Pl, [
4587
+ El,
4588
+ v(" " + h(this.row[this.field]), 1)
4589
+ ])) : f("", !0),
4590
+ o.hasLabelColor == "yellow" ? (d(), u("span", jl, [
4591
+ Al,
4592
+ v(" " + h(this.row[this.field]), 1)
4593
+ ])) : f("", !0),
4594
+ o.hasLabelColor == "default" ? (d(), u("span", Il, [
4595
+ Tl,
4596
+ v(" " + h(this.row[this.field]), 1)
4597
+ ])) : f("", !0)
4608
4598
  ]);
4609
4599
  }
4610
- const Od = /* @__PURE__ */ k(Dl, [["render", Ll]]), Bl = {
4600
+ const $d = /* @__PURE__ */ k(Cl, [["render", Ml]]), Nl = {
4611
4601
  props: ["isOpen", "title", "button_text"],
4612
4602
  methods: {
4613
4603
  confirmAction() {
@@ -4617,40 +4607,40 @@ const Od = /* @__PURE__ */ k(Dl, [["render", Ll]]), Bl = {
4617
4607
  this.$emit("cancel-action");
4618
4608
  }
4619
4609
  }
4620
- }, Gl = {
4610
+ }, Vl = {
4621
4611
  key: 0,
4622
4612
  class: "fixed inset-0 z-50 overflow-y-auto",
4623
4613
  role: "dialog",
4624
4614
  "aria-modal": "true"
4625
- }, Fl = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Rl = /* @__PURE__ */ s("div", {
4615
+ }, Ll = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Bl = /* @__PURE__ */ s("div", {
4626
4616
  class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
4627
4617
  "aria-hidden": "true"
4628
- }, null, -1), Ul = /* @__PURE__ */ s("span", {
4618
+ }, null, -1), Gl = /* @__PURE__ */ s("span", {
4629
4619
  class: "hidden sm:inline-block sm:align-middle sm:h-screen",
4630
4620
  "aria-hidden": "true"
4631
- }, "​", -1), ql = { 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" }, zl = { class: "px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4" }, Hl = { class: "sm:flex sm:items-start" }, Zl = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, Kl = { class: "text-lg font-medium leading-6 text-gray-900" }, Wl = { class: "mt-2" }, Xl = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
4632
- function Yl(e, t, r, n, a, o) {
4633
- return r.isOpen ? (d(), u("div", Gl, [
4634
- s("div", Fl, [
4635
- Rl,
4636
- Ul,
4637
- s("div", ql, [
4638
- s("div", zl, [
4639
- s("div", Hl, [
4640
- s("div", Zl, [
4641
- s("h3", Kl, f(r.title), 1),
4642
- s("div", Wl, [
4621
+ }, "​", -1), Fl = { 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" }, Rl = { class: "px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4" }, ql = { class: "sm:flex sm:items-start" }, Ul = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, zl = { class: "text-lg font-medium leading-6 text-gray-900" }, Hl = { class: "mt-2" }, Zl = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
4622
+ function Kl(e, t, r, n, a, o) {
4623
+ return r.isOpen ? (d(), u("div", Vl, [
4624
+ s("div", Ll, [
4625
+ Bl,
4626
+ Gl,
4627
+ s("div", Fl, [
4628
+ s("div", Rl, [
4629
+ s("div", ql, [
4630
+ s("div", Ul, [
4631
+ s("h3", zl, h(r.title), 1),
4632
+ s("div", Hl, [
4643
4633
  P(e.$slots, "default")
4644
4634
  ])
4645
4635
  ])
4646
4636
  ])
4647
4637
  ]),
4648
- s("div", Xl, [
4638
+ s("div", Zl, [
4649
4639
  s("button", {
4650
4640
  onClick: t[0] || (t[0] = (...l) => o.confirmAction && o.confirmAction(...l)),
4651
4641
  type: "button",
4652
4642
  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"
4653
- }, f(r.button_text), 1),
4643
+ }, h(r.button_text), 1),
4654
4644
  s("button", {
4655
4645
  onClick: t[1] || (t[1] = (...l) => o.cancelAction && o.cancelAction(...l)),
4656
4646
  type: "button",
@@ -4659,41 +4649,41 @@ function Yl(e, t, r, n, a, o) {
4659
4649
  ])
4660
4650
  ])
4661
4651
  ])
4662
- ])) : g("", !0);
4652
+ ])) : f("", !0);
4663
4653
  }
4664
- const Dd = /* @__PURE__ */ k(Bl, [["render", Yl]]);
4654
+ const Cd = /* @__PURE__ */ k(Nl, [["render", Kl]]);
4665
4655
  export {
4666
- nd as GlButton,
4667
- rd as GlCard,
4668
- Dd as GlConfirmationModal,
4669
- pd as GlDataTable,
4670
- _d as GlDataTableServerSide,
4671
- yd as GlDatatableAction,
4672
- vd as GlDatatableDeleteAction,
4673
- xd as GlDatatableFileDownload,
4674
- wd as GlDatatableFiles,
4675
- kd as GlDatatableHtml,
4676
- $d as GlDatatableList,
4677
- Cd as GlDatatablePicture,
4678
- Sd as GlDatatableStatus,
4679
- Od as GlDatatableStatusGeneral,
4680
- re as GlDeleteConfirmationModal,
4681
- gd as GlDropdown,
4682
- Ql as GlFilesUpload,
4683
- td as GlLanguageSelector,
4684
- hd as GlModal,
4685
- cd as GlMultiItemSlide,
4686
- sd as GlMultiSelectDropdown,
4687
- ed as GlNotify,
4688
- ud as GlTab,
4689
- dd as GlTabsWrapper,
4690
- na as GlTailwindPagination,
4691
- ld as GlTextInput,
4692
- id as GlTextTranslate,
4693
- md as GlTextarea,
4694
- od as GlTextareaTranslate,
4695
- ad as GlTinymceTranslate,
4696
- he as GlToast,
4697
- bd as GlToastList,
4698
- fd as GlToggleBox
4656
+ td as GlButton,
4657
+ Ql as GlCard,
4658
+ Cd as GlConfirmationModal,
4659
+ gd as GlDataTable,
4660
+ fd as GlDataTableServerSide,
4661
+ _d as GlDatatableAction,
4662
+ pd as GlDatatableDeleteAction,
4663
+ bd as GlDatatableFileDownload,
4664
+ yd as GlDatatableFiles,
4665
+ vd as GlDatatableHtml,
4666
+ xd as GlDatatableList,
4667
+ wd as GlDatatablePicture,
4668
+ kd as GlDatatableStatus,
4669
+ $d as GlDatatableStatusGeneral,
4670
+ te as GlDeleteConfirmationModal,
4671
+ cd as GlDropdown,
4672
+ Xl as GlFilesUpload,
4673
+ Jl as GlLanguageSelector,
4674
+ dd as GlModal,
4675
+ ld as GlMultiItemSlide,
4676
+ ed as GlMultiSelectDropdown,
4677
+ Yl as GlNotify,
4678
+ id as GlTab,
4679
+ ad as GlTabsWrapper,
4680
+ ta as GlTailwindPagination,
4681
+ od as GlTextInput,
4682
+ nd as GlTextTranslate,
4683
+ hd as GlTextarea,
4684
+ rd as GlTextareaTranslate,
4685
+ sd as GlTinymceTranslate,
4686
+ ue as GlToast,
4687
+ md as GlToastList,
4688
+ ud as GlToggleBox
4699
4689
  };