golden-logic-ui 1.0.138 → 1.0.140
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.
- package/dist/golden-logic-ui.js +26 -26
- package/dist/golden-logic-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as d, createElementBlock as u, createElementVNode as t, createCommentVNode as g, createStaticVNode as tt, inject as xe, watch as
|
|
1
|
+
import { openBlock as d, createElementBlock as u, createElementVNode as t, createCommentVNode as g, createStaticVNode as tt, inject as xe, watch as R, effectScope as rt, computed as L, reactive as Te, resolveComponent as z, Fragment as v, createVNode as q, normalizeClass as p, toDisplayString as f, withModifiers as F, withDirectives as A, vModelText as G, renderList as S, normalizeStyle as st, renderSlot as M, ref as C, onMounted as H, createTextVNode as $, vShow as Q, nextTick as Le, createBlock as Z, resolveDynamicComponent as le, mergeProps as ae, withCtx as ie, vModelDynamic as at, provide as Me, pushScopeId as nt, popScopeId as ot, vModelCheckbox as lt, toHandlers as be, TransitionGroup as it, unref as dt, resolveDirective as Ie, markRaw as ut } from "vue";
|
|
2
2
|
const O = (e, r) => {
|
|
3
3
|
const s = e.__vccOpts || e;
|
|
4
4
|
for (const [n, o] of r)
|
|
@@ -319,7 +319,7 @@ function Tt(e, r, s, n) {
|
|
|
319
319
|
};
|
|
320
320
|
}
|
|
321
321
|
function Lt(e) {
|
|
322
|
-
|
|
322
|
+
R(function() {
|
|
323
323
|
return e._state.data;
|
|
324
324
|
}, function() {
|
|
325
325
|
process.env.NODE_ENV !== "production" && V(e._committing, "do not mutate vuex store state outside mutation handlers.");
|
|
@@ -766,7 +766,7 @@ I.prototype.subscribeAction = function(r, s) {
|
|
|
766
766
|
};
|
|
767
767
|
I.prototype.watch = function(r, s, n) {
|
|
768
768
|
var o = this;
|
|
769
|
-
return process.env.NODE_ENV !== "production" && V(typeof r == "function", "store.watch only accepts a function."),
|
|
769
|
+
return process.env.NODE_ENV !== "production" && V(typeof r == "function", "store.watch only accepts a function."), R(function() {
|
|
770
770
|
return r(o.state, o.getters);
|
|
771
771
|
}, s, Object.assign({}, n));
|
|
772
772
|
};
|
|
@@ -1028,7 +1028,7 @@ const Zt = {
|
|
|
1028
1028
|
function kr(e, r, s, n, o, a) {
|
|
1029
1029
|
const i = z("DeleteConfirmationModal");
|
|
1030
1030
|
return d(), u(v, null, [
|
|
1031
|
-
|
|
1031
|
+
q(i, {
|
|
1032
1032
|
isOpen: o.open_delete_modal,
|
|
1033
1033
|
onConfirmDelete: a.deleteAction,
|
|
1034
1034
|
onCancelDelete: a.closeDeleteModal
|
|
@@ -1383,7 +1383,7 @@ const _c = /* @__PURE__ */ O(Er, [["render", Ir]]), Nr = { class: "bg-white bord
|
|
|
1383
1383
|
emits: ["update:modelValue", "selected", "selectionChanged"],
|
|
1384
1384
|
setup(e, { emit: r }) {
|
|
1385
1385
|
const s = e, n = r, o = C(null), a = C([]), i = C([]), l = C(0), c = C(!1), h = C(""), m = C("");
|
|
1386
|
-
|
|
1386
|
+
H(() => {
|
|
1387
1387
|
m.value = ee(), s.show || (document.body.addEventListener("click", (b) => {
|
|
1388
1388
|
ne(b);
|
|
1389
1389
|
}), document.addEventListener("keypress", (b) => {
|
|
@@ -1495,9 +1495,9 @@ const _c = /* @__PURE__ */ O(Er, [["render", Ir]]), Nr = { class: "bg-white bord
|
|
|
1495
1495
|
function se() {
|
|
1496
1496
|
h.value = "", n("selected", a.value), c.value = !1;
|
|
1497
1497
|
}
|
|
1498
|
-
return
|
|
1498
|
+
return R(h, () => {
|
|
1499
1499
|
D.value.length === 0 && (a.value = []);
|
|
1500
|
-
}),
|
|
1500
|
+
}), R(a, (b) => {
|
|
1501
1501
|
te(a.value) && (i.value = a.value.map((w) => w.id), n("update:modelValue", i.value));
|
|
1502
1502
|
}), (b, w) => (d(), u(v, null, [
|
|
1503
1503
|
e.show ? (d(), u("div", {
|
|
@@ -1766,7 +1766,7 @@ const wc = /* @__PURE__ */ O(as, [["render", os]]), ls = { class: "font-bold pte
|
|
|
1766
1766
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
1767
1767
|
setup(e, { expose: r, emit: s }) {
|
|
1768
1768
|
const n = e, o = s, a = C(null), i = C(null);
|
|
1769
|
-
return
|
|
1769
|
+
return H(() => {
|
|
1770
1770
|
a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus(), n.model_value && (o("update:modelValue", n.model_value), a.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
|
|
1771
1771
|
model: n.translatable.model,
|
|
1772
1772
|
row_id: n.translatable.row_id,
|
|
@@ -1902,7 +1902,7 @@ const wc = /* @__PURE__ */ O(as, [["render", os]]), ls = { class: "font-bold pte
|
|
|
1902
1902
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
1903
1903
|
setup(e, { expose: r, emit: s }) {
|
|
1904
1904
|
const n = e, o = s, a = C(null), i = C(null);
|
|
1905
|
-
return
|
|
1905
|
+
return H(() => {
|
|
1906
1906
|
tinymce.init({
|
|
1907
1907
|
selector: "#" + n.field_name,
|
|
1908
1908
|
width: "100%",
|
|
@@ -2041,7 +2041,7 @@ const wc = /* @__PURE__ */ O(as, [["render", os]]), ls = { class: "font-bold pte
|
|
|
2041
2041
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
2042
2042
|
setup(e, { expose: r, emit: s }) {
|
|
2043
2043
|
const n = e, o = s, a = C(null), i = C(null);
|
|
2044
|
-
return
|
|
2044
|
+
return H(() => {
|
|
2045
2045
|
a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus(), n.model_value && (o("update:modelValue", n.model_value), a.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
|
|
2046
2046
|
model: n.translatable.model,
|
|
2047
2047
|
row_id: n.translatable.row_id,
|
|
@@ -2162,7 +2162,7 @@ const wc = /* @__PURE__ */ O(as, [["render", os]]), ls = { class: "font-bold pte
|
|
|
2162
2162
|
emits: ["update:modelValue", "keydown"],
|
|
2163
2163
|
setup(e, { expose: r, emit: s }) {
|
|
2164
2164
|
const n = e, o = s, a = C(null);
|
|
2165
|
-
|
|
2165
|
+
H(() => {
|
|
2166
2166
|
a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus();
|
|
2167
2167
|
});
|
|
2168
2168
|
const i = L({
|
|
@@ -2722,7 +2722,7 @@ const Pc = /* @__PURE__ */ O(ra, [["render", on], ["__scopeId", "data-v-a94f16a9
|
|
|
2722
2722
|
}, i = () => {
|
|
2723
2723
|
n("closeModal"), a();
|
|
2724
2724
|
};
|
|
2725
|
-
return
|
|
2725
|
+
return R(
|
|
2726
2726
|
() => s.is_open,
|
|
2727
2727
|
(l, c) => {
|
|
2728
2728
|
l ? o() : a();
|
|
@@ -2974,7 +2974,7 @@ const Pc = /* @__PURE__ */ O(ra, [["render", on], ["__scopeId", "data-v-a94f16a9
|
|
|
2974
2974
|
emits: ["update:modelValue", "selected", "selectionChanged"],
|
|
2975
2975
|
setup(e, { emit: r }) {
|
|
2976
2976
|
const s = e, n = r, o = C(null), a = C({}), i = C(0), l = C(!1), c = C(""), h = C("");
|
|
2977
|
-
|
|
2977
|
+
H(() => {
|
|
2978
2978
|
h.value = N(), s.show || (document.body.addEventListener("click", (y) => {
|
|
2979
2979
|
te(y);
|
|
2980
2980
|
}), document.addEventListener("keypress", (y) => {
|
|
@@ -3063,9 +3063,9 @@ const Pc = /* @__PURE__ */ O(ra, [["render", on], ["__scopeId", "data-v-a94f16a9
|
|
|
3063
3063
|
function oe() {
|
|
3064
3064
|
a.value.id || (a.value = {}, c.value = ""), n("selected", a.value), l.value = !1;
|
|
3065
3065
|
}
|
|
3066
|
-
return
|
|
3066
|
+
return R(c, () => {
|
|
3067
3067
|
x.value.length === 0 && (a.value = {});
|
|
3068
|
-
}),
|
|
3068
|
+
}), R(a, (y) => {
|
|
3069
3069
|
ee(y) && n("update:modelValue", y.id);
|
|
3070
3070
|
}), (y, P) => {
|
|
3071
3071
|
var j, U, se;
|
|
@@ -3221,7 +3221,7 @@ const Pc = /* @__PURE__ */ O(ra, [["render", on], ["__scopeId", "data-v-a94f16a9
|
|
|
3221
3221
|
emits: ["update:modelValue", "keydown"],
|
|
3222
3222
|
setup(e, { expose: r, emit: s }) {
|
|
3223
3223
|
const n = e, o = s, a = C(null);
|
|
3224
|
-
|
|
3224
|
+
H(() => {
|
|
3225
3225
|
a.value !== null && a.value.hasAttribute("autofocus") && a.value.focus();
|
|
3226
3226
|
});
|
|
3227
3227
|
const i = L({
|
|
@@ -3689,7 +3689,7 @@ function qo(e, r, s, n, o, a) {
|
|
|
3689
3689
|
t("div", ko, [
|
|
3690
3690
|
$o,
|
|
3691
3691
|
t("div", Co, [
|
|
3692
|
-
|
|
3692
|
+
q(i, {
|
|
3693
3693
|
has_cancel: !1,
|
|
3694
3694
|
options: o.pageOptions,
|
|
3695
3695
|
modelValue: o.perPage,
|
|
@@ -3768,7 +3768,7 @@ function qo(e, r, s, n, o, a) {
|
|
|
3768
3768
|
])
|
|
3769
3769
|
]),
|
|
3770
3770
|
t("div", Ro, [
|
|
3771
|
-
|
|
3771
|
+
q(l, {
|
|
3772
3772
|
class: "mt-3 mb-0",
|
|
3773
3773
|
data: o.itemLists,
|
|
3774
3774
|
limit: o.limit,
|
|
@@ -3947,7 +3947,7 @@ function pl(e, r, s, n, o, a) {
|
|
|
3947
3947
|
t("div", Ko, [
|
|
3948
3948
|
Wo,
|
|
3949
3949
|
t("div", Yo, [
|
|
3950
|
-
|
|
3950
|
+
q(i, {
|
|
3951
3951
|
has_cancel: !1,
|
|
3952
3952
|
options: o.pageOptions,
|
|
3953
3953
|
modelValue: o.perPage,
|
|
@@ -4034,7 +4034,7 @@ function pl(e, r, s, n, o, a) {
|
|
|
4034
4034
|
])
|
|
4035
4035
|
]),
|
|
4036
4036
|
t("div", bl, [
|
|
4037
|
-
|
|
4037
|
+
q(l, {
|
|
4038
4038
|
class: "mt-3 mb-0",
|
|
4039
4039
|
data: o.itemLists,
|
|
4040
4040
|
limit: o.limit,
|
|
@@ -4196,7 +4196,7 @@ function ai(e, r, s, n, o, a) {
|
|
|
4196
4196
|
t("div", xl, [
|
|
4197
4197
|
wl,
|
|
4198
4198
|
t("div", kl, [
|
|
4199
|
-
|
|
4199
|
+
q(i, {
|
|
4200
4200
|
has_cancel: !1,
|
|
4201
4201
|
options: o.showNoOfEntries,
|
|
4202
4202
|
modelValue: o.itemsPerPage,
|
|
@@ -4333,8 +4333,8 @@ function ai(e, r, s, n, o, a) {
|
|
|
4333
4333
|
}
|
|
4334
4334
|
const Ic = /* @__PURE__ */ O(yl, [["render", ai]]), ni = {
|
|
4335
4335
|
setup(e, { slots: r }) {
|
|
4336
|
-
const s = C(r.default().map((o) => o.props)), n = null;
|
|
4337
|
-
return Me("selectedTitle", n),
|
|
4336
|
+
const s = C(r.default().map((o) => o.props)), n = C(null);
|
|
4337
|
+
return Me("selectedTitle", n), R(
|
|
4338
4338
|
() => r.default(),
|
|
4339
4339
|
(o) => {
|
|
4340
4340
|
s.value = o.map((a) => a.props), s.value.some((a) => a.title === n.value) || (n.value = s.value.length > 0 ? s.value[0].title : "");
|
|
@@ -4490,7 +4490,7 @@ const Vc = /* @__PURE__ */ O(bi, [["render", yi]]), _i = {
|
|
|
4490
4490
|
emits: ["remove"],
|
|
4491
4491
|
setup(e, { emit: r }) {
|
|
4492
4492
|
const s = e;
|
|
4493
|
-
|
|
4493
|
+
H(() => {
|
|
4494
4494
|
setTimeout(() => n("remove"), s.duration);
|
|
4495
4495
|
});
|
|
4496
4496
|
const n = r;
|
|
@@ -4615,7 +4615,7 @@ const Vc = /* @__PURE__ */ O(bi, [["render", yi]]), _i = {
|
|
|
4615
4615
|
return (x, D) => {
|
|
4616
4616
|
const N = Ie("click-outside");
|
|
4617
4617
|
return d(), u(v, null, [
|
|
4618
|
-
|
|
4618
|
+
q(we, {
|
|
4619
4619
|
isOpen: a.value,
|
|
4620
4620
|
onConfirmDelete: _,
|
|
4621
4621
|
onCancelDelete: c
|
|
@@ -4721,7 +4721,7 @@ const Vc = /* @__PURE__ */ O(bi, [["render", yi]]), _i = {
|
|
|
4721
4721
|
return (x, D) => {
|
|
4722
4722
|
const N = Ie("click-outside");
|
|
4723
4723
|
return d(), u(v, null, [
|
|
4724
|
-
|
|
4724
|
+
q(we, {
|
|
4725
4725
|
isOpen: a.value,
|
|
4726
4726
|
onConfirmDelete: _,
|
|
4727
4727
|
onCancelDelete: c
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/var le="store";function se(t){return t===void 0&&(t=null),e.inject(t!==null?t:le)}function D(t,r){Object.keys(t).forEach(function(o){return r(t[o],o)})}function ie(t){return t!==null&&typeof t=="object"}function qe(t){return t&&typeof t.then=="function"}function B(t,r){if(!t)throw new Error("[vuex] "+r)}function He(t,r){return function(){return t(r)}}function de(t,r,o){return r.indexOf(t)<0&&(o&&o.prepend?r.unshift(t):r.push(t)),function(){var a=r.indexOf(t);a>-1&&r.splice(a,1)}}function ce(t,r){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var o=t.state;z(t,o,[],t._modules.root,!0),H(t,o,r)}function H(t,r,o){var a=t._state,l=t._scope;t.getters={},t._makeLocalGettersCache=Object.create(null);var n=t._wrappedGetters,i={},s={},d=e.effectScope(!0);d.run(function(){D(n,function(c,m){i[m]=He(c,t),s[m]=e.computed(function(){return i[m]()}),Object.defineProperty(t.getters,m,{get:function(){return s[m].value},enumerable:!0})})}),t._state=e.reactive({data:r}),t._scope=d,t.strict&&Xe(t),a&&o&&t._withCommit(function(){a.data=null}),l&&l.stop()}function z(t,r,o,a,l){var n=!o.length,i=t._modules.getNamespace(o);if(a.namespaced&&(t._modulesNamespaceMap[i]&&process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate namespace "+i+" for the namespaced module "+o.join("/")),t._modulesNamespaceMap[i]=a),!n&&!l){var s=Z(r,o.slice(0,-1)),d=o[o.length-1];t._withCommit(function(){process.env.NODE_ENV!=="production"&&d in s&&console.warn('[vuex] state field "'+d+'" was overridden by a module with the same name at "'+o.join(".")+'"'),s[d]=a.state})}var c=a.context=Ze(t,i,o);a.forEachMutation(function(m,h){var p=i+h;Ke(t,p,m,c)}),a.forEachAction(function(m,h){var p=m.root?h:i+h,k=m.handler||m;We(t,p,k,c)}),a.forEachGetter(function(m,h){var p=i+h;Ye(t,p,m,c)}),a.forEachChild(function(m,h){z(t,r,o.concat(h),m,l)})}function Ze(t,r,o){var a=r==="",l={dispatch:a?t.dispatch:function(n,i,s){var d=F(n,i,s),c=d.payload,m=d.options,h=d.type;if((!m||!m.root)&&(h=r+h,process.env.NODE_ENV!=="production"&&!t._actions[h])){console.error("[vuex] unknown local action type: "+d.type+", global type: "+h);return}return t.dispatch(h,c)},commit:a?t.commit:function(n,i,s){var d=F(n,i,s),c=d.payload,m=d.options,h=d.type;if((!m||!m.root)&&(h=r+h,process.env.NODE_ENV!=="production"&&!t._mutations[h])){console.error("[vuex] unknown local mutation type: "+d.type+", global type: "+h);return}t.commit(h,c,m)}};return Object.defineProperties(l,{getters:{get:a?function(){return t.getters}:function(){return me(t,r)}},state:{get:function(){return Z(t.state,o)}}}),l}function me(t,r){if(!t._makeLocalGettersCache[r]){var o={},a=r.length;Object.keys(t.getters).forEach(function(l){if(l.slice(0,a)===r){var n=l.slice(a);Object.defineProperty(o,n,{get:function(){return t.getters[l]},enumerable:!0})}}),t._makeLocalGettersCache[r]=o}return t._makeLocalGettersCache[r]}function Ke(t,r,o,a){var l=t._mutations[r]||(t._mutations[r]=[]);l.push(function(i){o.call(t,a.state,i)})}function We(t,r,o,a){var l=t._actions[r]||(t._actions[r]=[]);l.push(function(i){var s=o.call(t,{dispatch:a.dispatch,commit:a.commit,getters:a.getters,state:a.state,rootGetters:t.getters,rootState:t.state},i);return qe(s)||(s=Promise.resolve(s)),t._devtoolHook?s.catch(function(d){throw t._devtoolHook.emit("vuex:error",d),d}):s})}function Ye(t,r,o,a){if(t._wrappedGetters[r]){process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate getter key: "+r);return}t._wrappedGetters[r]=function(n){return o(a.state,a.getters,n.state,n.getters)}}function Xe(t){e.watch(function(){return t._state.data},function(){process.env.NODE_ENV!=="production"&&B(t._committing,"do not mutate vuex store state outside mutation handlers.")},{deep:!0,flush:"sync"})}function Z(t,r){return r.reduce(function(o,a){return o[a]},t)}function F(t,r,o){return ie(t)&&t.type&&(o=r,r=t,t=t.type),process.env.NODE_ENV!=="production"&&B(typeof t=="string","expects string as the type, but found "+typeof t+"."),{type:t,payload:r,options:o}}var Je="vuex bindings",ge="vuex:mutations",K="vuex:actions",P="vuex",Qe=0;function ve(t,r){Re({id:"org.vuejs.vuex",app:t,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[Je]},function(o){o.addTimelineLayer({id:ge,label:"Vuex Mutations",color:fe}),o.addTimelineLayer({id:K,label:"Vuex Actions",color:fe}),o.addInspector({id:P,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),o.on.getInspectorTree(function(a){if(a.app===t&&a.inspectorId===P)if(a.filter){var l=[];ye(l,r._modules.root,a.filter,""),a.rootNodes=l}else a.rootNodes=[pe(r._modules.root,"")]}),o.on.getInspectorState(function(a){if(a.app===t&&a.inspectorId===P){var l=a.nodeId;me(r,l),a.state=rt(nt(r._modules,l),l==="root"?r.getters:r._makeLocalGettersCache,l)}}),o.on.editInspectorState(function(a){if(a.app===t&&a.inspectorId===P){var l=a.nodeId,n=a.path;l!=="root"&&(n=l.split("/").filter(Boolean).concat(n)),r._withCommit(function(){a.set(r._state.data,n,a.state.value)})}}),r.subscribe(function(a,l){var n={};a.payload&&(n.payload=a.payload),n.state=l,o.notifyComponentUpdate(),o.sendInspectorTree(P),o.sendInspectorState(P),o.addTimelineEvent({layerId:ge,event:{time:Date.now(),title:a.type,data:n}})}),r.subscribeAction({before:function(a,l){var n={};a.payload&&(n.payload=a.payload),a._id=Qe++,a._time=Date.now(),n.state=l,o.addTimelineEvent({layerId:K,event:{time:a._time,title:a.type,groupId:a._id,subtitle:"start",data:n}})},after:function(a,l){var n={},i=Date.now()-a._time;n.duration={_custom:{type:"duration",display:i+"ms",tooltip:"Action duration",value:i}},a.payload&&(n.payload=a.payload),n.state=l,o.addTimelineEvent({layerId:K,event:{time:Date.now(),title:a.type,groupId:a._id,subtitle:"end",data:n}})}})})}var fe=8702998,et=6710886,tt=16777215,he={label:"namespaced",textColor:tt,backgroundColor:et};function ue(t){return t&&t!=="root"?t.split("/").slice(-2,-1)[0]:"Root"}function pe(t,r){return{id:r||"root",label:ue(r),tags:t.namespaced?[he]:[],children:Object.keys(t._children).map(function(o){return pe(t._children[o],r+o+"/")})}}function ye(t,r,o,a){a.includes(o)&&t.push({id:a||"root",label:a.endsWith("/")?a.slice(0,a.length-1):a||"Root",tags:r.namespaced?[he]:[]}),Object.keys(r._children).forEach(function(l){ye(t,r._children[l],o,a+l+"/")})}function rt(t,r,o){r=o==="root"?r:r[o];var a=Object.keys(r),l={state:Object.keys(t.state).map(function(i){return{key:i,editable:!0,value:t.state[i]}})};if(a.length){var n=ot(r);l.getters=Object.keys(n).map(function(i){return{key:i.endsWith("/")?ue(i):i,editable:!1,value:W(function(){return n[i]})}})}return l}function ot(t){var r={};return Object.keys(t).forEach(function(o){var a=o.split("/");if(a.length>1){var l=r,n=a.pop();a.forEach(function(i){l[i]||(l[i]={_custom:{value:{},display:i,tooltip:"Module",abstract:!0}}),l=l[i]._custom.value}),l[n]=W(function(){return t[o]})}else r[o]=W(function(){return t[o]})}),r}function nt(t,r){var o=r.split("/").filter(function(a){return a});return o.reduce(function(a,l,n){var i=a[l];if(!i)throw new Error('Missing module "'+l+'" for path "'+r+'".');return n===o.length-1?i:i._children},r==="root"?t:t.root._children)}function W(t){try{return t()}catch(r){return r}}var C=function(r,o){this.runtime=o,this._children=Object.create(null),this._rawModule=r;var a=r.state;this.state=(typeof a=="function"?a():a)||{}},be={namespaced:{configurable:!0}};be.namespaced.get=function(){return!!this._rawModule.namespaced},C.prototype.addChild=function(r,o){this._children[r]=o},C.prototype.removeChild=function(r){delete this._children[r]},C.prototype.getChild=function(r){return this._children[r]},C.prototype.hasChild=function(r){return r in this._children},C.prototype.update=function(r){this._rawModule.namespaced=r.namespaced,r.actions&&(this._rawModule.actions=r.actions),r.mutations&&(this._rawModule.mutations=r.mutations),r.getters&&(this._rawModule.getters=r.getters)},C.prototype.forEachChild=function(r){D(this._children,r)},C.prototype.forEachGetter=function(r){this._rawModule.getters&&D(this._rawModule.getters,r)},C.prototype.forEachAction=function(r){this._rawModule.actions&&D(this._rawModule.actions,r)},C.prototype.forEachMutation=function(r){this._rawModule.mutations&&D(this._rawModule.mutations,r)},Object.defineProperties(C.prototype,be);var T=function(r){this.register([],r,!1)};T.prototype.get=function(r){return r.reduce(function(o,a){return o.getChild(a)},this.root)},T.prototype.getNamespace=function(r){var o=this.root;return r.reduce(function(a,l){return o=o.getChild(l),a+(o.namespaced?l+"/":"")},"")},T.prototype.update=function(r){_e([],this.root,r)},T.prototype.register=function(r,o,a){var l=this;a===void 0&&(a=!0),process.env.NODE_ENV!=="production"&&we(r,o);var n=new C(o,a);if(r.length===0)this.root=n;else{var i=this.get(r.slice(0,-1));i.addChild(r[r.length-1],n)}o.modules&&D(o.modules,function(s,d){l.register(r.concat(d),s,a)})},T.prototype.unregister=function(r){var o=this.get(r.slice(0,-1)),a=r[r.length-1],l=o.getChild(a);if(!l){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to unregister module '"+a+"', which is not registered");return}l.runtime&&o.removeChild(a)},T.prototype.isRegistered=function(r){var o=this.get(r.slice(0,-1)),a=r[r.length-1];return o?o.hasChild(a):!1};function _e(t,r,o){if(process.env.NODE_ENV!=="production"&&we(t,o),r.update(o),o.modules)for(var a in o.modules){if(!r.getChild(a)){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to add a new module '"+a+"' on hot reloading, manual reload is needed");return}_e(t.concat(a),r.getChild(a),o.modules[a])}}var ke={assert:function(t){return typeof t=="function"},expected:"function"},at={assert:function(t){return typeof t=="function"||typeof t=="object"&&typeof t.handler=="function"},expected:'function or object with "handler" function'},xe={getters:ke,mutations:ke,actions:at};function we(t,r){Object.keys(xe).forEach(function(o){if(r[o]){var a=xe[o];D(r[o],function(l,n){B(a.assert(l),lt(t,o,n,l,a.expected))})}})}function lt(t,r,o,a,l){var n=r+" should be "+l+' but "'+r+"."+o+'"';return t.length>0&&(n+=' in module "'+t.join(".")+'"'),n+=" is "+JSON.stringify(a)+".",n}var V=function t(r){var o=this;r===void 0&&(r={}),process.env.NODE_ENV!=="production"&&(B(typeof Promise<"u","vuex requires a Promise polyfill in this browser."),B(this instanceof t,"store must be called with the new operator."));var a=r.plugins;a===void 0&&(a=[]);var l=r.strict;l===void 0&&(l=!1);var n=r.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new T(r),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._scope=null,this._devtools=n;var i=this,s=this,d=s.dispatch,c=s.commit;this.dispatch=function(p,k){return d.call(i,p,k)},this.commit=function(p,k,$){return c.call(i,p,k,$)},this.strict=l;var m=this._modules.root.state;z(this,m,[],this._modules.root),H(this,m),a.forEach(function(h){return h(o)})},Y={state:{configurable:!0}};V.prototype.install=function(r,o){r.provide(o||le,this),r.config.globalProperties.$store=this;var a=this._devtools!==void 0?this._devtools:process.env.NODE_ENV!=="production"||!1;a&&ve(r,this)},Y.state.get=function(){return this._state.data},Y.state.set=function(t){process.env.NODE_ENV!=="production"&&B(!1,"use store.replaceState() to explicit replace store state.")},V.prototype.commit=function(r,o,a){var l=this,n=F(r,o,a),i=n.type,s=n.payload,d=n.options,c={type:i,payload:s},m=this._mutations[i];if(!m){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown mutation type: "+i);return}this._withCommit(function(){m.forEach(function(p){p(s)})}),this._subscribers.slice().forEach(function(h){return h(c,l.state)}),process.env.NODE_ENV!=="production"&&d&&d.silent&&console.warn("[vuex] mutation type: "+i+". Silent option has been removed. Use the filter functionality in the vue-devtools")},V.prototype.dispatch=function(r,o){var a=this,l=F(r,o),n=l.type,i=l.payload,s={type:n,payload:i},d=this._actions[n];if(!d){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown action type: "+n);return}try{this._actionSubscribers.slice().filter(function(m){return m.before}).forEach(function(m){return m.before(s,a.state)})}catch(m){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in before action subscribers: "),console.error(m))}var c=d.length>1?Promise.all(d.map(function(m){return m(i)})):d[0](i);return new Promise(function(m,h){c.then(function(p){try{a._actionSubscribers.filter(function(k){return k.after}).forEach(function(k){return k.after(s,a.state)})}catch(k){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in after action subscribers: "),console.error(k))}m(p)},function(p){try{a._actionSubscribers.filter(function(k){return k.error}).forEach(function(k){return k.error(s,a.state,p)})}catch(k){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in error action subscribers: "),console.error(k))}h(p)})})},V.prototype.subscribe=function(r,o){return de(r,this._subscribers,o)},V.prototype.subscribeAction=function(r,o){var a=typeof r=="function"?{before:r}:r;return de(a,this._actionSubscribers,o)},V.prototype.watch=function(r,o,a){var l=this;return process.env.NODE_ENV!=="production"&&B(typeof r=="function","store.watch only accepts a function."),e.watch(function(){return r(l.state,l.getters)},o,Object.assign({},a))},V.prototype.replaceState=function(r){var o=this;this._withCommit(function(){o._state.data=r})},V.prototype.registerModule=function(r,o,a){a===void 0&&(a={}),typeof r=="string"&&(r=[r]),process.env.NODE_ENV!=="production"&&(B(Array.isArray(r),"module path must be a string or an Array."),B(r.length>0,"cannot register the root module by using registerModule.")),this._modules.register(r,o),z(this,this.state,r,this._modules.get(r),a.preserveState),H(this,this.state)},V.prototype.unregisterModule=function(r){var o=this;typeof r=="string"&&(r=[r]),process.env.NODE_ENV!=="production"&&B(Array.isArray(r),"module path must be a string or an Array."),this._modules.unregister(r),this._withCommit(function(){var a=Z(o.state,r.slice(0,-1));delete a[r[r.length-1]]}),ce(this)},V.prototype.hasModule=function(r){return typeof r=="string"&&(r=[r]),process.env.NODE_ENV!=="production"&&B(Array.isArray(r),"module path must be a string or an Array."),this._modules.isRegistered(r)},V.prototype.hotUpdate=function(r){this._modules.update(r),ce(this,!0)},V.prototype._withCommit=function(r){var o=this._committing;this._committing=!0,r(),this._committing=o},Object.defineProperties(V.prototype,Y);var st=Ne(function(t,r){var o={};return process.env.NODE_ENV!=="production"&&!X(r)&&console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"),Ee(r).forEach(function(a){var l=a.key,n=a.val;o[l]=function(){var s=this.$store.state,d=this.$store.getters;if(t){var c=Ve(this.$store,"mapState",t);if(!c)return;s=c.context.state,d=c.context.getters}return typeof n=="function"?n.call(this,s,d):s[n]},o[l].vuex=!0}),o}),it=Ne(function(t,r){var o={};return process.env.NODE_ENV!=="production"&&!X(r)&&console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"),Ee(r).forEach(function(a){var l=a.key,n=a.val;o[l]=function(){for(var s=[],d=arguments.length;d--;)s[d]=arguments[d];var c=this.$store.commit;if(t){var m=Ve(this.$store,"mapMutations",t);if(!m)return;c=m.context.commit}return typeof n=="function"?n.apply(this,[c].concat(s)):c.apply(this.$store,[n].concat(s))}}),o});function Ee(t){return X(t)?Array.isArray(t)?t.map(function(r){return{key:r,val:r}}):Object.keys(t).map(function(r){return{key:r,val:t[r]}}):[]}function X(t){return Array.isArray(t)||ie(t)}function Ne(t){return function(r,o){return typeof r!="string"?(o=r,r=""):r.charAt(r.length-1)!=="/"&&(r+="/"),t(r,o)}}function Ve(t,r,o){var a=t._modulesNamespaceMap[o];return process.env.NODE_ENV!=="production"&&!a&&console.error("[vuex] module namespace not found in "+r+"(): "+o),a}const dt={components:{DeleteConfirmationModal:G},props:{is_required:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""},show:{type:Boolean,default:!1},has_multiple_file:{show:Boolean,default:!1},field_name:{type:String,default:""},label_name:{type:String,default:""},route_url:{type:String,default:""},model_value:{type:Array,default:[]},file_config:{type:Object,default:{}},is_enable_delete:{type:Boolean,default:!0}},emits:["uploaded"],data(){return{media_id:"",error_message_data:"",open_delete_modal:!1,files:[],uploadFileList:[],isDragging:!1}},methods:{closeDeleteModal(){this.open_delete_modal=!1},deleteAction(){axios.delete(this.route_url+"/destroyMedia/"+this.media_id).then(t=>{let r=this.uploadFileList.findIndex(o=>o.id===this.media_id);r!==-1&&this.uploadFileList.splice(r,1),this.closeDeleteModal(),this.$store.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(t=>{console.error(t),this.is_loading=!1})},getFileName(t){return t.length>12?t.substring(0,13)+"... ."+t.split(".")[1]:t},formatFileSize(t){if(t===0)return"0 Bytes";const r=1024,o=["Bytes","KB","MB","GB","TB"],a=Math.floor(Math.log(t)/Math.log(r));return parseFloat((t/Math.pow(r,a)).toFixed(2))+" "+o[a]},onDragOver(t){t.preventDefault(),this.isDragging=!0,t.dataTransfer.dropEffect="copy"},onDragLeave(t){t.preventDefault(),this.isDragging=!1},onDrop(t){t.preventDefault(),this.isDragging=!1;const r=t.dataTransfer.files;Array.from(r).forEach(o=>{this.uploadFile(o)})},async uploadFiles(t){const r=t.target.files,o=Array.from(r).map(a=>this.uploadFile(a));await Promise.all(o),this.$emit("uploaded")},getFirstError(t,r){return t.hasOwnProperty(r)?t[r][0]:""},async uploadFile(t){return new Promise((r,o)=>{t||r();const a=new FormData;a.append("file",t),Object.entries(this.file_config).forEach(([l,n])=>{a.append(l,n)}),this.files.push({file_name:t.name,loading:0}),axios.post(this.route_url+"/media",a,{onUploadProgress:l=>{this.files[this.files.length-1].loading=Math.floor(l.loaded/l.total*100)}}).then(l=>{let n=this.files.findIndex(i=>i.file_name===t.name);n!==-1&&this.files.splice(n,1),this.uploadFileList.push({file_name:l.data.file_name,size:l.data.size,id:l.data.id,url:l.data.url}),this.error_message_data="",r()}).catch(l=>{l.response.status===422?this.error_message_data=this.getFirstError(l.response.data.errors,"file"):console.error("An error occurred:",l);let n=this.files.findIndex(i=>i.file_name===t.name);n!==-1&&this.files.splice(n,1),console.log(l),r()})})}},computed:{uploadedFileIds(){var t;return this.has_multiple_file?this.uploadFileList.map(r=>r.id):((t=this.uploadFileList[0])==null?void 0:t.id)||null}},mounted(){console.log(this.model_value),this.model_value?Array.isArray(this.model_value)?this.uploadFileList=this.model_value:this.uploadFileList=[this.model_value]:this.uploadFileList=[],this.error_message_data=this.error_message}},ct={class:"flex flex-col items-center justify-center pt-5 pb-6"},mt=["multiple"],gt=["name"],ft=[e.createElementVNode("svg",{class:"w-8 h-8 mb-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M13 13h3a3 3 0 0 0 0-6h-.025A5.56 5.56 0 0 0 16 6.5 5.5 5.5 0 0 0 5.207 5.021C5.137 5.017 5.071 5 5 5a4 4 0 0 0 0 8h2.167M10 15V6m0 0L8 8m2-2 2 2"})],-1),e.createElementVNode("p",{class:"text-sm text-gray-500 dark:text-gray-400"}," Drag & drop files or browse ",-1)],ht={key:1},ut=[e.createElementVNode("p",{class:"text-sm text-gray-500 dark:text-gray-400"},"Drop files here",-1)],pt={class:"mt-2 gl-span-form-error"},yt={class:"block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500"},bt={key:0,class:""},_t={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=e.createElementVNode("i",{class:"text-3xl fas fa-file-alt"},null,-1),xt={class:"w-full ml-3"},wt={class:"flex items-center justify-between mb-1"},Et={class:"text-xs text-black dark:text-white"},Nt={class:"text-xs text-black dark:text-white"},Vt={class:"w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800"},Bt={class:"overflow-x-scroll max-h-56"},Ct={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"},$t={class:"flex items-center"},St=e.createElementVNode("i",{class:"text-3xl fas fa-file-alt","aria-hidden":"true"},null,-1),Dt={class:"flex flex-col ml-3"},Tt={class:"text-xs"},Ot={class:"text-xs"},Pt={class:"flex gap-2"},Lt=["href"],jt=["onClick"];function At(t,r,o,a,l,n){const i=e.resolveComponent("DeleteConfirmationModal");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(i,{isOpen:l.open_delete_modal,onConfirmDelete:n.deleteAction,onCancelDelete:n.closeDeleteModal},null,8,["isOpen","onConfirmDelete","onCancelDelete"]),e.createElementVNode("div",{class:e.normalizeClass([{"border-red-500 dark:border-red-500":l.error_message_data!=="","border-gray-200 dark:border-gray-700":l.error_message_data==""},"w-full p-4 bg-white border rounded-lg shadow dark:bg-gray-800"])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":l.error_message_data=="","gl-label-form-invalid":l.error_message_data!=="",required:o.is_required})},e.toDisplayString(o.label_name),3),e.createElementVNode("div",{onDragover:r[3]||(r[3]=e.withModifiers((...s)=>n.onDragOver&&n.onDragOver(...s),["prevent"])),onDragleave:r[4]||(r[4]=e.withModifiers((...s)=>n.onDragLeave&&n.onDragLeave(...s),["prevent"])),onDrop:r[5]||(r[5]=e.withModifiers((...s)=>n.onDrop&&n.onDrop(...s),["prevent"])),class:"flex flex-col items-center justify-center w-full h-40 mt-3 mb-3 border-2 border-gray-300 border-dashed rounded-lg cursor-pointer bg-gray-50 dark:hover:bg-bray-800 dark:bg-gray-700 hover:bg-gray-100 dark:border-gray-600 dark:hover:border-gray-500 dark:hover:bg-gray-600"},[e.createElementVNode("div",ct,[e.createElementVNode("input",{type:"file",ref:"file_input"+o.field_name,hidden:"",multiple:o.has_multiple_file,onChange:r[0]||(r[0]=(...s)=>n.uploadFiles&&n.uploadFiles(...s))},null,40,mt),e.withDirectives(e.createElementVNode("input",{type:"hidden",name:o.field_name,"onUpdate:modelValue":r[1]||(r[1]=s=>n.uploadedFileIds=s)},null,8,gt),[[e.vModelText,n.uploadedFileIds]]),l.isDragging?(e.openBlock(),e.createElementBlock("div",ht,ut)):(e.openBlock(),e.createElementBlock("div",{key:0,class:"flex flex-col items-center justify-center",onClick:r[2]||(r[2]=s=>t.$refs["file_input"+this.field_name].click())},ft))])],32),e.createElementVNode("span",pt,e.toDisplayString(l.error_message_data),1),e.createElementVNode("small",yt,e.toDisplayString(o.description),1),l.files.length>0?(e.openBlock(),e.createElementBlock("section",bt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.files,(s,d)=>(e.openBlock(),e.createElementBlock("li",_t,[kt,e.createElementVNode("div",xt,[e.createElementVNode("div",wt,[e.createElementVNode("span",Et,e.toDisplayString(n.getFileName(s.file_name)),1),e.createElementVNode("span",Nt,e.toDisplayString(s.loading),1)]),e.createElementVNode("div",Vt,[e.createElementVNode("div",{class:"h-full bg-gray-500 rounded-full dark:bg-gray-400",style:e.normalizeStyle({width:s.loading+"%"})},null,4)])])]))),256))])):e.createCommentVNode("",!0),e.createElementVNode("section",Bt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.uploadFileList,(s,d)=>(e.openBlock(),e.createElementBlock("li",Ct,[e.createElementVNode("div",$t,[St,e.createElementVNode("div",Dt,[e.createElementVNode("span",Tt,e.toDisplayString(n.getFileName(s.file_name)),1),e.createElementVNode("span",Ot,e.toDisplayString(n.formatFileSize(s.size)),1)])]),e.createElementVNode("div",Pt,[e.createElementVNode("a",{href:s.url,target:"_blank",class:"text-lg text-blue-600 cursor-pointer dark:text-blue-400 fas fa-download"},null,8,Lt),o.is_enable_delete?(e.openBlock(),e.createElementBlock("i",{key:0,onClick:c=>{l.media_id=s.id,l.open_delete_modal=!0},class:"text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"},null,8,jt)):e.createCommentVNode("",!0)])]))),256))])],2)],64)}const Mt=_(dt,[["render",At]]),It={computed:{...st("notification",["notification"]),alertClasses(){switch(this.notification.type){case"info":return"text-blue-800 bg-blue-50 dark:bg-gray-800 dark:text-blue-400";case"error":return"text-red-800 bg-red-50 dark:bg-gray-800 dark:text-red-400";case"success":return"text-green-800 bg-green-50 dark:bg-gray-800 dark:text-green-400";case"warning":return"text-yellow-800 bg-yellow-50 dark:bg-gray-800 dark:text-yellow-300";case"dark":return"text-gray-800 bg-gray-50 dark:bg-gray-800 dark:text-gray-300";default:return""}},buttonClasses(){switch(this.notification.type){case"info":return"bg-blue-50 text-blue-500 focus:ring-blue-400 hover:bg-blue-200 dark:hover:bg-gray-700";case"error":return"bg-red-50 text-red-500 focus:ring-red-400 hover:bg-red-200 dark:hover:bg-gray-700";case"success":return"bg-green-50 text-green-500 focus:ring-green-400 hover:bg-green-200 dark:hover:bg-gray-700";case"warning":return"bg-yellow-50 text-yellow-500 focus:ring-yellow-400 hover:bg-yellow-200 dark:hover:bg-gray-700";case"dark":return"bg-gray-50 text-gray-500 focus:ring-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700";default:return""}}},methods:{...it("notification",["HIDE_NOTIFICATION"]),dismiss(){this.HIDE_NOTIFICATION()}},watch:{"notification.show":function(t){t&&setTimeout(()=>{this.dismiss()},this.notification.duration)}}},Gt=e.createElementVNode("svg",{class:"flex-shrink-0 w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z"})],-1),zt=e.createElementVNode("span",{class:"sr-only"},"Info",-1),Ft={class:"mr-3 text-sm font-medium ms-3"},Ut=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.createElementVNode("svg",{class:"w-3 h-3","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"})],-1)];function Rt(t,r,o,a,l,n){return t.notification.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["fixed right-0 z-50 flex items-center p-4 m-5 mb-4 rounded-lg shadow-lg",n.alertClasses]),role:"alert"},[Gt,zt,e.createElementVNode("div",Ft,e.toDisplayString(t.notification.message),1),e.createElementVNode("button",{type:"button",onClick:r[0]||(r[0]=(...i)=>n.dismiss&&n.dismiss(...i)),class:e.normalizeClass(["inline-flex items-center justify-center w-6 h-6 p-1 -mx-1 -my-1 rounded-lg ms-auto focus:ring-2 hover:bg-opacity-50",n.buttonClasses]),"aria-label":"Close"},Ut,2)],2)):e.createCommentVNode("",!0)}const qt=_(It,[["render",Rt]]),Ht={components:{},props:{field_name:{type:String,default:""},trans_selector_name:{type:String,default:"i18n_selector"}},data(){return{locals:[],default_language:""}},methods:{getLocals(){const t={id:this.menu_id};axios.get("/admin/get_locals",{params:t}).then(r=>{this.locals=r.data.locals,this.default_language=r.data.default_language,console.log("default_language",this.default_language)}).catch(r=>{console.error(r)})}},created(){this.getLocals()},mounted(){}},Zt={class:"grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector"},Kt=["name","value","id","checked"],Wt=["for"];function Yt(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("ul",Zt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.locals,(i,s)=>(e.openBlock(),e.createElementBlock("li",null,[e.createElementVNode("input",{type:"radio",name:o.trans_selector_name,value:i,class:"hidden peer",id:i+"_"+o.field_name,autocomplete:"off",checked:i===l.default_language},null,8,Kt),e.createElementVNode("label",{for:i+"_"+o.field_name,class:e.normalizeClass([{"border md:!rounded-s-lg":s===0,"border md:!rounded-e-lg":s===l.locals.length-1,"border-t border-b":s!==0&&s!==l.locals.length-1},"w-full p-1 font-bold text-center text-gray-500 uppercase bg-white border-gray-200 rounded-lg cursor-pointer md:rounded-none dark:hover:text-gray-300 dark:border-gray-700 dark:peer-checked:text-blue-500 peer-checked:border-blue-600 peer-checked:text-blue-600 hover:text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:bg-gray-800 dark:hover:bg-gray-700"])},e.toDisplayString(i),11,Wt)]))),256))])}const Xt=_(Ht,[["render",Yt]]),Jt={class:"bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark"},Qt={class:"px-3 py-4 border-b border-stroke dark:border-strokedark"},vt={class:"font-semibold text-black dark:text-white"},er={key:0,class:"p-6"},tr={__name:"GlCard",props:{class:{type:String,default:""}},setup(t){const r=t,o=e.computed(()=>r.class);return(a,l)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["flex flex-col gap-9",o.value])},[e.createElementVNode("div",Jt,[e.createElementVNode("div",Qt,[e.createElementVNode("h3",vt,[e.renderSlot(a.$slots,"header")])]),a.$slots.body?(e.openBlock(),e.createElementBlock("div",er,[e.renderSlot(a.$slots,"body")])):e.createCommentVNode("",!0)])],2))}},rr={class:"font-bold ptext-lg dark:text-white"},or={class:"mt-3 mb-4"},nr={class:"bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-3 py-1 rounded dark:bg-blue-900 dark:text-blue-300"},ar=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),lr=["name","value"],sr={key:0,class:"dropdown"},ir={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"},dr={class:"relative"},cr=["onClick"],mr={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"},gr={class:"p-1"},fr=e.createElementVNode("label",{for:"default-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1),hr={class:"relative"},ur=e.createElementVNode("div",{class:"absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3"},[e.createElementVNode("svg",{class:"w-4 h-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})])],-1),pr=["id"],yr={class:"overflow-y-auto max-h-64"},br=["onClick","onMousedown","id"],_r={__name:"GlMultiSelectDropdown",props:{modelValue:{type:[String,Number],default:""},defaultValue:{type:[String,Number],default:""},field_name:{type:String,default:""},is_required:{type:Boolean,default:!1},has_cancel:{type:Boolean,default:!0},label_name:{type:String,default:""},options:{type:Array,required:!0,default:()=>[],note:"Options of dropdown. An array of options with id and name"},placeholder:{type:String,required:!1,default:"Please select an option",note:"Placeholder of dropdown"},maxItem:{type:Number,required:!1,default:1e4,note:"Max items showing"},show:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","selected","selectionChanged"],setup(t,{emit:r}){const o=t,a=r,l=e.ref(null),n=e.ref([]),i=e.ref([]),s=e.ref(0),d=e.ref(!1),c=e.ref(""),m=e.ref("");e.onMounted(()=>{m.value=j(),o.show||(document.body.addEventListener("click",g=>{U(g)}),document.addEventListener("keypress",g=>{g.key==="Enter"&&g.target.form&&g.preventDefault()}))});const h=e.computed(()=>f()),p=e.computed(()=>x()),k=e.computed(()=>{const g=[],y=new RegExp(c.value,"ig");for(const b of h.value){const E=String(b.name);(c.value.length<1||E.match(y))&&g.length<o.maxItem&&g.push(b)}return g});function $(g){if(["ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Enter"].includes(g.key)){if(["ArrowUp","ArrowDown"].includes(g.key)&&g.preventDefault(),g.key==="ArrowDown"&&o.posts==="")return;R(g.key)}}function j(){let g=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(b){const E=(g+Math.random()*16)%16|0;return g=Math.floor(g/16),(b==="x"?E:E&3|8).toString(16)})}function A(g){return Array.isArray(g)&&g.length>0&&g.every(y=>typeof y=="object"&&y!==null)}function M(g){return g.every(y=>typeof y=="object"&&y!==null)}function ee(g){return n.value.findIndex(y=>y.id===g)!==-1}function te(){n.value=f()}function re(){n.value=[],a("update:modelValue",[]),a("selected",[]),a("selectionChanged",[])}function oe(g){let y=n.value.findIndex(b=>b.id===g.id);y!==-1&&n.value.splice(y,1),i.value=n.value.map(b=>b.id),a("update:modelValue",i.value),a("selected",n.value),a("selectionChanged",n.value)}function U(g){g.target.id!=o.field_name+"search"+m.value&&g.target.id!=o.field_name&&!g.target.classList.contains("showOptions")&&(I(),s.value=0)}function L(g){const y=`${g}${m.value}`,b=document.getElementById(y);b&&b.scrollIntoView()}function ne(g){const y=`${g}${m.value}`,b=document.getElementById(y);b&&b.click()}function R(g){g==="ArrowDown"&&s.value<k.value.length&&(s.value++,L(s.value)),g==="ArrowUp"&&s.value>1&&(s.value--,L(s.value)),g==="Enter"&&ne(s.value)}function f(){return o.options.map((g,y)=>typeof g=="object"?g:{id:g,name:g})}function x(){if(console.log("selected.value",n.value),console.log("isArrayObjectNotEmpty",A(n.value)),A(n.value))return M(n.value)?h.value.filter(g=>n.value.some(y=>String(y.id)===String(g.id)))||[]:h.value.filter(g=>n.value.some(y=>String(y)===String(g.id)))||[];if(o.modelValue)return M(o.modelValue)?n.value=h.value.filter(g=>o.modelValue.some(y=>String(y.id)===String(g.id)))||[]:n.value=h.value.filter(g=>o.modelValue.some(y=>String(y)===String(g.id)))||[]}function w(g){console.log("selectOption",g);let y=n.value.findIndex(b=>b.id===g.id);y!==-1?n.value.splice(y,1):n.value.push(g),console.log("selectOption selected",n.value),d.value=!1,i.value=n.value.map(b=>b.id),a("update:modelValue",i.value),a("selected",n.value),a("selectionChanged",n.value)}function S(){o.show||(c.value="",d.value=!0,e.nextTick(()=>{var g=document.getElementById(`${o.field_name}search${m.value}`);g&&g.focus()}))}function I(){c.value="",a("selected",n.value),d.value=!1}return e.watch(c,()=>{k.value.length===0&&(n.value=[])}),e.watch(n,g=>{A(n.value)&&(i.value=n.value.map(y=>y.id),a("update:modelValue",i.value))}),(g,y)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",rr,e.toDisplayString(t.label_name),1),e.createElementVNode("p",or,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(b,E)=>(e.openBlock(),e.createElementBlock("span",nr,e.toDisplayString(b==null?void 0:b.name),1))),256))]),ar],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(t.field_name)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(b,E)=>(e.openBlock(),e.createElementBlock("input",{type:"hidden",name:t.field_name+"[]",key:E,value:b},null,8,lr))),128)),t.options?(e.openBlock(),e.createElementBlock("div",sr,[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required})},e.toDisplayString(t.label_name),3),e.createElementVNode("div",{class:"inline-flex ml-2 rounded-md shadow-sm",role:"group"},[e.createElementVNode("button",{onClick:te,type:"button",class:"px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 rounded-s-md hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"}," Select all "),e.createElementVNode("button",{onClick:re,type:"button",class:"px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 rounded-e-md hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"}," Deselect all ")]),e.createElementVNode("div",ir,[e.createElementVNode("div",dr,[e.createElementVNode("div",{class:"flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",onClick:y[0]||(y[0]=b=>S())},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(b,E)=>(e.openBlock(),e.createElementBlock("span",{key:E,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded pointer-events-none dark:bg-blue-900 dark:text-blue-300"},[e.createTextVNode(e.toDisplayString(b==null?void 0:b.name)+" ",1),e.createElementVNode("i",{onClick:e.withModifiers(Be=>oe(b),["stop"]),class:"cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"},null,8,cr)]))),128))]),e.createElementVNode("i",{class:e.normalizeClass([d.value?"fa-angle-up":"fa-angle-down","absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700"]),style:{top:"11px"}},null,2)]),e.withDirectives(e.createElementVNode("div",mr,[e.createElementVNode("div",gr,[fr,e.createElementVNode("div",hr,[ur,e.withDirectives(e.createElementVNode("input",{type:"search","onUpdate:modelValue":y[1]||(y[1]=b=>c.value=b),ref:l.value,id:`${t.field_name}search${m.value}`,onKeydown:$,onBlur:y[2]||(y[2]=b=>I()),autocomplete:"off",class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,40,pr),[[e.vModelText,c.value]])])]),e.createElementVNode("div",yr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,(b,E)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["block px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",E+1==s.value||ee(b.id)?"bg-gray-100 dark:bg-gray-600":""]),onClick:Be=>w(b),onMousedown:Be=>w(b),key:E,id:`${E+1}${m.value}`},e.toDisplayString(b.name||b.id||"-"),43,br))),128))])],512),[[e.vShow,d.value]])])])):e.createCommentVNode("",!0)],2))],64))}},kr={props:{button_type:{type:String,default:"default"},is_submit:{type:Boolean,default:!1},icon:{type:String,default:""},is_loading:{type:Boolean,default:!1},is_disabled:{type:Boolean,default:!1},tag:{type:String,default:"button"},href:{type:String,default:""}},computed:{buttonTypeClass(){switch(this.button_type){case"default":return"text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800";case"alternative":return" text-gray-900 bg-white border border-gray-200 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-4 focus:ring-gray-100 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700";case"dark":return"text-white bg-gray-800 hover:bg-gray-900 focus:ring-4 focus:ring-gray-300 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-700 dark:border-gray-700";case"light":return"text-gray-900 bg-white border border-gray-300 hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 dark:focus:ring-gray-700";case"green":return" text-white bg-green-700 hover:bg-green-800 focus:ring-4 focus:ring-green-300 dark:bg-green-600 dark:hover:bg-green-700 dark:focus:ring-green-800";case"red":return" text-white bg-red-700 hover:bg-red-800 focus:ring-4 focus:ring-red-300 dark:bg-red-600 dark:hover:bg-red-700 dark:focus:ring-red-900";case"yellow":return" text-white bg-yellow-400 hover:bg-yellow-500 focus:ring-4 focus:ring-yellow-300 dark:focus:ring-yellow-900";case"purple":return" text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 dark:bg-purple-600 dark:hover:bg-purple-700 dark:focus:ring-purple-900";default:return""}}},methods:{}},xr=e.createElementVNode("svg",{"aria-hidden":"true",role:"status",class:"inline w-4 h-4 me-3 animate-spin",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),e.createElementVNode("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"#1C64F2"})],-1);function wr(t,r,o,a,l,n){return o.is_loading?(e.openBlock(),e.createBlock(e.resolveDynamicComponent("button"),{key:1,disabled:"",class:e.normalizeClass(`flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${n.buttonTypeClass}`)},{default:e.withCtx(()=>[xr,e.createTextVNode(" Loading... ")]),_:1},8,["class"])):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.tag),e.mergeProps({key:0,type:o.is_submit,disabled:o.is_disabled},{type:o.is_submit?"submit":void 0},{href:o.tag==="a"?o.href:void 0,class:` ${o.is_disabled?"cursor-not-allowed opacity-50":""} flex items-center gap-2 focus:outline-none text-sm px-5 py-2 me-2 font-medium rounded-lg ${n.buttonTypeClass}`}),{default:e.withCtx(()=>[o.icon?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass([o.icon,"text-base"])},null,2)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default")]),_:3},16,["type","disabled","href","class"]))}const Er=_(kr,[["render",wr]]),Nr={class:"font-bold ptext-lg dark:text-white"},Vr=["name","id"],Br=["id"],Cr=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),$r=["for"],Sr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Dr=["name","id"],Tr=["required","name","id","type"],Or={class:"gl-span-form-error"},Pr={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Lr={__name:"GlTextareaTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),a.model_value&&(l("update:modelValue",a.model_value),n.value.value=a.model_value),a.model_value_translate,a.translatable&&axios.post("/admin/get_field_translations",{model:a.translatable.model,row_id:a.translatable.row_id,field:a.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),l("update:modelValueTranslate",JSON.stringify(s.data)),console.log("input_translate",i.value.value)}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Nr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref_key:"input_translate",ref:i,"onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Vr),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,Br),Cr],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,$r),Sr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Dr),e.createElementVNode("textarea",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-textarea-form form-input-translation mt-4 ":t.error_message==""," gl-textarea-form-invalid form-input-translation mt-4 ":t.error_message!==""}),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,rows:"4"},`
|
|
6
6
|
`,42,Tr),e.createElementVNode("span",Or,e.toDisplayString(t.error_message),1),e.createElementVNode("small",Pr,e.toDisplayString(t.description),1)],2))],64))}},jr={class:"font-bold ptext-lg dark:text-white"},Ar=["name","id"],Mr=["id"],Ir=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Gr=["for"],zr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Fr=["name","id"],Ur=["name","id","type"],Rr={class:"gl-span-form-error"},qr={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Hr={__name:"GlTinymceTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{tinymce.init({selector:"#"+a.field_name,width:"100%",height:300}),console.log("tinymce ",a.model_value),n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),a.model_value&&(l("update:modelValue",a.model_value),n.value.value=a.model_value),a.model_value_translate,a.translatable&&axios.post("/admin/get_field_translations",{model:a.translatable.model,row_id:a.translatable.row_id,field:a.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),l("update:modelValueTranslate",JSON.stringify(s.data))}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",jr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref_key:"input_translate",ref:i,"onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Ar),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,Mr),Ir],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Gr),zr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Fr),e.createElementVNode("textarea",{name:t.field_name,id:t.field_name,class:e.normalizeClass(["tiny",{" gl-textarea-form form-input-translation mt-4 ":t.error_message==""," gl-textarea-form-invalid form-input-translation mt-4 ":t.error_message!==""}]),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,rows:"4"},`
|
|
7
|
-
`,42,Ur),e.createElementVNode("span",Rr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",qr,e.toDisplayString(t.description),1)],2))],64))}},Zr={class:"font-bold ptext-lg dark:text-white"},Kr=["name","id"],Wr=["id"],Yr=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Xr=["for"],Jr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Qr=["name","id"],vr=["required","name","id","type"],eo={class:"gl-span-form-error"},to={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ro={__name:"GlTextTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),a.model_value&&(l("update:modelValue",a.model_value),n.value.value=a.model_value),a.model_value_translate,a.translatable&&axios.post("/admin/get_field_translations",{model:a.translatable.model,row_id:a.translatable.row_id,field:a.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),l("update:modelValueTranslate",JSON.stringify(s.data))}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Zr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref:"input_translate_s","onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Kr),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,Wr),Yr],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Xr),Jr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Qr),e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-input-form form-input-translation mt-2 ":t.error_message==""," gl-input-form-invalid form-input-translation mt-2 ":t.error_message!==""}),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n},null,42,vr),e.createElementVNode("span",eo,e.toDisplayString(t.error_message),1),e.createElementVNode("small",to,e.toDisplayString(t.description),1)],2))],64))}},oo={class:"font-bold ptext-lg dark:text-white"},no={class:"mb-4 text-base text-gray-900 dark:text-white"},ao=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),lo=["for"],so=["required","name","id","type","placeholder"],io={class:"gl-span-form-error"},co={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},mo={__name:"GlTextInput",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""},placeholder:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null);e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus()});const i=e.computed({get(){return a.modelValue},set(s){l("update:modelValue",s)}});return r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",oo,e.toDisplayString(t.label_name),1),e.createElementVNode("p",no,e.toDisplayString(t.type=="password"?t.modelValue.replace(/./g,"*"):t.modelValue),1),ao],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,lo),e.withDirectives(e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""}),type:t.type,"onUpdate:modelValue":d[0]||(d[0]=c=>i.value=c),onKeydown:d[1]||(d[1]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,placeholder:t.placeholder},null,42,so),[[e.vModelDynamic,i.value]]),e.createElementVNode("span",io,e.toDisplayString(t.error_message),1),e.createElementVNode("small",co,e.toDisplayString(t.description),1)],2))],64))}},go={setup(t,{slots:r}){const o=e.ref(r.default().map(l=>l.props)),a=e.ref(o.value[0].title);return e.provide("selectedTitle",a),{tabs:o,selectedTitle:a}}},fo={class:"flex flex-wrap"},ho={class:"w-full"},uo={class:"flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none"},po=["onClick"],yo={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"},bo={class:"flex-auto px-4 py-5"},_o={class:"tab-content tab-space"};function ko(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",fo,[e.createElementVNode("div",ho,[e.createElementVNode("ul",uo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.tabs,i=>(e.openBlock(),e.createElementBlock("li",{key:i.title,onClick:s=>a.selectedTitle=i.title,class:"flex-auto -mb-px text-center"},[e.createElementVNode("a",{class:e.normalizeClass([{"text-slate-600 bg-white dark:bg-meta-4":a.selectedTitle!=i.title,"text-white bg-slate-600 dark:bg-primary":a.selectedTitle===i.title},"block px-5 py-3 text-xs font-bold leading-normal rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])},[e.createElementVNode("i",{class:e.normalizeClass([i.icon,"mr-1 text-base"])},null,2),e.createTextVNode(" "+e.toDisplayString(i.title),1)],2)],8,po))),128))])])]),e.createElementVNode("div",yo,[e.createElementVNode("div",bo,[e.createElementVNode("div",_o,[e.renderSlot(t.$slots,"default")])])])],64)}const xo=_(go,[["render",ko]]),wo={props:["title"],setup(){return{selectedTitle:e.inject("selectedTitle")}}},Eo={key:0,class:"block"};function No(t,r,o,a,l,n){return o.title==a.selectedTitle?(e.openBlock(),e.createElementBlock("div",Eo,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)}const Vo=_(wo,[["render",No]]),Bo={props:{elements_to_show_prop:{type:Number,default:3},hide_arrow:{type:Boolean,default:!1},disable_touch:{type:Boolean,default:!1},direction_property:{type:String,default:"ltr"},slider_arrows_indicators_position:{type:String,default:"arrows_outside_slider"}},data:function(){return{elementsToShow:3,dotsNum:0,currentDot:1,dotsNavigation:[],touchStartX:0,isMoving:!1,initialX:0,initialY:0,Random_string:this.generateRandomString(6)}},mounted(){this.elementsToShow=this.elements_to_show_prop,this.initSlider(),this.disable_touch||this.movingActions()},methods:{sliderIndicatorsAction(){var t="";return this.direction_property=="rtl"?(t+=" space-x-reverse ",t+=" slider_indicators "):this.slider_arrows_indicators_position=="arrows_indicators_inside_slider"&&(t+=" slider_indicators "),t},sliderContainerAction(){var t="";return!this.hide_arrow&&this.slider_arrows_indicators_position=="arrows_outside_slider"?t+=" w-12/12 xl:w-8/12 xxl:w-8/12 md:w-8/12 sm:w-8/12":this.slider_arrows_indicators_position!="arrows_outside_slider"&&(t+=" w-12/12 "),t},generateRandomString(t){let r="";const o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=o.length;for(let l=0;l<t;l++)r+=o.charAt(Math.floor(Math.random()*a));return r},movingActions(){let t=this,r=document.getElementById("slider_"+this.Random_string);const o=l=>{r.style.cursor="grabbing";const n=s=>{const d=s.clientX||s.touches&&s.touches[0]&&s.touches[0].clientX,c=s.clientY||s.touches&&s.touches[0]&&s.touches[0].clientY,m=d-t.initialX,h=c-t.initialY;Math.abs(m)>Math.abs(h)?(s.preventDefault(),Math.abs(m)>=70&&(m<0?t.next():t.prev(),t.initialX=d)):r.style.cursor="grab",Math.abs(h)>Math.abs(m)&&(r.style.cursor="grab")},i=()=>{document.removeEventListener("mousemove",n),document.removeEventListener("touchmove",n),document.removeEventListener("mouseup",i),document.removeEventListener("touchend",i),r.style.cursor="grab"};document.addEventListener("mousemove",n),document.addEventListener("touchmove",n,{passive:!1}),document.addEventListener("mouseup",i),document.addEventListener("touchend",i),t.initialX=l.clientX||l.touches&&l.touches[0]&&l.touches[0].clientX,t.initialY=l.clientY||l.touches&&l.touches[0]&&l.touches[0].clientY},a=l=>{l.key==="ArrowLeft"?t.prev():l.key==="ArrowRight"&&t.next()};r.addEventListener("mousedown",o),r.addEventListener("touchstart",o),document.addEventListener("keydown",a)},next(){this.currentDot<this.dotsNavigation.length&&(this.currentDot++,this.setDot(this.currentDot))},prev(){this.currentDot>1&&(this.currentDot--,this.setDot(this.currentDot))},initSlider(){let t=document.getElementById("sliderContainer_"+this.Random_string),r=document.getElementById("mainSliderContainer_"+this.Random_string),o=document.getElementById("slider_"+this.Random_string),a=o.querySelectorAll("li"),l=Array.from(a).filter(s=>s.parentNode===o),n=t.clientWidth,i=n/this.elementsToShow;if(this.elementsToShow>1?document.body.clientWidth<1e3?(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n):document.body.clientWidth<1500&&(this.elementsToShow=2):(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n),l.length>1){this.dotsNum=this.elementsToShow==1?l.length:l.length-this.elementsToShow+1;let s=this.elementsToShow==1?i*l.length/this.dotsNum:i*(l.length-this.elementsToShow)/(this.dotsNum-1);this.dotsNavigation=[];for(let d=0;d<this.dotsNum;d++)this.dotsNavigation.push(s*d)}o.style.width=l.length*i+"px",o.style.transition="margin",o.style.transitionDuration="1s";for(let s=0;s<l.length;s++){const d=l[s];d.style.width=i+"px"}},setDot(t){let r=document.getElementById("slider_"+this.Random_string);this.direction_property=="rtl"?r.style.marginRight=-this.dotsNavigation[t-1]+"px":r.style.marginLeft=-this.dotsNavigation[t-1]+"px",this.currentDot=t}}},N=t=>(e.pushScopeId("data-v-a94f16a9"),t=t(),e.popScopeId(),t),Co=["id"],$o={key:0,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},So={class:"w-full"},Do={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},To=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Oo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Po=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Lo=["id"],jo=["id"],Ao={class:"w-full"},Mo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Io=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Go={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},zo=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Fo={class:"w-full"},Uo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Ro=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],qo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Ho=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Zo=["onClick"],Ko=[N(()=>e.createElementVNode("span",null,null,-1))],Wo={key:1,class:"flex justify-between pl-5 pr-5"},Yo=["onClick"],Xo=[N(()=>e.createElementVNode("span",null,null,-1))],Jo={key:0,class:"flex"},Qo={class:"flex items-center"},vo={class:"w-full"},en={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},tn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],rn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},on=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],nn={class:"flex items-center"},an={class:"w-full"},ln={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},sn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],dn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},cn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],mn={key:1,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},gn={class:"w-full"},fn={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},hn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],un={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},pn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))];function yn(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass(["",!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slide"?"flex":"relative block"]),id:"mainSliderContainer_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",$o,[e.createElementVNode("div",So,[e.createElementVNode("button",{class:"p-3 mr-5 rounded-full shadow-lg arrow_button_styles",onClick:r[0]||(r[0]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Do,To)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Oo,Po)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["overflow-hidden",n.sliderContainerAction()]),id:"sliderContainer_"+t.Random_string},[e.createElementVNode("ul",{class:"flex",id:"slider_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex",o.direction_property=="rtl"?"arrow_button_next":"arrow_button_prev"])},[e.createElementVNode("div",Ao,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[1]||(r[1]=e.withModifiers(i=>n.prev(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Mo,Io)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Go,zo)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button",o.direction_property=="rtl"?"arrow_button_prev":"arrow_button_next"])},[e.createElementVNode("div",Fo,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[2]||(r[2]=e.withModifiers(i=>n.next(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Uo,Ro)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",qo,Ho)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0)],8,jo),o.slider_arrows_indicators_position!="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Ko,10,Zo))),128))],2)):e.createCommentVNode("",!0),o.slider_arrows_indicators_position=="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",Wo,[e.createElementVNode("div",{class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Xo,10,Yo))),128))],2),t.dotsNum>0?(e.openBlock(),e.createElementBlock("div",Jo,[e.createElementVNode("div",Qo,[e.createElementVNode("div",vo,[e.createElementVNode("button",{class:e.normalizeClass(["p-3 rounded-full arrow_button_styles",o.direction_property=="rtl"?"ml-3":"mr-3"]),onClick:r[3]||(r[3]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",en,tn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",rn,on)):e.createCommentVNode("",!0)],2)])]),e.createElementVNode("div",nn,[e.createElementVNode("div",an,[e.createElementVNode("button",{class:"p-3 rounded-full arrow_button_styles",onClick:r[4]||(r[4]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",ln,sn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",dn,cn)):e.createCommentVNode("",!0)])])])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],10,Lo),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",mn,[e.createElementVNode("div",gn,[e.createElementVNode("button",{class:"p-3 ml-5 rounded-full shadow-lg arrow_button_styles",onClick:r[5]||(r[5]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",fn,hn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",un,pn)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0)],10,Co)])}const bn=_(Bo,[["render",yn],["__scopeId","data-v-a94f16a9"]]),_n={class:"fixed left-0 top-13 z-[1055] h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80",tabindex:"-1","aria-hidden":"true"},kn={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"},xn={class:"flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600"},wn={class:"text-xl font-medium leading-normal text-surface dark:text-white"},En=[e.createElementVNode("span",{class:"[&>svg]:h-6 [&>svg]:w-6"},[e.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})])],-1)],Nn={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"},Vn={__name:"GlModal",props:{is_open:{type:Boolean,default:!1},title:{type:String,default:""},max_width:{type:String,default:"max-w-2xl"},bodyClass:{type:String,default:"p-4"}},emits:["closeModal"],setup(t,{emit:r}){const o=t,a=r,l=()=>{document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight="0px"},n=()=>{document.documentElement.style.overflow="",document.documentElement.style.paddingRight=""},i=()=>{a("closeModal"),n()};return e.watch(()=>o.is_open,(s,d)=>{s?l():n()},{immediate:!0,deep:!0}),(s,d)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",_n,[e.createElementVNode("div",{class:e.normalizeClass(["pointer-events-none relative h-[calc(100%-1rem)] w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto min-[576px]:mt-7 min-[576px]:h-[calc(100%-3.5rem)]",t.max_width])},[e.createElementVNode("div",kn,[e.createElementVNode("div",xn,[e.createElementVNode("h5",wn,e.toDisplayString(t.title),1),e.createElementVNode("button",{type:"button",class:"box-content border-none rounded-none text-neutral-500 hover:text-neutral-800 hover:no-underline focus:text-neutral-800 focus:opacity-100 focus:shadow-none focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300 dark:focus:text-neutral-300",onClick:i,"aria-label":"Close"},En)]),e.createElementVNode("div",{class:e.normalizeClass(["relative overflow-y-auto",t.bodyClass])},[e.renderSlot(s.$slots,"body")],2),e.createElementVNode("div",Nn,[e.renderSlot(s.$slots,"buttons"),e.createElementVNode("button",{onClick:i,type:"button",class:"px-5 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-200 rounded-lg ms-3 hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-blue-300 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600"}," Close ")])])],2)],512)),[[e.vShow,t.is_open]])}},Bn={class:"flex justify-between p-2 -mb-px border border-gray-300 no-underlin"},Cn={class:"relative inline-flex items-center cursor-pointer"},$n=["name","id","checked"],Sn=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Dn=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Tn={key:0,class:"flex justify-between items-center"},On={class:"gl-label-form"},Pn={class:"flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark"},Ln={class:"relative inline-flex items-center cursor-pointer"},jn=["name","id"],An=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Mn={class:"gl-span-form-error"},In={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Gn={__name:"GlToggleBox",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:String,required:!0},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},has_label_up:{type:Boolean,default:!1},description:{type:String,default:""}},emits:["update:modelValue"],setup(t,{emit:r}){const o=t,a=r,l=e.ref(null),n=e.computed({get(){return o.modelValue},set(i){a("update:modelValue",i)}});return(i,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("div",null,[e.createElementVNode("li",Bn,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",Cn,[e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,checked:t.modelValue,"true-value":1,"false-value":0,ref_key:"input",ref:l,disabled:""},null,8,$n),Sn])])]),Dn],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(t.field_name)},[t.has_label_up?(e.openBlock(),e.createElementBlock("div",Tn,[e.createElementVNode("label",On,e.toDisplayString(t.label_name),1)])):e.createCommentVNode("",!0),e.createElementVNode("li",Pn,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",Ln,[e.withDirectives(e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,"true-value":1,"false-value":0,ref_key:"input",ref:l,"onUpdate:modelValue":s[0]||(s[0]=d=>n.value=d)},null,8,jn),[[e.vModelCheckbox,n.value]]),An])]),e.createElementVNode("span",Mn,e.toDisplayString(t.error_message),1),e.createElementVNode("small",In,e.toDisplayString(t.description),1)],2))],64))}},zn={class:"font-bold ptext-lg dark:text-white"},Fn={class:"mt-3 mb-4"},Un={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"},Rn=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),qn=["name","id","value"],Hn={key:0,class:"dropdown"},Zn={class:"focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500"},Kn={class:"relative showOptions"},Wn=["value","placeholder"],Yn={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]"},Xn={class:"p-1"},Jn=e.createElementVNode("label",{for:"default-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1),Qn={class:"relative"},vn=e.createElementVNode("div",{class:"absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3"},[e.createElementVNode("svg",{class:"w-4 h-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})])],-1),ea=["id"],ta={class:"overflow-y-auto max-h-64"},ra=["onClick","onMousedown","id"],oa={class:"flex items-center py-2 pl-10 pr-4"},na={key:0,class:"absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 12"},aa=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M1 5.917 5.724 10.5 15 1.5"},null,-1)],la={class:"block mt-1 text-sm font-normal leading-5 text-red-500"},sa={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ia={__name:"GlDropdown",props:{modelValue:{type:[String,Number],default:""},defaultValue:{type:[String,Number],default:""},field_name:{type:String,default:""},is_required:{type:Boolean,default:!1},has_cancel:{type:Boolean,default:!0},label_name:{type:String,default:""},options:{type:Array,required:!0,default:()=>[],note:"Options of dropdown. An array of options with id and name"},placeholder:{type:String,required:!1,default:"Please select an option",note:"Placeholder of dropdown"},maxItem:{type:Number,required:!1,default:1e4,note:"Max items showing"},show:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","selected","selectionChanged"],setup(t,{emit:r}){const o=t,a=r,l=e.ref(null),n=e.ref({}),i=e.ref(0),s=e.ref(!1),d=e.ref(""),c=e.ref("");e.onMounted(()=>{c.value=$(),o.show||(document.body.addEventListener("click",f=>{A(f)}),document.addEventListener("keypress",f=>{f.key==="Enter"&&f.target.form&&f.preventDefault()}))});const m=e.computed(()=>re()),h=e.computed(()=>oe()),p=e.computed(()=>{const f=[],x=new RegExp(d.value,"ig");for(const w of m.value){const S=String(w.name);(d.value.length<1||S.match(x))&&f.length<o.maxItem&&f.push(w)}return f});function k(f){if(["ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Enter"].includes(f.key)){if(["ArrowUp","ArrowDown"].includes(f.key)&&f.preventDefault(),f.key==="ArrowDown"&&o.posts==="")return;te(f.key)}}function $(){let f=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(w){const S=(f+Math.random()*16)%16|0;return f=Math.floor(f/16),(w==="x"?S:S&3|8).toString(16)})}function j(f){return f!==null&&typeof f=="object"&&Object.keys(f).length>0}function A(f){f.target.id!=o.field_name+"search"+c.value&&f.target.id!=o.field_name&&!f.target.classList.contains("showOptions")&&(R(),i.value=0)}function M(f){const x=`${f}${c.value}`,w=document.getElementById(x);w&&w.scrollIntoView()}function ee(f){const x=`${f}${c.value}`,w=document.getElementById(x);w&&w.click()}function te(f){f==="ArrowDown"&&i.value<p.value.length&&(i.value++,M(i.value)),f==="ArrowUp"&&i.value>1&&(i.value--,M(i.value)),f==="Enter"&&ee(i.value)}function re(){return o.options.map((f,x)=>typeof f=="object"?f:{id:f,name:f})}function oe(){if(j(n.value))return typeof n.value=="object"?m.value.find(f=>String(f.id)===String(n.value.id))||{}:m.value.find(f=>String(f.id)===String(n.value))||{};if(o.modelValue)return typeof o.modelValue=="object"?m.value.find(f=>String(f.id)===String(o.modelValue.id))||{}:m.value.find(f=>String(f.id)===String(o.modelValue))||{}}function U(f){n.value=f,s.value=!1,a("update:modelValue",n.value.id),a("selected",n.value),a("selectionChanged",n.value)}function L(){o.show||(d.value="",s.value=!0,e.nextTick(()=>{var f=document.getElementById(`${o.field_name}search${c.value}`);f&&f.focus()}))}function ne(){o.show||(n.value={},d.value="",a("update:modelValue",""),L())}function R(){n.value.id||(n.value={},d.value=""),a("selected",n.value),s.value=!1}return e.watch(d,()=>{p.value.length===0&&(n.value={})}),e.watch(n,f=>{j(f)&&a("update:modelValue",f.id)}),(f,x)=>{var w,S,I;return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",zn,e.toDisplayString(t.label_name),1),e.createElementVNode("p",Fn,[e.createElementVNode("span",Un,e.toDisplayString((w=h.value)==null?void 0:w.name),1)]),Rn],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(t.field_name)},[e.createElementVNode("input",{type:"hidden",name:t.field_name,id:t.field_name,value:(S=h.value)==null?void 0:S.id},null,8,qn),t.options?(e.openBlock(),e.createElementBlock("div",Hn,[t.label_name?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required})},e.toDisplayString(t.label_name),3)):e.createCommentVNode("",!0),e.createElementVNode("div",Zn,[e.createElementVNode("div",Kn,[e.createElementVNode("input",{class:e.normalizeClass([{"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""},"pl-8 pr-2 showOptions"]),ref:t.field_name,onClick:x[0]||(x[0]=g=>L()),value:(I=h.value)==null?void 0:I.name,placeholder:t.placeholder,autocomplete:"off",readonly:""},null,10,Wn),e.withDirectives(e.createElementVNode("i",{onClick:x[1]||(x[1]=e.withModifiers(g=>ne(),["stop"])),class:"absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",style:{top:"13px"}},null,512),[[e.vShow,j(h.value)&&t.has_cancel]]),e.createElementVNode("i",{onClick:x[2]||(x[2]=g=>!s.value&&L()),class:e.normalizeClass([s.value?"fa-angle-up":"fa-angle-down","absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),style:{top:"11px"}},null,2)]),e.withDirectives(e.createElementVNode("div",Yn,[e.createElementVNode("div",Xn,[Jn,e.createElementVNode("div",Qn,[vn,e.withDirectives(e.createElementVNode("input",{type:"search","onUpdate:modelValue":x[3]||(x[3]=g=>d.value=g),ref:l.value,id:`${t.field_name}search${c.value}`,onKeydown:k,onBlur:x[4]||(x[4]=g=>R()),autocomplete:"off",class:"block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",placeholder:"Search ..."},null,40,ea),[[e.vModelText,d.value]])])]),e.createElementVNode("div",ta,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(g,y)=>{var b;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",y+1==i.value?"bg-gray-100 dark:bg-gray-600":""]),onClick:E=>U(g),onMousedown:E=>U(g),key:y,id:`${y+1}${c.value}`},[e.createElementVNode("div",oa,[((b=h.value)==null?void 0:b.id)===g.id?(e.openBlock(),e.createElementBlock("svg",na,aa)):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(g.name||g.id||"-"),1)])],42,ra)}),128))])],512),[[e.vShow,s.value]])])])):e.createCommentVNode("",!0),e.createElementVNode("span",la,e.toDisplayString(t.error_message),1),e.createElementVNode("small",sa,e.toDisplayString(t.description),1)],2))],64)}}},da={class:"font-bold ptext-lg dark:text-white"},ca=["id"],ma=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),ga=["for"],fa=["required","name","id","type","placeholder"],ha={class:"gl-span-form-error"},ua={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},pa={__name:"GlTextarea",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""},placeholder:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null);e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus()});const i=e.computed({get(){return a.modelValue},set(s){l("update:modelValue",s)}});return r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",da,e.toDisplayString(t.label_name),1),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,ca),ma],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,ga),e.withDirectives(e.createElementVNode("textarea",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-textarea-form mt-4 ":t.error_message==""," gl-textarea-form-invalid mt-4 ":t.error_message!==""}),type:t.type,"onUpdate:modelValue":d[0]||(d[0]=c=>i.value=c),onKeydown:d[1]||(d[1]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,rows:"4",placeholder:t.placeholder},null,42,fa),[[e.vModelText,i.value]]),e.createElementVNode("span",ha,e.toDisplayString(t.error_message),1),e.createElementVNode("small",ua,e.toDisplayString(t.description),1)],2))],64))}},ya={compatConfig:{MODE:3},inheritAttrs:!1,emits:["pagination-change-page"],components:{RenderlessPagination:{emits:["pagination-change-page"],props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0}},computed:{isApiResource(){return!!this.data.meta},currentPage(){return this.isApiResource?this.data.meta.current_page:this.data.current_page},firstPageUrl(){return this.isApiResource?this.data.links.first:null},from(){return this.isApiResource?this.data.meta.from:this.data.from},lastPage(){return this.isApiResource?this.data.meta.last_page:this.data.last_page},lastPageUrl(){return this.isApiResource?this.data.links.last:null},nextPageUrl(){return this.isApiResource?this.data.links.next:this.data.next_page_url},perPage(){return this.isApiResource?this.data.meta.per_page:this.data.per_page},prevPageUrl(){return this.isApiResource?this.data.links.prev:this.data.prev_page_url},to(){return this.isApiResource?this.data.meta.to:this.data.to},total(){return this.isApiResource?this.data.meta.total:this.data.total},pageRange(){if(this.limit===-1)return 0;if(this.limit===0)return this.lastPage;for(var t=this.currentPage,r=this.lastPage,o=this.limit,a=t-o,l=t+o+1,n=[],i=[],s,d=1;d<=r;d++)(d===1||d===r||d>=a&&d<l)&&n.push(d);return n.forEach(function(c){s&&(c-s===2?i.push(s+1):c-s!==1&&i.push("...")),i.push(c),s=c}),i}},methods:{previousPage(){this.selectPage(this.currentPage-1)},nextPage(){this.selectPage(this.currentPage+1)},selectPage(t){t!=="..."&&this.$emit("pagination-change-page",t)}},render(){return this.$slots.default({data:this.data,limit:this.limit,computed:{isApiResource:this.isApiResource,currentPage:this.currentPage,firstPageUrl:this.firstPageUrl,from:this.from,lastPage:this.lastPage,lastPageUrl:this.lastPageUrl,nextPageUrl:this.nextPageUrl,perPage:this.perPage,prevPageUrl:this.prevPageUrl,to:this.to,total:this.total,pageRange:this.pageRange},prevButtonEvents:{click:t=>{t.preventDefault(),this.previousPage()}},nextButtonEvents:{click:t=>{t.preventDefault(),this.nextPage()}},pageButtonEvents:t=>({click:r=>{r.preventDefault(),this.selectPage(t)}})})}}},props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0},showDisabled:{type:Boolean,default:!1},size:{type:String,default:"default",validator:t=>["small","default","large"].indexOf(t)!==-1},align:{type:String,default:"left",validator:t=>["left","center","right"].indexOf(t)!==-1}},methods:{onPaginationChangePage(t){this.$emit("pagination-change-page",t)}},mounted(){}},ba={class:"flex flex-col items-center"},_a={key:0,class:"text-sm text-gray-700 dark:text-gray-400"},ka={class:"font-semibold text-gray-900 dark:text-white"},xa={class:"font-semibold text-gray-900 dark:text-white"},wa={class:"font-semibold text-gray-900 dark:text-white"},Ea=["tabindex"],Na=e.createElementVNode("span",{class:"sr-only"},"Previous",-1),Va=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1),Ba=["aria-current"],Ca=["tabindex"],$a=e.createElementVNode("span",{class:"sr-only"},"Next",-1),Sa=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1);function Da(t,r,o,a,l,n){const i=e.resolveComponent("RenderlessPagination");return e.openBlock(),e.createBlock(i,{data:o.data,limit:o.limit,onPaginationChangePage:n.onPaginationChangePage},{default:e.withCtx(s=>[e.createElementVNode("div",ba,[s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("span",_a,[e.createTextVNode(" Showing "),e.createElementVNode("span",ka,e.toDisplayString(s.computed.from),1),e.createTextVNode(" to "),e.createElementVNode("span",xa,e.toDisplayString(s.computed.to),1),e.createTextVNode(" of "),e.createElementVNode("span",wa,e.toDisplayString(s.computed.total),1),e.createTextVNode(" Entries ")])):e.createCommentVNode("",!0),s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("ul",e.mergeProps({key:1},t.$attrs,{class:["flex items-center h-8 -space-x-px text-sm",{"pagination-sm":o.size=="small","pagination-lg":o.size=="large","justify-content-center":o.align=="center","justify-content-end":o.align=="right"}]}),[s.computed.prevPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.prevPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"page-link",href:"#","aria-label":"Previous",tabindex:!s.computed.prevPageUrl&&-1},e.toHandlers(s.prevButtonEvents,!0)),[e.renderSlot(t.$slots,"prev-nav",{},()=>[Na,Va])],16,Ea)],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.computed.pageRange,(d,c)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(["",{active:d==s.computed.currentPage}]),key:c},[e.createElementVNode("a",e.mergeProps({class:"",href:"#"},e.toHandlers(s.pageButtonEvents(d),!0),{"aria-current":d==s.computed.currentPage?"page":null,class:d==s.computed.currentPage?"z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white":"flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"}),e.toDisplayString(d),17,Ba)],2))),128)),s.computed.nextPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:1,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.nextPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"",href:"#","aria-label":"Next",tabindex:!s.computed.nextPageUrl&&-1},e.toHandlers(s.nextButtonEvents,!0)),[e.renderSlot(t.$slots,"next-nav",{},()=>[$a,Sa])],16,Ca)],2)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0)])]),_:3},8,["data","limit","onPaginationChangePage"])}const J=_(ya,[["render",Da]]),Ta={components:{TailwindPagination:J},props:{data:Array,columns:Array,get_item_url:String,xprops:Object,refreshData:Boolean},data(){return{isLoading:!1,isMounted:!1,limit:5,showDisabled:!1,size:"default",align:"left",search:"",isDropdownOpen:!1,itemLists:[],tableData:[],sortField:this.columns[0].field_name,sortOrder:"desc",pageOptions:[5,10,20,50],perPage:5,page:1}},emits:["editAction"],computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(a=>a.toString().toLowerCase().includes(t)))}},methods:{editAction(t){this.$emit("editAction",t)},forDynCompIs(t){return typeof t=="object"?t:null},GetItemLists(t=1){this.isLoading=!0,this.page=t;const r={sort:this.sortField,order:this.sortOrder,s:this.search,limit:this.perPage,page:this.page};axios.get(this.xprops.route_get_data,{params:r}).then(o=>{this.itemLists=o.data,this.isLoading=!1}).catch(o=>{console.error(o),this.isLoading=!1})},updateSortColumn(t,r){r&&(t===this.sortField?this.sortOrder=this.sortOrder==="asc"?"desc":"asc":(this.sortField=t,this.sortOrder="asc"),this.GetItemLists(this.page))},handleSearch(){this.sortField=this.columns[0].field_name,this.sortOrder="asc",this.page=1,this.GetItemLists(this.page)}},mounted(){this.GetItemLists(),this.isMounted=!0},watch:{searchFilter(){this.filteredOptions.length===0?this.selected={}:this.selected=this.filteredOptions[0]},perPage(t){this.page=1,this.perPage=t,this.GetItemLists(this.page)},refreshData(t,r){this.isMounted&&t!==r&&this.GetItemLists()}}},Oa={class:"p-2"},Pa={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"},ja=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),Aa={style:{"margin-top":"9px"}},Ma=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),Ia=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),Ga={class:"relative"},za=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),Fa={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},Ua={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"},Ra={class:"hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},qa=["onClick"],Ha={key:0,class:"ml-2"},Za={key:0,class:"fa fa-arrow-up"},Ka={key:1,class:"fa fa-arrow-down"},Wa={key:0},Ya=["colspan"],Xa=[e.createElementVNode("div",{role:"status",class:"p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"},[e.createElementVNode("div",{class:"flex items-center justify-between"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("span",{class:"sr-only"},"Loading...")],-1)],Ja=["data-label"],Qa={class:"overflow-auto max-h-40"},va={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"};function el(t,r,o,a,l,n){const i=e.resolveComponent("dropdown"),s=e.resolveComponent("TailwindPagination");return e.openBlock(),e.createElementBlock("div",Oa,[e.createElementVNode("div",Pa,[e.createElementVNode("div",La,[ja,e.createElementVNode("div",Aa,[e.createVNode(i,{has_cancel:!1,options:l.pageOptions,modelValue:l.perPage,"onUpdate:modelValue":r[0]||(r[0]=d=>l.perPage=d),is_required:!1,field_name:"perPage",label_name:"",default_value:5,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),Ma]),Ia,e.createElementVNode("div",Ga,[za,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=d=>l.search=d),onInput:r[2]||(r[2]=d=>n.handleSearch()),class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,544),[[e.vModelText,l.search]])])]),e.createElementVNode("div",Fa,[e.createElementVNode("table",Ua,[e.createElementVNode("thead",Ra,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(d,c)=>(e.openBlock(),e.createElementBlock("th",{key:c,onClick:m=>n.updateSortColumn(d.field_name,d.sortable),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(d.field_label)+" ",1),l.sortField===d.field_name?(e.openBlock(),e.createElementBlock("span",Ha,[l.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",Za)):(e.openBlock(),e.createElementBlock("i",Ka))])):e.createCommentVNode("",!0)],8,qa))),128))])]),e.createElementVNode("tbody",null,[l.isLoading?(e.openBlock(),e.createElementBlock("tr",Wa,[e.createElementVNode("td",{colspan:o.columns.length},Xa,8,Ya)])):e.createCommentVNode("",!0),l.isLoading?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(l.itemLists.data,(d,c)=>(e.openBlock(),e.createElementBlock("tr",{key:c,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(m,h)=>(e.openBlock(),e.createElementBlock("td",{key:h,"data-label":m.field_label,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("div",Qa,[m.tdComp?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.forDynCompIs(m.tdComp)),{key:0,row:d,field:m.field_name,xprops:o.xprops,tdProps:m.tdProps,onDeleteAction:r[3]||(r[3]=p=>n.GetItemLists()),onEditAction:p=>n.editAction(d)},null,40,["row","field","xprops","tdProps","onEditAction"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(d[m.field_name]),1)],64))])],8,Ja))),128))]))),128))])])]),e.createElementVNode("div",va,[e.createVNode(s,{class:"mt-3 mb-0",data:l.itemLists,limit:l.limit,size:l.size,align:l.align,onPaginationChangePage:n.GetItemLists},null,8,["data","limit","size","align","onPaginationChangePage"])])])}const tl=_(Ta,[["render",el]]),rl={components:{TailwindPagination:J},props:{data:Array,columns:Array,get_item_url:String,xprops:Object,refreshData:Boolean,groupField:String},data(){return{isLoading:!1,isMounted:!1,limit:5,showDisabled:!1,size:"default",align:"left",search:"",isDropdownOpen:!1,itemLists:[],tableData:[],sortField:this.columns[0].field_name,sortOrder:"desc",pageOptions:[5,10,20,50],perPage:5,page:1}},emits:["editAction"],computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(a=>a.toString().toLowerCase().includes(t)))},groupedItems(){return this.groupBy(this.groupField)}},methods:{groupBy(t){return this.itemLists.data?this.itemLists.data.reduce((r,o)=>{const a=o[t];r[a]||(r[a]=[]);const l={...o};return delete l[t],r[a].push(l),r},{}):[]},editAction(t){this.$emit("editAction",t)},forDynCompIs(t){return typeof t=="object"?t:null},GetItemLists(t=1){this.isLoading=!0,this.page=t;const r={sort:this.sortField,order:this.sortOrder,s:this.search,limit:this.perPage,page:this.page};axios.get(this.xprops.route_get_data,{params:r}).then(o=>{this.itemLists=o.data,this.isLoading=!1}).catch(o=>{console.error(o),this.isLoading=!1})},updateSortColumn(t,r){r&&(t===this.sortField?this.sortOrder=this.sortOrder==="asc"?"desc":"asc":(this.sortField=t,this.sortOrder="asc"),this.GetItemLists(this.page))},handleSearch(){this.sortField=this.columns[0].field_name,this.sortOrder="asc",this.page=1,this.GetItemLists(this.page)}},mounted(){this.GetItemLists(),this.isMounted=!0},watch:{searchFilter(){this.filteredOptions.length===0?this.selected={}:this.selected=this.filteredOptions[0]},perPage(t){this.page=1,this.perPage=t,this.GetItemLists(this.page)},refreshData(t,r){this.isMounted&&t!==r&&this.GetItemLists()}}},ol={class:"p-2"},nl={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"},al={class:"flex items-center gap-2"},ll=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),sl={style:{"margin-top":"9px"}},il=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),dl=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),cl={class:"relative"},ml=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),gl={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},fl={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"},hl={class:"hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},ul=["onClick"],pl={key:0,class:"ml-2"},yl={key:0,class:"fa fa-arrow-up"},bl={key:1,class:"fa fa-arrow-down"},_l={key:0},kl=["colspan"],xl=[e.createElementVNode("div",{role:"status",class:"p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"},[e.createElementVNode("div",{class:"flex items-center justify-between"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("span",{class:"sr-only"},"Loading...")],-1)],wl={class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},El=["colspan"],Nl=["data-label"],Vl={class:"overflow-auto max-h-40"},Bl={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"};function Cl(t,r,o,a,l,n){const i=e.resolveComponent("dropdown"),s=e.resolveComponent("TailwindPagination");return e.openBlock(),e.createElementBlock("div",ol,[e.createElementVNode("div",nl,[e.createElementVNode("div",al,[ll,e.createElementVNode("div",sl,[e.createVNode(i,{has_cancel:!1,options:l.pageOptions,modelValue:l.perPage,"onUpdate:modelValue":r[0]||(r[0]=d=>l.perPage=d),is_required:!1,field_name:"perPage",label_name:"",default_value:5,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),il]),dl,e.createElementVNode("div",cl,[ml,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=d=>l.search=d),onInput:r[2]||(r[2]=d=>n.handleSearch()),class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,544),[[e.vModelText,l.search]])])]),e.createElementVNode("div",gl,[e.createElementVNode("table",fl,[e.createElementVNode("thead",hl,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(d,c)=>(e.openBlock(),e.createElementBlock("th",{key:c,onClick:m=>n.updateSortColumn(d.field_name,d.sortable),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(d.field_label)+" ",1),l.sortField===d.field_name?(e.openBlock(),e.createElementBlock("span",pl,[l.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",yl)):(e.openBlock(),e.createElementBlock("i",bl))])):e.createCommentVNode("",!0)],8,ul))),128))])]),e.createElementVNode("tbody",null,[l.isLoading?(e.openBlock(),e.createElementBlock("tr",_l,[e.createElementVNode("td",{colspan:o.columns.length},xl,8,kl)])):e.createCommentVNode("",!0),l.isLoading?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(n.groupedItems,(d,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("tr",wl,[e.createElementVNode("td",{colspan:o.columns.length,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-3 lg:px-4 border dark:border-gray-700"},e.toDisplayString(c),9,El)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d,(m,h)=>(e.openBlock(),e.createElementBlock("tr",{key:h,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(p,k)=>(e.openBlock(),e.createElementBlock("td",{key:k,"data-label":p.field_label,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("div",Vl,[p.tdComp?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.forDynCompIs(p.tdComp)),{key:0,row:m,field:p.field_name,xprops:o.xprops,tdProps:p.tdProps,onDeleteAction:r[3]||(r[3]=$=>n.GetItemLists()),onEditAction:$=>n.editAction(m)},null,40,["row","field","xprops","tdProps","onEditAction"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m[p.field_name]),1)],64))])],8,Nl))),128))]))),128))],64))),256))])])]),e.createElementVNode("div",Bl,[e.createVNode(s,{class:"mt-3 mb-0",data:l.itemLists,limit:l.limit,size:l.size,align:l.align,onPaginationChangePage:n.GetItemLists},null,8,["data","limit","size","align","onPaginationChangePage"])])])}const $l=_(rl,[["render",Cl]]),Sl={components:{},props:{data:Array,columns:Array},data(){return{showNoOfEntries:[1,2,3,10,20,30,40],search:"",sortKey:"",sortOrder:1,currentPage:1,itemsPerPage:10,jumpToPage:"",maxDisplayedPages:10}},computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(a=>a!=null&&a.toString().toLowerCase().includes(t)))},totalPages(){return Math.ceil(this.filteredData.length/this.itemsPerPage)},paginatedData(){const t=(this.currentPage-1)*this.itemsPerPage,r=t+this.itemsPerPage;return this.filteredData.slice(t,r)},displayedPageNumbers(){let t=Math.max(this.currentPage-Math.floor(this.maxDisplayedPages/2),1),r=t+this.maxDisplayedPages-1;return r>this.totalPages&&(r=this.totalPages,t=Math.max(r-this.maxDisplayedPages+1,1)),Array.from({length:r-t+1},(o,a)=>t+a)},firstItemIndex(){return this.itemsPerPage*(this.currentPage-1)+1},lastItemIndex(){const t=this.itemsPerPage*this.currentPage;return t>this.filteredData.length?this.filteredData.length:t}},methods:{handleItemsPerPageChange(t){this.itemsPerPage=t},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)},sort(t){t===this.sortKey?this.sortOrder*=-1:(this.sortKey=t,this.sortOrder=1)},sortData(t){return this.sortKey?t.slice().sort((r,o)=>(r[this.sortKey]<o[this.sortKey]?-1:1)*this.sortOrder):t},previousPage(){this.currentPage>1&&this.currentPage--},nextPage(){this.currentPage<this.totalPages&&this.currentPage++},firstPage(){this.currentPage=1},lastPage(){this.currentPage=this.totalPages},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)}}},Dl={class:"p-2"},Tl={class:"flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0"},Ol={class:"flex items-center gap-2"},Pl=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),Ll={style:{"margin-top":"9px"}},jl=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),Al=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),Ml={class:"relative"},Il=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),Gl={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},zl={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"},Fl={class:"hidden text-sm font-normal text-center text-gray-700 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},Ul=["onClick"],Rl={key:0,class:"ml-2"},ql={key:0,class:"fa fa-arrow-up"},Hl={key:1,class:"fa fa-arrow-down"},Zl=["data-label"],Kl=["innerHTML"],Wl={key:0,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"},Yl={class:"flex justify-between flex-1 sm:hidden"},Xl=["disabled"],Jl=["disabled"],Ql={class:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},vl={class:"text-sm text-gray-700 dark:text-gray-400"},es={class:"font-medium"},ts={class:"font-medium"},rs={class:"font-medium"},os={"aria-label":"Page navigation"},ns={class:"flex items-center h-8 -space-x-px text-sm"},as=["disabled"],ls=[e.createElementVNode("span",{class:"sr-only"},"Previous",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1)],ss=["onClick"],is=["onClick"],ds=["disabled"],cs=[e.createElementVNode("span",{class:"sr-only"},"Next",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1)];function ms(t,r,o,a,l,n){const i=e.resolveComponent("dropdown");return e.openBlock(),e.createElementBlock("div",Dl,[e.createElementVNode("div",Tl,[e.createElementVNode("div",Ol,[Pl,e.createElementVNode("div",Ll,[e.createVNode(i,{has_cancel:!1,options:l.showNoOfEntries,modelValue:l.itemsPerPage,"onUpdate:modelValue":r[0]||(r[0]=s=>l.itemsPerPage=s),is_required:!1,field_name:"NoOfEntries",label_name:"",default_value:10,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),jl]),Al,e.createElementVNode("div",Ml,[Il,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=s=>l.search=s),class:"block p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 w-80 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,512),[[e.vModelText,l.search]])])]),e.createElementVNode("div",Gl,[e.createElementVNode("table",zl,[e.createElementVNode("thead",Fl,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(s,d)=>(e.openBlock(),e.createElementBlock("th",{key:d,onClick:c=>n.sort(s),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(s)+" ",1),l.sortKey===s?(e.openBlock(),e.createElementBlock("span",Rl,[l.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",ql)):(e.openBlock(),e.createElementBlock("i",Hl))])):e.createCommentVNode("",!0)],8,Ul))),128))])]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.paginatedData,(s,d)=>(e.openBlock(),e.createElementBlock("tr",{key:d,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(c,m)=>(e.openBlock(),e.createElementBlock("td",{key:m,"data-label":c,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("p",{class:"text-pretty",innerHTML:s[m]},null,8,Kl)],8,Zl))),128))]))),128))])])]),n.paginatedData.length>0?(e.openBlock(),e.createElementBlock("div",Wl,[e.createElementVNode("div",Yl,[e.createElementVNode("a",{href:"#",onClick:r[2]||(r[2]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:l.currentPage===1,class:"relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Previous",8,Xl),e.createElementVNode("a",{href:"#",onClick:r[3]||(r[3]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:l.currentPage===n.totalPages,class:"relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Next",8,Jl)]),e.createElementVNode("div",Ql,[e.createElementVNode("div",null,[e.createElementVNode("p",vl,[e.createTextVNode(" Showing "),e.createElementVNode("span",es,e.toDisplayString(n.firstItemIndex),1),e.createTextVNode(" to "),e.createElementVNode("span",ts,e.toDisplayString(n.lastItemIndex),1),e.createTextVNode(" of "),e.createElementVNode("span",rs,e.toDisplayString(n.filteredData.length),1),e.createTextVNode(" entries ")])]),e.createElementVNode("div",null,[e.createElementVNode("nav",os,[e.createElementVNode("ul",ns,[e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[4]||(r[4]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:l.currentPage===1,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},ls,8,as)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.displayedPageNumbers,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[e.createElementVNode("li",null,[l.currentPage!==s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},e.toDisplayString(s),9,ss)):e.createCommentVNode("",!0)]),e.createElementVNode("li",null,[l.currentPage===s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),"aria-current":"page",class:"z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"},e.toDisplayString(s),9,is)):e.createCommentVNode("",!0)])],64))),128)),e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[5]||(r[5]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:l.currentPage===n.totalPages,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},cs,8,ds)])])])])])])):e.createCommentVNode("",!0)])}const gs=_(Sl,[["render",ms]]),fs={setup(t,{slots:r}){const o=e.ref(r.default().map(l=>l.props)),a=null;return e.provide("selectedTitle",a),watch(()=>r.default(),l=>{o.value=l.map(n=>n.props),o.value.some(n=>n.title===a.value)||(a.value=o.value.length>0?o.value[0].title:"")}),{tabs:o,selectedTitle:a}}},hs=["onClick"],us={class:"flex items-center"},ps={key:0,class:"w-3 h-3 rotate-180 shrink-0","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 10 6"},ys=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 5 5 1 1 5"},null,-1)],bs={key:1,class:"w-3 h-3 shrink-0","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 10 6"},_s=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 5 5 1 1 5"},null,-1)],ks={key:0};function xs(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.tabs,i=>(e.openBlock(),e.createElementBlock("div",{key:i.title},[e.createElementVNode("h2",null,[e.createElementVNode("button",{onClick:s=>a.selectedTitle=i.title,type:"button",class:"flex items-center justify-between w-full p-5 font-medium rtl:text-right text-gray-500 border border-b-0 border-gray-200 rounded-t-xl focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800 gap-3","aria-expanded":"true"},[e.createElementVNode("span",us,e.toDisplayString(i.title),1),a.selectedTitle!=i.title?(e.openBlock(),e.createElementBlock("svg",ps,ys)):e.createCommentVNode("",!0),a.selectedTitle===i.title?(e.openBlock(),e.createElementBlock("svg",bs,_s)):e.createCommentVNode("",!0)],8,hs)]),a.selectedTitle===i.title?(e.openBlock(),e.createElementBlock("div",ks,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)]))),128))])}const ws=_(fs,[["render",xs]]),Es={props:["title"],setup(){return{selectedTitle:e.inject("selectedTitle")}}},Ns={key:0,class:"p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900"};function Vs(t,r,o,a,l,n){return o.title==a.selectedTitle?(e.openBlock(),e.createElementBlock("div",Ns,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)}const Bs=_(Es,[["render",Vs]]),Cs={class:"flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",role:"alert"},$s={key:0,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"},Ss=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Check icon",-1)],Ds={key:1,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"},Ts=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Error icon",-1)],Os={key:2,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"},Ps=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Warning icon",-1)],Ls={class:"ml-3 text-sm font-normal"},js=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.createElementVNode("svg",{"aria-hidden":"true",class:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1)],As={__name:"ToastListItem",props:{message:String,duration:{type:Number,default:2e3},type:{type:String,default:"success"}},emits:["remove"],setup(t,{emit:r}){const o=t;e.onMounted(()=>{setTimeout(()=>a("remove"),o.duration)});const a=r;return(l,n)=>(e.openBlock(),e.createElementBlock("div",Cs,[o.type==="success"?(e.openBlock(),e.createElementBlock("div",$s,Ss)):e.createCommentVNode("",!0),o.type==="error"?(e.openBlock(),e.createElementBlock("div",Ds,Ts)):e.createCommentVNode("",!0),o.type==="warning"?(e.openBlock(),e.createElementBlock("div",Os,Ps)):e.createCommentVNode("",!0),e.createElementVNode("div",Ls,e.toDisplayString(o.message),1),e.createElementVNode("button",{onClick:n[0]||(n[0]=i=>a("remove")),type:"button",class:"-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white","data-dismiss-target":"#toast-default","aria-label":"Close"},js)]))}},Q=e.reactive({items:[]}),v={state:Q,methods:{add(t){Q.items.unshift({key:Symbol(),message:t.message,type:t.type,duration:t.duration})},remove(t){Q.items.splice(t,1)}}},Ms={__name:"GlToastList",setup(t){function r(o){v.methods.remove(o)}return(o,a)=>(e.openBlock(),e.createBlock(e.TransitionGroup,{tag:"div","enter-from-class":"translate-x-full opacity-0","enter-active-class":"duration-500","leave-active-class":"duration-500","leave-to-class":"translate-x-full opacity-0",class:"fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(v).state.items,(l,n)=>(e.openBlock(),e.createBlock(As,{key:l.key,message:l.message,type:l.type,duration:l.duration,onRemove:i=>r(n)},null,8,["message","type","duration","onRemove"]))),128))]),_:1}))}},Is={key:0,class:"flex justify-center"},Gs=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],zs={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},Fs={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},Us={key:0},Rs=["href"],qs=e.createElementVNode("i",{class:"mr-2 fa-solid fa-list-ul opacity-80"},null,-1),Hs={key:1},Zs=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),Ks={__name:"DatatableAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=se(),a=t,l=e.ref(!1),n=e.ref(!1),i=()=>{l.value=!1},s=()=>{l.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,h=()=>{axios.delete(`${a.xprops.route}/${a.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(p=>{console.log(p)})};return(p,k)=>{const $=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(G,{isOpen:n.value,onConfirmDelete:h,onCancelDelete:d},null,8,["isOpen"]),t.row&&p.can(`edit_${t.xprops.permission} || delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",Is,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},Gs),e.withDirectives(e.createElementVNode("div",zs,[e.createElementVNode("ul",Fs,[p.can(`edit_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Us,[e.createElementVNode("a",{href:t.xprops.route+"/"+t.row.id+"/edit",class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[qs,e.createTextVNode(" Edit")],8,Rs)])):e.createCommentVNode("",!0),p.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Hs,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[Zs,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,l.value]])])),[[$,i]]):e.createCommentVNode("",!0)],64)}}},Ws={key:0,class:"flex justify-center"},Ys=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],Xs={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},Js={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},Qs={key:0},vs=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),ei={__name:"DatatableDeleteAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=se(),a=t,l=e.ref(!1),n=e.ref(!1),i=()=>{l.value=!1},s=()=>{l.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,h=()=>{axios.delete(`${a.xprops.route}/${a.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(p=>{console.log(p)})};return(p,k)=>{const $=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(G,{isOpen:n.value,onConfirmDelete:h,onCancelDelete:d},null,8,["isOpen"]),t.row&&p.can(`delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",Ws,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},Ys),e.withDirectives(e.createElementVNode("div",Xs,[e.createElementVNode("ul",Js,[p.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Qs,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[vs,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,l.value]])])),[[$,i]]):e.createCommentVNode("",!0)],64)}}},ti={props:["field","row"],computed:{isArray(){return Array.isArray(this.row)},isObject(){return typeof this.row=="object"},isString(){return typeof this.row=="string"}},mounted(){}},ri=["href","title"],oi=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),ni={key:1,class:"m-1 d-inline-block"},ai=["href","title"],li=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function si(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row,(i,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i,title:i,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[oi,e.createTextVNode(" Download ")],8,ri)]))),128)):n.isString?(e.openBlock(),e.createElementBlock("div",ni,[e.createElementVNode("a",{href:o.row,title:o.row,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[li,e.createTextVNode(" Download ")],8,ai)])):e.createCommentVNode("",!0)])}const ii=_(ti,[["render",si]]),di={props:["field","row"],computed:{isArray(){return Array.isArray(this.row[this.field])},isObject(){return typeof this.row[this.field]=="object"}}},ci=["href","title"],mi=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),gi={key:1,class:"m-1 d-inline-block"},fi=["href","title"],hi=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function ui(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[o.field],i=>(e.openBlock(),e.createElementBlock("div",{key:i.id,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i.url,title:i.name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[mi,e.createTextVNode(" Download ")],8,ci)]))),128)):n.isObject?(e.openBlock(),e.createElementBlock("div",gi,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[hi,e.createTextVNode(" Download ")],8,fi)])):e.createCommentVNode("",!0)])}const pi=_(di,[["render",ui]]),yi={props:["field","row","tdProps"]},bi={key:0},_i=["innerHTML"];function ki(t,r,o,a,l,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",bi,[e.createElementVNode("div",{class:"w-full",innerHTML:o.row[o.field]},null,8,_i)])):e.createCommentVNode("",!0)}const xi=_(yi,[["render",ki]]),wi={props:["field","row","tdProps"],computed:{entry(){const[t,r]=this.field.split(".");return e.markRaw({key:t,field:r})},isArray(){return Array.isArray(this.row[this.entry.key])},isObject(){return typeof this.row[this.entry.key]=="object"}}},Ei={class:"flex flex-wrap gap-2"},Ni={key:1,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"};function Vi(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",Ei,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[n.entry.key],(i,s)=>(e.openBlock(),e.createElementBlock("span",{key:s,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"},e.toDisplayString(i[n.entry.field]),1))),128)):n.isObject?(e.openBlock(),e.createElementBlock("span",Ni,e.toDisplayString(o.row[n.entry.key][n.entry.field]),1)):e.createCommentVNode("",!0)])}const Bi=_(wi,[["render",Vi]]),Ci={props:["field","row","tdProps"]},$i={key:0},Si={class:"m-1 d-inline-block"},Di=["href","title"],Ti=["src","alt","title"];function Oi(t,r,o,a,l,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",$i,[e.createElementVNode("div",Si,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank"},[e.createElementVNode("img",{src:o.row[o.field].thumbnail,alt:o.row[o.field].name,title:o.row[o.field].name},null,8,Ti)],8,Di)])])):e.createCommentVNode("",!0)}const Pi=_(Ci,[["render",Oi],["__scopeId","data-v-3a28c02c"]]),Li={props:["field","row","tdProps"],computed:{isActive(){return this.row[this.field]===1}}},ji={class:"flex flex-wrap gap-2 text-nowrap"},Ai={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Mi=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),Ii={key:1,class:"inline-flex items-center bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-red-900 dark:text-red-300"},Gi=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1);function zi(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",ji,[n.isActive?(e.openBlock(),e.createElementBlock("span",Ai,[Mi,e.createTextVNode(" Active ")])):n.isActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",Ii,[Gi,e.createTextVNode(" Inactive ")]))])}const Fi=_(Li,[["render",zi]]),Ui={props:["field","row","tdProps"],computed:{hasLabelColor(t){const r=this.tdProps.status_general_labels_color.find(o=>o.label===this.row[this.field]);return r?r.class:""}}},Ri={class:"flex flex-wrap gap-2 text-nowrap"},qi={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Hi=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),Zi={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"},Ki=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1),Wi={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},Yi=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),Xi={key:3,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"},Ji=e.createElementVNode("span",{class:"w-2 h-2 bg-blue-500 rounded-full me-1"},null,-1),Qi={key:4,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},vi=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1);function ed(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",Ri,[n.hasLabelColor=="green"?(e.openBlock(),e.createElementBlock("span",qi,[Hi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="red"?(e.openBlock(),e.createElementBlock("span",Zi,[Ki,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="yellow"?(e.openBlock(),e.createElementBlock("span",Wi,[Yi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="default"?(e.openBlock(),e.createElementBlock("span",Xi,[Ji,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="animate"?(e.openBlock(),e.createElementBlock("span",Qi,[vi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0)])}const td=_(Ui,[["render",ed]]),rd={props:["field","row","tdProps"],computed:{hasLabelColor(){return this.tdProps.specfic_color??""},badgeType(){switch(this.tdProps.badge_type){case"Default":return"rounded text-xs";case"Large":return"rounded text-sm ";case"Bordered":return"rounded text-xs border";case"Pills":return"rounded-full text-xs";default:return""}}}},od={class:"flex flex-wrap gap-2 text-nowrap justify-center"};function nd(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",od,[n.hasLabelColor=="Default"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["bg-blue-100 text-blue-800 font-medium me-2 px-2.5 py-0.5 dark:bg-blue-900 dark:text-blue-300 border-blue-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Dark"?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["bg-gray-100 text-gray-800 font-medium me-2 px-2.5 py-0.5 dark:bg-gray-700 dark:text-gray-300 border-gray-500",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Red"?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(["bg-red-100 text-red-800 font-medium me-2 px-2.5 py-0.5 dark:bg-red-900 dark:text-red-300 border-red-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Green"?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(["bg-green-100 text-green-800 font-medium me-2 px-2.5 py-0.5 dark:bg-green-900 dark:text-green-300 border-green-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Yellow"?(e.openBlock(),e.createElementBlock("span",{key:4,class:e.normalizeClass(["bg-yellow-100 text-yellow-800 font-medium me-2 px-2.5 py-0.5 dark:bg-yellow-900 dark:text-yellow-300 border-yellow-300",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Indigo"?(e.openBlock(),e.createElementBlock("span",{key:5,class:e.normalizeClass(["bg-indigo-100 text-indigo-800 font-medium me-2 px-2.5 py-0.5 dark:bg-indigo-900 dark:text-indigo-300 border-indigo-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Purple"?(e.openBlock(),e.createElementBlock("span",{key:6,class:e.normalizeClass(["bg-purple-100 text-purple-800 font-medium me-2 px-2.5 py-0.5 dark:bg-purple-900 dark:text-purple-300 border-purple-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Pink"?(e.openBlock(),e.createElementBlock("span",{key:7,class:e.normalizeClass(["bg-pink-100 text-pink-800 font-medium me-2 px-2.5 py-0.5 dark:bg-pink-900 dark:text-pink-300 border-pink-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0)])}const ad=_(rd,[["render",nd]]),ld={props:["field","row","tdProps"],computed:{hasLabelColor(t){const r=this.tdProps.status_general_labels_color.find(o=>o.text===this.row[this.field]);return r?r.class:""},getLabel(){const t=this.tdProps.status_general_labels_color.find(r=>r.text===this.row[this.field]);return t?t.label:""}}},sd={class:"flex flex-wrap gap-2 text-nowrap"},id={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},dd=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),cd={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"},md=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1),gd={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},fd=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),hd={key:3,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"},ud=e.createElementVNode("span",{class:"w-2 h-2 bg-blue-500 rounded-full me-1"},null,-1),pd={key:4,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},yd=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1);function bd(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",sd,[n.hasLabelColor=="green"?(e.openBlock(),e.createElementBlock("span",id,[dd,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="red"?(e.openBlock(),e.createElementBlock("span",cd,[md,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="yellow"?(e.openBlock(),e.createElementBlock("span",gd,[fd,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="default"?(e.openBlock(),e.createElementBlock("span",hd,[ud,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="animate"?(e.openBlock(),e.createElementBlock("span",pd,[yd,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0)])}const _d=_(ld,[["render",bd]]),kd={props:["field","row","tdProps"],computed:{formattedDate(){if(!this.row[this.field])return"";const t=new Date(this.row[this.field]),r=t.getFullYear(),o=t.toLocaleString("default",{month:"long"}),a=t.getDate();let l=t.getHours();const n=t.getMinutes(),i=t.getSeconds(),s=l>=12?"pm":"am";return l=l%12,l=l||12,`${o} ${a}, ${r}, ${l}:${n}:${i} ${s}`},isActive(){return this.row[this.field]===1}}},xd={class:"w-full"};function wd(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",xd,e.toDisplayString(n.formattedDate),1)}const Ed=_(kd,[["render",wd]]),Nd={props:["field","row","tdProps"]},Vd={class:"flex flex-wrap gap-2 text-nowrap"},Bd={key:0,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},Cd=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1),$d={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},Sd=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),Dd={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Td=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1);function Od(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",Vd,[o.row[o.field]===0?(e.openBlock(),e.createElementBlock("span",Bd,[Cd,e.createTextVNode(" Provisioning")])):e.createCommentVNode("",!0),o.row[o.field]===2?(e.openBlock(),e.createElementBlock("span",$d,[Sd,e.createTextVNode(" Paused ")])):e.createCommentVNode("",!0),o.row[o.field]===1?(e.openBlock(),e.createElementBlock("span",Dd,[Td,e.createTextVNode(" Active ")])):e.createCommentVNode("",!0)])}const Pd=_(Nd,[["render",Od]]),Ld={props:["field","row","tdProps"]},jd={key:0,class:"text-nowrap"},Ad={class:"w-full h-full p-3 mx-0 mt-0 overflow-auto font-mono text-left break-words rounded cursor-default whitespace-nowrap console_styles"};function Md(t,r,o,a,l,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",jd,[e.createElementVNode("pre",Ad," "+e.toDisplayString(o.row[o.field])+`
|
|
7
|
+
`,42,Ur),e.createElementVNode("span",Rr,e.toDisplayString(t.error_message),1),e.createElementVNode("small",qr,e.toDisplayString(t.description),1)],2))],64))}},Zr={class:"font-bold ptext-lg dark:text-white"},Kr=["name","id"],Wr=["id"],Yr=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Xr=["for"],Jr=e.createElementVNode("span",{class:"language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300"},null,-1),Qr=["name","id"],vr=["required","name","id","type"],eo={class:"gl-span-form-error"},to={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ro={__name:"GlTextTranslate",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:null},modelValue:{type:[String,Number],default:""},model_value_translate:{type:[String,Object],default:null},modelValueTranslate:{type:[String,Object],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},get_field_translations:{type:String,default:""},description:{type:String,default:""},translatable:{type:Object,default:null}},emits:["update:modelValue","update:modelValueTranslate","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null),i=e.ref(null);return e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus(),a.model_value&&(l("update:modelValue",a.model_value),n.value.value=a.model_value),a.model_value_translate,a.translatable&&axios.post("/admin/get_field_translations",{model:a.translatable.model,row_id:a.translatable.row_id,field:a.translatable.field}).then(s=>{i.value.value=JSON.stringify(s.data),l("update:modelValueTranslate",JSON.stringify(s.data))}).catch(s=>{console.log(s)})}),r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",Zr,e.toDisplayString(t.label_name),1),e.withDirectives(e.createElementVNode("input",{type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",ref:"input_translate_s","onUpdate:modelValue":d[0]||(d[0]=c=>s.inputTranslateValue=c)},null,8,Kr),[[e.vModelText,s.inputTranslateValue]]),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,Wr),Yr],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-translation-form":t.error_message=="","gl-label-translation-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,Xr),Jr,e.createElementVNode("input",{class:"mb-4",type:"hidden","data-i18n":"true",name:t.field_name+"_i18n",id:t.field_name+"_i18n",onInput:d[1]||(d[1]=c=>s.$emit("update:modelValueTranslate",c.target.value)),ref_key:"input_translate",ref:i},null,40,Qr),e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-input-form form-input-translation mt-2 ":t.error_message==""," gl-input-form-invalid form-input-translation mt-2 ":t.error_message!==""}),type:t.type,onInput:d[2]||(d[2]=c=>s.$emit("update:modelValue",c.target.value)),onKeydown:d[3]||(d[3]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n},null,42,vr),e.createElementVNode("span",eo,e.toDisplayString(t.error_message),1),e.createElementVNode("small",to,e.toDisplayString(t.description),1)],2))],64))}},oo={class:"font-bold ptext-lg dark:text-white"},no={class:"mb-4 text-base text-gray-900 dark:text-white"},ao=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),lo=["for"],so=["required","name","id","type","placeholder"],io={class:"gl-span-form-error"},co={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},mo={__name:"GlTextInput",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""},placeholder:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null);e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus()});const i=e.computed({get(){return a.modelValue},set(s){l("update:modelValue",s)}});return r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",oo,e.toDisplayString(t.label_name),1),e.createElementVNode("p",no,e.toDisplayString(t.type=="password"?t.modelValue.replace(/./g,"*"):t.modelValue),1),ao],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,lo),e.withDirectives(e.createElementVNode("input",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""}),type:t.type,"onUpdate:modelValue":d[0]||(d[0]=c=>i.value=c),onKeydown:d[1]||(d[1]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,placeholder:t.placeholder},null,42,so),[[e.vModelDynamic,i.value]]),e.createElementVNode("span",io,e.toDisplayString(t.error_message),1),e.createElementVNode("small",co,e.toDisplayString(t.description),1)],2))],64))}},go={setup(t,{slots:r}){const o=e.ref(r.default().map(l=>l.props)),a=e.ref(o.value[0].title);return e.provide("selectedTitle",a),{tabs:o,selectedTitle:a}}},fo={class:"flex flex-wrap"},ho={class:"w-full"},uo={class:"flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none"},po=["onClick"],yo={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"},bo={class:"flex-auto px-4 py-5"},_o={class:"tab-content tab-space"};function ko(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",fo,[e.createElementVNode("div",ho,[e.createElementVNode("ul",uo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.tabs,i=>(e.openBlock(),e.createElementBlock("li",{key:i.title,onClick:s=>a.selectedTitle=i.title,class:"flex-auto -mb-px text-center"},[e.createElementVNode("a",{class:e.normalizeClass([{"text-slate-600 bg-white dark:bg-meta-4":a.selectedTitle!=i.title,"text-white bg-slate-600 dark:bg-primary":a.selectedTitle===i.title},"block px-5 py-3 text-xs font-bold leading-normal rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])},[e.createElementVNode("i",{class:e.normalizeClass([i.icon,"mr-1 text-base"])},null,2),e.createTextVNode(" "+e.toDisplayString(i.title),1)],2)],8,po))),128))])])]),e.createElementVNode("div",yo,[e.createElementVNode("div",bo,[e.createElementVNode("div",_o,[e.renderSlot(t.$slots,"default")])])])],64)}const xo=_(go,[["render",ko]]),wo={props:["title"],setup(){return{selectedTitle:e.inject("selectedTitle")}}},Eo={key:0,class:"block"};function No(t,r,o,a,l,n){return o.title==a.selectedTitle?(e.openBlock(),e.createElementBlock("div",Eo,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)}const Vo=_(wo,[["render",No]]),Bo={props:{elements_to_show_prop:{type:Number,default:3},hide_arrow:{type:Boolean,default:!1},disable_touch:{type:Boolean,default:!1},direction_property:{type:String,default:"ltr"},slider_arrows_indicators_position:{type:String,default:"arrows_outside_slider"}},data:function(){return{elementsToShow:3,dotsNum:0,currentDot:1,dotsNavigation:[],touchStartX:0,isMoving:!1,initialX:0,initialY:0,Random_string:this.generateRandomString(6)}},mounted(){this.elementsToShow=this.elements_to_show_prop,this.initSlider(),this.disable_touch||this.movingActions()},methods:{sliderIndicatorsAction(){var t="";return this.direction_property=="rtl"?(t+=" space-x-reverse ",t+=" slider_indicators "):this.slider_arrows_indicators_position=="arrows_indicators_inside_slider"&&(t+=" slider_indicators "),t},sliderContainerAction(){var t="";return!this.hide_arrow&&this.slider_arrows_indicators_position=="arrows_outside_slider"?t+=" w-12/12 xl:w-8/12 xxl:w-8/12 md:w-8/12 sm:w-8/12":this.slider_arrows_indicators_position!="arrows_outside_slider"&&(t+=" w-12/12 "),t},generateRandomString(t){let r="";const o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=o.length;for(let l=0;l<t;l++)r+=o.charAt(Math.floor(Math.random()*a));return r},movingActions(){let t=this,r=document.getElementById("slider_"+this.Random_string);const o=l=>{r.style.cursor="grabbing";const n=s=>{const d=s.clientX||s.touches&&s.touches[0]&&s.touches[0].clientX,c=s.clientY||s.touches&&s.touches[0]&&s.touches[0].clientY,m=d-t.initialX,h=c-t.initialY;Math.abs(m)>Math.abs(h)?(s.preventDefault(),Math.abs(m)>=70&&(m<0?t.next():t.prev(),t.initialX=d)):r.style.cursor="grab",Math.abs(h)>Math.abs(m)&&(r.style.cursor="grab")},i=()=>{document.removeEventListener("mousemove",n),document.removeEventListener("touchmove",n),document.removeEventListener("mouseup",i),document.removeEventListener("touchend",i),r.style.cursor="grab"};document.addEventListener("mousemove",n),document.addEventListener("touchmove",n,{passive:!1}),document.addEventListener("mouseup",i),document.addEventListener("touchend",i),t.initialX=l.clientX||l.touches&&l.touches[0]&&l.touches[0].clientX,t.initialY=l.clientY||l.touches&&l.touches[0]&&l.touches[0].clientY},a=l=>{l.key==="ArrowLeft"?t.prev():l.key==="ArrowRight"&&t.next()};r.addEventListener("mousedown",o),r.addEventListener("touchstart",o),document.addEventListener("keydown",a)},next(){this.currentDot<this.dotsNavigation.length&&(this.currentDot++,this.setDot(this.currentDot))},prev(){this.currentDot>1&&(this.currentDot--,this.setDot(this.currentDot))},initSlider(){let t=document.getElementById("sliderContainer_"+this.Random_string),r=document.getElementById("mainSliderContainer_"+this.Random_string),o=document.getElementById("slider_"+this.Random_string),a=o.querySelectorAll("li"),l=Array.from(a).filter(s=>s.parentNode===o),n=t.clientWidth,i=n/this.elementsToShow;if(this.elementsToShow>1?document.body.clientWidth<1e3?(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n):document.body.clientWidth<1500&&(this.elementsToShow=2):(this.elementsToShow=1,i=this.hide_arrow?r.clientWidth:n),l.length>1){this.dotsNum=this.elementsToShow==1?l.length:l.length-this.elementsToShow+1;let s=this.elementsToShow==1?i*l.length/this.dotsNum:i*(l.length-this.elementsToShow)/(this.dotsNum-1);this.dotsNavigation=[];for(let d=0;d<this.dotsNum;d++)this.dotsNavigation.push(s*d)}o.style.width=l.length*i+"px",o.style.transition="margin",o.style.transitionDuration="1s";for(let s=0;s<l.length;s++){const d=l[s];d.style.width=i+"px"}},setDot(t){let r=document.getElementById("slider_"+this.Random_string);this.direction_property=="rtl"?r.style.marginRight=-this.dotsNavigation[t-1]+"px":r.style.marginLeft=-this.dotsNavigation[t-1]+"px",this.currentDot=t}}},N=t=>(e.pushScopeId("data-v-a94f16a9"),t=t(),e.popScopeId(),t),Co=["id"],$o={key:0,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},So={class:"w-full"},Do={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},To=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Oo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Po=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Lo=["id"],jo=["id"],Ao={class:"w-full"},Mo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Io=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Go={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},zo=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],Fo={class:"w-full"},Uo={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Ro=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],qo={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},Ho=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],Zo=["onClick"],Ko=[N(()=>e.createElementVNode("span",null,null,-1))],Wo={key:1,class:"flex justify-between pl-5 pr-5"},Yo=["onClick"],Xo=[N(()=>e.createElementVNode("span",null,null,-1))],Jo={key:0,class:"flex"},Qo={class:"flex items-center"},vo={class:"w-full"},en={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},tn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],rn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},on=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],nn={class:"flex items-center"},an={class:"w-full"},ln={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},sn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],dn={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},cn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))],mn={key:1,class:"items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"},gn={class:"w-full"},fn={key:0,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},hn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13 7l5 5m0 0l-5 5m5-5H6"},null,-1))],un={key:1,xmlns:"http://www.w3.org/2000/svg",class:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","stroke-width":"2"},pn=[N(()=>e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M11 17l-5-5m0 0l5-5m-5 5h12"},null,-1))];function yn(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass(["",!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slide"?"flex":"relative block"]),id:"mainSliderContainer_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",$o,[e.createElementVNode("div",So,[e.createElementVNode("button",{class:"p-3 mr-5 rounded-full shadow-lg arrow_button_styles",onClick:r[0]||(r[0]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Do,To)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Oo,Po)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["overflow-hidden",n.sliderContainerAction()]),id:"sliderContainer_"+t.Random_string},[e.createElementVNode("ul",{class:"flex",id:"slider_"+t.Random_string},[t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex",o.direction_property=="rtl"?"arrow_button_next":"arrow_button_prev"])},[e.createElementVNode("div",Ao,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[1]||(r[1]=e.withModifiers(i=>n.prev(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Mo,Io)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",Go,zo)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"default",{},void 0,!0),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_indicators_inside_slider"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button",o.direction_property=="rtl"?"arrow_button_prev":"arrow_button_next"])},[e.createElementVNode("div",Fo,[e.createElementVNode("button",{class:"p-3 rounded-full shadow-lg arrow_button_styles",onClick:r[2]||(r[2]=e.withModifiers(i=>n.next(),["stop"]))},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",Uo,Ro)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",qo,Ho)):e.createCommentVNode("",!0)])])],2)):e.createCommentVNode("",!0)],8,jo),o.slider_arrows_indicators_position!="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Ko,10,Zo))),128))],2)):e.createCommentVNode("",!0),o.slider_arrows_indicators_position=="arrows_indicators_below_slider"?(e.openBlock(),e.createElementBlock("div",Wo,[e.createElementVNode("div",{class:e.normalizeClass(["flex justify-center mb-1 space-x-1",n.sliderIndicatorsAction()])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.dotsNum,i=>(e.openBlock(),e.createElementBlock("button",{role:"button",class:e.normalizeClass(["gl-dot",{active:t.currentDot==i}]),key:i,onClick:s=>n.setDot(i)},Xo,10,Yo))),128))],2),t.dotsNum>0?(e.openBlock(),e.createElementBlock("div",Jo,[e.createElementVNode("div",Qo,[e.createElementVNode("div",vo,[e.createElementVNode("button",{class:e.normalizeClass(["p-3 rounded-full arrow_button_styles",o.direction_property=="rtl"?"ml-3":"mr-3"]),onClick:r[3]||(r[3]=i=>n.prev())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",en,tn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",rn,on)):e.createCommentVNode("",!0)],2)])]),e.createElementVNode("div",nn,[e.createElementVNode("div",an,[e.createElementVNode("button",{class:"p-3 rounded-full arrow_button_styles",onClick:r[4]||(r[4]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",ln,sn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",dn,cn)):e.createCommentVNode("",!0)])])])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],10,Lo),t.dotsNum>0&&!o.hide_arrow&&o.slider_arrows_indicators_position=="arrows_outside_slider"?(e.openBlock(),e.createElementBlock("div",mn,[e.createElementVNode("div",gn,[e.createElementVNode("button",{class:"p-3 ml-5 rounded-full shadow-lg arrow_button_styles",onClick:r[5]||(r[5]=i=>n.next())},[o.direction_property=="ltr"?(e.openBlock(),e.createElementBlock("svg",fn,hn)):e.createCommentVNode("",!0),o.direction_property=="rtl"?(e.openBlock(),e.createElementBlock("svg",un,pn)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0)],10,Co)])}const bn=_(Bo,[["render",yn],["__scopeId","data-v-a94f16a9"]]),_n={class:"fixed left-0 top-13 z-[1055] h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80",tabindex:"-1","aria-hidden":"true"},kn={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"},xn={class:"flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600"},wn={class:"text-xl font-medium leading-normal text-surface dark:text-white"},En=[e.createElementVNode("span",{class:"[&>svg]:h-6 [&>svg]:w-6"},[e.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})])],-1)],Nn={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"},Vn={__name:"GlModal",props:{is_open:{type:Boolean,default:!1},title:{type:String,default:""},max_width:{type:String,default:"max-w-2xl"},bodyClass:{type:String,default:"p-4"}},emits:["closeModal"],setup(t,{emit:r}){const o=t,a=r,l=()=>{document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight="0px"},n=()=>{document.documentElement.style.overflow="",document.documentElement.style.paddingRight=""},i=()=>{a("closeModal"),n()};return e.watch(()=>o.is_open,(s,d)=>{s?l():n()},{immediate:!0,deep:!0}),(s,d)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",_n,[e.createElementVNode("div",{class:e.normalizeClass(["pointer-events-none relative h-[calc(100%-1rem)] w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto min-[576px]:mt-7 min-[576px]:h-[calc(100%-3.5rem)]",t.max_width])},[e.createElementVNode("div",kn,[e.createElementVNode("div",xn,[e.createElementVNode("h5",wn,e.toDisplayString(t.title),1),e.createElementVNode("button",{type:"button",class:"box-content border-none rounded-none text-neutral-500 hover:text-neutral-800 hover:no-underline focus:text-neutral-800 focus:opacity-100 focus:shadow-none focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300 dark:focus:text-neutral-300",onClick:i,"aria-label":"Close"},En)]),e.createElementVNode("div",{class:e.normalizeClass(["relative overflow-y-auto",t.bodyClass])},[e.renderSlot(s.$slots,"body")],2),e.createElementVNode("div",Nn,[e.renderSlot(s.$slots,"buttons"),e.createElementVNode("button",{onClick:i,type:"button",class:"px-5 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-200 rounded-lg ms-3 hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-blue-300 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600"}," Close ")])])],2)],512)),[[e.vShow,t.is_open]])}},Bn={class:"flex justify-between p-2 -mb-px border border-gray-300 no-underlin"},Cn={class:"relative inline-flex items-center cursor-pointer"},$n=["name","id","checked"],Sn=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Dn=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),Tn={key:0,class:"flex justify-between items-center"},On={class:"gl-label-form"},Pn={class:"flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark"},Ln={class:"relative inline-flex items-center cursor-pointer"},jn=["name","id"],An=e.createElementVNode("div",{class:"w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"},null,-1),Mn={class:"gl-span-form-error"},In={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},Gn={__name:"GlToggleBox",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:String,required:!0},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},has_label_up:{type:Boolean,default:!1},description:{type:String,default:""}},emits:["update:modelValue"],setup(t,{emit:r}){const o=t,a=r,l=e.ref(null),n=e.computed({get(){return o.modelValue},set(i){a("update:modelValue",i)}});return(i,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("div",null,[e.createElementVNode("li",Bn,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",Cn,[e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,checked:t.modelValue,"true-value":1,"false-value":0,ref_key:"input",ref:l,disabled:""},null,8,$n),Sn])])]),Dn],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(t.field_name)},[t.has_label_up?(e.openBlock(),e.createElementBlock("div",Tn,[e.createElementVNode("label",On,e.toDisplayString(t.label_name),1)])):e.createCommentVNode("",!0),e.createElementVNode("li",Pn,[e.createTextVNode(e.toDisplayString(t.label_name)+" ",1),e.createElementVNode("label",Ln,[e.withDirectives(e.createElementVNode("input",{type:"checkbox",class:"sr-only peer",name:t.field_name,id:t.field_name,"true-value":1,"false-value":0,ref_key:"input",ref:l,"onUpdate:modelValue":s[0]||(s[0]=d=>n.value=d)},null,8,jn),[[e.vModelCheckbox,n.value]]),An])]),e.createElementVNode("span",Mn,e.toDisplayString(t.error_message),1),e.createElementVNode("small",In,e.toDisplayString(t.description),1)],2))],64))}},zn={class:"font-bold ptext-lg dark:text-white"},Fn={class:"mt-3 mb-4"},Un={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"},Rn=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),qn=["name","id","value"],Hn={key:0,class:"dropdown"},Zn={class:"focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500"},Kn={class:"relative showOptions"},Wn=["value","placeholder"],Yn={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]"},Xn={class:"p-1"},Jn=e.createElementVNode("label",{for:"default-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1),Qn={class:"relative"},vn=e.createElementVNode("div",{class:"absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3"},[e.createElementVNode("svg",{class:"w-4 h-4 text-gray-500 dark:text-gray-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"})])],-1),ea=["id"],ta={class:"overflow-y-auto max-h-64"},ra=["onClick","onMousedown","id"],oa={class:"flex items-center py-2 pl-10 pr-4"},na={key:0,class:"absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 12"},aa=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M1 5.917 5.724 10.5 15 1.5"},null,-1)],la={class:"block mt-1 text-sm font-normal leading-5 text-red-500"},sa={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},ia={__name:"GlDropdown",props:{modelValue:{type:[String,Number],default:""},defaultValue:{type:[String,Number],default:""},field_name:{type:String,default:""},is_required:{type:Boolean,default:!1},has_cancel:{type:Boolean,default:!0},label_name:{type:String,default:""},options:{type:Array,required:!0,default:()=>[],note:"Options of dropdown. An array of options with id and name"},placeholder:{type:String,required:!1,default:"Please select an option",note:"Placeholder of dropdown"},maxItem:{type:Number,required:!1,default:1e4,note:"Max items showing"},show:{type:Boolean,default:!1},error_message:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","selected","selectionChanged"],setup(t,{emit:r}){const o=t,a=r,l=e.ref(null),n=e.ref({}),i=e.ref(0),s=e.ref(!1),d=e.ref(""),c=e.ref("");e.onMounted(()=>{c.value=$(),o.show||(document.body.addEventListener("click",f=>{A(f)}),document.addEventListener("keypress",f=>{f.key==="Enter"&&f.target.form&&f.preventDefault()}))});const m=e.computed(()=>re()),h=e.computed(()=>oe()),p=e.computed(()=>{const f=[],x=new RegExp(d.value,"ig");for(const w of m.value){const S=String(w.name);(d.value.length<1||S.match(x))&&f.length<o.maxItem&&f.push(w)}return f});function k(f){if(["ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Enter"].includes(f.key)){if(["ArrowUp","ArrowDown"].includes(f.key)&&f.preventDefault(),f.key==="ArrowDown"&&o.posts==="")return;te(f.key)}}function $(){let f=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(w){const S=(f+Math.random()*16)%16|0;return f=Math.floor(f/16),(w==="x"?S:S&3|8).toString(16)})}function j(f){return f!==null&&typeof f=="object"&&Object.keys(f).length>0}function A(f){f.target.id!=o.field_name+"search"+c.value&&f.target.id!=o.field_name&&!f.target.classList.contains("showOptions")&&(R(),i.value=0)}function M(f){const x=`${f}${c.value}`,w=document.getElementById(x);w&&w.scrollIntoView()}function ee(f){const x=`${f}${c.value}`,w=document.getElementById(x);w&&w.click()}function te(f){f==="ArrowDown"&&i.value<p.value.length&&(i.value++,M(i.value)),f==="ArrowUp"&&i.value>1&&(i.value--,M(i.value)),f==="Enter"&&ee(i.value)}function re(){return o.options.map((f,x)=>typeof f=="object"?f:{id:f,name:f})}function oe(){if(j(n.value))return typeof n.value=="object"?m.value.find(f=>String(f.id)===String(n.value.id))||{}:m.value.find(f=>String(f.id)===String(n.value))||{};if(o.modelValue)return typeof o.modelValue=="object"?m.value.find(f=>String(f.id)===String(o.modelValue.id))||{}:m.value.find(f=>String(f.id)===String(o.modelValue))||{}}function U(f){n.value=f,s.value=!1,a("update:modelValue",n.value.id),a("selected",n.value),a("selectionChanged",n.value)}function L(){o.show||(d.value="",s.value=!0,e.nextTick(()=>{var f=document.getElementById(`${o.field_name}search${c.value}`);f&&f.focus()}))}function ne(){o.show||(n.value={},d.value="",a("update:modelValue",""),L())}function R(){n.value.id||(n.value={},d.value=""),a("selected",n.value),s.value=!1}return e.watch(d,()=>{p.value.length===0&&(n.value={})}),e.watch(n,f=>{j(f)&&a("update:modelValue",f.id)}),(f,x)=>{var w,S,I;return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",zn,e.toDisplayString(t.label_name),1),e.createElementVNode("p",Fn,[e.createElementVNode("span",Un,e.toDisplayString((w=h.value)==null?void 0:w.name),1)]),Rn],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(t.field_name)},[e.createElementVNode("input",{type:"hidden",name:t.field_name,id:t.field_name,value:(S=h.value)==null?void 0:S.id},null,8,qn),t.options?(e.openBlock(),e.createElementBlock("div",Hn,[t.label_name?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required})},e.toDisplayString(t.label_name),3)):e.createCommentVNode("",!0),e.createElementVNode("div",Zn,[e.createElementVNode("div",Kn,[e.createElementVNode("input",{class:e.normalizeClass([{"gl-input-form":t.error_message=="","gl-input-form-invalid":t.error_message!==""},"pl-8 pr-2 showOptions"]),ref:t.field_name,onClick:x[0]||(x[0]=g=>L()),value:(I=h.value)==null?void 0:I.name,placeholder:t.placeholder,autocomplete:"off",readonly:""},null,10,Wn),e.withDirectives(e.createElementVNode("i",{onClick:x[1]||(x[1]=e.withModifiers(g=>ne(),["stop"])),class:"absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",style:{top:"13px"}},null,512),[[e.vShow,j(h.value)&&t.has_cancel]]),e.createElementVNode("i",{onClick:x[2]||(x[2]=g=>!s.value&&L()),class:e.normalizeClass([s.value?"fa-angle-up":"fa-angle-down","absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),style:{top:"11px"}},null,2)]),e.withDirectives(e.createElementVNode("div",Yn,[e.createElementVNode("div",Xn,[Jn,e.createElementVNode("div",Qn,[vn,e.withDirectives(e.createElementVNode("input",{type:"search","onUpdate:modelValue":x[3]||(x[3]=g=>d.value=g),ref:l.value,id:`${t.field_name}search${c.value}`,onKeydown:k,onBlur:x[4]||(x[4]=g=>R()),autocomplete:"off",class:"block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",placeholder:"Search ..."},null,40,ea),[[e.vModelText,d.value]])])]),e.createElementVNode("div",ta,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(g,y)=>{var b;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",y+1==i.value?"bg-gray-100 dark:bg-gray-600":""]),onClick:E=>U(g),onMousedown:E=>U(g),key:y,id:`${y+1}${c.value}`},[e.createElementVNode("div",oa,[((b=h.value)==null?void 0:b.id)===g.id?(e.openBlock(),e.createElementBlock("svg",na,aa)):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(g.name||g.id||"-"),1)])],42,ra)}),128))])],512),[[e.vShow,s.value]])])])):e.createCommentVNode("",!0),e.createElementVNode("span",la,e.toDisplayString(t.error_message),1),e.createElementVNode("small",sa,e.toDisplayString(t.description),1)],2))],64)}}},da={class:"font-bold ptext-lg dark:text-white"},ca=["id"],ma=e.createElementVNode("hr",{class:"!opacity-100 bg-gray-200 border-0 dark:bg-gray-700"},null,-1),ga=["for"],fa=["required","name","id","type","placeholder"],ha={class:"gl-span-form-error"},ua={class:"block mt-1 text-sm font-normal leading-5 text-gray-500"},pa={__name:"GlTextarea",props:{is_required:{type:Boolean,default:!1},show:{type:Boolean,default:!1},error_message:{type:String,default:""},model_value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},type:{type:String,default:"text"},field_name:{type:String,default:""},label_name:{type:String,default:""},description:{type:String,default:""},placeholder:{type:String,default:""}},emits:["update:modelValue","keydown"],setup(t,{expose:r,emit:o}){const a=t,l=o,n=e.ref(null);e.onMounted(()=>{n.value!==null&&n.value.hasAttribute("autofocus")&&n.value.focus()});const i=e.computed({get(){return a.modelValue},set(s){l("update:modelValue",s)}});return r({focus:()=>n.value.focus()}),(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.field_name)},[e.createElementVNode("h3",da,e.toDisplayString(t.label_name),1),e.createElementVNode("p",{id:t.field_name,class:"mb-4 text-base text-gray-900 input_tr_show dark:text-white"},e.toDisplayString(t.model_value),9,ca),ma],2)):e.createCommentVNode("",!0),t.show?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["mb-4",t.field_name])},[e.createElementVNode("label",{class:e.normalizeClass({"gl-label-form":t.error_message=="","gl-label-form-invalid":t.error_message!=="",required:t.is_required}),for:t.field_name},e.toDisplayString(t.label_name),11,ga),e.withDirectives(e.createElementVNode("textarea",{required:t.is_required,name:t.field_name,id:t.field_name,class:e.normalizeClass({" gl-textarea-form mt-4 ":t.error_message==""," gl-textarea-form-invalid mt-4 ":t.error_message!==""}),type:t.type,"onUpdate:modelValue":d[0]||(d[0]=c=>i.value=c),onKeydown:d[1]||(d[1]=c=>s.$emit("keydown",c)),ref_key:"input",ref:n,rows:"4",placeholder:t.placeholder},null,42,fa),[[e.vModelText,i.value]]),e.createElementVNode("span",ha,e.toDisplayString(t.error_message),1),e.createElementVNode("small",ua,e.toDisplayString(t.description),1)],2))],64))}},ya={compatConfig:{MODE:3},inheritAttrs:!1,emits:["pagination-change-page"],components:{RenderlessPagination:{emits:["pagination-change-page"],props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0}},computed:{isApiResource(){return!!this.data.meta},currentPage(){return this.isApiResource?this.data.meta.current_page:this.data.current_page},firstPageUrl(){return this.isApiResource?this.data.links.first:null},from(){return this.isApiResource?this.data.meta.from:this.data.from},lastPage(){return this.isApiResource?this.data.meta.last_page:this.data.last_page},lastPageUrl(){return this.isApiResource?this.data.links.last:null},nextPageUrl(){return this.isApiResource?this.data.links.next:this.data.next_page_url},perPage(){return this.isApiResource?this.data.meta.per_page:this.data.per_page},prevPageUrl(){return this.isApiResource?this.data.links.prev:this.data.prev_page_url},to(){return this.isApiResource?this.data.meta.to:this.data.to},total(){return this.isApiResource?this.data.meta.total:this.data.total},pageRange(){if(this.limit===-1)return 0;if(this.limit===0)return this.lastPage;for(var t=this.currentPage,r=this.lastPage,o=this.limit,a=t-o,l=t+o+1,n=[],i=[],s,d=1;d<=r;d++)(d===1||d===r||d>=a&&d<l)&&n.push(d);return n.forEach(function(c){s&&(c-s===2?i.push(s+1):c-s!==1&&i.push("...")),i.push(c),s=c}),i}},methods:{previousPage(){this.selectPage(this.currentPage-1)},nextPage(){this.selectPage(this.currentPage+1)},selectPage(t){t!=="..."&&this.$emit("pagination-change-page",t)}},render(){return this.$slots.default({data:this.data,limit:this.limit,computed:{isApiResource:this.isApiResource,currentPage:this.currentPage,firstPageUrl:this.firstPageUrl,from:this.from,lastPage:this.lastPage,lastPageUrl:this.lastPageUrl,nextPageUrl:this.nextPageUrl,perPage:this.perPage,prevPageUrl:this.prevPageUrl,to:this.to,total:this.total,pageRange:this.pageRange},prevButtonEvents:{click:t=>{t.preventDefault(),this.previousPage()}},nextButtonEvents:{click:t=>{t.preventDefault(),this.nextPage()}},pageButtonEvents:t=>({click:r=>{r.preventDefault(),this.selectPage(t)}})})}}},props:{data:{type:Object,default:()=>{}},limit:{type:Number,default:0},showDisabled:{type:Boolean,default:!1},size:{type:String,default:"default",validator:t=>["small","default","large"].indexOf(t)!==-1},align:{type:String,default:"left",validator:t=>["left","center","right"].indexOf(t)!==-1}},methods:{onPaginationChangePage(t){this.$emit("pagination-change-page",t)}},mounted(){}},ba={class:"flex flex-col items-center"},_a={key:0,class:"text-sm text-gray-700 dark:text-gray-400"},ka={class:"font-semibold text-gray-900 dark:text-white"},xa={class:"font-semibold text-gray-900 dark:text-white"},wa={class:"font-semibold text-gray-900 dark:text-white"},Ea=["tabindex"],Na=e.createElementVNode("span",{class:"sr-only"},"Previous",-1),Va=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1),Ba=["aria-current"],Ca=["tabindex"],$a=e.createElementVNode("span",{class:"sr-only"},"Next",-1),Sa=e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1);function Da(t,r,o,a,l,n){const i=e.resolveComponent("RenderlessPagination");return e.openBlock(),e.createBlock(i,{data:o.data,limit:o.limit,onPaginationChangePage:n.onPaginationChangePage},{default:e.withCtx(s=>[e.createElementVNode("div",ba,[s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("span",_a,[e.createTextVNode(" Showing "),e.createElementVNode("span",ka,e.toDisplayString(s.computed.from),1),e.createTextVNode(" to "),e.createElementVNode("span",xa,e.toDisplayString(s.computed.to),1),e.createTextVNode(" of "),e.createElementVNode("span",wa,e.toDisplayString(s.computed.total),1),e.createTextVNode(" Entries ")])):e.createCommentVNode("",!0),s.computed.total>s.computed.perPage?(e.openBlock(),e.createElementBlock("ul",e.mergeProps({key:1},t.$attrs,{class:["flex items-center h-8 -space-x-px text-sm",{"pagination-sm":o.size=="small","pagination-lg":o.size=="large","justify-content-center":o.align=="center","justify-content-end":o.align=="right"}]}),[s.computed.prevPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.prevPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"page-link",href:"#","aria-label":"Previous",tabindex:!s.computed.prevPageUrl&&-1},e.toHandlers(s.prevButtonEvents,!0)),[e.renderSlot(t.$slots,"prev-nav",{},()=>[Na,Va])],16,Ea)],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.computed.pageRange,(d,c)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(["",{active:d==s.computed.currentPage}]),key:c},[e.createElementVNode("a",e.mergeProps({class:"",href:"#"},e.toHandlers(s.pageButtonEvents(d),!0),{"aria-current":d==s.computed.currentPage?"page":null,class:d==s.computed.currentPage?"z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white":"flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"}),e.toDisplayString(d),17,Ba)],2))),128)),s.computed.nextPageUrl||o.showDisabled?(e.openBlock(),e.createElementBlock("li",{key:1,class:e.normalizeClass(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white",{disabled:!s.computed.nextPageUrl}])},[e.createElementVNode("a",e.mergeProps({class:"",href:"#","aria-label":"Next",tabindex:!s.computed.nextPageUrl&&-1},e.toHandlers(s.nextButtonEvents,!0)),[e.renderSlot(t.$slots,"next-nav",{},()=>[$a,Sa])],16,Ca)],2)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0)])]),_:3},8,["data","limit","onPaginationChangePage"])}const J=_(ya,[["render",Da]]),Ta={components:{TailwindPagination:J},props:{data:Array,columns:Array,get_item_url:String,xprops:Object,refreshData:Boolean},data(){return{isLoading:!1,isMounted:!1,limit:5,showDisabled:!1,size:"default",align:"left",search:"",isDropdownOpen:!1,itemLists:[],tableData:[],sortField:this.columns[0].field_name,sortOrder:"desc",pageOptions:[5,10,20,50],perPage:5,page:1}},emits:["editAction"],computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(a=>a.toString().toLowerCase().includes(t)))}},methods:{editAction(t){this.$emit("editAction",t)},forDynCompIs(t){return typeof t=="object"?t:null},GetItemLists(t=1){this.isLoading=!0,this.page=t;const r={sort:this.sortField,order:this.sortOrder,s:this.search,limit:this.perPage,page:this.page};axios.get(this.xprops.route_get_data,{params:r}).then(o=>{this.itemLists=o.data,this.isLoading=!1}).catch(o=>{console.error(o),this.isLoading=!1})},updateSortColumn(t,r){r&&(t===this.sortField?this.sortOrder=this.sortOrder==="asc"?"desc":"asc":(this.sortField=t,this.sortOrder="asc"),this.GetItemLists(this.page))},handleSearch(){this.sortField=this.columns[0].field_name,this.sortOrder="asc",this.page=1,this.GetItemLists(this.page)}},mounted(){this.GetItemLists(),this.isMounted=!0},watch:{searchFilter(){this.filteredOptions.length===0?this.selected={}:this.selected=this.filteredOptions[0]},perPage(t){this.page=1,this.perPage=t,this.GetItemLists(this.page)},refreshData(t,r){this.isMounted&&t!==r&&this.GetItemLists()}}},Oa={class:"p-2"},Pa={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"},ja=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),Aa={style:{"margin-top":"9px"}},Ma=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),Ia=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),Ga={class:"relative"},za=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),Fa={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},Ua={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"},Ra={class:"hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},qa=["onClick"],Ha={key:0,class:"ml-2"},Za={key:0,class:"fa fa-arrow-up"},Ka={key:1,class:"fa fa-arrow-down"},Wa={key:0},Ya=["colspan"],Xa=[e.createElementVNode("div",{role:"status",class:"p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"},[e.createElementVNode("div",{class:"flex items-center justify-between"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("span",{class:"sr-only"},"Loading...")],-1)],Ja=["data-label"],Qa={class:"overflow-auto max-h-40"},va={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"};function el(t,r,o,a,l,n){const i=e.resolveComponent("dropdown"),s=e.resolveComponent("TailwindPagination");return e.openBlock(),e.createElementBlock("div",Oa,[e.createElementVNode("div",Pa,[e.createElementVNode("div",La,[ja,e.createElementVNode("div",Aa,[e.createVNode(i,{has_cancel:!1,options:l.pageOptions,modelValue:l.perPage,"onUpdate:modelValue":r[0]||(r[0]=d=>l.perPage=d),is_required:!1,field_name:"perPage",label_name:"",default_value:5,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),Ma]),Ia,e.createElementVNode("div",Ga,[za,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=d=>l.search=d),onInput:r[2]||(r[2]=d=>n.handleSearch()),class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,544),[[e.vModelText,l.search]])])]),e.createElementVNode("div",Fa,[e.createElementVNode("table",Ua,[e.createElementVNode("thead",Ra,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(d,c)=>(e.openBlock(),e.createElementBlock("th",{key:c,onClick:m=>n.updateSortColumn(d.field_name,d.sortable),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(d.field_label)+" ",1),l.sortField===d.field_name?(e.openBlock(),e.createElementBlock("span",Ha,[l.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",Za)):(e.openBlock(),e.createElementBlock("i",Ka))])):e.createCommentVNode("",!0)],8,qa))),128))])]),e.createElementVNode("tbody",null,[l.isLoading?(e.openBlock(),e.createElementBlock("tr",Wa,[e.createElementVNode("td",{colspan:o.columns.length},Xa,8,Ya)])):e.createCommentVNode("",!0),l.isLoading?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(l.itemLists.data,(d,c)=>(e.openBlock(),e.createElementBlock("tr",{key:c,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(m,h)=>(e.openBlock(),e.createElementBlock("td",{key:h,"data-label":m.field_label,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("div",Qa,[m.tdComp?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.forDynCompIs(m.tdComp)),{key:0,row:d,field:m.field_name,xprops:o.xprops,tdProps:m.tdProps,onDeleteAction:r[3]||(r[3]=p=>n.GetItemLists()),onEditAction:p=>n.editAction(d)},null,40,["row","field","xprops","tdProps","onEditAction"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(d[m.field_name]),1)],64))])],8,Ja))),128))]))),128))])])]),e.createElementVNode("div",va,[e.createVNode(s,{class:"mt-3 mb-0",data:l.itemLists,limit:l.limit,size:l.size,align:l.align,onPaginationChangePage:n.GetItemLists},null,8,["data","limit","size","align","onPaginationChangePage"])])])}const tl=_(Ta,[["render",el]]),rl={components:{TailwindPagination:J},props:{data:Array,columns:Array,get_item_url:String,xprops:Object,refreshData:Boolean,groupField:String},data(){return{isLoading:!1,isMounted:!1,limit:5,showDisabled:!1,size:"default",align:"left",search:"",isDropdownOpen:!1,itemLists:[],tableData:[],sortField:this.columns[0].field_name,sortOrder:"desc",pageOptions:[5,10,20,50],perPage:5,page:1}},emits:["editAction"],computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(a=>a.toString().toLowerCase().includes(t)))},groupedItems(){return this.groupBy(this.groupField)}},methods:{groupBy(t){return this.itemLists.data?this.itemLists.data.reduce((r,o)=>{const a=o[t];r[a]||(r[a]=[]);const l={...o};return delete l[t],r[a].push(l),r},{}):[]},editAction(t){this.$emit("editAction",t)},forDynCompIs(t){return typeof t=="object"?t:null},GetItemLists(t=1){this.isLoading=!0,this.page=t;const r={sort:this.sortField,order:this.sortOrder,s:this.search,limit:this.perPage,page:this.page};axios.get(this.xprops.route_get_data,{params:r}).then(o=>{this.itemLists=o.data,this.isLoading=!1}).catch(o=>{console.error(o),this.isLoading=!1})},updateSortColumn(t,r){r&&(t===this.sortField?this.sortOrder=this.sortOrder==="asc"?"desc":"asc":(this.sortField=t,this.sortOrder="asc"),this.GetItemLists(this.page))},handleSearch(){this.sortField=this.columns[0].field_name,this.sortOrder="asc",this.page=1,this.GetItemLists(this.page)}},mounted(){this.GetItemLists(),this.isMounted=!0},watch:{searchFilter(){this.filteredOptions.length===0?this.selected={}:this.selected=this.filteredOptions[0]},perPage(t){this.page=1,this.perPage=t,this.GetItemLists(this.page)},refreshData(t,r){this.isMounted&&t!==r&&this.GetItemLists()}}},ol={class:"p-2"},nl={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"},al={class:"flex items-center gap-2"},ll=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),sl={style:{"margin-top":"9px"}},il=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),dl=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),cl={class:"relative"},ml=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),gl={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},fl={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"},hl={class:"hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},ul=["onClick"],pl={key:0,class:"ml-2"},yl={key:0,class:"fa fa-arrow-up"},bl={key:1,class:"fa fa-arrow-down"},_l={key:0},kl=["colspan"],xl=[e.createElementVNode("div",{role:"status",class:"p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"},[e.createElementVNode("div",{class:"flex items-center justify-between"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("div",{class:"flex items-center justify-between pt-4"},[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-600 w-24 mb-3"}),e.createElementVNode("div",{class:"w-32 h-2 bg-gray-200 rounded-full dark:bg-gray-700"})]),e.createElementVNode("div",{class:"h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12"})]),e.createElementVNode("span",{class:"sr-only"},"Loading...")],-1)],wl={class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},El=["colspan"],Nl=["data-label"],Vl={class:"overflow-auto max-h-40"},Bl={class:"flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800"};function Cl(t,r,o,a,l,n){const i=e.resolveComponent("dropdown"),s=e.resolveComponent("TailwindPagination");return e.openBlock(),e.createElementBlock("div",ol,[e.createElementVNode("div",nl,[e.createElementVNode("div",al,[ll,e.createElementVNode("div",sl,[e.createVNode(i,{has_cancel:!1,options:l.pageOptions,modelValue:l.perPage,"onUpdate:modelValue":r[0]||(r[0]=d=>l.perPage=d),is_required:!1,field_name:"perPage",label_name:"",default_value:5,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),il]),dl,e.createElementVNode("div",cl,[ml,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=d=>l.search=d),onInput:r[2]||(r[2]=d=>n.handleSearch()),class:"block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,544),[[e.vModelText,l.search]])])]),e.createElementVNode("div",gl,[e.createElementVNode("table",fl,[e.createElementVNode("thead",hl,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(d,c)=>(e.openBlock(),e.createElementBlock("th",{key:c,onClick:m=>n.updateSortColumn(d.field_name,d.sortable),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(d.field_label)+" ",1),l.sortField===d.field_name?(e.openBlock(),e.createElementBlock("span",pl,[l.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",yl)):(e.openBlock(),e.createElementBlock("i",bl))])):e.createCommentVNode("",!0)],8,ul))),128))])]),e.createElementVNode("tbody",null,[l.isLoading?(e.openBlock(),e.createElementBlock("tr",_l,[e.createElementVNode("td",{colspan:o.columns.length},xl,8,kl)])):e.createCommentVNode("",!0),l.isLoading?e.createCommentVNode("",!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(n.groupedItems,(d,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("tr",wl,[e.createElementVNode("td",{colspan:o.columns.length,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-3 lg:px-4 border dark:border-gray-700"},e.toDisplayString(c),9,El)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d,(m,h)=>(e.openBlock(),e.createElementBlock("tr",{key:h,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(p,k)=>(e.openBlock(),e.createElementBlock("td",{key:k,"data-label":p.field_label,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("div",Vl,[p.tdComp?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.forDynCompIs(p.tdComp)),{key:0,row:m,field:p.field_name,xprops:o.xprops,tdProps:p.tdProps,onDeleteAction:r[3]||(r[3]=$=>n.GetItemLists()),onEditAction:$=>n.editAction(m)},null,40,["row","field","xprops","tdProps","onEditAction"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m[p.field_name]),1)],64))])],8,Nl))),128))]))),128))],64))),256))])])]),e.createElementVNode("div",Bl,[e.createVNode(s,{class:"mt-3 mb-0",data:l.itemLists,limit:l.limit,size:l.size,align:l.align,onPaginationChangePage:n.GetItemLists},null,8,["data","limit","size","align","onPaginationChangePage"])])])}const $l=_(rl,[["render",Cl]]),Sl={components:{},props:{data:Array,columns:Array},data(){return{showNoOfEntries:[1,2,3,10,20,30,40],search:"",sortKey:"",sortOrder:1,currentPage:1,itemsPerPage:10,jumpToPage:"",maxDisplayedPages:10}},computed:{filteredData(){const t=this.search.toLowerCase();return this.sortData(this.data).filter(o=>Object.values(o).some(a=>a!=null&&a.toString().toLowerCase().includes(t)))},totalPages(){return Math.ceil(this.filteredData.length/this.itemsPerPage)},paginatedData(){const t=(this.currentPage-1)*this.itemsPerPage,r=t+this.itemsPerPage;return this.filteredData.slice(t,r)},displayedPageNumbers(){let t=Math.max(this.currentPage-Math.floor(this.maxDisplayedPages/2),1),r=t+this.maxDisplayedPages-1;return r>this.totalPages&&(r=this.totalPages,t=Math.max(r-this.maxDisplayedPages+1,1)),Array.from({length:r-t+1},(o,a)=>t+a)},firstItemIndex(){return this.itemsPerPage*(this.currentPage-1)+1},lastItemIndex(){const t=this.itemsPerPage*this.currentPage;return t>this.filteredData.length?this.filteredData.length:t}},methods:{handleItemsPerPageChange(t){this.itemsPerPage=t},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)},sort(t){t===this.sortKey?this.sortOrder*=-1:(this.sortKey=t,this.sortOrder=1)},sortData(t){return this.sortKey?t.slice().sort((r,o)=>(r[this.sortKey]<o[this.sortKey]?-1:1)*this.sortOrder):t},previousPage(){this.currentPage>1&&this.currentPage--},nextPage(){this.currentPage<this.totalPages&&this.currentPage++},firstPage(){this.currentPage=1},lastPage(){this.currentPage=this.totalPages},goToPage(t){t>=1&&t<=this.totalPages&&(this.currentPage=t)}}},Dl={class:"p-2"},Tl={class:"flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0"},Ol={class:"flex items-center gap-2"},Pl=e.createElementVNode("span",{class:"font-medium"}," Show ",-1),Ll={style:{"margin-top":"9px"}},jl=e.createElementVNode("span",{class:"font-medium"}," Entries ",-1),Al=e.createElementVNode("label",{for:"table-search",class:"sr-only"},"Search",-1),Ml={class:"relative"},Il=e.createElementVNode("div",{class:"absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3"},[e.createElementVNode("svg",{class:"w-5 h-5 text-gray-500 dark:text-gray-400","aria-hidden":"true",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z","clip-rule":"evenodd"})])],-1),Gl={class:"overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800"},zl={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"},Fl={class:"hidden text-sm font-normal text-center text-gray-700 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400"},Ul=["onClick"],Rl={key:0,class:"ml-2"},ql={key:0,class:"fa fa-arrow-up"},Hl={key:1,class:"fa fa-arrow-down"},Zl=["data-label"],Kl=["innerHTML"],Wl={key:0,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"},Yl={class:"flex justify-between flex-1 sm:hidden"},Xl=["disabled"],Jl=["disabled"],Ql={class:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},vl={class:"text-sm text-gray-700 dark:text-gray-400"},es={class:"font-medium"},ts={class:"font-medium"},rs={class:"font-medium"},os={"aria-label":"Page navigation"},ns={class:"flex items-center h-8 -space-x-px text-sm"},as=["disabled"],ls=[e.createElementVNode("span",{class:"sr-only"},"Previous",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 1 1 5l4 4"})],-1)],ss=["onClick"],is=["onClick"],ds=["disabled"],cs=[e.createElementVNode("span",{class:"sr-only"},"Next",-1),e.createElementVNode("svg",{class:"w-2.5 h-2.5 rtl:rotate-180","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 10"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m1 9 4-4-4-4"})],-1)];function ms(t,r,o,a,l,n){const i=e.resolveComponent("dropdown");return e.openBlock(),e.createElementBlock("div",Dl,[e.createElementVNode("div",Tl,[e.createElementVNode("div",Ol,[Pl,e.createElementVNode("div",Ll,[e.createVNode(i,{has_cancel:!1,options:l.showNoOfEntries,modelValue:l.itemsPerPage,"onUpdate:modelValue":r[0]||(r[0]=s=>l.itemsPerPage=s),is_required:!1,field_name:"NoOfEntries",label_name:"",default_value:10,show:!1,placeholder:"Please select an option"},null,8,["options","modelValue"])]),jl]),Al,e.createElementVNode("div",Ml,[Il,e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":r[1]||(r[1]=s=>l.search=s),class:"block p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 w-80 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search ..."},null,512),[[e.vModelText,l.search]])])]),e.createElementVNode("div",Gl,[e.createElementVNode("table",zl,[e.createElementVNode("thead",Fl,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(s,d)=>(e.openBlock(),e.createElementBlock("th",{key:d,onClick:c=>n.sort(s),class:"w-full px-4 py-2 lg:w-2/12"},[e.createTextVNode(e.toDisplayString(s)+" ",1),l.sortKey===s?(e.openBlock(),e.createElementBlock("span",Rl,[l.sortOrder==="asc"?(e.openBlock(),e.createElementBlock("i",ql)):(e.openBlock(),e.createElementBlock("i",Hl))])):e.createCommentVNode("",!0)],8,Ul))),128))])]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.paginatedData,(s,d)=>(e.openBlock(),e.createElementBlock("tr",{key:d,class:"bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.columns,(c,m)=>(e.openBlock(),e.createElementBlock("td",{key:m,"data-label":c,class:"text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"},[e.createElementVNode("p",{class:"text-pretty",innerHTML:s[m]},null,8,Kl)],8,Zl))),128))]))),128))])])]),n.paginatedData.length>0?(e.openBlock(),e.createElementBlock("div",Wl,[e.createElementVNode("div",Yl,[e.createElementVNode("a",{href:"#",onClick:r[2]||(r[2]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:l.currentPage===1,class:"relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Previous",8,Xl),e.createElementVNode("a",{href:"#",onClick:r[3]||(r[3]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:l.currentPage===n.totalPages,class:"relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"},"Next",8,Jl)]),e.createElementVNode("div",Ql,[e.createElementVNode("div",null,[e.createElementVNode("p",vl,[e.createTextVNode(" Showing "),e.createElementVNode("span",es,e.toDisplayString(n.firstItemIndex),1),e.createTextVNode(" to "),e.createElementVNode("span",ts,e.toDisplayString(n.lastItemIndex),1),e.createTextVNode(" of "),e.createElementVNode("span",rs,e.toDisplayString(n.filteredData.length),1),e.createTextVNode(" entries ")])]),e.createElementVNode("div",null,[e.createElementVNode("nav",os,[e.createElementVNode("ul",ns,[e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[4]||(r[4]=(...s)=>n.previousPage&&n.previousPage(...s)),disabled:l.currentPage===1,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},ls,8,as)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.displayedPageNumbers,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[e.createElementVNode("li",null,[l.currentPage!==s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},e.toDisplayString(s),9,ss)):e.createCommentVNode("",!0)]),e.createElementVNode("li",null,[l.currentPage===s?(e.openBlock(),e.createElementBlock("a",{key:0,href:"#",onClick:d=>n.goToPage(s),"aria-current":"page",class:"z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"},e.toDisplayString(s),9,is)):e.createCommentVNode("",!0)])],64))),128)),e.createElementVNode("li",null,[e.createElementVNode("a",{href:"#",onClick:r[5]||(r[5]=(...s)=>n.nextPage&&n.nextPage(...s)),disabled:l.currentPage===n.totalPages,class:"flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"},cs,8,ds)])])])])])])):e.createCommentVNode("",!0)])}const gs=_(Sl,[["render",ms]]),fs={setup(t,{slots:r}){const o=e.ref(r.default().map(l=>l.props)),a=e.ref(null);return e.provide("selectedTitle",a),e.watch(()=>r.default(),l=>{o.value=l.map(n=>n.props),o.value.some(n=>n.title===a.value)||(a.value=o.value.length>0?o.value[0].title:"")}),{tabs:o,selectedTitle:a}}},hs=["onClick"],us={class:"flex items-center"},ps={key:0,class:"w-3 h-3 rotate-180 shrink-0","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 10 6"},ys=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 5 5 1 1 5"},null,-1)],bs={key:1,class:"w-3 h-3 shrink-0","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 10 6"},_s=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M9 5 5 1 1 5"},null,-1)],ks={key:0};function xs(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.tabs,i=>(e.openBlock(),e.createElementBlock("div",{key:i.title},[e.createElementVNode("h2",null,[e.createElementVNode("button",{onClick:s=>a.selectedTitle=i.title,type:"button",class:"flex items-center justify-between w-full p-5 font-medium rtl:text-right text-gray-500 border border-b-0 border-gray-200 rounded-t-xl focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800 gap-3","aria-expanded":"true"},[e.createElementVNode("span",us,e.toDisplayString(i.title),1),a.selectedTitle!=i.title?(e.openBlock(),e.createElementBlock("svg",ps,ys)):e.createCommentVNode("",!0),a.selectedTitle===i.title?(e.openBlock(),e.createElementBlock("svg",bs,_s)):e.createCommentVNode("",!0)],8,hs)]),a.selectedTitle===i.title?(e.openBlock(),e.createElementBlock("div",ks,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)]))),128))])}const ws=_(fs,[["render",xs]]),Es={props:["title"],setup(){return{selectedTitle:e.inject("selectedTitle")}}},Ns={key:0,class:"p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900"};function Vs(t,r,o,a,l,n){return o.title==a.selectedTitle?(e.openBlock(),e.createElementBlock("div",Ns,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)}const Bs=_(Es,[["render",Vs]]),Cs={class:"flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",role:"alert"},$s={key:0,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"},Ss=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Check icon",-1)],Ds={key:1,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"},Ts=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Error icon",-1)],Os={key:2,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"},Ps=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},[e.createElementVNode("path",{d:"M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z"})],-1),e.createElementVNode("span",{class:"sr-only"},"Warning icon",-1)],Ls={class:"ml-3 text-sm font-normal"},js=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.createElementVNode("svg",{"aria-hidden":"true",class:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1)],As={__name:"ToastListItem",props:{message:String,duration:{type:Number,default:2e3},type:{type:String,default:"success"}},emits:["remove"],setup(t,{emit:r}){const o=t;e.onMounted(()=>{setTimeout(()=>a("remove"),o.duration)});const a=r;return(l,n)=>(e.openBlock(),e.createElementBlock("div",Cs,[o.type==="success"?(e.openBlock(),e.createElementBlock("div",$s,Ss)):e.createCommentVNode("",!0),o.type==="error"?(e.openBlock(),e.createElementBlock("div",Ds,Ts)):e.createCommentVNode("",!0),o.type==="warning"?(e.openBlock(),e.createElementBlock("div",Os,Ps)):e.createCommentVNode("",!0),e.createElementVNode("div",Ls,e.toDisplayString(o.message),1),e.createElementVNode("button",{onClick:n[0]||(n[0]=i=>a("remove")),type:"button",class:"-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white","data-dismiss-target":"#toast-default","aria-label":"Close"},js)]))}},Q=e.reactive({items:[]}),v={state:Q,methods:{add(t){Q.items.unshift({key:Symbol(),message:t.message,type:t.type,duration:t.duration})},remove(t){Q.items.splice(t,1)}}},Ms={__name:"GlToastList",setup(t){function r(o){v.methods.remove(o)}return(o,a)=>(e.openBlock(),e.createBlock(e.TransitionGroup,{tag:"div","enter-from-class":"translate-x-full opacity-0","enter-active-class":"duration-500","leave-active-class":"duration-500","leave-to-class":"translate-x-full opacity-0",class:"fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(v).state.items,(l,n)=>(e.openBlock(),e.createBlock(As,{key:l.key,message:l.message,type:l.type,duration:l.duration,onRemove:i=>r(n)},null,8,["message","type","duration","onRemove"]))),128))]),_:1}))}},Is={key:0,class:"flex justify-center"},Gs=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],zs={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},Fs={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},Us={key:0},Rs=["href"],qs=e.createElementVNode("i",{class:"mr-2 fa-solid fa-list-ul opacity-80"},null,-1),Hs={key:1},Zs=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),Ks={__name:"DatatableAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=se(),a=t,l=e.ref(!1),n=e.ref(!1),i=()=>{l.value=!1},s=()=>{l.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,h=()=>{axios.delete(`${a.xprops.route}/${a.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(p=>{console.log(p)})};return(p,k)=>{const $=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(G,{isOpen:n.value,onConfirmDelete:h,onCancelDelete:d},null,8,["isOpen"]),t.row&&p.can(`edit_${t.xprops.permission} || delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",Is,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},Gs),e.withDirectives(e.createElementVNode("div",zs,[e.createElementVNode("ul",Fs,[p.can(`edit_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Us,[e.createElementVNode("a",{href:t.xprops.route+"/"+t.row.id+"/edit",class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[qs,e.createTextVNode(" Edit")],8,Rs)])):e.createCommentVNode("",!0),p.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Hs,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[Zs,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,l.value]])])),[[$,i]]):e.createCommentVNode("",!0)],64)}}},Ws={key:0,class:"flex justify-center"},Ys=[e.createElementVNode("svg",{class:"w-5 h-5","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 4 15"},[e.createElementVNode("path",{d:"M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})],-1)],Xs={class:"absolute right-0 z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600"},Js={class:"py-2 text-sm text-gray-700 dark:text-gray-200","aria-labelledby":"dropdownDividerButton"},Qs={key:0},vs=e.createElementVNode("i",{class:"mr-2 fa-solid fa-trash-can opacity-80"},null,-1),ei={__name:"DatatableDeleteAction",props:{field:{type:String,default:""},route_url:{type:String,default:""},row:{type:[Array,Object],default:[]},xprops:{type:Object,default:{}},tdProps:{type:Object,default:{}}},emits:["deleteAction"],setup(t,{emit:r}){const o=se(),a=t,l=e.ref(!1),n=e.ref(!1),i=()=>{l.value=!1},s=()=>{l.value=!0},d=()=>{n.value=!1},c=()=>{n.value=!0},m=r,h=()=>{axios.delete(`${a.xprops.route}/${a.row.id}`).then(()=>{d(),m("deleteAction"),o.commit("notification/SHOW_NOTIFICATION",{message:"Item deleted successfully.",type:"success",duration:5e3})}).catch(p=>{console.log(p)})};return(p,k)=>{const $=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(G,{isOpen:n.value,onConfirmDelete:h,onCancelDelete:d},null,8,["isOpen"]),t.row&&p.can(`delete_${t.xprops.permission}`)?e.withDirectives((e.openBlock(),e.createElementBlock("div",Ws,[e.createElementVNode("button",{onClick:s,class:"inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",type:"button"},Ys),e.withDirectives(e.createElementVNode("div",Xs,[e.createElementVNode("ul",Js,[p.can(`delete_${t.xprops.permission}`)?(e.openBlock(),e.createElementBlock("li",Qs,[e.createElementVNode("a",{href:"#",onClick:e.withModifiers(c,["prevent"]),class:"block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"},[vs,e.createTextVNode(" Remove")])])):e.createCommentVNode("",!0)])],512),[[e.vShow,l.value]])])),[[$,i]]):e.createCommentVNode("",!0)],64)}}},ti={props:["field","row"],computed:{isArray(){return Array.isArray(this.row)},isObject(){return typeof this.row=="object"},isString(){return typeof this.row=="string"}},mounted(){}},ri=["href","title"],oi=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),ni={key:1,class:"m-1 d-inline-block"},ai=["href","title"],li=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function si(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row,(i,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i,title:i,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[oi,e.createTextVNode(" Download ")],8,ri)]))),128)):n.isString?(e.openBlock(),e.createElementBlock("div",ni,[e.createElementVNode("a",{href:o.row,title:o.row,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[li,e.createTextVNode(" Download ")],8,ai)])):e.createCommentVNode("",!0)])}const ii=_(ti,[["render",si]]),di={props:["field","row"],computed:{isArray(){return Array.isArray(this.row[this.field])},isObject(){return typeof this.row[this.field]=="object"}}},ci=["href","title"],mi=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1),gi={key:1,class:"m-1 d-inline-block"},fi=["href","title"],hi=e.createElementVNode("svg",{class:"w-3 h-3 text-white me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z","clip-rule":"evenodd"}),e.createElementVNode("path",{"fill-rule":"evenodd",d:"M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z","clip-rule":"evenodd"})],-1);function ui(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",null,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[o.field],i=>(e.openBlock(),e.createElementBlock("div",{key:i.id,class:"m-1 d-inline-block"},[e.createElementVNode("a",{href:i.url,title:i.name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[mi,e.createTextVNode(" Download ")],8,ci)]))),128)):n.isObject?(e.openBlock(),e.createElementBlock("div",gi,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank",class:"inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},[hi,e.createTextVNode(" Download ")],8,fi)])):e.createCommentVNode("",!0)])}const pi=_(di,[["render",ui]]),yi={props:["field","row","tdProps"]},bi={key:0},_i=["innerHTML"];function ki(t,r,o,a,l,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",bi,[e.createElementVNode("div",{class:"w-full",innerHTML:o.row[o.field]},null,8,_i)])):e.createCommentVNode("",!0)}const xi=_(yi,[["render",ki]]),wi={props:["field","row","tdProps"],computed:{entry(){const[t,r]=this.field.split(".");return e.markRaw({key:t,field:r})},isArray(){return Array.isArray(this.row[this.entry.key])},isObject(){return typeof this.row[this.entry.key]=="object"}}},Ei={class:"flex flex-wrap gap-2"},Ni={key:1,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"};function Vi(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",Ei,[n.isArray?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.row[n.entry.key],(i,s)=>(e.openBlock(),e.createElementBlock("span",{key:s,class:"px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"},e.toDisplayString(i[n.entry.field]),1))),128)):n.isObject?(e.openBlock(),e.createElementBlock("span",Ni,e.toDisplayString(o.row[n.entry.key][n.entry.field]),1)):e.createCommentVNode("",!0)])}const Bi=_(wi,[["render",Vi]]),Ci={props:["field","row","tdProps"]},$i={key:0},Si={class:"m-1 d-inline-block"},Di=["href","title"],Ti=["src","alt","title"];function Oi(t,r,o,a,l,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",$i,[e.createElementVNode("div",Si,[e.createElementVNode("a",{href:o.row[o.field].url,title:o.row[o.field].name,target:"_blank"},[e.createElementVNode("img",{src:o.row[o.field].thumbnail,alt:o.row[o.field].name,title:o.row[o.field].name},null,8,Ti)],8,Di)])])):e.createCommentVNode("",!0)}const Pi=_(Ci,[["render",Oi],["__scopeId","data-v-3a28c02c"]]),Li={props:["field","row","tdProps"],computed:{isActive(){return this.row[this.field]===1}}},ji={class:"flex flex-wrap gap-2 text-nowrap"},Ai={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Mi=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),Ii={key:1,class:"inline-flex items-center bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-red-900 dark:text-red-300"},Gi=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1);function zi(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",ji,[n.isActive?(e.openBlock(),e.createElementBlock("span",Ai,[Mi,e.createTextVNode(" Active ")])):n.isActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",Ii,[Gi,e.createTextVNode(" Inactive ")]))])}const Fi=_(Li,[["render",zi]]),Ui={props:["field","row","tdProps"],computed:{hasLabelColor(t){const r=this.tdProps.status_general_labels_color.find(o=>o.label===this.row[this.field]);return r?r.class:""}}},Ri={class:"flex flex-wrap gap-2 text-nowrap"},qi={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Hi=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),Zi={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"},Ki=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1),Wi={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},Yi=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),Xi={key:3,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"},Ji=e.createElementVNode("span",{class:"w-2 h-2 bg-blue-500 rounded-full me-1"},null,-1),Qi={key:4,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},vi=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1);function ed(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",Ri,[n.hasLabelColor=="green"?(e.openBlock(),e.createElementBlock("span",qi,[Hi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="red"?(e.openBlock(),e.createElementBlock("span",Zi,[Ki,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="yellow"?(e.openBlock(),e.createElementBlock("span",Wi,[Yi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="default"?(e.openBlock(),e.createElementBlock("span",Xi,[Ji,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="animate"?(e.openBlock(),e.createElementBlock("span",Qi,[vi,e.createTextVNode(" "+e.toDisplayString(this.row[this.field]),1)])):e.createCommentVNode("",!0)])}const td=_(Ui,[["render",ed]]),rd={props:["field","row","tdProps"],computed:{hasLabelColor(){return this.tdProps.specfic_color??""},badgeType(){switch(this.tdProps.badge_type){case"Default":return"rounded text-xs";case"Large":return"rounded text-sm ";case"Bordered":return"rounded text-xs border";case"Pills":return"rounded-full text-xs";default:return""}}}},od={class:"flex flex-wrap gap-2 text-nowrap justify-center"};function nd(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",od,[n.hasLabelColor=="Default"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["bg-blue-100 text-blue-800 font-medium me-2 px-2.5 py-0.5 dark:bg-blue-900 dark:text-blue-300 border-blue-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Dark"?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["bg-gray-100 text-gray-800 font-medium me-2 px-2.5 py-0.5 dark:bg-gray-700 dark:text-gray-300 border-gray-500",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Red"?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(["bg-red-100 text-red-800 font-medium me-2 px-2.5 py-0.5 dark:bg-red-900 dark:text-red-300 border-red-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Green"?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(["bg-green-100 text-green-800 font-medium me-2 px-2.5 py-0.5 dark:bg-green-900 dark:text-green-300 border-green-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Yellow"?(e.openBlock(),e.createElementBlock("span",{key:4,class:e.normalizeClass(["bg-yellow-100 text-yellow-800 font-medium me-2 px-2.5 py-0.5 dark:bg-yellow-900 dark:text-yellow-300 border-yellow-300",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Indigo"?(e.openBlock(),e.createElementBlock("span",{key:5,class:e.normalizeClass(["bg-indigo-100 text-indigo-800 font-medium me-2 px-2.5 py-0.5 dark:bg-indigo-900 dark:text-indigo-300 border-indigo-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Purple"?(e.openBlock(),e.createElementBlock("span",{key:6,class:e.normalizeClass(["bg-purple-100 text-purple-800 font-medium me-2 px-2.5 py-0.5 dark:bg-purple-900 dark:text-purple-300 border-purple-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0),n.hasLabelColor=="Pink"?(e.openBlock(),e.createElementBlock("span",{key:7,class:e.normalizeClass(["bg-pink-100 text-pink-800 font-medium me-2 px-2.5 py-0.5 dark:bg-pink-900 dark:text-pink-300 border-pink-400",n.badgeType])},e.toDisplayString(this.row[this.field]),3)):e.createCommentVNode("",!0)])}const ad=_(rd,[["render",nd]]),ld={props:["field","row","tdProps"],computed:{hasLabelColor(t){const r=this.tdProps.status_general_labels_color.find(o=>o.text===this.row[this.field]);return r?r.class:""},getLabel(){const t=this.tdProps.status_general_labels_color.find(r=>r.text===this.row[this.field]);return t?t.label:""}}},sd={class:"flex flex-wrap gap-2 text-nowrap"},id={key:0,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},dd=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1),cd={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"},md=e.createElementVNode("span",{class:"w-2 h-2 bg-red-500 rounded-full me-1"},null,-1),gd={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},fd=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),hd={key:3,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"},ud=e.createElementVNode("span",{class:"w-2 h-2 bg-blue-500 rounded-full me-1"},null,-1),pd={key:4,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},yd=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1);function bd(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",sd,[n.hasLabelColor=="green"?(e.openBlock(),e.createElementBlock("span",id,[dd,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="red"?(e.openBlock(),e.createElementBlock("span",cd,[md,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="yellow"?(e.openBlock(),e.createElementBlock("span",gd,[fd,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="default"?(e.openBlock(),e.createElementBlock("span",hd,[ud,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0),n.hasLabelColor=="animate"?(e.openBlock(),e.createElementBlock("span",pd,[yd,e.createTextVNode(" "+e.toDisplayString(n.getLabel),1)])):e.createCommentVNode("",!0)])}const _d=_(ld,[["render",bd]]),kd={props:["field","row","tdProps"],computed:{formattedDate(){if(!this.row[this.field])return"";const t=new Date(this.row[this.field]),r=t.getFullYear(),o=t.toLocaleString("default",{month:"long"}),a=t.getDate();let l=t.getHours();const n=t.getMinutes(),i=t.getSeconds(),s=l>=12?"pm":"am";return l=l%12,l=l||12,`${o} ${a}, ${r}, ${l}:${n}:${i} ${s}`},isActive(){return this.row[this.field]===1}}},xd={class:"w-full"};function wd(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",xd,e.toDisplayString(n.formattedDate),1)}const Ed=_(kd,[["render",wd]]),Nd={props:["field","row","tdProps"]},Vd={class:"flex flex-wrap gap-2 text-nowrap"},Bd={key:0,class:"inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"},Cd=e.createElementVNode("span",{class:"relative flex w-2 h-2 mr-1"},[e.createElementVNode("span",{class:"absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping"}),e.createElementVNode("span",{class:"relative inline-flex w-2 h-2 bg-blue-500 rounded-full"})],-1),$d={key:1,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"},Sd=e.createElementVNode("span",{class:"w-2 h-2 bg-yellow-500 rounded-full me-1"},null,-1),Dd={key:2,class:"inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"},Td=e.createElementVNode("span",{class:"w-2 h-2 bg-green-500 rounded-full me-1"},null,-1);function Od(t,r,o,a,l,n){return e.openBlock(),e.createElementBlock("div",Vd,[o.row[o.field]===0?(e.openBlock(),e.createElementBlock("span",Bd,[Cd,e.createTextVNode(" Provisioning")])):e.createCommentVNode("",!0),o.row[o.field]===2?(e.openBlock(),e.createElementBlock("span",$d,[Sd,e.createTextVNode(" Paused ")])):e.createCommentVNode("",!0),o.row[o.field]===1?(e.openBlock(),e.createElementBlock("span",Dd,[Td,e.createTextVNode(" Active ")])):e.createCommentVNode("",!0)])}const Pd=_(Nd,[["render",Od]]),Ld={props:["field","row","tdProps"]},jd={key:0,class:"text-nowrap"},Ad={class:"w-full h-full p-3 mx-0 mt-0 overflow-auto font-mono text-left break-words rounded cursor-default whitespace-nowrap console_styles"};function Md(t,r,o,a,l,n){return o.row[o.field]?(e.openBlock(),e.createElementBlock("div",jd,[e.createElementVNode("pre",Ad," "+e.toDisplayString(o.row[o.field])+`
|
|
8
8
|
`,1)])):e.createCommentVNode("",!0)}const Id=_(Ld,[["render",Md]]),Gd={props:["isOpen","title","button_text"],methods:{confirmAction(){this.$emit("confirm-action")},cancelAction(){this.$emit("cancel-action")}}},zd={key:0,class:"fixed inset-0 z-50 overflow-y-auto",role:"dialog","aria-modal":"true"},Fd={class:"flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0"},Ud=e.createElementVNode("div",{class:"fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75","aria-hidden":"true"},null,-1),Rd=e.createElementVNode("span",{class:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"",-1),qd={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"},Hd={class:"px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4"},Zd={class:"sm:flex sm:items-start"},Kd={class:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},Wd={class:"text-lg font-medium leading-6 text-gray-900"},Yd={class:"mt-2"},Xd={class:"px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse"};function Jd(t,r,o,a,l,n){return o.isOpen?(e.openBlock(),e.createElementBlock("div",zd,[e.createElementVNode("div",Fd,[Ud,Rd,e.createElementVNode("div",qd,[e.createElementVNode("div",Hd,[e.createElementVNode("div",Zd,[e.createElementVNode("div",Kd,[e.createElementVNode("h3",Wd,e.toDisplayString(o.title),1),e.createElementVNode("div",Yd,[e.renderSlot(t.$slots,"default")])])])]),e.createElementVNode("div",Xd,[e.createElementVNode("button",{onClick:r[0]||(r[0]=(...i)=>n.confirmAction&&n.confirmAction(...i)),type:"button",class:"inline-flex justify-center w-full px-4 py-2 text-base font-medium text-white bg-red-600 border border-transparent rounded-md shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm"},e.toDisplayString(o.button_text),1),e.createElementVNode("button",{onClick:r[1]||(r[1]=(...i)=>n.cancelAction&&n.cancelAction(...i)),type:"button",class:"inline-flex justify-center w-full px-4 py-2 mt-3 text-base font-medium text-gray-700 bg-white border border-gray-300 rounded-md shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"}," Cancel ")])])])])):e.createCommentVNode("",!0)}const Qd=_(Gd,[["render",Jd]]),vd={class:"w-full"},ec={class:"mb-2 flex justify-between items-center"},tc={class:"text-sm font-medium text-gray-900 dark:text-white"},rc={class:"relative bg-gray-50 rounded-lg dark:bg-gray-700 p-4 h-auto"},oc={class:"overflow-auto max-h-32"},nc={class:"text-sm text-gray-500 dark:text-gray-400"},ac={class:"absolute top-2 end-2 bg-gray-50 dark:bg-gray-700"},lc={key:0,class:"inline-flex items-center"},sc=[e.createElementVNode("svg",{class:"w-3 h-3 me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 18 20"},[e.createElementVNode("path",{d:"M16 1h-3.278A1.992 1.992 0 0 0 11 0H7a1.993 1.993 0 0 0-1.722 1H2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Zm-3 14H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2Zm0-4H5a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2Zm0-5H5a1 1 0 0 1 0-2h2V2h4v2h2a1 1 0 1 1 0 2Z"})],-1),e.createElementVNode("span",{class:"text-xs font-semibold"},"Copy",-1)],ic={key:1,class:"inline-flex items-center"},dc=[e.createElementVNode("svg",{class:"w-3 h-3 text-blue-700 dark:text-blue-500 me-2","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 12"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M1 5.917 5.724 10.5 15 1.5"})],-1),e.createElementVNode("span",{class:"text-xs font-semibold text-blue-700 dark:text-blue-500"},"Copied",-1)],cc={class:"mt-2 text-sm text-gray-500 dark:text-gray-400"},mc={__name:"GlCodeCopy",props:{label_name:{type:String,default:""},code:{type:String,default:""},description:{type:String,default:""}},setup(t){const r=t,o=e.ref(!1),a=n=>{navigator.clipboard.writeText(n).then(function(){o.value=!0,setTimeout(()=>{o.value=!1},2e3)}).catch(function(i){console.error("Error copying to clipboard: ",i)})},l=e.computed(()=>r.code);return(n,i)=>(e.openBlock(),e.createElementBlock("div",vd,[e.createElementVNode("div",ec,[e.createElementVNode("p",tc,e.toDisplayString(t.label_name),1)]),e.createElementVNode("div",rc,[e.createElementVNode("div",oc,[e.createElementVNode("code",nc,e.toDisplayString(l.value),1)]),e.createElementVNode("div",ac,[e.createElementVNode("button",{onClick:i[0]||(i[0]=s=>a(l.value)),class:"text-gray-900 dark:text-gray-400 m-1 hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-600 dark:hover:bg-gray-700 rounded-lg py-2 px-3 inline-flex items-center justify-center bg-white border-gray-200 border"},[o.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",lc,sc)),o.value?(e.openBlock(),e.createElementBlock("span",ic,dc)):e.createCommentVNode("",!0)])])]),e.createElementVNode("p",cc,e.toDisplayString(t.description),1)]))}},gc={class:"w-full"},fc={class:"flex justify-between items-center"},hc={class:"gl-label-form"},uc={class:"flex items-center"},pc={class:"flex-shrink-0 z-10 inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-gray-100 border border-gray-300 rounded-s-lg dark:bg-gray-600 dark:text-white dark:border-gray-600"},yc={class:"relative w-full"},bc=["value"],_c={key:0},kc=[e.createElementVNode("svg",{class:"w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 18 20"},[e.createElementVNode("path",{d:"M16 1h-3.278A1.992 1.992 0 0 0 11 0H7a1.993 1.993 0 0 0-1.722 1H2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Zm-3 14H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2Zm0-4H5a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2Zm0-5H5a1 1 0 0 1 0-2h2V2h4v2h2a1 1 0 1 1 0 2Z"})],-1)],xc={key:1,class:"inline-flex items-center"},wc=[e.createElementVNode("svg",{class:"w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 12"},[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M1 5.917 5.724 10.5 15 1.5"})],-1)],Ec={class:"mt-2 text-sm text-gray-500 dark:text-gray-400"},Nc={__name:"GlTextCopy",props:{label_name:{type:String,default:""},text_name:{type:String,default:""},code:{type:String,default:""},description:{type:String,default:""}},setup(t){const r=t,o=e.ref(!1),a=n=>{navigator.clipboard.writeText(n).then(function(){o.value=!0,setTimeout(()=>{o.value=!1},2e3)}).catch(function(i){console.error("Error copying to clipboard: ",i)})},l=e.computed(()=>r.code);return(n,i)=>(e.openBlock(),e.createElementBlock("div",gc,[e.createElementVNode("div",fc,[e.createElementVNode("label",hc,e.toDisplayString(t.label_name),1)]),e.createElementVNode("div",uc,[e.createElementVNode("span",pc,e.toDisplayString(t.text_name),1),e.createElementVNode("div",yc,[e.createElementVNode("input",{type:"text","aria-describedby":"helper-text-explanation",class:"bg-gray-50 border border-e-0 border-gray-300 text-gray-500 dark:text-gray-400 text-sm border-s-0 focus:ring-blue-500 focus:border-blue-500 block w-full p-2 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500",value:l.value,readonly:"",disabled:""},null,8,bc)]),e.createElementVNode("button",{style:{padding:".61rem"},onClick:i[0]||(i[0]=s=>a(l.value)),class:"flex-shrink-0 z-10 inline-flex items-center px-4 text-sm font-medium text-center text-white bg-blue-700 rounded-e-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 border border-blue-700 dark:border-blue-600 hover:border-blue-800 dark:hover:border-blue-700",type:"button"},[o.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",_c,kc)),o.value?(e.openBlock(),e.createElementBlock("span",xc,wc)):e.createCommentVNode("",!0)])]),e.createElementVNode("p",Ec,e.toDisplayString(t.description),1)]))}};u.DatatableStatusTextLabelGeneral=_d,u.GLDatatableCommand=Id,u.GLDatatableDateTime=Ed,u.GLDatatableStatusServer=Pd,u.GlAccordion=Bs,u.GlAccordionsWrapper=ws,u.GlButton=Er,u.GlCard=tr,u.GlCodeCopy=mc,u.GlConfirmationModal=Qd,u.GlDataTable=gs,u.GlDataTableServerSide=tl,u.GlDataTableServerSideGroupBy=$l,u.GlDatatableAction=Ks,u.GlDatatableDeleteAction=ei,u.GlDatatableFileDownload=ii,u.GlDatatableFiles=pi,u.GlDatatableHtml=xi,u.GlDatatableList=Bi,u.GlDatatablePicture=Pi,u.GlDatatableStatus=Fi,u.GlDatatableStatusGeneral=td,u.GlDatatableStatusSpecficColor=ad,u.GlDeleteConfirmationModal=G,u.GlDropdown=ia,u.GlFilesUpload=Mt,u.GlLanguageSelector=Xt,u.GlModal=Vn,u.GlMultiItemSlide=bn,u.GlMultiSelectDropdown=_r,u.GlNotify=qt,u.GlTab=Vo,u.GlTabsWrapper=xo,u.GlTailwindPagination=J,u.GlTextCopy=Nc,u.GlTextInput=mo,u.GlTextTranslate=ro,u.GlTextarea=pa,u.GlTextareaTranslate=Lr,u.GlTinymceTranslate=Hr,u.GlToast=v,u.GlToastList=Ms,u.GlToggleBox=Gn,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|