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