golden-logic-ui 1.0.267 → 1.0.268
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 +881 -881
- package/dist/golden-logic-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as ve, createElementBlock as we, createElementVNode as P, createCommentVNode as pt, createStaticVNode as Eq, reactive as Aq, resolveComponent as ky, Fragment as bo, createVNode as cb, normalizeClass as rn, toDisplayString as mt, withModifiers as oc, withDirectives as Qa, vModelText as vm, renderList as kr, normalizeStyle as Dq, computed as vc, renderSlot as vf, ref as Wo, onMounted as Oh, watch as Gw, createTextVNode as So, vShow as n5, nextTick as Dj, createBlock as Ty, resolveDynamicComponent as o5, mergeProps as t5, withCtx as U8, vModelDynamic as YG, provide as XG, inject as JG, pushScopeId as
|
|
1
|
+
import { openBlock as ve, createElementBlock as we, createElementVNode as P, createCommentVNode as pt, createStaticVNode as Eq, reactive as Aq, resolveComponent as ky, Fragment as bo, createVNode as cb, normalizeClass as rn, toDisplayString as mt, withModifiers as oc, withDirectives as Qa, vModelText as vm, renderList as kr, normalizeStyle as Dq, computed as vc, renderSlot as vf, ref as Wo, onMounted as Oh, watch as Gw, createTextVNode as So, vShow as n5, nextTick as Dj, createBlock as Ty, resolveDynamicComponent as o5, mergeProps as t5, withCtx as U8, vModelDynamic as YG, defineEmits as Oq, provide as XG, inject as JG, pushScopeId as Rq, popScopeId as $q, vModelCheckbox as QG, onBeforeUnmount as Mq, toHandlers as Ej, onUnmounted as Pq, TransitionGroup as Nq, unref as Bq, resolveDirective as eq, markRaw as Iq } from "vue";
|
|
2
2
|
const Jr = (O, me) => {
|
|
3
3
|
const se = O.__vccOpts || O;
|
|
4
4
|
for (const [Ae, he] of me)
|
|
5
5
|
se[Ae] = he;
|
|
6
6
|
return se;
|
|
7
|
-
},
|
|
7
|
+
}, Lq = {
|
|
8
8
|
props: ["isOpen"],
|
|
9
9
|
methods: {
|
|
10
10
|
confirmDeletion() {
|
|
@@ -14,27 +14,27 @@ const Jr = (O, me) => {
|
|
|
14
14
|
this.$emit("cancel-delete");
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
},
|
|
17
|
+
}, Fq = {
|
|
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
|
+
}, Hq = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Vq = /* @__PURE__ */ P("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), zq = /* @__PURE__ */ P("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 se.isOpen ? (ve(), we("div",
|
|
32
|
-
P("div",
|
|
33
|
-
Hq,
|
|
29
|
+
}, "", -1), Uq = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, Wq = /* @__PURE__ */ Eq('<div class="px-4 pt-5 pb-4 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" id="modal-title"> Confirm Deletion </h3><div class="mt-2"><p class="text-sm"> Are you sure you want to delete this item? This action cannot be undone. </p></div></div></div></div>', 1), Zq = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
30
|
+
function jq(O, me, se, Ae, he, K) {
|
|
31
|
+
return se.isOpen ? (ve(), we("div", Fq, [
|
|
32
|
+
P("div", Hq, [
|
|
34
33
|
Vq,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
zq,
|
|
35
|
+
P("div", Uq, [
|
|
36
|
+
Wq,
|
|
37
|
+
P("div", Zq, [
|
|
38
38
|
P("button", {
|
|
39
39
|
onClick: me[0] || (me[0] = (...Ee) => K.confirmDeletion && K.confirmDeletion(...Ee)),
|
|
40
40
|
type: "button",
|
|
@@ -50,9 +50,9 @@ function Zq(O, me, se, Ae, he, K) {
|
|
|
50
50
|
])
|
|
51
51
|
])) : pt("", !0);
|
|
52
52
|
}
|
|
53
|
-
const Oj = /* @__PURE__ */ Jr(
|
|
53
|
+
const Oj = /* @__PURE__ */ Jr(Lq, [["render", jq]]), Aj = Aq({
|
|
54
54
|
items: []
|
|
55
|
-
}),
|
|
55
|
+
}), Gq = {
|
|
56
56
|
add(O) {
|
|
57
57
|
Aj.items.unshift({
|
|
58
58
|
key: Symbol(),
|
|
@@ -66,8 +66,8 @@ const Oj = /* @__PURE__ */ Jr(Iq, [["render", Zq]]), Aj = Aq({
|
|
|
66
66
|
}
|
|
67
67
|
}, s5 = {
|
|
68
68
|
state: Aj,
|
|
69
|
-
methods:
|
|
70
|
-
},
|
|
69
|
+
methods: Gq
|
|
70
|
+
}, qq = {
|
|
71
71
|
components: {
|
|
72
72
|
DeleteConfirmationModal: Oj
|
|
73
73
|
},
|
|
@@ -219,7 +219,7 @@ const Oj = /* @__PURE__ */ Jr(Iq, [["render", Zq]]), Aj = Aq({
|
|
|
219
219
|
mounted() {
|
|
220
220
|
this.error_message_data = this.error_message;
|
|
221
221
|
}
|
|
222
|
-
},
|
|
222
|
+
}, Kq = { class: "flex flex-col items-center justify-center pt-5 pb-6" }, Yq = ["multiple"], Xq = ["name"], Jq = /* @__PURE__ */ P("svg", {
|
|
223
223
|
class: "w-8 h-8 mb-4 text-gray-500 dark:text-gray-400",
|
|
224
224
|
"aria-hidden": "true",
|
|
225
225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -233,19 +233,19 @@ const Oj = /* @__PURE__ */ Jr(Iq, [["render", Zq]]), Aj = Aq({
|
|
|
233
233
|
"stroke-width": "2",
|
|
234
234
|
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"
|
|
235
235
|
})
|
|
236
|
-
], -1),
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
],
|
|
240
|
-
|
|
241
|
-
],
|
|
236
|
+
], -1), Qq = /* @__PURE__ */ P("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, " Drag & drop files or browse ", -1), eK = [
|
|
237
|
+
Jq,
|
|
238
|
+
Qq
|
|
239
|
+
], tK = { key: 1 }, nK = /* @__PURE__ */ P("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, " Drop files here ", -1), oK = [
|
|
240
|
+
nK
|
|
241
|
+
], sK = { class: "mt-2 gl-span-form-error" }, rK = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, aK = {
|
|
242
242
|
key: 0,
|
|
243
243
|
class: ""
|
|
244
|
-
},
|
|
244
|
+
}, lK = { 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" }, cK = /* @__PURE__ */ P("i", { class: "text-3xl fas fa-file-alt" }, null, -1), iK = { class: "w-full ml-3" }, uK = { class: "flex items-center justify-between mb-1" }, dK = { class: "text-xs text-black dark:text-white" }, mK = { class: "text-xs text-black dark:text-white" }, fK = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, gK = { class: "overflow-x-scroll max-h-56" }, hK = { 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" }, pK = { class: "flex items-center" }, bK = /* @__PURE__ */ P("i", {
|
|
245
245
|
class: "text-3xl fas fa-file-alt",
|
|
246
246
|
"aria-hidden": "true"
|
|
247
|
-
}, null, -1),
|
|
248
|
-
function
|
|
247
|
+
}, null, -1), vK = { class: "flex flex-col ml-3" }, yK = { class: "text-xs" }, xK = { class: "text-xs" }, wK = { class: "flex gap-2" }, CK = ["href"], SK = ["onClick"];
|
|
248
|
+
function _K(O, me, se, Ae, he, K) {
|
|
249
249
|
const Ee = ky("DeleteConfirmationModal");
|
|
250
250
|
return ve(), we(bo, null, [
|
|
251
251
|
cb(Ee, {
|
|
@@ -272,39 +272,39 @@ function SK(O, me, se, Ae, he, K) {
|
|
|
272
272
|
onDrop: me[5] || (me[5] = oc((...J) => K.onDrop && K.onDrop(...J), ["prevent"])),
|
|
273
273
|
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"
|
|
274
274
|
}, [
|
|
275
|
-
P("div",
|
|
275
|
+
P("div", Kq, [
|
|
276
276
|
P("input", {
|
|
277
277
|
type: "file",
|
|
278
278
|
ref: "file_input" + se.field_name,
|
|
279
279
|
hidden: "",
|
|
280
280
|
multiple: se.has_multiple_file,
|
|
281
281
|
onChange: me[0] || (me[0] = (...J) => K.uploadFiles && K.uploadFiles(...J))
|
|
282
|
-
}, null, 40,
|
|
282
|
+
}, null, 40, Yq),
|
|
283
283
|
Qa(P("input", {
|
|
284
284
|
type: "hidden",
|
|
285
285
|
name: se.field_name,
|
|
286
286
|
"onUpdate:modelValue": me[1] || (me[1] = (J) => K.uploadFileListFinal = J)
|
|
287
|
-
}, null, 8,
|
|
287
|
+
}, null, 8, Xq), [
|
|
288
288
|
[vm, K.uploadFileListFinal]
|
|
289
289
|
]),
|
|
290
|
-
he.isDragging ? (ve(), we("div",
|
|
290
|
+
he.isDragging ? (ve(), we("div", tK, oK)) : (ve(), we("div", {
|
|
291
291
|
key: 0,
|
|
292
292
|
class: "flex flex-col items-center justify-center",
|
|
293
293
|
onClick: me[2] || (me[2] = (J) => O.$refs["file_input" + this.field_name].click())
|
|
294
|
-
},
|
|
294
|
+
}, eK))
|
|
295
295
|
])
|
|
296
296
|
], 32),
|
|
297
|
-
P("span",
|
|
298
|
-
P("small",
|
|
299
|
-
he.files.length > 0 ? (ve(), we("section",
|
|
300
|
-
(ve(!0), we(bo, null, kr(he.files, (J, Be) => (ve(), we("li",
|
|
301
|
-
|
|
302
|
-
P("div",
|
|
303
|
-
P("div",
|
|
304
|
-
P("span",
|
|
305
|
-
P("span",
|
|
297
|
+
P("span", sK, mt(he.error_message_data), 1),
|
|
298
|
+
P("small", rK, mt(se.description), 1),
|
|
299
|
+
he.files.length > 0 ? (ve(), we("section", aK, [
|
|
300
|
+
(ve(!0), we(bo, null, kr(he.files, (J, Be) => (ve(), we("li", lK, [
|
|
301
|
+
cK,
|
|
302
|
+
P("div", iK, [
|
|
303
|
+
P("div", uK, [
|
|
304
|
+
P("span", dK, mt(K.getFileName(J.file_name)), 1),
|
|
305
|
+
P("span", mK, mt(J.loading), 1)
|
|
306
306
|
]),
|
|
307
|
-
P("div",
|
|
307
|
+
P("div", fK, [
|
|
308
308
|
P("div", {
|
|
309
309
|
class: "h-full bg-gray-500 rounded-full dark:bg-gray-400",
|
|
310
310
|
style: Dq({ width: J.loading + "%" })
|
|
@@ -313,35 +313,35 @@ function SK(O, me, se, Ae, he, K) {
|
|
|
313
313
|
])
|
|
314
314
|
]))), 256))
|
|
315
315
|
])) : pt("", !0),
|
|
316
|
-
P("section",
|
|
317
|
-
(ve(!0), we(bo, null, kr(K.uploadFileListFinal, (J, Be) => (ve(), we("li",
|
|
318
|
-
P("div",
|
|
319
|
-
|
|
320
|
-
P("div",
|
|
321
|
-
P("span",
|
|
322
|
-
P("span",
|
|
316
|
+
P("section", gK, [
|
|
317
|
+
(ve(!0), we(bo, null, kr(K.uploadFileListFinal, (J, Be) => (ve(), we("li", hK, [
|
|
318
|
+
P("div", pK, [
|
|
319
|
+
bK,
|
|
320
|
+
P("div", vK, [
|
|
321
|
+
P("span", yK, mt(K.getFileName(J.file_name)), 1),
|
|
322
|
+
P("span", xK, mt(K.formatFileSize(J.size)), 1)
|
|
323
323
|
])
|
|
324
324
|
]),
|
|
325
|
-
P("div",
|
|
325
|
+
P("div", wK, [
|
|
326
326
|
P("a", {
|
|
327
327
|
href: J.url,
|
|
328
328
|
target: "_blank",
|
|
329
329
|
class: "text-lg text-blue-600 cursor-pointer dark:text-blue-400 fas fa-download"
|
|
330
|
-
}, null, 8,
|
|
330
|
+
}, null, 8, CK),
|
|
331
331
|
se.is_enable_delete ? (ve(), we("i", {
|
|
332
332
|
key: 0,
|
|
333
333
|
onClick: (ft) => {
|
|
334
334
|
he.media_id = J.id, he.open_delete_modal = !0;
|
|
335
335
|
},
|
|
336
336
|
class: "text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"
|
|
337
|
-
}, null, 8,
|
|
337
|
+
}, null, 8, SK)) : pt("", !0)
|
|
338
338
|
])
|
|
339
339
|
]))), 256))
|
|
340
340
|
])
|
|
341
341
|
], 2)
|
|
342
342
|
], 64);
|
|
343
343
|
}
|
|
344
|
-
const
|
|
344
|
+
const Aae = /* @__PURE__ */ Jr(qq, [["render", _K]]), kK = {
|
|
345
345
|
components: {},
|
|
346
346
|
props: {
|
|
347
347
|
field_name: {
|
|
@@ -376,9 +376,9 @@ const Eae = /* @__PURE__ */ Jr(Gq, [["render", SK]]), _K = {
|
|
|
376
376
|
},
|
|
377
377
|
mounted() {
|
|
378
378
|
}
|
|
379
|
-
},
|
|
380
|
-
function
|
|
381
|
-
return ve(), we("ul",
|
|
379
|
+
}, TK = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, EK = ["name", "value", "id", "checked"], AK = ["for"];
|
|
380
|
+
function DK(O, me, se, Ae, he, K) {
|
|
381
|
+
return ve(), we("ul", TK, [
|
|
382
382
|
(ve(!0), we(bo, null, kr(he.locals, (Ee, J) => (ve(), we("li", null, [
|
|
383
383
|
P("input", {
|
|
384
384
|
type: "radio",
|
|
@@ -388,7 +388,7 @@ function AK(O, me, se, Ae, he, K) {
|
|
|
388
388
|
id: Ee + "_" + se.field_name,
|
|
389
389
|
autocomplete: "off",
|
|
390
390
|
checked: Ee === he.default_language
|
|
391
|
-
}, null, 8,
|
|
391
|
+
}, null, 8, EK),
|
|
392
392
|
P("label", {
|
|
393
393
|
for: Ee + "_" + se.field_name,
|
|
394
394
|
class: rn([{
|
|
@@ -396,11 +396,11 @@ function AK(O, me, se, Ae, he, K) {
|
|
|
396
396
|
"border md:!rounded-e-lg": J === he.locals.length - 1,
|
|
397
397
|
"border-t border-b": J !== 0 && J !== he.locals.length - 1
|
|
398
398
|
}, "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"])
|
|
399
|
-
}, mt(Ee), 11,
|
|
399
|
+
}, mt(Ee), 11, AK)
|
|
400
400
|
]))), 256))
|
|
401
401
|
]);
|
|
402
402
|
}
|
|
403
|
-
const
|
|
403
|
+
const Dae = /* @__PURE__ */ Jr(kK, [["render", DK]]), OK = { class: "bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark" }, RK = { class: "px-3 py-4 border-b border-stroke dark:border-strokedark" }, $K = { class: "font-semibold text-black dark:text-white" }, Oae = {
|
|
404
404
|
__name: "GlCard",
|
|
405
405
|
props: {
|
|
406
406
|
class: {
|
|
@@ -417,9 +417,9 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
417
417
|
return (he, K) => (ve(), we("div", {
|
|
418
418
|
class: rn(["flex flex-col gap-9", se.value])
|
|
419
419
|
}, [
|
|
420
|
-
P("div",
|
|
421
|
-
P("div",
|
|
422
|
-
P("h3",
|
|
420
|
+
P("div", OK, [
|
|
421
|
+
P("div", RK, [
|
|
422
|
+
P("h3", $K, [
|
|
423
423
|
vf(he.$slots, "header")
|
|
424
424
|
])
|
|
425
425
|
]),
|
|
@@ -432,13 +432,13 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
432
432
|
])
|
|
433
433
|
], 2));
|
|
434
434
|
}
|
|
435
|
-
},
|
|
435
|
+
}, MK = { class: "font-bold ptext-lg dark:text-white" }, PK = { class: "mt-3 mb-4" }, NK = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-3 py-1 rounded dark:bg-blue-900 dark:text-blue-300" }, BK = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), IK = ["name", "value"], LK = {
|
|
436
436
|
key: 0,
|
|
437
437
|
class: "dropdown"
|
|
438
|
-
},
|
|
438
|
+
}, FK = { class: "relative 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" }, HK = { class: "relative" }, VK = ["onClick"], zK = { 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" }, UK = { class: "p-1" }, WK = /* @__PURE__ */ P("label", {
|
|
439
439
|
for: "default-search",
|
|
440
440
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
441
|
-
}, "Search", -1),
|
|
441
|
+
}, "Search", -1), ZK = { class: "relative" }, jK = /* @__PURE__ */ P("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
442
442
|
/* @__PURE__ */ P("svg", {
|
|
443
443
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
444
444
|
"aria-hidden": "true",
|
|
@@ -454,7 +454,7 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
454
454
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
455
455
|
})
|
|
456
456
|
])
|
|
457
|
-
], -1),
|
|
457
|
+
], -1), GK = ["id"], qK = { class: "overflow-y-auto max-h-64" }, KK = ["onClick", "onMousedown", "id"], Rae = {
|
|
458
458
|
__name: "GlMultiSelectDropdown",
|
|
459
459
|
props: {
|
|
460
460
|
modelValue: {
|
|
@@ -641,11 +641,11 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
641
641
|
key: 0,
|
|
642
642
|
class: rn(O.field_name)
|
|
643
643
|
}, [
|
|
644
|
-
P("h3",
|
|
645
|
-
P("p",
|
|
646
|
-
(ve(!0), we(bo, null, kr(zn.value, (Xt, nt) => (ve(), we("span",
|
|
644
|
+
P("h3", MK, mt(O.label_name), 1),
|
|
645
|
+
P("p", PK, [
|
|
646
|
+
(ve(!0), we(bo, null, kr(zn.value, (Xt, nt) => (ve(), we("span", NK, mt(Xt == null ? void 0 : Xt.name), 1))), 256))
|
|
647
647
|
]),
|
|
648
|
-
|
|
648
|
+
BK
|
|
649
649
|
], 2)) : pt("", !0),
|
|
650
650
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
651
651
|
key: 1,
|
|
@@ -656,8 +656,8 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
656
656
|
name: O.field_name + "[]",
|
|
657
657
|
key: nt,
|
|
658
658
|
value: Xt
|
|
659
|
-
}, null, 8,
|
|
660
|
-
O.options ? (ve(), we("div",
|
|
659
|
+
}, null, 8, IK))), 128)),
|
|
660
|
+
O.options ? (ve(), we("div", LK, [
|
|
661
661
|
P("label", {
|
|
662
662
|
class: rn({
|
|
663
663
|
"gl-label-form": O.error_message == "",
|
|
@@ -680,8 +680,8 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
680
680
|
class: "rounded-tr-lg px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 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"
|
|
681
681
|
}, " Deselect all ")
|
|
682
682
|
]),
|
|
683
|
-
P("div",
|
|
684
|
-
P("div",
|
|
683
|
+
P("div", FK, [
|
|
684
|
+
P("div", HK, [
|
|
685
685
|
P("div", {
|
|
686
686
|
class: "flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",
|
|
687
687
|
onClick: A[0] || (A[0] = (Xt) => Ro())
|
|
@@ -694,7 +694,7 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
694
694
|
P("i", {
|
|
695
695
|
onClick: oc((Bo) => Ea(Xt), ["stop"]),
|
|
696
696
|
class: "cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"
|
|
697
|
-
}, null, 8,
|
|
697
|
+
}, null, 8, VK)
|
|
698
698
|
]))), 128))
|
|
699
699
|
]),
|
|
700
700
|
P("i", {
|
|
@@ -702,11 +702,11 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
702
702
|
class: rn([Be.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
703
703
|
style: { top: "11px" }
|
|
704
704
|
}, null, 2),
|
|
705
|
-
Qa(P("div",
|
|
706
|
-
P("div",
|
|
707
|
-
|
|
708
|
-
P("div",
|
|
709
|
-
|
|
705
|
+
Qa(P("div", zK, [
|
|
706
|
+
P("div", UK, [
|
|
707
|
+
WK,
|
|
708
|
+
P("div", ZK, [
|
|
709
|
+
jK,
|
|
710
710
|
Qa(P("input", {
|
|
711
711
|
type: "search",
|
|
712
712
|
"onUpdate:modelValue": A[2] || (A[2] = (Xt) => ft.value = Xt),
|
|
@@ -717,12 +717,12 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
717
717
|
autocomplete: "off",
|
|
718
718
|
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",
|
|
719
719
|
placeholder: "Search ..."
|
|
720
|
-
}, null, 40,
|
|
720
|
+
}, null, 40, GK), [
|
|
721
721
|
[vm, ft.value]
|
|
722
722
|
])
|
|
723
723
|
])
|
|
724
724
|
]),
|
|
725
|
-
P("div",
|
|
725
|
+
P("div", qK, [
|
|
726
726
|
(ve(!0), we(bo, null, kr(Zo.value, (Xt, nt) => (ve(), we("div", {
|
|
727
727
|
class: rn([
|
|
728
728
|
"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",
|
|
@@ -732,7 +732,7 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
732
732
|
onMousedown: (Bo) => ie(Xt),
|
|
733
733
|
key: nt,
|
|
734
734
|
id: `${nt + 1}${jt.value}`
|
|
735
|
-
}, mt(Xt.name || Xt.id || "-"), 43,
|
|
735
|
+
}, mt(Xt.name || Xt.id || "-"), 43, KK))), 128))
|
|
736
736
|
])
|
|
737
737
|
], 512), [
|
|
738
738
|
[n5, Be.value]
|
|
@@ -743,7 +743,7 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
743
743
|
], 2))
|
|
744
744
|
], 64));
|
|
745
745
|
}
|
|
746
|
-
},
|
|
746
|
+
}, YK = {
|
|
747
747
|
props: {
|
|
748
748
|
button_type: {
|
|
749
749
|
type: String,
|
|
@@ -799,7 +799,7 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
methods: {}
|
|
802
|
-
},
|
|
802
|
+
}, XK = /* @__PURE__ */ P("svg", {
|
|
803
803
|
"aria-hidden": "true",
|
|
804
804
|
role: "status",
|
|
805
805
|
class: "inline w-4 h-4 me-3 animate-spin",
|
|
@@ -816,14 +816,14 @@ const Aae = /* @__PURE__ */ Jr(_K, [["render", AK]]), DK = { class: "bg-white bo
|
|
|
816
816
|
fill: "#1C64F2"
|
|
817
817
|
})
|
|
818
818
|
], -1);
|
|
819
|
-
function
|
|
819
|
+
function JK(O, me, se, Ae, he, K) {
|
|
820
820
|
return se.is_loading ? (ve(), Ty(o5("button"), {
|
|
821
821
|
key: 1,
|
|
822
822
|
disabled: "",
|
|
823
823
|
class: rn(` h-[2.5rem] flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${K.buttonTypeClass}`)
|
|
824
824
|
}, {
|
|
825
825
|
default: U8(() => [
|
|
826
|
-
|
|
826
|
+
XK,
|
|
827
827
|
So(" Loading... ")
|
|
828
828
|
]),
|
|
829
829
|
_: 1
|
|
@@ -845,7 +845,7 @@ function XK(O, me, se, Ae, he, K) {
|
|
|
845
845
|
_: 3
|
|
846
846
|
}, 16, ["type", "disabled", "href", "class"]));
|
|
847
847
|
}
|
|
848
|
-
const
|
|
848
|
+
const $ae = /* @__PURE__ */ Jr(YK, [["render", JK]]), QK = { class: "font-bold ptext-lg dark:text-white" }, eY = ["name", "id"], tY = ["id"], nY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), oY = ["for"], sY = /* @__PURE__ */ P("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), rY = ["name", "id"], aY = ["required", "name", "id", "type"], lY = { class: "gl-span-form-error" }, cY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Mae = {
|
|
849
849
|
__name: "GlTextareaTranslate",
|
|
850
850
|
props: {
|
|
851
851
|
is_required: {
|
|
@@ -919,7 +919,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
919
919
|
key: 0,
|
|
920
920
|
class: rn(O.field_name)
|
|
921
921
|
}, [
|
|
922
|
-
P("h3",
|
|
922
|
+
P("h3", QK, mt(O.label_name), 1),
|
|
923
923
|
Qa(P("input", {
|
|
924
924
|
type: "hidden",
|
|
925
925
|
"data-i18n": "true",
|
|
@@ -928,14 +928,14 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
928
928
|
ref_key: "input_translate",
|
|
929
929
|
ref: Ee,
|
|
930
930
|
"onUpdate:modelValue": Be[0] || (Be[0] = (ft) => J.inputTranslateValue = ft)
|
|
931
|
-
}, null, 8,
|
|
931
|
+
}, null, 8, eY), [
|
|
932
932
|
[vm, J.inputTranslateValue]
|
|
933
933
|
]),
|
|
934
934
|
P("p", {
|
|
935
935
|
id: O.field_name,
|
|
936
936
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
937
|
-
}, mt(O.model_value), 9,
|
|
938
|
-
|
|
937
|
+
}, mt(O.model_value), 9, tY),
|
|
938
|
+
nY
|
|
939
939
|
], 2)) : pt("", !0),
|
|
940
940
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
941
941
|
key: 1,
|
|
@@ -948,8 +948,8 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
948
948
|
required: O.is_required
|
|
949
949
|
}),
|
|
950
950
|
for: O.field_name
|
|
951
|
-
}, mt(O.label_name), 11,
|
|
952
|
-
|
|
951
|
+
}, mt(O.label_name), 11, oY),
|
|
952
|
+
sY,
|
|
953
953
|
P("input", {
|
|
954
954
|
class: "mb-4",
|
|
955
955
|
type: "hidden",
|
|
@@ -959,7 +959,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
959
959
|
onInput: Be[1] || (Be[1] = (ft) => J.$emit("update:modelValueTranslate", ft.target.value)),
|
|
960
960
|
ref_key: "input_translate",
|
|
961
961
|
ref: Ee
|
|
962
|
-
}, null, 40,
|
|
962
|
+
}, null, 40, rY),
|
|
963
963
|
P("textarea", {
|
|
964
964
|
required: O.is_required,
|
|
965
965
|
name: O.field_name,
|
|
@@ -975,13 +975,13 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
975
975
|
ref: K,
|
|
976
976
|
rows: "4"
|
|
977
977
|
}, `
|
|
978
|
-
`, 42,
|
|
979
|
-
P("span",
|
|
980
|
-
P("small",
|
|
978
|
+
`, 42, aY),
|
|
979
|
+
P("span", lY, mt(O.error_message), 1),
|
|
980
|
+
P("small", cY, mt(O.description), 1)
|
|
981
981
|
], 2))
|
|
982
982
|
], 64));
|
|
983
983
|
}
|
|
984
|
-
},
|
|
984
|
+
}, iY = { class: "font-bold ptext-lg dark:text-white" }, uY = ["name", "id"], dY = ["id"], mY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), fY = ["for"], gY = /* @__PURE__ */ P("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), hY = ["name", "id"], pY = ["name", "id", "type"], bY = { class: "gl-span-form-error" }, vY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Pae = {
|
|
985
985
|
__name: "GlTinymceTranslate",
|
|
986
986
|
props: {
|
|
987
987
|
is_required: {
|
|
@@ -1059,7 +1059,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1059
1059
|
key: 0,
|
|
1060
1060
|
class: rn(O.field_name)
|
|
1061
1061
|
}, [
|
|
1062
|
-
P("h3",
|
|
1062
|
+
P("h3", iY, mt(O.label_name), 1),
|
|
1063
1063
|
Qa(P("input", {
|
|
1064
1064
|
type: "hidden",
|
|
1065
1065
|
"data-i18n": "true",
|
|
@@ -1068,14 +1068,14 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1068
1068
|
ref_key: "input_translate",
|
|
1069
1069
|
ref: Ee,
|
|
1070
1070
|
"onUpdate:modelValue": Be[0] || (Be[0] = (ft) => J.inputTranslateValue = ft)
|
|
1071
|
-
}, null, 8,
|
|
1071
|
+
}, null, 8, uY), [
|
|
1072
1072
|
[vm, J.inputTranslateValue]
|
|
1073
1073
|
]),
|
|
1074
1074
|
P("p", {
|
|
1075
1075
|
id: O.field_name,
|
|
1076
1076
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1077
|
-
}, mt(O.model_value), 9,
|
|
1078
|
-
|
|
1077
|
+
}, mt(O.model_value), 9, dY),
|
|
1078
|
+
mY
|
|
1079
1079
|
], 2)) : pt("", !0),
|
|
1080
1080
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
1081
1081
|
key: 1,
|
|
@@ -1088,8 +1088,8 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1088
1088
|
required: O.is_required
|
|
1089
1089
|
}),
|
|
1090
1090
|
for: O.field_name
|
|
1091
|
-
}, mt(O.label_name), 11,
|
|
1092
|
-
|
|
1091
|
+
}, mt(O.label_name), 11, fY),
|
|
1092
|
+
gY,
|
|
1093
1093
|
P("input", {
|
|
1094
1094
|
class: "mb-4",
|
|
1095
1095
|
type: "hidden",
|
|
@@ -1099,7 +1099,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1099
1099
|
onInput: Be[1] || (Be[1] = (ft) => J.$emit("update:modelValueTranslate", ft.target.value)),
|
|
1100
1100
|
ref_key: "input_translate",
|
|
1101
1101
|
ref: Ee
|
|
1102
|
-
}, null, 40,
|
|
1102
|
+
}, null, 40, hY),
|
|
1103
1103
|
P("textarea", {
|
|
1104
1104
|
name: O.field_name,
|
|
1105
1105
|
id: O.field_name,
|
|
@@ -1114,13 +1114,13 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1114
1114
|
ref: K,
|
|
1115
1115
|
rows: "4"
|
|
1116
1116
|
}, `
|
|
1117
|
-
`, 42,
|
|
1118
|
-
P("span",
|
|
1119
|
-
P("small",
|
|
1117
|
+
`, 42, pY),
|
|
1118
|
+
P("span", bY, mt(O.error_message), 1),
|
|
1119
|
+
P("small", vY, mt(O.description), 1)
|
|
1120
1120
|
], 2))
|
|
1121
1121
|
], 64));
|
|
1122
1122
|
}
|
|
1123
|
-
},
|
|
1123
|
+
}, yY = { class: "font-bold ptext-lg dark:text-white" }, xY = ["name", "id"], wY = ["id"], CY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), SY = ["for"], _Y = /* @__PURE__ */ P("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), kY = ["name", "id"], TY = ["required", "name", "id", "type"], EY = { class: "gl-span-form-error" }, AY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Nae = {
|
|
1124
1124
|
__name: "GlTextTranslate",
|
|
1125
1125
|
props: {
|
|
1126
1126
|
is_required: {
|
|
@@ -1194,7 +1194,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1194
1194
|
key: 0,
|
|
1195
1195
|
class: rn(O.field_name)
|
|
1196
1196
|
}, [
|
|
1197
|
-
P("h3",
|
|
1197
|
+
P("h3", yY, mt(O.label_name), 1),
|
|
1198
1198
|
Qa(P("input", {
|
|
1199
1199
|
type: "hidden",
|
|
1200
1200
|
"data-i18n": "true",
|
|
@@ -1202,14 +1202,14 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1202
1202
|
id: O.field_name + "_i18n",
|
|
1203
1203
|
ref: "input_translate_s",
|
|
1204
1204
|
"onUpdate:modelValue": Be[0] || (Be[0] = (ft) => J.inputTranslateValue = ft)
|
|
1205
|
-
}, null, 8,
|
|
1205
|
+
}, null, 8, xY), [
|
|
1206
1206
|
[vm, J.inputTranslateValue]
|
|
1207
1207
|
]),
|
|
1208
1208
|
P("p", {
|
|
1209
1209
|
id: O.field_name,
|
|
1210
1210
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1211
|
-
}, mt(O.model_value), 9,
|
|
1212
|
-
|
|
1211
|
+
}, mt(O.model_value), 9, wY),
|
|
1212
|
+
CY
|
|
1213
1213
|
], 2)) : pt("", !0),
|
|
1214
1214
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
1215
1215
|
key: 1,
|
|
@@ -1222,8 +1222,8 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1222
1222
|
required: O.is_required
|
|
1223
1223
|
}),
|
|
1224
1224
|
for: O.field_name
|
|
1225
|
-
}, mt(O.label_name), 11,
|
|
1226
|
-
|
|
1225
|
+
}, mt(O.label_name), 11, SY),
|
|
1226
|
+
_Y,
|
|
1227
1227
|
P("input", {
|
|
1228
1228
|
class: "mb-4",
|
|
1229
1229
|
type: "hidden",
|
|
@@ -1233,7 +1233,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1233
1233
|
onInput: Be[1] || (Be[1] = (ft) => J.$emit("update:modelValueTranslate", ft.target.value)),
|
|
1234
1234
|
ref_key: "input_translate",
|
|
1235
1235
|
ref: Ee
|
|
1236
|
-
}, null, 40,
|
|
1236
|
+
}, null, 40, kY),
|
|
1237
1237
|
P("input", {
|
|
1238
1238
|
required: O.is_required,
|
|
1239
1239
|
name: O.field_name,
|
|
@@ -1247,13 +1247,13 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1247
1247
|
onKeydown: Be[3] || (Be[3] = (ft) => J.$emit("keydown", ft)),
|
|
1248
1248
|
ref_key: "input",
|
|
1249
1249
|
ref: K
|
|
1250
|
-
}, null, 42,
|
|
1251
|
-
P("span",
|
|
1252
|
-
P("small",
|
|
1250
|
+
}, null, 42, TY),
|
|
1251
|
+
P("span", EY, mt(O.error_message), 1),
|
|
1252
|
+
P("small", AY, mt(O.description), 1)
|
|
1253
1253
|
], 2))
|
|
1254
1254
|
], 64));
|
|
1255
1255
|
}
|
|
1256
|
-
},
|
|
1256
|
+
}, DY = { class: "font-bold dark:text-white" }, OY = { class: "mt-1 text-gray-900 dark:text-white" }, RY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), $Y = ["for"], MY = ["required", "name", "id", "type", "placeholder"], PY = { class: "gl-span-form-error" }, NY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Bae = {
|
|
1257
1257
|
__name: "GlTextInput",
|
|
1258
1258
|
props: {
|
|
1259
1259
|
is_required: {
|
|
@@ -1316,9 +1316,9 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1316
1316
|
key: 0,
|
|
1317
1317
|
class: rn(O.field_name)
|
|
1318
1318
|
}, [
|
|
1319
|
-
P("h3",
|
|
1320
|
-
P("p",
|
|
1321
|
-
|
|
1319
|
+
P("h3", DY, mt(O.label_name), 1),
|
|
1320
|
+
P("p", OY, mt(O.type == "password" ? O.modelValue.replace(/./g, "*") : O.modelValue), 1),
|
|
1321
|
+
RY
|
|
1322
1322
|
], 2)) : pt("", !0),
|
|
1323
1323
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
1324
1324
|
key: 1,
|
|
@@ -1332,7 +1332,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1332
1332
|
required: O.is_required
|
|
1333
1333
|
}),
|
|
1334
1334
|
for: O.field_name
|
|
1335
|
-
}, mt(O.label_name), 11,
|
|
1335
|
+
}, mt(O.label_name), 11, $Y)) : pt("", !0),
|
|
1336
1336
|
Qa(P("input", {
|
|
1337
1337
|
required: O.is_required,
|
|
1338
1338
|
name: O.field_name,
|
|
@@ -1347,15 +1347,15 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1347
1347
|
ref_key: "input",
|
|
1348
1348
|
ref: K,
|
|
1349
1349
|
placeholder: O.placeholder
|
|
1350
|
-
}, null, 42,
|
|
1350
|
+
}, null, 42, MY), [
|
|
1351
1351
|
[YG, Ee.value]
|
|
1352
1352
|
]),
|
|
1353
|
-
P("span",
|
|
1354
|
-
P("small",
|
|
1353
|
+
P("span", PY, mt(O.error_message), 1),
|
|
1354
|
+
P("small", NY, mt(O.description), 1)
|
|
1355
1355
|
], 2))
|
|
1356
1356
|
], 64));
|
|
1357
1357
|
}
|
|
1358
|
-
},
|
|
1358
|
+
}, BY = { class: "font-bold dark:text-white" }, IY = { class: "mt-1 text-gray-900 dark:text-white" }, LY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), FY = ["for"], HY = { class: "flex items-center" }, VY = { class: "relative w-full" }, zY = ["required", "name", "id", "type", "placeholder"], UY = { class: "h-10 z-10 inline-flex items-center flex-shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-e-lg focus:outline-none dark:bg-gray-700 dark:border-gray-600" }, WY = { class: "gl-span-form-error" }, ZY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Iae = {
|
|
1359
1359
|
__name: "GlTextInputWithText",
|
|
1360
1360
|
props: {
|
|
1361
1361
|
is_required: {
|
|
@@ -1422,9 +1422,9 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1422
1422
|
key: 0,
|
|
1423
1423
|
class: rn(O.field_name)
|
|
1424
1424
|
}, [
|
|
1425
|
-
P("h3",
|
|
1426
|
-
P("p",
|
|
1427
|
-
|
|
1425
|
+
P("h3", BY, mt(O.label_name), 1),
|
|
1426
|
+
P("p", IY, mt(O.type == "password" ? O.modelValue.replace(/./g, "*") : O.modelValue), 1),
|
|
1427
|
+
LY
|
|
1428
1428
|
], 2)) : pt("", !0),
|
|
1429
1429
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
1430
1430
|
key: 1,
|
|
@@ -1438,9 +1438,9 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1438
1438
|
required: O.is_required
|
|
1439
1439
|
}),
|
|
1440
1440
|
for: O.field_name
|
|
1441
|
-
}, mt(O.label_name), 11,
|
|
1442
|
-
P("div",
|
|
1443
|
-
P("div",
|
|
1441
|
+
}, mt(O.label_name), 11, FY)) : pt("", !0),
|
|
1442
|
+
P("div", HY, [
|
|
1443
|
+
P("div", VY, [
|
|
1444
1444
|
Qa(P("input", {
|
|
1445
1445
|
required: O.is_required,
|
|
1446
1446
|
name: O.field_name,
|
|
@@ -1455,18 +1455,18 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1455
1455
|
ref_key: "input",
|
|
1456
1456
|
ref: K,
|
|
1457
1457
|
placeholder: O.placeholder
|
|
1458
|
-
}, null, 42,
|
|
1458
|
+
}, null, 42, zY), [
|
|
1459
1459
|
[YG, Ee.value]
|
|
1460
1460
|
])
|
|
1461
1461
|
]),
|
|
1462
|
-
P("label",
|
|
1462
|
+
P("label", UY, mt(O.input_text), 1)
|
|
1463
1463
|
]),
|
|
1464
|
-
P("span",
|
|
1465
|
-
P("small",
|
|
1464
|
+
P("span", WY, mt(O.error_message), 1),
|
|
1465
|
+
P("small", ZY, mt(O.description), 1)
|
|
1466
1466
|
], 2))
|
|
1467
1467
|
], 64));
|
|
1468
1468
|
}
|
|
1469
|
-
},
|
|
1469
|
+
}, jY = { class: "font-bold dark:text-white" }, GY = { class: "mt-1 text-gray-900 dark:text-white" }, qY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), KY = ["for"], YY = { class: "flex justify-between gap-1 flex-col md:flex-row text-center" }, XY = ["required", "name", "id", "placeholder"], JY = /* @__PURE__ */ P("span", { class: "mx-4 text-gray-500 md:mt-2" }, "to", -1), QY = ["required", "name", "id", "placeholder"], eX = { class: "text-center" }, tX = { class: "gl-span-form-error" }, nX = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Lae = {
|
|
1470
1470
|
__name: "GlDateRangePicker",
|
|
1471
1471
|
props: {
|
|
1472
1472
|
is_required: {
|
|
@@ -1531,9 +1531,9 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1531
1531
|
key: 0,
|
|
1532
1532
|
class: rn(O.field_name)
|
|
1533
1533
|
}, [
|
|
1534
|
-
P("h3",
|
|
1535
|
-
P("p",
|
|
1536
|
-
|
|
1534
|
+
P("h3", jY, mt(O.label_name), 1),
|
|
1535
|
+
P("p", GY, mt(O.modelValue.start) + " to " + mt(O.modelValue.end), 1),
|
|
1536
|
+
qY
|
|
1537
1537
|
], 2)) : pt("", !0),
|
|
1538
1538
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
1539
1539
|
key: 1,
|
|
@@ -1546,8 +1546,8 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1546
1546
|
required: O.is_required
|
|
1547
1547
|
}),
|
|
1548
1548
|
for: O.field_name
|
|
1549
|
-
}, mt(O.label_name), 11,
|
|
1550
|
-
P("div",
|
|
1549
|
+
}, mt(O.label_name), 11, KY),
|
|
1550
|
+
P("div", YY, [
|
|
1551
1551
|
Qa(P("input", {
|
|
1552
1552
|
required: O.is_required,
|
|
1553
1553
|
name: O.field_name + "Start",
|
|
@@ -1559,10 +1559,10 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1559
1559
|
type: "date",
|
|
1560
1560
|
"onUpdate:modelValue": jt[0] || (jt[0] = (xn) => Ee.value = xn),
|
|
1561
1561
|
placeholder: O.placeholder
|
|
1562
|
-
}, null, 10,
|
|
1562
|
+
}, null, 10, XY), [
|
|
1563
1563
|
[vm, Ee.value]
|
|
1564
1564
|
]),
|
|
1565
|
-
|
|
1565
|
+
JY,
|
|
1566
1566
|
Qa(P("input", {
|
|
1567
1567
|
required: O.is_required,
|
|
1568
1568
|
name: O.field_name + "End",
|
|
@@ -1574,18 +1574,18 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1574
1574
|
type: "date",
|
|
1575
1575
|
"onUpdate:modelValue": jt[1] || (jt[1] = (xn) => J.value = xn),
|
|
1576
1576
|
placeholder: O.placeholder
|
|
1577
|
-
}, null, 10,
|
|
1577
|
+
}, null, 10, QY), [
|
|
1578
1578
|
[vm, J.value]
|
|
1579
1579
|
])
|
|
1580
1580
|
]),
|
|
1581
|
-
P("div",
|
|
1582
|
-
P("span",
|
|
1581
|
+
P("div", eX, [
|
|
1582
|
+
P("span", tX, mt(O.error_message || he.value), 1)
|
|
1583
1583
|
]),
|
|
1584
|
-
P("small",
|
|
1584
|
+
P("small", nX, mt(O.description), 1)
|
|
1585
1585
|
], 2))
|
|
1586
1586
|
], 64));
|
|
1587
1587
|
}
|
|
1588
|
-
},
|
|
1588
|
+
}, oX = { class: "font-bold ptext-lg dark:text-white" }, sX = { class: "mb-4 text-base text-gray-900 dark:text-white" }, rX = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), aX = ["for"], lX = ["required", "name", "id", "placeholder"], cX = { class: "gl-span-form-error" }, iX = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Fae = {
|
|
1589
1589
|
__name: "GlTextInputFile",
|
|
1590
1590
|
props: {
|
|
1591
1591
|
is_required: {
|
|
@@ -1640,9 +1640,9 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1640
1640
|
key: 0,
|
|
1641
1641
|
class: rn(O.field_name)
|
|
1642
1642
|
}, [
|
|
1643
|
-
P("h3",
|
|
1644
|
-
P("p",
|
|
1645
|
-
|
|
1643
|
+
P("h3", oX, mt(O.label_name), 1),
|
|
1644
|
+
P("p", sX, mt(O.type == "password" ? O.modelValue.replace(/./g, "*") : O.modelValue), 1),
|
|
1645
|
+
rX
|
|
1646
1646
|
], 2)) : pt("", !0),
|
|
1647
1647
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
1648
1648
|
key: 1,
|
|
@@ -1655,7 +1655,7 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1655
1655
|
required: O.is_required
|
|
1656
1656
|
}),
|
|
1657
1657
|
for: O.field_name
|
|
1658
|
-
}, mt(O.label_name), 11,
|
|
1658
|
+
}, mt(O.label_name), 11, aX),
|
|
1659
1659
|
P("input", {
|
|
1660
1660
|
required: O.is_required,
|
|
1661
1661
|
name: O.field_name,
|
|
@@ -1669,15 +1669,15 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1669
1669
|
ref_key: "input",
|
|
1670
1670
|
ref: Ae,
|
|
1671
1671
|
placeholder: O.placeholder
|
|
1672
|
-
}, null, 42,
|
|
1673
|
-
P("span",
|
|
1674
|
-
P("small",
|
|
1672
|
+
}, null, 42, lX),
|
|
1673
|
+
P("span", cX, mt(O.error_message), 1),
|
|
1674
|
+
P("small", iX, mt(O.description), 1)
|
|
1675
1675
|
], 2))
|
|
1676
1676
|
], 64));
|
|
1677
1677
|
}
|
|
1678
|
-
},
|
|
1678
|
+
}, uX = {
|
|
1679
1679
|
setup(O, { slots: me }) {
|
|
1680
|
-
const se =
|
|
1680
|
+
const se = Oq(["TabChange"]), Ae = Wo(me.default().map((Ee) => Ee.props)), he = Wo(Ae.value[0].title);
|
|
1681
1681
|
XG("selectedTitle", he);
|
|
1682
1682
|
const K = (Ee) => {
|
|
1683
1683
|
se("TabChange", Ee);
|
|
@@ -1689,12 +1689,12 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1689
1689
|
selectedTitle: he
|
|
1690
1690
|
};
|
|
1691
1691
|
}
|
|
1692
|
-
},
|
|
1693
|
-
function
|
|
1692
|
+
}, dX = { class: "flex flex-wrap" }, mX = { class: "w-full" }, fX = { class: "flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none" }, gX = ["onClick"], hX = { 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" }, pX = { class: "flex-auto px-4 py-5" }, bX = { class: "tab-content tab-space" };
|
|
1693
|
+
function vX(O, me, se, Ae, he, K) {
|
|
1694
1694
|
return ve(), we(bo, null, [
|
|
1695
|
-
P("div",
|
|
1696
|
-
P("div",
|
|
1697
|
-
P("ul",
|
|
1695
|
+
P("div", dX, [
|
|
1696
|
+
P("div", mX, [
|
|
1697
|
+
P("ul", fX, [
|
|
1698
1698
|
(ve(!0), we(bo, null, kr(Ae.tabs, (Ee) => (ve(), we("li", {
|
|
1699
1699
|
key: Ee.title,
|
|
1700
1700
|
onClick: (J) => Ae.selectedTitle = Ee.title,
|
|
@@ -1708,36 +1708,36 @@ function bX(O, me, se, Ae, he, K) {
|
|
|
1708
1708
|
}, null, 2),
|
|
1709
1709
|
So(" " + mt(Ee.title), 1)
|
|
1710
1710
|
], 2)
|
|
1711
|
-
], 8,
|
|
1711
|
+
], 8, gX))), 128))
|
|
1712
1712
|
])
|
|
1713
1713
|
])
|
|
1714
1714
|
]),
|
|
1715
|
-
P("div",
|
|
1716
|
-
P("div",
|
|
1717
|
-
P("div",
|
|
1715
|
+
P("div", hX, [
|
|
1716
|
+
P("div", pX, [
|
|
1717
|
+
P("div", bX, [
|
|
1718
1718
|
vf(O.$slots, "default")
|
|
1719
1719
|
])
|
|
1720
1720
|
])
|
|
1721
1721
|
])
|
|
1722
1722
|
], 64);
|
|
1723
1723
|
}
|
|
1724
|
-
const
|
|
1724
|
+
const Hae = /* @__PURE__ */ Jr(uX, [["render", vX]]), yX = {
|
|
1725
1725
|
props: ["title"],
|
|
1726
1726
|
setup() {
|
|
1727
1727
|
return {
|
|
1728
1728
|
selectedTitle: JG("selectedTitle")
|
|
1729
1729
|
};
|
|
1730
1730
|
}
|
|
1731
|
-
},
|
|
1731
|
+
}, xX = {
|
|
1732
1732
|
key: 0,
|
|
1733
1733
|
class: "block"
|
|
1734
1734
|
};
|
|
1735
|
-
function
|
|
1736
|
-
return se.title == Ae.selectedTitle ? (ve(), we("div",
|
|
1735
|
+
function wX(O, me, se, Ae, he, K) {
|
|
1736
|
+
return se.title == Ae.selectedTitle ? (ve(), we("div", xX, [
|
|
1737
1737
|
vf(O.$slots, "default")
|
|
1738
1738
|
])) : pt("", !0);
|
|
1739
1739
|
}
|
|
1740
|
-
const
|
|
1740
|
+
const Vae = /* @__PURE__ */ Jr(yX, [["render", wX]]), CX = {
|
|
1741
1741
|
props: {
|
|
1742
1742
|
elements_to_show_prop: {
|
|
1743
1743
|
type: Number,
|
|
@@ -1836,10 +1836,10 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1836
1836
|
this.direction_property == "rtl" ? me.style.marginRight = -this.dotsNavigation[O - 1] + "px" : me.style.marginLeft = -this.dotsNavigation[O - 1] + "px", this.currentDot = O;
|
|
1837
1837
|
}
|
|
1838
1838
|
}
|
|
1839
|
-
}, ym = (O) => (
|
|
1839
|
+
}, ym = (O) => (Rq("data-v-a94f16a9"), O = O(), $q(), O), SX = ["id"], _X = {
|
|
1840
1840
|
key: 0,
|
|
1841
1841
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
1842
|
-
},
|
|
1842
|
+
}, kX = { class: "w-full" }, TX = {
|
|
1843
1843
|
key: 0,
|
|
1844
1844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1845
1845
|
class: "w-6 h-6",
|
|
@@ -1847,13 +1847,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1847
1847
|
viewBox: "0 0 24 24",
|
|
1848
1848
|
stroke: "currentColor",
|
|
1849
1849
|
"stroke-width": "2"
|
|
1850
|
-
},
|
|
1850
|
+
}, EX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1851
1851
|
"stroke-linecap": "round",
|
|
1852
1852
|
"stroke-linejoin": "round",
|
|
1853
1853
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
1854
|
-
}, null, -1)),
|
|
1855
|
-
|
|
1856
|
-
],
|
|
1854
|
+
}, null, -1)), AX = [
|
|
1855
|
+
EX
|
|
1856
|
+
], DX = {
|
|
1857
1857
|
key: 1,
|
|
1858
1858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1859
1859
|
class: "w-6 h-6",
|
|
@@ -1861,13 +1861,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1861
1861
|
viewBox: "0 0 24 24",
|
|
1862
1862
|
stroke: "currentColor",
|
|
1863
1863
|
"stroke-width": "2"
|
|
1864
|
-
},
|
|
1864
|
+
}, OX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1865
1865
|
"stroke-linecap": "round",
|
|
1866
1866
|
"stroke-linejoin": "round",
|
|
1867
1867
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
1868
|
-
}, null, -1)),
|
|
1869
|
-
|
|
1870
|
-
],
|
|
1868
|
+
}, null, -1)), RX = [
|
|
1869
|
+
OX
|
|
1870
|
+
], $X = ["id"], MX = ["id"], PX = { class: "w-full" }, NX = {
|
|
1871
1871
|
key: 0,
|
|
1872
1872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1873
1873
|
class: "w-6 h-6",
|
|
@@ -1875,13 +1875,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1875
1875
|
viewBox: "0 0 24 24",
|
|
1876
1876
|
stroke: "currentColor",
|
|
1877
1877
|
"stroke-width": "2"
|
|
1878
|
-
},
|
|
1878
|
+
}, BX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1879
1879
|
"stroke-linecap": "round",
|
|
1880
1880
|
"stroke-linejoin": "round",
|
|
1881
1881
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
1882
|
-
}, null, -1)),
|
|
1883
|
-
|
|
1884
|
-
],
|
|
1882
|
+
}, null, -1)), IX = [
|
|
1883
|
+
BX
|
|
1884
|
+
], LX = {
|
|
1885
1885
|
key: 1,
|
|
1886
1886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1887
1887
|
class: "w-6 h-6",
|
|
@@ -1889,13 +1889,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1889
1889
|
viewBox: "0 0 24 24",
|
|
1890
1890
|
stroke: "currentColor",
|
|
1891
1891
|
"stroke-width": "2"
|
|
1892
|
-
},
|
|
1892
|
+
}, FX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1893
1893
|
"stroke-linecap": "round",
|
|
1894
1894
|
"stroke-linejoin": "round",
|
|
1895
1895
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
1896
|
-
}, null, -1)),
|
|
1897
|
-
|
|
1898
|
-
],
|
|
1896
|
+
}, null, -1)), HX = [
|
|
1897
|
+
FX
|
|
1898
|
+
], VX = { class: "w-full" }, zX = {
|
|
1899
1899
|
key: 0,
|
|
1900
1900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1901
1901
|
class: "w-6 h-6",
|
|
@@ -1903,13 +1903,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1903
1903
|
viewBox: "0 0 24 24",
|
|
1904
1904
|
stroke: "currentColor",
|
|
1905
1905
|
"stroke-width": "2"
|
|
1906
|
-
},
|
|
1906
|
+
}, UX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1907
1907
|
"stroke-linecap": "round",
|
|
1908
1908
|
"stroke-linejoin": "round",
|
|
1909
1909
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
1910
|
-
}, null, -1)),
|
|
1911
|
-
|
|
1912
|
-
],
|
|
1910
|
+
}, null, -1)), WX = [
|
|
1911
|
+
UX
|
|
1912
|
+
], ZX = {
|
|
1913
1913
|
key: 1,
|
|
1914
1914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1915
1915
|
class: "w-6 h-6",
|
|
@@ -1917,23 +1917,23 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1917
1917
|
viewBox: "0 0 24 24",
|
|
1918
1918
|
stroke: "currentColor",
|
|
1919
1919
|
"stroke-width": "2"
|
|
1920
|
-
},
|
|
1920
|
+
}, jX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1921
1921
|
"stroke-linecap": "round",
|
|
1922
1922
|
"stroke-linejoin": "round",
|
|
1923
1923
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
1924
|
-
}, null, -1)),
|
|
1925
|
-
|
|
1926
|
-
],
|
|
1927
|
-
|
|
1928
|
-
],
|
|
1924
|
+
}, null, -1)), GX = [
|
|
1925
|
+
jX
|
|
1926
|
+
], qX = ["onClick"], KX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("span", null, null, -1)), YX = [
|
|
1927
|
+
KX
|
|
1928
|
+
], XX = {
|
|
1929
1929
|
key: 1,
|
|
1930
1930
|
class: "flex justify-between pl-5 pr-5"
|
|
1931
|
-
},
|
|
1932
|
-
|
|
1933
|
-
],
|
|
1931
|
+
}, JX = ["onClick"], QX = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("span", null, null, -1)), eJ = [
|
|
1932
|
+
QX
|
|
1933
|
+
], tJ = {
|
|
1934
1934
|
key: 0,
|
|
1935
1935
|
class: "flex"
|
|
1936
|
-
},
|
|
1936
|
+
}, nJ = { class: "flex items-center" }, oJ = { class: "w-full" }, sJ = {
|
|
1937
1937
|
key: 0,
|
|
1938
1938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1939
1939
|
class: "w-6 h-6",
|
|
@@ -1941,13 +1941,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1941
1941
|
viewBox: "0 0 24 24",
|
|
1942
1942
|
stroke: "currentColor",
|
|
1943
1943
|
"stroke-width": "2"
|
|
1944
|
-
},
|
|
1944
|
+
}, rJ = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1945
1945
|
"stroke-linecap": "round",
|
|
1946
1946
|
"stroke-linejoin": "round",
|
|
1947
1947
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
1948
|
-
}, null, -1)),
|
|
1949
|
-
|
|
1950
|
-
],
|
|
1948
|
+
}, null, -1)), aJ = [
|
|
1949
|
+
rJ
|
|
1950
|
+
], lJ = {
|
|
1951
1951
|
key: 1,
|
|
1952
1952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1953
1953
|
class: "w-6 h-6",
|
|
@@ -1955,13 +1955,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1955
1955
|
viewBox: "0 0 24 24",
|
|
1956
1956
|
stroke: "currentColor",
|
|
1957
1957
|
"stroke-width": "2"
|
|
1958
|
-
},
|
|
1958
|
+
}, cJ = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1959
1959
|
"stroke-linecap": "round",
|
|
1960
1960
|
"stroke-linejoin": "round",
|
|
1961
1961
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
1962
|
-
}, null, -1)),
|
|
1963
|
-
|
|
1964
|
-
],
|
|
1962
|
+
}, null, -1)), iJ = [
|
|
1963
|
+
cJ
|
|
1964
|
+
], uJ = { class: "flex items-center" }, dJ = { class: "w-full" }, mJ = {
|
|
1965
1965
|
key: 0,
|
|
1966
1966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1967
1967
|
class: "w-6 h-6",
|
|
@@ -1969,13 +1969,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1969
1969
|
viewBox: "0 0 24 24",
|
|
1970
1970
|
stroke: "currentColor",
|
|
1971
1971
|
"stroke-width": "2"
|
|
1972
|
-
},
|
|
1972
|
+
}, fJ = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1973
1973
|
"stroke-linecap": "round",
|
|
1974
1974
|
"stroke-linejoin": "round",
|
|
1975
1975
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
1976
|
-
}, null, -1)),
|
|
1977
|
-
|
|
1978
|
-
],
|
|
1976
|
+
}, null, -1)), gJ = [
|
|
1977
|
+
fJ
|
|
1978
|
+
], hJ = {
|
|
1979
1979
|
key: 1,
|
|
1980
1980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1981
1981
|
class: "w-6 h-6",
|
|
@@ -1983,16 +1983,16 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
1983
1983
|
viewBox: "0 0 24 24",
|
|
1984
1984
|
stroke: "currentColor",
|
|
1985
1985
|
"stroke-width": "2"
|
|
1986
|
-
},
|
|
1986
|
+
}, pJ = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
1987
1987
|
"stroke-linecap": "round",
|
|
1988
1988
|
"stroke-linejoin": "round",
|
|
1989
1989
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
1990
|
-
}, null, -1)),
|
|
1991
|
-
|
|
1992
|
-
],
|
|
1990
|
+
}, null, -1)), bJ = [
|
|
1991
|
+
pJ
|
|
1992
|
+
], vJ = {
|
|
1993
1993
|
key: 1,
|
|
1994
1994
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
1995
|
-
},
|
|
1995
|
+
}, yJ = { class: "w-full" }, xJ = {
|
|
1996
1996
|
key: 0,
|
|
1997
1997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1998
1998
|
class: "w-6 h-6",
|
|
@@ -2000,13 +2000,13 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
2000
2000
|
viewBox: "0 0 24 24",
|
|
2001
2001
|
stroke: "currentColor",
|
|
2002
2002
|
"stroke-width": "2"
|
|
2003
|
-
},
|
|
2003
|
+
}, wJ = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
2004
2004
|
"stroke-linecap": "round",
|
|
2005
2005
|
"stroke-linejoin": "round",
|
|
2006
2006
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2007
|
-
}, null, -1)),
|
|
2008
|
-
|
|
2009
|
-
],
|
|
2007
|
+
}, null, -1)), CJ = [
|
|
2008
|
+
wJ
|
|
2009
|
+
], SJ = {
|
|
2010
2010
|
key: 1,
|
|
2011
2011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2012
2012
|
class: "w-6 h-6",
|
|
@@ -2014,27 +2014,27 @@ const Hae = /* @__PURE__ */ Jr(vX, [["render", xX]]), wX = {
|
|
|
2014
2014
|
viewBox: "0 0 24 24",
|
|
2015
2015
|
stroke: "currentColor",
|
|
2016
2016
|
"stroke-width": "2"
|
|
2017
|
-
},
|
|
2017
|
+
}, _J = /* @__PURE__ */ ym(() => /* @__PURE__ */ P("path", {
|
|
2018
2018
|
"stroke-linecap": "round",
|
|
2019
2019
|
"stroke-linejoin": "round",
|
|
2020
2020
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2021
|
-
}, null, -1)),
|
|
2022
|
-
|
|
2021
|
+
}, null, -1)), kJ = [
|
|
2022
|
+
_J
|
|
2023
2023
|
];
|
|
2024
|
-
function
|
|
2024
|
+
function TJ(O, me, se, Ae, he, K) {
|
|
2025
2025
|
return ve(), we("div", null, [
|
|
2026
2026
|
P("div", {
|
|
2027
2027
|
class: rn(["", !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
|
|
2028
2028
|
id: "mainSliderContainer_" + O.Random_string
|
|
2029
2029
|
}, [
|
|
2030
|
-
O.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slider" ? (ve(), we("div",
|
|
2031
|
-
P("div",
|
|
2030
|
+
O.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slider" ? (ve(), we("div", _X, [
|
|
2031
|
+
P("div", kX, [
|
|
2032
2032
|
P("button", {
|
|
2033
2033
|
class: "p-3 mr-5 rounded-full shadow-lg arrow_button_styles",
|
|
2034
2034
|
onClick: me[0] || (me[0] = (Ee) => K.prev())
|
|
2035
2035
|
}, [
|
|
2036
|
-
se.direction_property == "ltr" ? (ve(), we("svg",
|
|
2037
|
-
se.direction_property == "rtl" ? (ve(), we("svg",
|
|
2036
|
+
se.direction_property == "ltr" ? (ve(), we("svg", TX, AX)) : pt("", !0),
|
|
2037
|
+
se.direction_property == "rtl" ? (ve(), we("svg", DX, RX)) : pt("", !0)
|
|
2038
2038
|
])
|
|
2039
2039
|
])
|
|
2040
2040
|
])) : pt("", !0),
|
|
@@ -2050,13 +2050,13 @@ function kJ(O, me, se, Ae, he, K) {
|
|
|
2050
2050
|
key: 0,
|
|
2051
2051
|
class: rn(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", se.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
|
|
2052
2052
|
}, [
|
|
2053
|
-
P("div",
|
|
2053
|
+
P("div", PX, [
|
|
2054
2054
|
P("button", {
|
|
2055
2055
|
class: "p-3 rounded-full shadow-lg arrow_button_styles",
|
|
2056
2056
|
onClick: me[1] || (me[1] = oc((Ee) => K.prev(), ["stop"]))
|
|
2057
2057
|
}, [
|
|
2058
|
-
se.direction_property == "ltr" ? (ve(), we("svg",
|
|
2059
|
-
se.direction_property == "rtl" ? (ve(), we("svg",
|
|
2058
|
+
se.direction_property == "ltr" ? (ve(), we("svg", NX, IX)) : pt("", !0),
|
|
2059
|
+
se.direction_property == "rtl" ? (ve(), we("svg", LX, HX)) : pt("", !0)
|
|
2060
2060
|
])
|
|
2061
2061
|
])
|
|
2062
2062
|
], 2)) : pt("", !0),
|
|
@@ -2065,17 +2065,17 @@ function kJ(O, me, se, Ae, he, K) {
|
|
|
2065
2065
|
key: 1,
|
|
2066
2066
|
class: rn(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", se.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
|
|
2067
2067
|
}, [
|
|
2068
|
-
P("div",
|
|
2068
|
+
P("div", VX, [
|
|
2069
2069
|
P("button", {
|
|
2070
2070
|
class: "p-3 rounded-full shadow-lg arrow_button_styles",
|
|
2071
2071
|
onClick: me[2] || (me[2] = oc((Ee) => K.next(), ["stop"]))
|
|
2072
2072
|
}, [
|
|
2073
|
-
se.direction_property == "ltr" ? (ve(), we("svg",
|
|
2074
|
-
se.direction_property == "rtl" ? (ve(), we("svg",
|
|
2073
|
+
se.direction_property == "ltr" ? (ve(), we("svg", zX, WX)) : pt("", !0),
|
|
2074
|
+
se.direction_property == "rtl" ? (ve(), we("svg", ZX, GX)) : pt("", !0)
|
|
2075
2075
|
])
|
|
2076
2076
|
])
|
|
2077
2077
|
], 2)) : pt("", !0)
|
|
2078
|
-
], 8,
|
|
2078
|
+
], 8, MX),
|
|
2079
2079
|
se.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (ve(), we("div", {
|
|
2080
2080
|
key: 0,
|
|
2081
2081
|
class: rn(["flex justify-center mb-1 space-x-1", K.sliderIndicatorsAction()])
|
|
@@ -2085,9 +2085,9 @@ function kJ(O, me, se, Ae, he, K) {
|
|
|
2085
2085
|
class: rn(["gl-dot", { active: O.currentDot == Ee }]),
|
|
2086
2086
|
key: Ee,
|
|
2087
2087
|
onClick: (J) => K.setDot(Ee)
|
|
2088
|
-
},
|
|
2088
|
+
}, YX, 10, qX))), 128))
|
|
2089
2089
|
], 2)) : pt("", !0),
|
|
2090
|
-
se.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (ve(), we("div",
|
|
2090
|
+
se.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (ve(), we("div", XX, [
|
|
2091
2091
|
P("div", {
|
|
2092
2092
|
class: rn(["flex justify-center mb-1 space-x-1", K.sliderIndicatorsAction()])
|
|
2093
2093
|
}, [
|
|
@@ -2096,49 +2096,49 @@ function kJ(O, me, se, Ae, he, K) {
|
|
|
2096
2096
|
class: rn(["gl-dot", { active: O.currentDot == Ee }]),
|
|
2097
2097
|
key: Ee,
|
|
2098
2098
|
onClick: (J) => K.setDot(Ee)
|
|
2099
|
-
},
|
|
2099
|
+
}, eJ, 10, JX))), 128))
|
|
2100
2100
|
], 2),
|
|
2101
|
-
O.dotsNum > 0 ? (ve(), we("div",
|
|
2102
|
-
P("div",
|
|
2103
|
-
P("div",
|
|
2101
|
+
O.dotsNum > 0 ? (ve(), we("div", tJ, [
|
|
2102
|
+
P("div", nJ, [
|
|
2103
|
+
P("div", oJ, [
|
|
2104
2104
|
P("button", {
|
|
2105
2105
|
class: rn(["p-3 rounded-full arrow_button_styles", se.direction_property == "rtl" ? "ml-3" : "mr-3"]),
|
|
2106
2106
|
onClick: me[3] || (me[3] = (Ee) => K.prev())
|
|
2107
2107
|
}, [
|
|
2108
|
-
se.direction_property == "ltr" ? (ve(), we("svg",
|
|
2109
|
-
se.direction_property == "rtl" ? (ve(), we("svg",
|
|
2108
|
+
se.direction_property == "ltr" ? (ve(), we("svg", sJ, aJ)) : pt("", !0),
|
|
2109
|
+
se.direction_property == "rtl" ? (ve(), we("svg", lJ, iJ)) : pt("", !0)
|
|
2110
2110
|
], 2)
|
|
2111
2111
|
])
|
|
2112
2112
|
]),
|
|
2113
|
-
P("div",
|
|
2114
|
-
P("div",
|
|
2113
|
+
P("div", uJ, [
|
|
2114
|
+
P("div", dJ, [
|
|
2115
2115
|
P("button", {
|
|
2116
2116
|
class: "p-3 rounded-full arrow_button_styles",
|
|
2117
2117
|
onClick: me[4] || (me[4] = (Ee) => K.next())
|
|
2118
2118
|
}, [
|
|
2119
|
-
se.direction_property == "ltr" ? (ve(), we("svg",
|
|
2120
|
-
se.direction_property == "rtl" ? (ve(), we("svg",
|
|
2119
|
+
se.direction_property == "ltr" ? (ve(), we("svg", mJ, gJ)) : pt("", !0),
|
|
2120
|
+
se.direction_property == "rtl" ? (ve(), we("svg", hJ, bJ)) : pt("", !0)
|
|
2121
2121
|
])
|
|
2122
2122
|
])
|
|
2123
2123
|
])
|
|
2124
2124
|
])) : pt("", !0)
|
|
2125
2125
|
])) : pt("", !0)
|
|
2126
|
-
], 10,
|
|
2127
|
-
O.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slider" ? (ve(), we("div",
|
|
2128
|
-
P("div",
|
|
2126
|
+
], 10, $X),
|
|
2127
|
+
O.dotsNum > 0 && !se.hide_arrow && se.slider_arrows_indicators_position == "arrows_outside_slider" ? (ve(), we("div", vJ, [
|
|
2128
|
+
P("div", yJ, [
|
|
2129
2129
|
P("button", {
|
|
2130
2130
|
class: "p-3 ml-5 rounded-full shadow-lg arrow_button_styles",
|
|
2131
2131
|
onClick: me[5] || (me[5] = (Ee) => K.next())
|
|
2132
2132
|
}, [
|
|
2133
|
-
se.direction_property == "ltr" ? (ve(), we("svg",
|
|
2134
|
-
se.direction_property == "rtl" ? (ve(), we("svg",
|
|
2133
|
+
se.direction_property == "ltr" ? (ve(), we("svg", xJ, CJ)) : pt("", !0),
|
|
2134
|
+
se.direction_property == "rtl" ? (ve(), we("svg", SJ, kJ)) : pt("", !0)
|
|
2135
2135
|
])
|
|
2136
2136
|
])
|
|
2137
2137
|
])) : pt("", !0)
|
|
2138
|
-
], 10,
|
|
2138
|
+
], 10, SX)
|
|
2139
2139
|
]);
|
|
2140
2140
|
}
|
|
2141
|
-
const
|
|
2141
|
+
const zae = /* @__PURE__ */ Jr(CX, [["render", TJ], ["__scopeId", "data-v-a94f16a9"]]), EJ = { 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" }, AJ = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, DJ = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, OJ = /* @__PURE__ */ P("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
|
|
2142
2142
|
/* @__PURE__ */ P("svg", {
|
|
2143
2143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2144
2144
|
fill: "currentColor",
|
|
@@ -2152,9 +2152,9 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2152
2152
|
d: "M6 18L18 6M6 6l12 12"
|
|
2153
2153
|
})
|
|
2154
2154
|
])
|
|
2155
|
-
], -1),
|
|
2156
|
-
|
|
2157
|
-
],
|
|
2155
|
+
], -1), RJ = [
|
|
2156
|
+
OJ
|
|
2157
|
+
], $J = { 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" }, Uae = {
|
|
2158
2158
|
__name: "GlModal",
|
|
2159
2159
|
props: {
|
|
2160
2160
|
is_open: {
|
|
@@ -2202,22 +2202,22 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2202
2202
|
P("div", {
|
|
2203
2203
|
class: rn(["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)]", O.max_width])
|
|
2204
2204
|
}, [
|
|
2205
|
-
P("div",
|
|
2206
|
-
P("div",
|
|
2207
|
-
P("h5",
|
|
2205
|
+
P("div", EJ, [
|
|
2206
|
+
P("div", AJ, [
|
|
2207
|
+
P("h5", DJ, mt(O.title), 1),
|
|
2208
2208
|
P("button", {
|
|
2209
2209
|
type: "button",
|
|
2210
2210
|
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",
|
|
2211
2211
|
onClick: Ee,
|
|
2212
2212
|
"aria-label": "Close"
|
|
2213
|
-
},
|
|
2213
|
+
}, RJ)
|
|
2214
2214
|
]),
|
|
2215
2215
|
P("div", {
|
|
2216
2216
|
class: rn(["relative overflow-y-auto", O.bodyClass])
|
|
2217
2217
|
}, [
|
|
2218
2218
|
vf(J.$slots, "body")
|
|
2219
2219
|
], 2),
|
|
2220
|
-
P("div",
|
|
2220
|
+
P("div", $J, [
|
|
2221
2221
|
vf(J.$slots, "buttons"),
|
|
2222
2222
|
P("button", {
|
|
2223
2223
|
onClick: Ee,
|
|
@@ -2229,10 +2229,10 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2229
2229
|
], 2)
|
|
2230
2230
|
], 2)) : pt("", !0);
|
|
2231
2231
|
}
|
|
2232
|
-
},
|
|
2232
|
+
}, MJ = { class: "flex justify-between p-2 -mb-px border border-gray-300 no-underlin" }, PJ = { class: "relative inline-flex items-center cursor-pointer" }, NJ = ["name", "id", "checked"], BJ = /* @__PURE__ */ P("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), IJ = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), LJ = {
|
|
2233
2233
|
key: 0,
|
|
2234
2234
|
class: "flex justify-between items-center"
|
|
2235
|
-
},
|
|
2235
|
+
}, FJ = { class: "gl-label-form" }, HJ = { class: "flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark" }, VJ = { class: "relative inline-flex items-center cursor-pointer" }, zJ = ["name", "id"], UJ = /* @__PURE__ */ P("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), WJ = { class: "gl-span-form-error" }, ZJ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Wae = {
|
|
2236
2236
|
__name: "GlToggleBox",
|
|
2237
2237
|
props: {
|
|
2238
2238
|
is_required: {
|
|
@@ -2292,9 +2292,9 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2292
2292
|
class: rn(O.field_name)
|
|
2293
2293
|
}, [
|
|
2294
2294
|
P("div", null, [
|
|
2295
|
-
P("li",
|
|
2295
|
+
P("li", MJ, [
|
|
2296
2296
|
So(mt(O.label_name) + " ", 1),
|
|
2297
|
-
P("label",
|
|
2297
|
+
P("label", PJ, [
|
|
2298
2298
|
P("input", {
|
|
2299
2299
|
type: "checkbox",
|
|
2300
2300
|
class: "sr-only peer",
|
|
@@ -2306,23 +2306,23 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2306
2306
|
ref_key: "input",
|
|
2307
2307
|
ref: he,
|
|
2308
2308
|
disabled: ""
|
|
2309
|
-
}, null, 8,
|
|
2310
|
-
|
|
2309
|
+
}, null, 8, NJ),
|
|
2310
|
+
BJ
|
|
2311
2311
|
])
|
|
2312
2312
|
])
|
|
2313
2313
|
]),
|
|
2314
|
-
|
|
2314
|
+
IJ
|
|
2315
2315
|
], 2)) : pt("", !0),
|
|
2316
2316
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
2317
2317
|
key: 1,
|
|
2318
2318
|
class: rn(O.field_name)
|
|
2319
2319
|
}, [
|
|
2320
|
-
O.has_label_up ? (ve(), we("div",
|
|
2321
|
-
P("label",
|
|
2320
|
+
O.has_label_up ? (ve(), we("div", LJ, [
|
|
2321
|
+
P("label", FJ, mt(O.label_name), 1)
|
|
2322
2322
|
])) : pt("", !0),
|
|
2323
|
-
P("li",
|
|
2323
|
+
P("li", HJ, [
|
|
2324
2324
|
So(mt(O.label_name) + " ", 1),
|
|
2325
|
-
P("label",
|
|
2325
|
+
P("label", VJ, [
|
|
2326
2326
|
Qa(P("input", {
|
|
2327
2327
|
type: "checkbox",
|
|
2328
2328
|
class: "sr-only peer",
|
|
@@ -2333,21 +2333,21 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2333
2333
|
ref_key: "input",
|
|
2334
2334
|
ref: he,
|
|
2335
2335
|
"onUpdate:modelValue": J[0] || (J[0] = (Be) => K.value = Be)
|
|
2336
|
-
}, null, 8,
|
|
2336
|
+
}, null, 8, zJ), [
|
|
2337
2337
|
[QG, K.value]
|
|
2338
2338
|
]),
|
|
2339
|
-
|
|
2339
|
+
UJ
|
|
2340
2340
|
])
|
|
2341
2341
|
]),
|
|
2342
|
-
P("span",
|
|
2343
|
-
P("small",
|
|
2342
|
+
P("span", WJ, mt(O.error_message), 1),
|
|
2343
|
+
P("small", ZJ, mt(O.description), 1)
|
|
2344
2344
|
], 2))
|
|
2345
2345
|
], 64));
|
|
2346
2346
|
}
|
|
2347
|
-
},
|
|
2347
|
+
}, jJ = { class: "flex justify-between p-2 -mb-px border border-gray-300 no-underlin" }, GJ = { class: "relative inline-flex items-center cursor-pointer" }, qJ = ["name", "id", "checked"], KJ = /* @__PURE__ */ P("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), YJ = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), XJ = {
|
|
2348
2348
|
key: 0,
|
|
2349
2349
|
class: "flex justify-between items-center"
|
|
2350
|
-
},
|
|
2350
|
+
}, JJ = { class: "gl-label-form" }, QJ = { class: "flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark" }, eQ = { class: "relative inline-flex items-center cursor-pointer" }, tQ = ["name", "id"], nQ = /* @__PURE__ */ P("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), oQ = { class: "gl-span-form-error" }, sQ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Zae = {
|
|
2351
2351
|
__name: "GlToggleBoxTrueFalse",
|
|
2352
2352
|
props: {
|
|
2353
2353
|
is_required: {
|
|
@@ -2403,9 +2403,9 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2403
2403
|
class: rn(O.field_name)
|
|
2404
2404
|
}, [
|
|
2405
2405
|
P("div", null, [
|
|
2406
|
-
P("li",
|
|
2406
|
+
P("li", jJ, [
|
|
2407
2407
|
So(mt(O.label_name) + " ", 1),
|
|
2408
|
-
P("label",
|
|
2408
|
+
P("label", GJ, [
|
|
2409
2409
|
P("input", {
|
|
2410
2410
|
type: "checkbox",
|
|
2411
2411
|
class: "sr-only peer",
|
|
@@ -2415,23 +2415,23 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2415
2415
|
ref_key: "input",
|
|
2416
2416
|
ref: he,
|
|
2417
2417
|
disabled: ""
|
|
2418
|
-
}, null, 8,
|
|
2419
|
-
|
|
2418
|
+
}, null, 8, qJ),
|
|
2419
|
+
KJ
|
|
2420
2420
|
])
|
|
2421
2421
|
])
|
|
2422
2422
|
]),
|
|
2423
|
-
|
|
2423
|
+
YJ
|
|
2424
2424
|
], 2)) : pt("", !0),
|
|
2425
2425
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
2426
2426
|
key: 1,
|
|
2427
2427
|
class: rn(O.field_name)
|
|
2428
2428
|
}, [
|
|
2429
|
-
O.has_label_up ? (ve(), we("div",
|
|
2430
|
-
P("label",
|
|
2429
|
+
O.has_label_up ? (ve(), we("div", XJ, [
|
|
2430
|
+
P("label", JJ, mt(O.label_name), 1)
|
|
2431
2431
|
])) : pt("", !0),
|
|
2432
|
-
P("li",
|
|
2432
|
+
P("li", QJ, [
|
|
2433
2433
|
So(mt(O.label_name) + " ", 1),
|
|
2434
|
-
P("label",
|
|
2434
|
+
P("label", eQ, [
|
|
2435
2435
|
Qa(P("input", {
|
|
2436
2436
|
type: "checkbox",
|
|
2437
2437
|
class: "sr-only peer",
|
|
@@ -2440,24 +2440,24 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2440
2440
|
ref_key: "input",
|
|
2441
2441
|
ref: he,
|
|
2442
2442
|
"onUpdate:modelValue": J[0] || (J[0] = (Be) => K.value = Be)
|
|
2443
|
-
}, null, 8,
|
|
2443
|
+
}, null, 8, tQ), [
|
|
2444
2444
|
[QG, K.value]
|
|
2445
2445
|
]),
|
|
2446
|
-
|
|
2446
|
+
nQ
|
|
2447
2447
|
])
|
|
2448
2448
|
]),
|
|
2449
|
-
P("span",
|
|
2450
|
-
P("small",
|
|
2449
|
+
P("span", oQ, mt(O.error_message), 1),
|
|
2450
|
+
P("small", sQ, mt(O.description), 1)
|
|
2451
2451
|
], 2))
|
|
2452
2452
|
], 64));
|
|
2453
2453
|
}
|
|
2454
|
-
},
|
|
2454
|
+
}, rQ = { class: "font-bold ptext-lg dark:text-white" }, aQ = { class: "mt-3 mb-4" }, lQ = { 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" }, cQ = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), iQ = ["name", "id", "value"], uQ = {
|
|
2455
2455
|
key: 0,
|
|
2456
2456
|
class: "dropdown"
|
|
2457
|
-
},
|
|
2457
|
+
}, dQ = { class: "relative focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, mQ = { class: "relative showOptions" }, fQ = ["value", "placeholder"], gQ = { 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]" }, hQ = { class: "p-1" }, pQ = /* @__PURE__ */ P("label", {
|
|
2458
2458
|
for: "default-search",
|
|
2459
2459
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
2460
|
-
}, "Search", -1),
|
|
2460
|
+
}, "Search", -1), bQ = { class: "relative" }, vQ = /* @__PURE__ */ P("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
2461
2461
|
/* @__PURE__ */ P("svg", {
|
|
2462
2462
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
2463
2463
|
"aria-hidden": "true",
|
|
@@ -2473,22 +2473,22 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2473
2473
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
2474
2474
|
})
|
|
2475
2475
|
])
|
|
2476
|
-
], -1),
|
|
2476
|
+
], -1), yQ = ["id"], xQ = { class: "overflow-y-auto max-h-64" }, wQ = ["onClick", "onMousedown", "id"], CQ = { class: "flex items-center py-2 pl-10 pr-4" }, SQ = {
|
|
2477
2477
|
key: 0,
|
|
2478
2478
|
class: "absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400",
|
|
2479
2479
|
"aria-hidden": "true",
|
|
2480
2480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2481
2481
|
fill: "none",
|
|
2482
2482
|
viewBox: "0 0 16 12"
|
|
2483
|
-
},
|
|
2483
|
+
}, _Q = /* @__PURE__ */ P("path", {
|
|
2484
2484
|
stroke: "currentColor",
|
|
2485
2485
|
"stroke-linecap": "round",
|
|
2486
2486
|
"stroke-linejoin": "round",
|
|
2487
2487
|
"stroke-width": "2",
|
|
2488
2488
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
2489
|
-
}, null, -1),
|
|
2490
|
-
|
|
2491
|
-
],
|
|
2489
|
+
}, null, -1), kQ = [
|
|
2490
|
+
_Q
|
|
2491
|
+
], TQ = ["innerHTML"], EQ = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, AQ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, jae = {
|
|
2492
2492
|
__name: "GlDropdown",
|
|
2493
2493
|
props: {
|
|
2494
2494
|
modelValue: {
|
|
@@ -2655,11 +2655,11 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2655
2655
|
key: 0,
|
|
2656
2656
|
class: rn(O.field_name)
|
|
2657
2657
|
}, [
|
|
2658
|
-
P("h3",
|
|
2659
|
-
P("p",
|
|
2660
|
-
P("span",
|
|
2658
|
+
P("h3", rQ, mt(O.label_name), 1),
|
|
2659
|
+
P("p", aQ, [
|
|
2660
|
+
P("span", lQ, mt((ie = xn.value) == null ? void 0 : ie.name), 1)
|
|
2661
2661
|
]),
|
|
2662
|
-
|
|
2662
|
+
cQ
|
|
2663
2663
|
], 2)) : pt("", !0),
|
|
2664
2664
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
2665
2665
|
key: 1,
|
|
@@ -2670,8 +2670,8 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2670
2670
|
name: O.field_name,
|
|
2671
2671
|
id: O.field_name,
|
|
2672
2672
|
value: (Ro = xn.value) == null ? void 0 : Ro.id
|
|
2673
|
-
}, null, 8,
|
|
2674
|
-
O.options ? (ve(), we("div",
|
|
2673
|
+
}, null, 8, iQ),
|
|
2674
|
+
O.options ? (ve(), we("div", uQ, [
|
|
2675
2675
|
O.label_name ? (ve(), we("label", {
|
|
2676
2676
|
key: 0,
|
|
2677
2677
|
class: rn({
|
|
@@ -2680,8 +2680,8 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2680
2680
|
required: O.is_required
|
|
2681
2681
|
})
|
|
2682
2682
|
}, mt(O.label_name), 3)) : pt("", !0),
|
|
2683
|
-
P("div",
|
|
2684
|
-
P("div",
|
|
2683
|
+
P("div", dQ, [
|
|
2684
|
+
P("div", mQ, [
|
|
2685
2685
|
P("input", {
|
|
2686
2686
|
class: rn([{
|
|
2687
2687
|
"gl-input-form": O.error_message == "",
|
|
@@ -2693,7 +2693,7 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2693
2693
|
placeholder: O.placeholder,
|
|
2694
2694
|
autocomplete: "off",
|
|
2695
2695
|
readonly: ""
|
|
2696
|
-
}, null, 10,
|
|
2696
|
+
}, null, 10, fQ),
|
|
2697
2697
|
Qa(P("i", {
|
|
2698
2698
|
onClick: He[1] || (He[1] = oc((Ge) => Pn(), ["stop"])),
|
|
2699
2699
|
class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
|
|
@@ -2706,11 +2706,11 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2706
2706
|
class: rn([J.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
2707
2707
|
style: { top: "11px" }
|
|
2708
2708
|
}, null, 2),
|
|
2709
|
-
Qa(P("div",
|
|
2710
|
-
P("div",
|
|
2711
|
-
|
|
2712
|
-
P("div",
|
|
2713
|
-
|
|
2709
|
+
Qa(P("div", gQ, [
|
|
2710
|
+
P("div", hQ, [
|
|
2711
|
+
pQ,
|
|
2712
|
+
P("div", bQ, [
|
|
2713
|
+
vQ,
|
|
2714
2714
|
Qa(P("input", {
|
|
2715
2715
|
type: "search",
|
|
2716
2716
|
"onUpdate:modelValue": He[3] || (He[3] = (Ge) => Be.value = Ge),
|
|
@@ -2721,12 +2721,12 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2721
2721
|
autocomplete: "off",
|
|
2722
2722
|
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",
|
|
2723
2723
|
placeholder: "Search ..."
|
|
2724
|
-
}, null, 40,
|
|
2724
|
+
}, null, 40, yQ), [
|
|
2725
2725
|
[vm, Be.value]
|
|
2726
2726
|
])
|
|
2727
2727
|
])
|
|
2728
2728
|
]),
|
|
2729
|
-
P("div",
|
|
2729
|
+
P("div", xQ, [
|
|
2730
2730
|
(ve(!0), we(bo, null, kr(zn.value, (Ge, A) => {
|
|
2731
2731
|
var Xt;
|
|
2732
2732
|
return ve(), we("div", {
|
|
@@ -2736,13 +2736,13 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2736
2736
|
key: A,
|
|
2737
2737
|
id: `${A + 1}${ft.value}`
|
|
2738
2738
|
}, [
|
|
2739
|
-
P("div",
|
|
2740
|
-
((Xt = xn.value) == null ? void 0 : Xt.id) === Ge.id ? (ve(), we("svg",
|
|
2739
|
+
P("div", CQ, [
|
|
2740
|
+
((Xt = xn.value) == null ? void 0 : Xt.id) === Ge.id ? (ve(), we("svg", SQ, kQ)) : pt("", !0),
|
|
2741
2741
|
P("span", {
|
|
2742
2742
|
innerHTML: Ge.name || Ge.id || "-"
|
|
2743
|
-
}, null, 8,
|
|
2743
|
+
}, null, 8, TQ)
|
|
2744
2744
|
])
|
|
2745
|
-
], 42,
|
|
2745
|
+
], 42, wQ);
|
|
2746
2746
|
}), 128))
|
|
2747
2747
|
])
|
|
2748
2748
|
], 512), [
|
|
@@ -2751,13 +2751,13 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2751
2751
|
])
|
|
2752
2752
|
])
|
|
2753
2753
|
])) : pt("", !0),
|
|
2754
|
-
P("span",
|
|
2755
|
-
P("small",
|
|
2754
|
+
P("span", EQ, mt(O.error_message), 1),
|
|
2755
|
+
P("small", AQ, mt(O.description), 1)
|
|
2756
2756
|
], 2))
|
|
2757
2757
|
], 64);
|
|
2758
2758
|
};
|
|
2759
2759
|
}
|
|
2760
|
-
},
|
|
2760
|
+
}, DQ = { class: "font-bold ptext-lg dark:text-white" }, OQ = ["id"], RQ = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), $Q = ["for"], MQ = ["required", "name", "id", "type", "placeholder"], PQ = { class: "gl-span-form-error" }, NQ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Gae = {
|
|
2761
2761
|
__name: "GlTextarea",
|
|
2762
2762
|
props: {
|
|
2763
2763
|
is_required: {
|
|
@@ -2820,12 +2820,12 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2820
2820
|
key: 0,
|
|
2821
2821
|
class: rn(O.field_name)
|
|
2822
2822
|
}, [
|
|
2823
|
-
P("h3",
|
|
2823
|
+
P("h3", DQ, mt(O.label_name), 1),
|
|
2824
2824
|
P("p", {
|
|
2825
2825
|
id: O.field_name,
|
|
2826
2826
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
2827
|
-
}, mt(O.model_value), 9,
|
|
2828
|
-
|
|
2827
|
+
}, mt(O.model_value), 9, OQ),
|
|
2828
|
+
RQ
|
|
2829
2829
|
], 2)) : pt("", !0),
|
|
2830
2830
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
2831
2831
|
key: 1,
|
|
@@ -2838,7 +2838,7 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2838
2838
|
required: O.is_required
|
|
2839
2839
|
}),
|
|
2840
2840
|
for: O.field_name
|
|
2841
|
-
}, mt(O.label_name), 11,
|
|
2841
|
+
}, mt(O.label_name), 11, $Q),
|
|
2842
2842
|
Qa(P("textarea", {
|
|
2843
2843
|
required: O.is_required,
|
|
2844
2844
|
name: O.field_name,
|
|
@@ -2854,16 +2854,16 @@ const Vae = /* @__PURE__ */ Jr(wX, [["render", kJ], ["__scopeId", "data-v-a94f16
|
|
|
2854
2854
|
ref: K,
|
|
2855
2855
|
rows: "4",
|
|
2856
2856
|
placeholder: O.placeholder
|
|
2857
|
-
}, null, 42,
|
|
2857
|
+
}, null, 42, MQ), [
|
|
2858
2858
|
[vm, Ee.value]
|
|
2859
2859
|
]),
|
|
2860
|
-
P("span",
|
|
2861
|
-
P("small",
|
|
2860
|
+
P("span", PQ, mt(O.error_message), 1),
|
|
2861
|
+
P("small", NQ, mt(O.description), 1)
|
|
2862
2862
|
], 2))
|
|
2863
2863
|
], 64));
|
|
2864
2864
|
}
|
|
2865
2865
|
};
|
|
2866
|
-
function
|
|
2866
|
+
function BQ(O) {
|
|
2867
2867
|
return O && O.__esModule && Object.prototype.hasOwnProperty.call(O, "default") ? O.default : O;
|
|
2868
2868
|
}
|
|
2869
2869
|
var tq = { exports: {} };
|
|
@@ -20070,8 +20070,8 @@ Input object: ` + CD(e.input), kD = (e, n) => ON(e, mo(n, _D)), WN = nt(HN), pk
|
|
|
20070
20070
|
})(N8), B8(N8);
|
|
20071
20071
|
})();
|
|
20072
20072
|
})(tq);
|
|
20073
|
-
var
|
|
20074
|
-
const
|
|
20073
|
+
var IQ = tq.exports;
|
|
20074
|
+
const LQ = /* @__PURE__ */ BQ(IQ);
|
|
20075
20075
|
tinymce.IconManager.add("default", {
|
|
20076
20076
|
icons: {
|
|
20077
20077
|
"accessibility-check": '<svg width="24" height="24"><path d="M12 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.1.9-2 2-2Zm8 7h-5v12c0 .6-.4 1-1 1a1 1 0 0 1-1-1v-5c0-.6-.4-1-1-1a1 1 0 0 0-1 1v5c0 .6-.4 1-1 1a1 1 0 0 1-1-1V9H4a1 1 0 1 1 0-2h16c.6 0 1 .4 1 1s-.4 1-1 1Z" fill-rule="nonzero"/></svg>',
|
|
@@ -50935,7 +50935,7 @@ Required: ` + T.join(", "));
|
|
|
50935
50935
|
};
|
|
50936
50936
|
Zi();
|
|
50937
50937
|
})();
|
|
50938
|
-
const
|
|
50938
|
+
const FQ = { class: "font-bold ptext-lg dark:text-white" }, HQ = ["id"], VQ = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), zQ = ["for"], UQ = ["name", "id", "type"], WQ = { class: "gl-span-form-error" }, ZQ = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, qae = {
|
|
50939
50939
|
__name: "GlTinymce",
|
|
50940
50940
|
props: {
|
|
50941
50941
|
is_required: { type: Boolean, default: !1 },
|
|
@@ -50953,7 +50953,7 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
50953
50953
|
const Ae = O, he = se, K = Wo(null);
|
|
50954
50954
|
let Ee = null;
|
|
50955
50955
|
Oh(async () => {
|
|
50956
|
-
await Dj(), Ee && (Ee.destroy(), Ee = null),
|
|
50956
|
+
await Dj(), Ee && (Ee.destroy(), Ee = null), LQ.init({
|
|
50957
50957
|
selector: "#" + Ae.field_name,
|
|
50958
50958
|
height: 300,
|
|
50959
50959
|
plugins: [
|
|
@@ -50975,7 +50975,7 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
50975
50975
|
});
|
|
50976
50976
|
}
|
|
50977
50977
|
});
|
|
50978
|
-
}),
|
|
50978
|
+
}), Mq(() => {
|
|
50979
50979
|
Ee && (Ee.destroy(), Ee = null);
|
|
50980
50980
|
}), Gw(() => Ae.modelValue, (ft) => {
|
|
50981
50981
|
Ee && Ee.getContent() !== ft && Ee.setContent(ft);
|
|
@@ -50993,12 +50993,12 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
50993
50993
|
key: 0,
|
|
50994
50994
|
class: rn(O.field_name)
|
|
50995
50995
|
}, [
|
|
50996
|
-
P("h3",
|
|
50996
|
+
P("h3", FQ, mt(O.label_name), 1),
|
|
50997
50997
|
P("p", {
|
|
50998
50998
|
id: O.field_name,
|
|
50999
50999
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
51000
|
-
}, mt(O.model_value), 9,
|
|
51001
|
-
|
|
51000
|
+
}, mt(O.model_value), 9, HQ),
|
|
51001
|
+
VQ
|
|
51002
51002
|
], 2)) : pt("", !0),
|
|
51003
51003
|
O.show ? pt("", !0) : (ve(), we("div", {
|
|
51004
51004
|
key: 1,
|
|
@@ -51011,7 +51011,7 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
51011
51011
|
required: O.is_required
|
|
51012
51012
|
}),
|
|
51013
51013
|
for: O.field_name
|
|
51014
|
-
}, mt(O.label_name), 11,
|
|
51014
|
+
}, mt(O.label_name), 11, zQ),
|
|
51015
51015
|
Qa(P("textarea", {
|
|
51016
51016
|
name: O.field_name,
|
|
51017
51017
|
id: O.field_name,
|
|
@@ -51025,15 +51025,15 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
51025
51025
|
ref_key: "input",
|
|
51026
51026
|
ref: K,
|
|
51027
51027
|
rows: "4"
|
|
51028
|
-
}, null, 42,
|
|
51028
|
+
}, null, 42, UQ), [
|
|
51029
51029
|
[vm, Be.value]
|
|
51030
51030
|
]),
|
|
51031
|
-
P("span",
|
|
51032
|
-
P("small",
|
|
51031
|
+
P("span", WQ, mt(O.error_message), 1),
|
|
51032
|
+
P("small", ZQ, mt(O.description), 1)
|
|
51033
51033
|
], 2))
|
|
51034
51034
|
], 64));
|
|
51035
51035
|
}
|
|
51036
|
-
},
|
|
51036
|
+
}, jQ = {
|
|
51037
51037
|
emits: ["pagination-change-page"],
|
|
51038
51038
|
props: {
|
|
51039
51039
|
data: {
|
|
@@ -51138,14 +51138,14 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
51138
51138
|
})
|
|
51139
51139
|
});
|
|
51140
51140
|
}
|
|
51141
|
-
},
|
|
51141
|
+
}, GQ = {
|
|
51142
51142
|
compatConfig: {
|
|
51143
51143
|
MODE: 3
|
|
51144
51144
|
},
|
|
51145
51145
|
inheritAttrs: !1,
|
|
51146
51146
|
emits: ["pagination-change-page"],
|
|
51147
51147
|
components: {
|
|
51148
|
-
RenderlessPagination:
|
|
51148
|
+
RenderlessPagination: jQ
|
|
51149
51149
|
},
|
|
51150
51150
|
props: {
|
|
51151
51151
|
data: {
|
|
@@ -51179,10 +51179,10 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
51179
51179
|
},
|
|
51180
51180
|
mounted() {
|
|
51181
51181
|
}
|
|
51182
|
-
},
|
|
51182
|
+
}, qQ = { class: "flex flex-col items-center" }, KQ = {
|
|
51183
51183
|
key: 0,
|
|
51184
51184
|
class: "text-sm text-gray-700 dark:text-gray-400"
|
|
51185
|
-
},
|
|
51185
|
+
}, YQ = { class: "font-semibold text-gray-900 dark:text-white" }, XQ = { class: "font-semibold text-gray-900 dark:text-white" }, JQ = { class: "font-semibold text-gray-900 dark:text-white" }, QQ = ["tabindex"], eee = /* @__PURE__ */ P("span", { class: "sr-only" }, "Previous", -1), tee = /* @__PURE__ */ P("svg", {
|
|
51186
51186
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51187
51187
|
"aria-hidden": "true",
|
|
51188
51188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51196,7 +51196,7 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
51196
51196
|
"stroke-width": "2",
|
|
51197
51197
|
d: "M5 1 1 5l4 4"
|
|
51198
51198
|
})
|
|
51199
|
-
], -1),
|
|
51199
|
+
], -1), nee = ["aria-current"], oee = ["tabindex"], see = /* @__PURE__ */ P("span", { class: "sr-only" }, "Next", -1), ree = /* @__PURE__ */ P("svg", {
|
|
51200
51200
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51201
51201
|
"aria-hidden": "true",
|
|
51202
51202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51211,7 +51211,7 @@ const LQ = { class: "font-bold ptext-lg dark:text-white" }, FQ = ["id"], HQ = /*
|
|
|
51211
51211
|
d: "m1 9 4-4-4-4"
|
|
51212
51212
|
})
|
|
51213
51213
|
], -1);
|
|
51214
|
-
function
|
|
51214
|
+
function aee(O, me, se, Ae, he, K) {
|
|
51215
51215
|
const Ee = ky("RenderlessPagination");
|
|
51216
51216
|
return ve(), Ty(Ee, {
|
|
51217
51217
|
data: se.data,
|
|
@@ -51219,14 +51219,14 @@ function ree(O, me, se, Ae, he, K) {
|
|
|
51219
51219
|
onPaginationChangePage: K.onPaginationChangePage
|
|
51220
51220
|
}, {
|
|
51221
51221
|
default: U8((J) => [
|
|
51222
|
-
P("div",
|
|
51223
|
-
J.computed.total > J.computed.perPage ? (ve(), we("span",
|
|
51222
|
+
P("div", qQ, [
|
|
51223
|
+
J.computed.total > J.computed.perPage ? (ve(), we("span", KQ, [
|
|
51224
51224
|
So(" Showing "),
|
|
51225
|
-
P("span",
|
|
51225
|
+
P("span", YQ, mt(J.computed.from), 1),
|
|
51226
51226
|
So(" to "),
|
|
51227
|
-
P("span",
|
|
51227
|
+
P("span", XQ, mt(J.computed.to), 1),
|
|
51228
51228
|
So(" of "),
|
|
51229
|
-
P("span",
|
|
51229
|
+
P("span", JQ, mt(J.computed.total), 1),
|
|
51230
51230
|
So(" Entries ")
|
|
51231
51231
|
])) : pt("", !0),
|
|
51232
51232
|
J.computed.total > J.computed.perPage ? (ve(), we("ul", t5({ key: 1 }, O.$attrs, {
|
|
@@ -51248,10 +51248,10 @@ function ree(O, me, se, Ae, he, K) {
|
|
|
51248
51248
|
tabindex: !J.computed.prevPageUrl && -1
|
|
51249
51249
|
}, Ej(J.prevButtonEvents, !0)), [
|
|
51250
51250
|
vf(O.$slots, "prev-nav", {}, () => [
|
|
51251
|
-
|
|
51252
|
-
|
|
51251
|
+
eee,
|
|
51252
|
+
tee
|
|
51253
51253
|
])
|
|
51254
|
-
], 16,
|
|
51254
|
+
], 16, QQ)
|
|
51255
51255
|
], 2)) : pt("", !0),
|
|
51256
51256
|
(ve(!0), we(bo, null, kr(J.computed.pageRange, (Be, ft) => (ve(), we("li", {
|
|
51257
51257
|
class: rn(["", { active: Be == J.computed.currentPage }]),
|
|
@@ -51263,7 +51263,7 @@ function ree(O, me, se, Ae, he, K) {
|
|
|
51263
51263
|
}, Ej(J.pageButtonEvents(Be), !0), {
|
|
51264
51264
|
"aria-current": Be == J.computed.currentPage ? "page" : null,
|
|
51265
51265
|
class: Be == J.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"
|
|
51266
|
-
}), mt(Be), 17,
|
|
51266
|
+
}), mt(Be), 17, nee)
|
|
51267
51267
|
], 2))), 128)),
|
|
51268
51268
|
J.computed.nextPageUrl || se.showDisabled ? (ve(), we("li", {
|
|
51269
51269
|
key: 1,
|
|
@@ -51276,10 +51276,10 @@ function ree(O, me, se, Ae, he, K) {
|
|
|
51276
51276
|
tabindex: !J.computed.nextPageUrl && -1
|
|
51277
51277
|
}, Ej(J.nextButtonEvents, !0)), [
|
|
51278
51278
|
vf(O.$slots, "next-nav", {}, () => [
|
|
51279
|
-
|
|
51280
|
-
|
|
51279
|
+
see,
|
|
51280
|
+
ree
|
|
51281
51281
|
])
|
|
51282
|
-
], 16,
|
|
51282
|
+
], 16, oee)
|
|
51283
51283
|
], 2)) : pt("", !0)
|
|
51284
51284
|
], 16)) : pt("", !0)
|
|
51285
51285
|
])
|
|
@@ -51287,7 +51287,7 @@ function ree(O, me, se, Ae, he, K) {
|
|
|
51287
51287
|
_: 3
|
|
51288
51288
|
}, 8, ["data", "limit", "onPaginationChangePage"]);
|
|
51289
51289
|
}
|
|
51290
|
-
const nq = /* @__PURE__ */ Jr(
|
|
51290
|
+
const nq = /* @__PURE__ */ Jr(GQ, [["render", aee]]), lee = {
|
|
51291
51291
|
components: { TailwindPagination: nq },
|
|
51292
51292
|
props: {
|
|
51293
51293
|
data: Array,
|
|
@@ -51370,10 +51370,10 @@ const nq = /* @__PURE__ */ Jr(jQ, [["render", ree]]), aee = {
|
|
|
51370
51370
|
this.isMounted && O !== me && this.GetItemLists();
|
|
51371
51371
|
}
|
|
51372
51372
|
}
|
|
51373
|
-
},
|
|
51373
|
+
}, cee = { class: "p-2" }, iee = { class: "flex flex-col flex-wrap pb-4 gap-4 xl:flex-row xl:items-center xl:justify-between flex-column" }, uee = { class: "flex items-center gap-2" }, dee = /* @__PURE__ */ P("span", { class: "font-medium" }, " Show ", -1), mee = { style: { "margin-top": "3px" } }, fee = /* @__PURE__ */ P("span", { class: "font-medium" }, " Entries ", -1), gee = /* @__PURE__ */ P("label", {
|
|
51374
51374
|
for: "table-search",
|
|
51375
51375
|
class: "sr-only"
|
|
51376
|
-
}, "Search", -1),
|
|
51376
|
+
}, "Search", -1), hee = { class: "relative" }, pee = /* @__PURE__ */ P("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
51377
51377
|
/* @__PURE__ */ P("svg", {
|
|
51378
51378
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
51379
51379
|
"aria-hidden": "true",
|
|
@@ -51387,16 +51387,16 @@ const nq = /* @__PURE__ */ Jr(jQ, [["render", ree]]), aee = {
|
|
|
51387
51387
|
"clip-rule": "evenodd"
|
|
51388
51388
|
})
|
|
51389
51389
|
])
|
|
51390
|
-
], -1),
|
|
51390
|
+
], -1), bee = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, vee = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, yee = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, xee = ["onClick"], wee = {
|
|
51391
51391
|
key: 0,
|
|
51392
51392
|
class: "ml-2"
|
|
51393
|
-
},
|
|
51393
|
+
}, Cee = {
|
|
51394
51394
|
key: 0,
|
|
51395
51395
|
class: "fa fa-arrow-up"
|
|
51396
|
-
},
|
|
51396
|
+
}, See = {
|
|
51397
51397
|
key: 1,
|
|
51398
51398
|
class: "fa fa-arrow-down"
|
|
51399
|
-
},
|
|
51399
|
+
}, _ee = { key: 0 }, kee = ["colspan"], Tee = /* @__PURE__ */ P("div", {
|
|
51400
51400
|
role: "status",
|
|
51401
51401
|
class: "p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"
|
|
51402
51402
|
}, [
|
|
@@ -51436,16 +51436,16 @@ const nq = /* @__PURE__ */ Jr(jQ, [["render", ree]]), aee = {
|
|
|
51436
51436
|
/* @__PURE__ */ P("div", { class: "h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12" })
|
|
51437
51437
|
]),
|
|
51438
51438
|
/* @__PURE__ */ P("span", { class: "sr-only" }, "Loading...")
|
|
51439
|
-
], -1),
|
|
51440
|
-
|
|
51441
|
-
],
|
|
51442
|
-
function
|
|
51439
|
+
], -1), Eee = [
|
|
51440
|
+
Tee
|
|
51441
|
+
], Aee = ["data-label"], Dee = { class: "overflow-auto max-h-40" }, Oee = { 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" };
|
|
51442
|
+
function Ree(O, me, se, Ae, he, K) {
|
|
51443
51443
|
const Ee = ky("dropdown"), J = ky("TailwindPagination");
|
|
51444
|
-
return ve(), we("div",
|
|
51445
|
-
P("div",
|
|
51446
|
-
P("div",
|
|
51447
|
-
|
|
51448
|
-
P("div",
|
|
51444
|
+
return ve(), we("div", cee, [
|
|
51445
|
+
P("div", iee, [
|
|
51446
|
+
P("div", uee, [
|
|
51447
|
+
dee,
|
|
51448
|
+
P("div", mee, [
|
|
51449
51449
|
cb(Ee, {
|
|
51450
51450
|
has_cancel: !1,
|
|
51451
51451
|
options: he.pageOptions,
|
|
@@ -51459,11 +51459,11 @@ function Oee(O, me, se, Ae, he, K) {
|
|
|
51459
51459
|
placeholder: "Please select an option"
|
|
51460
51460
|
}, null, 8, ["options", "modelValue"])
|
|
51461
51461
|
]),
|
|
51462
|
-
|
|
51462
|
+
fee
|
|
51463
51463
|
]),
|
|
51464
|
-
|
|
51465
|
-
P("div",
|
|
51466
|
-
|
|
51464
|
+
gee,
|
|
51465
|
+
P("div", hee, [
|
|
51466
|
+
pee,
|
|
51467
51467
|
Qa(P("input", {
|
|
51468
51468
|
type: "text",
|
|
51469
51469
|
"onUpdate:modelValue": me[1] || (me[1] = (Be) => he.search = Be),
|
|
@@ -51475,9 +51475,9 @@ function Oee(O, me, se, Ae, he, K) {
|
|
|
51475
51475
|
])
|
|
51476
51476
|
])
|
|
51477
51477
|
]),
|
|
51478
|
-
P("div",
|
|
51479
|
-
P("table",
|
|
51480
|
-
P("thead",
|
|
51478
|
+
P("div", bee, [
|
|
51479
|
+
P("table", vee, [
|
|
51480
|
+
P("thead", yee, [
|
|
51481
51481
|
P("tr", null, [
|
|
51482
51482
|
(ve(!0), we(bo, null, kr(se.columns, (Be, ft) => (ve(), we("th", {
|
|
51483
51483
|
key: ft,
|
|
@@ -51485,17 +51485,17 @@ function Oee(O, me, se, Ae, he, K) {
|
|
|
51485
51485
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
51486
51486
|
}, [
|
|
51487
51487
|
So(mt(Be.field_label) + " ", 1),
|
|
51488
|
-
he.sortField === Be.field_name ? (ve(), we("span",
|
|
51489
|
-
he.sortOrder === "asc" ? (ve(), we("i",
|
|
51488
|
+
he.sortField === Be.field_name ? (ve(), we("span", wee, [
|
|
51489
|
+
he.sortOrder === "asc" ? (ve(), we("i", Cee)) : (ve(), we("i", See))
|
|
51490
51490
|
])) : pt("", !0)
|
|
51491
|
-
], 8,
|
|
51491
|
+
], 8, xee))), 128))
|
|
51492
51492
|
])
|
|
51493
51493
|
]),
|
|
51494
51494
|
P("tbody", null, [
|
|
51495
|
-
he.isLoading ? (ve(), we("tr",
|
|
51495
|
+
he.isLoading ? (ve(), we("tr", _ee, [
|
|
51496
51496
|
P("td", {
|
|
51497
51497
|
colspan: se.columns.length
|
|
51498
|
-
},
|
|
51498
|
+
}, Eee, 8, kee)
|
|
51499
51499
|
])) : pt("", !0),
|
|
51500
51500
|
he.isLoading ? pt("", !0) : (ve(!0), we(bo, { key: 1 }, kr(he.itemLists.data, (Be, ft) => (ve(), we("tr", {
|
|
51501
51501
|
key: ft,
|
|
@@ -51509,7 +51509,7 @@ function Oee(O, me, se, Ae, he, K) {
|
|
|
51509
51509
|
"rounded-b-lg lg:rounded-b-none": xn === se.columns.length - 1
|
|
51510
51510
|
}])
|
|
51511
51511
|
}, [
|
|
51512
|
-
P("div",
|
|
51512
|
+
P("div", Dee, [
|
|
51513
51513
|
jt.tdComp ? (ve(), Ty(o5(K.forDynCompIs(jt.tdComp)), {
|
|
51514
51514
|
key: 0,
|
|
51515
51515
|
row: Be,
|
|
@@ -51523,12 +51523,12 @@ function Oee(O, me, se, Ae, he, K) {
|
|
|
51523
51523
|
So(mt(Be[jt.field_name]), 1)
|
|
51524
51524
|
], 64))
|
|
51525
51525
|
])
|
|
51526
|
-
], 10,
|
|
51526
|
+
], 10, Aee))), 128))
|
|
51527
51527
|
]))), 128))
|
|
51528
51528
|
])
|
|
51529
51529
|
])
|
|
51530
51530
|
]),
|
|
51531
|
-
P("div",
|
|
51531
|
+
P("div", Oee, [
|
|
51532
51532
|
cb(J, {
|
|
51533
51533
|
class: "mt-3 mb-0",
|
|
51534
51534
|
data: he.itemLists,
|
|
@@ -51540,7 +51540,7 @@ function Oee(O, me, se, Ae, he, K) {
|
|
|
51540
51540
|
])
|
|
51541
51541
|
]);
|
|
51542
51542
|
}
|
|
51543
|
-
const
|
|
51543
|
+
const Kae = /* @__PURE__ */ Jr(lee, [["render", Ree]]), $ee = {
|
|
51544
51544
|
components: {},
|
|
51545
51545
|
props: {
|
|
51546
51546
|
data: Array,
|
|
@@ -51648,10 +51648,10 @@ const qae = /* @__PURE__ */ Jr(aee, [["render", Oee]]), Ree = {
|
|
|
51648
51648
|
mounted() {
|
|
51649
51649
|
this.GetItemLists();
|
|
51650
51650
|
}
|
|
51651
|
-
},
|
|
51651
|
+
}, Mee = { class: "p-2" }, Pee = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Nee = { class: "flex items-center gap-2" }, Bee = /* @__PURE__ */ P("span", { class: "font-medium" }, " Show ", -1), Iee = { style: { "margin-top": "9px" } }, Lee = /* @__PURE__ */ P("span", { class: "font-medium" }, " Entries ", -1), Fee = /* @__PURE__ */ P("label", {
|
|
51652
51652
|
for: "table-search",
|
|
51653
51653
|
class: "sr-only"
|
|
51654
|
-
}, "Search", -1),
|
|
51654
|
+
}, "Search", -1), Hee = { class: "relative" }, Vee = /* @__PURE__ */ P("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
51655
51655
|
/* @__PURE__ */ P("svg", {
|
|
51656
51656
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
51657
51657
|
"aria-hidden": "true",
|
|
@@ -51665,16 +51665,16 @@ const qae = /* @__PURE__ */ Jr(aee, [["render", Oee]]), Ree = {
|
|
|
51665
51665
|
"clip-rule": "evenodd"
|
|
51666
51666
|
})
|
|
51667
51667
|
])
|
|
51668
|
-
], -1),
|
|
51668
|
+
], -1), zee = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Uee = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Wee = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Zee = ["onClick"], jee = {
|
|
51669
51669
|
key: 0,
|
|
51670
51670
|
class: "ml-2"
|
|
51671
|
-
},
|
|
51671
|
+
}, Gee = {
|
|
51672
51672
|
key: 0,
|
|
51673
51673
|
class: "fa fa-arrow-up"
|
|
51674
|
-
},
|
|
51674
|
+
}, qee = {
|
|
51675
51675
|
key: 1,
|
|
51676
51676
|
class: "fa fa-arrow-down"
|
|
51677
|
-
},
|
|
51677
|
+
}, Kee = { key: 0 }, Yee = ["colspan"], Xee = /* @__PURE__ */ P("div", {
|
|
51678
51678
|
role: "status",
|
|
51679
51679
|
class: "p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"
|
|
51680
51680
|
}, [
|
|
@@ -51714,12 +51714,12 @@ const qae = /* @__PURE__ */ Jr(aee, [["render", Oee]]), Ree = {
|
|
|
51714
51714
|
/* @__PURE__ */ P("div", { class: "h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12" })
|
|
51715
51715
|
]),
|
|
51716
51716
|
/* @__PURE__ */ P("span", { class: "sr-only" }, "Loading...")
|
|
51717
|
-
], -1),
|
|
51718
|
-
|
|
51719
|
-
],
|
|
51717
|
+
], -1), Jee = [
|
|
51718
|
+
Xee
|
|
51719
|
+
], Qee = ["data-label"], ete = { class: "overflow-auto max-h-40" }, tte = {
|
|
51720
51720
|
key: 0,
|
|
51721
51721
|
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"
|
|
51722
|
-
},
|
|
51722
|
+
}, nte = { class: "flex justify-between flex-1 sm:hidden" }, ote = ["disabled"], ste = ["disabled"], rte = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, ate = { class: "text-sm text-gray-700 dark:text-gray-400" }, lte = { class: "font-medium" }, cte = { class: "font-medium" }, ite = { class: "font-medium" }, ute = { "aria-label": "Page navigation" }, dte = { class: "flex items-center h-8 -space-x-px text-sm" }, mte = ["disabled"], fte = /* @__PURE__ */ P("span", { class: "sr-only" }, "Previous", -1), gte = /* @__PURE__ */ P("svg", {
|
|
51723
51723
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51724
51724
|
"aria-hidden": "true",
|
|
51725
51725
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51733,10 +51733,10 @@ const qae = /* @__PURE__ */ Jr(aee, [["render", Oee]]), Ree = {
|
|
|
51733
51733
|
"stroke-width": "2",
|
|
51734
51734
|
d: "M5 1 1 5l4 4"
|
|
51735
51735
|
})
|
|
51736
|
-
], -1),
|
|
51737
|
-
|
|
51738
|
-
|
|
51739
|
-
],
|
|
51736
|
+
], -1), hte = [
|
|
51737
|
+
fte,
|
|
51738
|
+
gte
|
|
51739
|
+
], pte = ["onClick"], bte = ["onClick"], vte = ["disabled"], yte = /* @__PURE__ */ P("span", { class: "sr-only" }, "Next", -1), xte = /* @__PURE__ */ P("svg", {
|
|
51740
51740
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
51741
51741
|
"aria-hidden": "true",
|
|
51742
51742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51750,17 +51750,17 @@ const qae = /* @__PURE__ */ Jr(aee, [["render", Oee]]), Ree = {
|
|
|
51750
51750
|
"stroke-width": "2",
|
|
51751
51751
|
d: "m1 9 4-4-4-4"
|
|
51752
51752
|
})
|
|
51753
|
-
], -1),
|
|
51754
|
-
|
|
51755
|
-
|
|
51753
|
+
], -1), wte = [
|
|
51754
|
+
yte,
|
|
51755
|
+
xte
|
|
51756
51756
|
];
|
|
51757
|
-
function
|
|
51757
|
+
function Cte(O, me, se, Ae, he, K) {
|
|
51758
51758
|
const Ee = ky("dropdown");
|
|
51759
|
-
return ve(), we("div",
|
|
51760
|
-
P("div",
|
|
51761
|
-
P("div",
|
|
51762
|
-
|
|
51763
|
-
P("div",
|
|
51759
|
+
return ve(), we("div", Mee, [
|
|
51760
|
+
P("div", Pee, [
|
|
51761
|
+
P("div", Nee, [
|
|
51762
|
+
Bee,
|
|
51763
|
+
P("div", Iee, [
|
|
51764
51764
|
cb(Ee, {
|
|
51765
51765
|
has_cancel: !1,
|
|
51766
51766
|
options: he.showNoOfEntries,
|
|
@@ -51774,11 +51774,11 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51774
51774
|
placeholder: "Please select an option"
|
|
51775
51775
|
}, null, 8, ["options", "modelValue"])
|
|
51776
51776
|
]),
|
|
51777
|
-
|
|
51777
|
+
Lee
|
|
51778
51778
|
]),
|
|
51779
|
-
|
|
51780
|
-
P("div",
|
|
51781
|
-
|
|
51779
|
+
Fee,
|
|
51780
|
+
P("div", Hee, [
|
|
51781
|
+
Vee,
|
|
51782
51782
|
Qa(P("input", {
|
|
51783
51783
|
type: "text",
|
|
51784
51784
|
"onUpdate:modelValue": me[1] || (me[1] = (J) => he.search = J),
|
|
@@ -51789,9 +51789,9 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51789
51789
|
])
|
|
51790
51790
|
])
|
|
51791
51791
|
]),
|
|
51792
|
-
P("div",
|
|
51793
|
-
P("table",
|
|
51794
|
-
P("thead",
|
|
51792
|
+
P("div", zee, [
|
|
51793
|
+
P("table", Uee, [
|
|
51794
|
+
P("thead", Wee, [
|
|
51795
51795
|
P("tr", null, [
|
|
51796
51796
|
(ve(!0), we(bo, null, kr(se.columns, (J, Be) => (ve(), we("th", {
|
|
51797
51797
|
key: Be,
|
|
@@ -51799,17 +51799,17 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51799
51799
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
51800
51800
|
}, [
|
|
51801
51801
|
So(mt(J.field_label) + " ", 1),
|
|
51802
|
-
he.sortKey === J.field_name ? (ve(), we("span",
|
|
51803
|
-
he.sortOrder === 1 ? (ve(), we("i",
|
|
51802
|
+
he.sortKey === J.field_name ? (ve(), we("span", jee, [
|
|
51803
|
+
he.sortOrder === 1 ? (ve(), we("i", Gee)) : (ve(), we("i", qee))
|
|
51804
51804
|
])) : pt("", !0)
|
|
51805
|
-
], 8,
|
|
51805
|
+
], 8, Zee))), 128))
|
|
51806
51806
|
])
|
|
51807
51807
|
]),
|
|
51808
51808
|
P("tbody", null, [
|
|
51809
|
-
he.isLoading ? (ve(), we("tr",
|
|
51809
|
+
he.isLoading ? (ve(), we("tr", Kee, [
|
|
51810
51810
|
P("td", {
|
|
51811
51811
|
colspan: se.columns.length
|
|
51812
|
-
},
|
|
51812
|
+
}, Jee, 8, Yee)
|
|
51813
51813
|
])) : pt("", !0),
|
|
51814
51814
|
he.isLoading ? pt("", !0) : (ve(!0), we(bo, { key: 1 }, kr(K.paginatedData, (J, Be) => (ve(), we("tr", {
|
|
51815
51815
|
key: Be,
|
|
@@ -51823,7 +51823,7 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51823
51823
|
"rounded-b-lg lg:rounded-b-none": jt === se.columns.length - 1
|
|
51824
51824
|
}])
|
|
51825
51825
|
}, [
|
|
51826
|
-
P("div",
|
|
51826
|
+
P("div", ete, [
|
|
51827
51827
|
ft.tdComp ? (ve(), Ty(o5(K.forDynCompIs(ft.tdComp)), {
|
|
51828
51828
|
key: 0,
|
|
51829
51829
|
row: J,
|
|
@@ -51837,48 +51837,48 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51837
51837
|
So(mt(J[ft.field_name]), 1)
|
|
51838
51838
|
], 64))
|
|
51839
51839
|
])
|
|
51840
|
-
], 10,
|
|
51840
|
+
], 10, Qee))), 128))
|
|
51841
51841
|
]))), 128))
|
|
51842
51842
|
])
|
|
51843
51843
|
])
|
|
51844
51844
|
]),
|
|
51845
|
-
K.paginatedData.length > 0 ? (ve(), we("div",
|
|
51846
|
-
P("div",
|
|
51845
|
+
K.paginatedData.length > 0 ? (ve(), we("div", tte, [
|
|
51846
|
+
P("div", nte, [
|
|
51847
51847
|
P("a", {
|
|
51848
51848
|
href: "#",
|
|
51849
51849
|
onClick: me[3] || (me[3] = oc((...J) => K.previousPage && K.previousPage(...J), ["prevent"])),
|
|
51850
51850
|
disabled: he.currentPage === 1,
|
|
51851
51851
|
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"
|
|
51852
|
-
}, "Previous", 8,
|
|
51852
|
+
}, "Previous", 8, ote),
|
|
51853
51853
|
P("a", {
|
|
51854
51854
|
href: "#",
|
|
51855
51855
|
onClick: me[4] || (me[4] = oc((...J) => K.nextPage && K.nextPage(...J), ["prevent"])),
|
|
51856
51856
|
disabled: he.currentPage === K.totalPages,
|
|
51857
51857
|
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"
|
|
51858
|
-
}, "Next", 8,
|
|
51858
|
+
}, "Next", 8, ste)
|
|
51859
51859
|
]),
|
|
51860
|
-
P("div",
|
|
51860
|
+
P("div", rte, [
|
|
51861
51861
|
P("div", null, [
|
|
51862
|
-
P("p",
|
|
51862
|
+
P("p", ate, [
|
|
51863
51863
|
So(" Showing "),
|
|
51864
|
-
P("span",
|
|
51864
|
+
P("span", lte, mt(K.firstItemIndex), 1),
|
|
51865
51865
|
So(" to "),
|
|
51866
|
-
P("span",
|
|
51866
|
+
P("span", cte, mt(K.lastItemIndex), 1),
|
|
51867
51867
|
So(" of "),
|
|
51868
|
-
P("span",
|
|
51868
|
+
P("span", ite, mt(K.filteredData.length), 1),
|
|
51869
51869
|
So(" entries ")
|
|
51870
51870
|
])
|
|
51871
51871
|
]),
|
|
51872
51872
|
P("div", null, [
|
|
51873
|
-
P("nav",
|
|
51874
|
-
P("ul",
|
|
51873
|
+
P("nav", ute, [
|
|
51874
|
+
P("ul", dte, [
|
|
51875
51875
|
P("li", null, [
|
|
51876
51876
|
P("a", {
|
|
51877
51877
|
href: "#",
|
|
51878
51878
|
onClick: me[5] || (me[5] = oc((...J) => K.previousPage && K.previousPage(...J), ["prevent"])),
|
|
51879
51879
|
disabled: he.currentPage === 1,
|
|
51880
51880
|
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"
|
|
51881
|
-
},
|
|
51881
|
+
}, hte, 8, mte)
|
|
51882
51882
|
]),
|
|
51883
51883
|
(ve(!0), we(bo, null, kr(K.displayedPageNumbers, (J) => (ve(), we(bo, { key: J }, [
|
|
51884
51884
|
P("li", null, [
|
|
@@ -51887,7 +51887,7 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51887
51887
|
href: "#",
|
|
51888
51888
|
onClick: oc((Be) => K.goToPage(J), ["prevent"]),
|
|
51889
51889
|
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"
|
|
51890
|
-
}, mt(J), 9,
|
|
51890
|
+
}, mt(J), 9, pte)) : pt("", !0)
|
|
51891
51891
|
]),
|
|
51892
51892
|
P("li", null, [
|
|
51893
51893
|
he.currentPage === J ? (ve(), we("a", {
|
|
@@ -51896,7 +51896,7 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51896
51896
|
onClick: oc((Be) => K.goToPage(J), ["prevent"]),
|
|
51897
51897
|
"aria-current": "page",
|
|
51898
51898
|
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"
|
|
51899
|
-
}, mt(J), 9,
|
|
51899
|
+
}, mt(J), 9, bte)) : pt("", !0)
|
|
51900
51900
|
])
|
|
51901
51901
|
], 64))), 128)),
|
|
51902
51902
|
P("li", null, [
|
|
@@ -51905,7 +51905,7 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51905
51905
|
onClick: me[6] || (me[6] = oc((...J) => K.nextPage && K.nextPage(...J), ["prevent"])),
|
|
51906
51906
|
disabled: he.currentPage === K.totalPages,
|
|
51907
51907
|
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"
|
|
51908
|
-
},
|
|
51908
|
+
}, wte, 8, vte)
|
|
51909
51909
|
])
|
|
51910
51910
|
])
|
|
51911
51911
|
])
|
|
@@ -51914,7 +51914,7 @@ function wte(O, me, se, Ae, he, K) {
|
|
|
51914
51914
|
])) : pt("", !0)
|
|
51915
51915
|
]);
|
|
51916
51916
|
}
|
|
51917
|
-
const
|
|
51917
|
+
const Yae = /* @__PURE__ */ Jr($ee, [["render", Cte]]), Ste = {
|
|
51918
51918
|
components: { TailwindPagination: nq },
|
|
51919
51919
|
props: {
|
|
51920
51920
|
data: Array,
|
|
@@ -52006,10 +52006,10 @@ const Kae = /* @__PURE__ */ Jr(Ree, [["render", wte]]), Cte = {
|
|
|
52006
52006
|
this.isMounted && O !== me && this.GetItemLists();
|
|
52007
52007
|
}
|
|
52008
52008
|
}
|
|
52009
|
-
},
|
|
52009
|
+
}, _te = { class: "p-2" }, kte = { 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" }, Tte = { class: "flex items-center gap-2" }, Ete = /* @__PURE__ */ P("span", { class: "font-medium" }, " Show ", -1), Ate = { style: { "margin-top": "9px" } }, Dte = /* @__PURE__ */ P("span", { class: "font-medium" }, " Entries ", -1), Ote = /* @__PURE__ */ P("label", {
|
|
52010
52010
|
for: "table-search",
|
|
52011
52011
|
class: "sr-only"
|
|
52012
|
-
}, "Search", -1),
|
|
52012
|
+
}, "Search", -1), Rte = { class: "relative" }, $te = /* @__PURE__ */ P("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
52013
52013
|
/* @__PURE__ */ P("svg", {
|
|
52014
52014
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
52015
52015
|
"aria-hidden": "true",
|
|
@@ -52023,16 +52023,16 @@ const Kae = /* @__PURE__ */ Jr(Ree, [["render", wte]]), Cte = {
|
|
|
52023
52023
|
"clip-rule": "evenodd"
|
|
52024
52024
|
})
|
|
52025
52025
|
])
|
|
52026
|
-
], -1),
|
|
52026
|
+
], -1), Mte = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Pte = { 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" }, Nte = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Bte = ["onClick"], Ite = {
|
|
52027
52027
|
key: 0,
|
|
52028
52028
|
class: "ml-2"
|
|
52029
|
-
},
|
|
52029
|
+
}, Lte = {
|
|
52030
52030
|
key: 0,
|
|
52031
52031
|
class: "fa fa-arrow-up"
|
|
52032
|
-
},
|
|
52032
|
+
}, Fte = {
|
|
52033
52033
|
key: 1,
|
|
52034
52034
|
class: "fa fa-arrow-down"
|
|
52035
|
-
},
|
|
52035
|
+
}, Hte = { key: 0 }, Vte = ["colspan"], zte = /* @__PURE__ */ P("div", {
|
|
52036
52036
|
role: "status",
|
|
52037
52037
|
class: "p-4 space-y-4 border border-gray-200 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700"
|
|
52038
52038
|
}, [
|
|
@@ -52072,16 +52072,16 @@ const Kae = /* @__PURE__ */ Jr(Ree, [["render", wte]]), Cte = {
|
|
|
52072
52072
|
/* @__PURE__ */ P("div", { class: "h-3 bg-gray-300 rounded-full dark:bg-gray-700 w-12" })
|
|
52073
52073
|
]),
|
|
52074
52074
|
/* @__PURE__ */ P("span", { class: "sr-only" }, "Loading...")
|
|
52075
|
-
], -1),
|
|
52076
|
-
|
|
52077
|
-
],
|
|
52078
|
-
function
|
|
52075
|
+
], -1), Ute = [
|
|
52076
|
+
zte
|
|
52077
|
+
], Wte = { class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 hover:dark:text-gray-200 text-gray-500" }, Zte = ["colspan"], jte = ["data-label"], Gte = { class: "overflow-auto max-h-40" }, qte = { 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" };
|
|
52078
|
+
function Kte(O, me, se, Ae, he, K) {
|
|
52079
52079
|
const Ee = ky("dropdown"), J = ky("TailwindPagination");
|
|
52080
|
-
return ve(), we("div",
|
|
52081
|
-
P("div",
|
|
52082
|
-
P("div",
|
|
52083
|
-
|
|
52084
|
-
P("div",
|
|
52080
|
+
return ve(), we("div", _te, [
|
|
52081
|
+
P("div", kte, [
|
|
52082
|
+
P("div", Tte, [
|
|
52083
|
+
Ete,
|
|
52084
|
+
P("div", Ate, [
|
|
52085
52085
|
cb(Ee, {
|
|
52086
52086
|
has_cancel: !1,
|
|
52087
52087
|
options: he.pageOptions,
|
|
@@ -52095,11 +52095,11 @@ function qte(O, me, se, Ae, he, K) {
|
|
|
52095
52095
|
placeholder: "Please select an option"
|
|
52096
52096
|
}, null, 8, ["options", "modelValue"])
|
|
52097
52097
|
]),
|
|
52098
|
-
|
|
52098
|
+
Dte
|
|
52099
52099
|
]),
|
|
52100
|
-
|
|
52101
|
-
P("div",
|
|
52102
|
-
|
|
52100
|
+
Ote,
|
|
52101
|
+
P("div", Rte, [
|
|
52102
|
+
$te,
|
|
52103
52103
|
Qa(P("input", {
|
|
52104
52104
|
type: "text",
|
|
52105
52105
|
"onUpdate:modelValue": me[1] || (me[1] = (Be) => he.search = Be),
|
|
@@ -52111,9 +52111,9 @@ function qte(O, me, se, Ae, he, K) {
|
|
|
52111
52111
|
])
|
|
52112
52112
|
])
|
|
52113
52113
|
]),
|
|
52114
|
-
P("div",
|
|
52115
|
-
P("table",
|
|
52116
|
-
P("thead",
|
|
52114
|
+
P("div", Mte, [
|
|
52115
|
+
P("table", Pte, [
|
|
52116
|
+
P("thead", Nte, [
|
|
52117
52117
|
P("tr", null, [
|
|
52118
52118
|
(ve(!0), we(bo, null, kr(se.columns, (Be, ft) => (ve(), we("th", {
|
|
52119
52119
|
key: ft,
|
|
@@ -52121,24 +52121,24 @@ function qte(O, me, se, Ae, he, K) {
|
|
|
52121
52121
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
52122
52122
|
}, [
|
|
52123
52123
|
So(mt(Be.field_label) + " ", 1),
|
|
52124
|
-
he.sortField === Be.field_name ? (ve(), we("span",
|
|
52125
|
-
he.sortOrder === "asc" ? (ve(), we("i",
|
|
52124
|
+
he.sortField === Be.field_name ? (ve(), we("span", Ite, [
|
|
52125
|
+
he.sortOrder === "asc" ? (ve(), we("i", Lte)) : (ve(), we("i", Fte))
|
|
52126
52126
|
])) : pt("", !0)
|
|
52127
|
-
], 8,
|
|
52127
|
+
], 8, Bte))), 128))
|
|
52128
52128
|
])
|
|
52129
52129
|
]),
|
|
52130
52130
|
P("tbody", null, [
|
|
52131
|
-
he.isLoading ? (ve(), we("tr",
|
|
52131
|
+
he.isLoading ? (ve(), we("tr", Hte, [
|
|
52132
52132
|
P("td", {
|
|
52133
52133
|
colspan: se.columns.length
|
|
52134
|
-
},
|
|
52134
|
+
}, Ute, 8, Vte)
|
|
52135
52135
|
])) : pt("", !0),
|
|
52136
52136
|
he.isLoading ? pt("", !0) : (ve(!0), we(bo, { key: 1 }, kr(K.groupedItems, (Be, ft) => (ve(), we(bo, null, [
|
|
52137
|
-
P("tr",
|
|
52137
|
+
P("tr", Wte, [
|
|
52138
52138
|
P("td", {
|
|
52139
52139
|
colspan: se.columns.length,
|
|
52140
52140
|
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"
|
|
52141
|
-
}, mt(ft), 9,
|
|
52141
|
+
}, mt(ft), 9, Zte)
|
|
52142
52142
|
]),
|
|
52143
52143
|
(ve(!0), we(bo, null, kr(Be, (jt, xn) => (ve(), we("tr", {
|
|
52144
52144
|
key: xn,
|
|
@@ -52149,7 +52149,7 @@ function qte(O, me, se, Ae, he, K) {
|
|
|
52149
52149
|
"data-label": zn.field_label,
|
|
52150
52150
|
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"
|
|
52151
52151
|
}, [
|
|
52152
|
-
P("div",
|
|
52152
|
+
P("div", Gte, [
|
|
52153
52153
|
zn.tdComp ? (ve(), Ty(o5(K.forDynCompIs(zn.tdComp)), {
|
|
52154
52154
|
key: 0,
|
|
52155
52155
|
row: jt,
|
|
@@ -52162,13 +52162,13 @@ function qte(O, me, se, Ae, he, K) {
|
|
|
52162
52162
|
So(mt(jt[zn.field_name]), 1)
|
|
52163
52163
|
], 64))
|
|
52164
52164
|
])
|
|
52165
|
-
], 8,
|
|
52165
|
+
], 8, jte))), 128))
|
|
52166
52166
|
]))), 128))
|
|
52167
52167
|
], 64))), 256))
|
|
52168
52168
|
])
|
|
52169
52169
|
])
|
|
52170
52170
|
]),
|
|
52171
|
-
P("div",
|
|
52171
|
+
P("div", qte, [
|
|
52172
52172
|
cb(J, {
|
|
52173
52173
|
class: "mt-3 mb-0",
|
|
52174
52174
|
data: he.itemLists,
|
|
@@ -52180,7 +52180,7 @@ function qte(O, me, se, Ae, he, K) {
|
|
|
52180
52180
|
])
|
|
52181
52181
|
]);
|
|
52182
52182
|
}
|
|
52183
|
-
const
|
|
52183
|
+
const Xae = /* @__PURE__ */ Jr(Ste, [["render", Kte]]), Yte = {
|
|
52184
52184
|
components: {},
|
|
52185
52185
|
props: {
|
|
52186
52186
|
data: Array,
|
|
@@ -52260,10 +52260,10 @@ const Yae = /* @__PURE__ */ Jr(Cte, [["render", qte]]), Kte = {
|
|
|
52260
52260
|
O >= 1 && O <= this.totalPages && (this.currentPage = O);
|
|
52261
52261
|
}
|
|
52262
52262
|
}
|
|
52263
|
-
},
|
|
52263
|
+
}, Xte = { class: "p-2" }, Jte = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Qte = { class: "flex items-center gap-2" }, ene = /* @__PURE__ */ P("span", { class: "font-medium" }, " Show ", -1), tne = { style: { "margin-top": "9px" } }, nne = /* @__PURE__ */ P("span", { class: "font-medium" }, " Entries ", -1), one = /* @__PURE__ */ P("label", {
|
|
52264
52264
|
for: "table-search",
|
|
52265
52265
|
class: "sr-only"
|
|
52266
|
-
}, "Search", -1),
|
|
52266
|
+
}, "Search", -1), sne = { class: "relative" }, rne = /* @__PURE__ */ P("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
52267
52267
|
/* @__PURE__ */ P("svg", {
|
|
52268
52268
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
52269
52269
|
"aria-hidden": "true",
|
|
@@ -52277,19 +52277,19 @@ const Yae = /* @__PURE__ */ Jr(Cte, [["render", qte]]), Kte = {
|
|
|
52277
52277
|
"clip-rule": "evenodd"
|
|
52278
52278
|
})
|
|
52279
52279
|
])
|
|
52280
|
-
], -1),
|
|
52280
|
+
], -1), ane = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, lne = { 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" }, cne = { class: "hidden text-sm font-normal text-center text-gray-700 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, ine = ["onClick"], une = {
|
|
52281
52281
|
key: 0,
|
|
52282
52282
|
class: "ml-2"
|
|
52283
|
-
},
|
|
52283
|
+
}, dne = {
|
|
52284
52284
|
key: 0,
|
|
52285
52285
|
class: "fa fa-arrow-up"
|
|
52286
|
-
},
|
|
52286
|
+
}, mne = {
|
|
52287
52287
|
key: 1,
|
|
52288
52288
|
class: "fa fa-arrow-down"
|
|
52289
|
-
},
|
|
52289
|
+
}, fne = ["data-label"], gne = ["innerHTML"], hne = {
|
|
52290
52290
|
key: 0,
|
|
52291
52291
|
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"
|
|
52292
|
-
},
|
|
52292
|
+
}, pne = { class: "flex justify-between flex-1 sm:hidden" }, bne = ["disabled"], vne = ["disabled"], yne = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, xne = { class: "text-sm text-gray-700 dark:text-gray-400" }, wne = { class: "font-medium" }, Cne = { class: "font-medium" }, Sne = { class: "font-medium" }, _ne = { "aria-label": "Page navigation" }, kne = { class: "flex items-center h-8 -space-x-px text-sm" }, Tne = ["disabled"], Ene = /* @__PURE__ */ P("span", { class: "sr-only" }, "Previous", -1), Ane = /* @__PURE__ */ P("svg", {
|
|
52293
52293
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
52294
52294
|
"aria-hidden": "true",
|
|
52295
52295
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52303,10 +52303,10 @@ const Yae = /* @__PURE__ */ Jr(Cte, [["render", qte]]), Kte = {
|
|
|
52303
52303
|
"stroke-width": "2",
|
|
52304
52304
|
d: "M5 1 1 5l4 4"
|
|
52305
52305
|
})
|
|
52306
|
-
], -1),
|
|
52307
|
-
|
|
52308
|
-
|
|
52309
|
-
],
|
|
52306
|
+
], -1), Dne = [
|
|
52307
|
+
Ene,
|
|
52308
|
+
Ane
|
|
52309
|
+
], One = ["onClick"], Rne = ["onClick"], $ne = ["disabled"], Mne = /* @__PURE__ */ P("span", { class: "sr-only" }, "Next", -1), Pne = /* @__PURE__ */ P("svg", {
|
|
52310
52310
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
52311
52311
|
"aria-hidden": "true",
|
|
52312
52312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52320,17 +52320,17 @@ const Yae = /* @__PURE__ */ Jr(Cte, [["render", qte]]), Kte = {
|
|
|
52320
52320
|
"stroke-width": "2",
|
|
52321
52321
|
d: "m1 9 4-4-4-4"
|
|
52322
52322
|
})
|
|
52323
|
-
], -1),
|
|
52324
|
-
|
|
52325
|
-
|
|
52323
|
+
], -1), Nne = [
|
|
52324
|
+
Mne,
|
|
52325
|
+
Pne
|
|
52326
52326
|
];
|
|
52327
|
-
function
|
|
52327
|
+
function Bne(O, me, se, Ae, he, K) {
|
|
52328
52328
|
const Ee = ky("dropdown");
|
|
52329
|
-
return ve(), we("div",
|
|
52330
|
-
P("div",
|
|
52331
|
-
P("div",
|
|
52332
|
-
|
|
52333
|
-
P("div",
|
|
52329
|
+
return ve(), we("div", Xte, [
|
|
52330
|
+
P("div", Jte, [
|
|
52331
|
+
P("div", Qte, [
|
|
52332
|
+
ene,
|
|
52333
|
+
P("div", tne, [
|
|
52334
52334
|
cb(Ee, {
|
|
52335
52335
|
has_cancel: !1,
|
|
52336
52336
|
options: he.showNoOfEntries,
|
|
@@ -52344,11 +52344,11 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52344
52344
|
placeholder: "Please select an option"
|
|
52345
52345
|
}, null, 8, ["options", "modelValue"])
|
|
52346
52346
|
]),
|
|
52347
|
-
|
|
52347
|
+
nne
|
|
52348
52348
|
]),
|
|
52349
|
-
|
|
52350
|
-
P("div",
|
|
52351
|
-
|
|
52349
|
+
one,
|
|
52350
|
+
P("div", sne, [
|
|
52351
|
+
rne,
|
|
52352
52352
|
Qa(P("input", {
|
|
52353
52353
|
type: "text",
|
|
52354
52354
|
"onUpdate:modelValue": me[1] || (me[1] = (J) => he.search = J),
|
|
@@ -52359,9 +52359,9 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52359
52359
|
])
|
|
52360
52360
|
])
|
|
52361
52361
|
]),
|
|
52362
|
-
P("div",
|
|
52363
|
-
P("table",
|
|
52364
|
-
P("thead",
|
|
52362
|
+
P("div", ane, [
|
|
52363
|
+
P("table", lne, [
|
|
52364
|
+
P("thead", cne, [
|
|
52365
52365
|
P("tr", null, [
|
|
52366
52366
|
(ve(!0), we(bo, null, kr(se.columns, (J, Be) => (ve(), we("th", {
|
|
52367
52367
|
key: Be,
|
|
@@ -52369,10 +52369,10 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52369
52369
|
class: "w-full px-4 py-2 lg:w-2/12 capitalize"
|
|
52370
52370
|
}, [
|
|
52371
52371
|
So(mt(J) + " ", 1),
|
|
52372
|
-
he.sortKey === J ? (ve(), we("span",
|
|
52373
|
-
he.sortOrder === 1 ? (ve(), we("i",
|
|
52372
|
+
he.sortKey === J ? (ve(), we("span", une, [
|
|
52373
|
+
he.sortOrder === 1 ? (ve(), we("i", dne)) : (ve(), we("i", mne))
|
|
52374
52374
|
])) : pt("", !0)
|
|
52375
|
-
], 8,
|
|
52375
|
+
], 8, ine))), 128))
|
|
52376
52376
|
])
|
|
52377
52377
|
]),
|
|
52378
52378
|
P("tbody", null, [
|
|
@@ -52388,49 +52388,49 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52388
52388
|
P("p", {
|
|
52389
52389
|
class: "text-pretty",
|
|
52390
52390
|
innerHTML: J[jt]
|
|
52391
|
-
}, null, 8,
|
|
52392
|
-
], 8,
|
|
52391
|
+
}, null, 8, gne)
|
|
52392
|
+
], 8, fne))), 128))
|
|
52393
52393
|
]))), 128))
|
|
52394
52394
|
])
|
|
52395
52395
|
])
|
|
52396
52396
|
]),
|
|
52397
|
-
K.paginatedData.length > 0 ? (ve(), we("div",
|
|
52398
|
-
P("div",
|
|
52397
|
+
K.paginatedData.length > 0 ? (ve(), we("div", hne, [
|
|
52398
|
+
P("div", pne, [
|
|
52399
52399
|
P("a", {
|
|
52400
52400
|
href: "#",
|
|
52401
52401
|
onClick: me[2] || (me[2] = oc((...J) => K.previousPage && K.previousPage(...J), ["prevent"])),
|
|
52402
52402
|
disabled: he.currentPage === 1,
|
|
52403
52403
|
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"
|
|
52404
|
-
}, "Previous", 8,
|
|
52404
|
+
}, "Previous", 8, bne),
|
|
52405
52405
|
P("a", {
|
|
52406
52406
|
href: "#",
|
|
52407
52407
|
onClick: me[3] || (me[3] = oc((...J) => K.nextPage && K.nextPage(...J), ["prevent"])),
|
|
52408
52408
|
disabled: he.currentPage === K.totalPages,
|
|
52409
52409
|
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"
|
|
52410
|
-
}, "Next", 8,
|
|
52410
|
+
}, "Next", 8, vne)
|
|
52411
52411
|
]),
|
|
52412
|
-
P("div",
|
|
52412
|
+
P("div", yne, [
|
|
52413
52413
|
P("div", null, [
|
|
52414
|
-
P("p",
|
|
52414
|
+
P("p", xne, [
|
|
52415
52415
|
So(" Showing "),
|
|
52416
|
-
P("span",
|
|
52416
|
+
P("span", wne, mt(K.firstItemIndex), 1),
|
|
52417
52417
|
So(" to "),
|
|
52418
|
-
P("span",
|
|
52418
|
+
P("span", Cne, mt(K.lastItemIndex), 1),
|
|
52419
52419
|
So(" of "),
|
|
52420
|
-
P("span",
|
|
52420
|
+
P("span", Sne, mt(K.filteredData.length), 1),
|
|
52421
52421
|
So(" entries ")
|
|
52422
52422
|
])
|
|
52423
52423
|
]),
|
|
52424
52424
|
P("div", null, [
|
|
52425
|
-
P("nav",
|
|
52426
|
-
P("ul",
|
|
52425
|
+
P("nav", _ne, [
|
|
52426
|
+
P("ul", kne, [
|
|
52427
52427
|
P("li", null, [
|
|
52428
52428
|
P("a", {
|
|
52429
52429
|
href: "#",
|
|
52430
52430
|
onClick: me[4] || (me[4] = oc((...J) => K.previousPage && K.previousPage(...J), ["prevent"])),
|
|
52431
52431
|
disabled: he.currentPage === 1,
|
|
52432
52432
|
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"
|
|
52433
|
-
},
|
|
52433
|
+
}, Dne, 8, Tne)
|
|
52434
52434
|
]),
|
|
52435
52435
|
(ve(!0), we(bo, null, kr(K.displayedPageNumbers, (J) => (ve(), we(bo, { key: J }, [
|
|
52436
52436
|
P("li", null, [
|
|
@@ -52439,7 +52439,7 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52439
52439
|
href: "#",
|
|
52440
52440
|
onClick: oc((Be) => K.goToPage(J), ["prevent"]),
|
|
52441
52441
|
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"
|
|
52442
|
-
}, mt(J), 9,
|
|
52442
|
+
}, mt(J), 9, One)) : pt("", !0)
|
|
52443
52443
|
]),
|
|
52444
52444
|
P("li", null, [
|
|
52445
52445
|
he.currentPage === J ? (ve(), we("a", {
|
|
@@ -52448,7 +52448,7 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52448
52448
|
onClick: oc((Be) => K.goToPage(J), ["prevent"]),
|
|
52449
52449
|
"aria-current": "page",
|
|
52450
52450
|
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"
|
|
52451
|
-
}, mt(J), 9,
|
|
52451
|
+
}, mt(J), 9, Rne)) : pt("", !0)
|
|
52452
52452
|
])
|
|
52453
52453
|
], 64))), 128)),
|
|
52454
52454
|
P("li", null, [
|
|
@@ -52457,7 +52457,7 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52457
52457
|
onClick: me[5] || (me[5] = oc((...J) => K.nextPage && K.nextPage(...J), ["prevent"])),
|
|
52458
52458
|
disabled: he.currentPage === K.totalPages,
|
|
52459
52459
|
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"
|
|
52460
|
-
},
|
|
52460
|
+
}, Nne, 8, $ne)
|
|
52461
52461
|
])
|
|
52462
52462
|
])
|
|
52463
52463
|
])
|
|
@@ -52466,7 +52466,7 @@ function Nne(O, me, se, Ae, he, K) {
|
|
|
52466
52466
|
])) : pt("", !0)
|
|
52467
52467
|
]);
|
|
52468
52468
|
}
|
|
52469
|
-
const
|
|
52469
|
+
const Jae = /* @__PURE__ */ Jr(Yte, [["render", Bne]]), Ine = {
|
|
52470
52470
|
setup() {
|
|
52471
52471
|
const O = Wo([]);
|
|
52472
52472
|
return XG("accordionsWrapper", {
|
|
@@ -52486,12 +52486,12 @@ const Xae = /* @__PURE__ */ Jr(Kte, [["render", Nne]]), Bne = {
|
|
|
52486
52486
|
}), {};
|
|
52487
52487
|
}
|
|
52488
52488
|
};
|
|
52489
|
-
function
|
|
52489
|
+
function Lne(O, me, se, Ae, he, K) {
|
|
52490
52490
|
return ve(), we("div", null, [
|
|
52491
52491
|
vf(O.$slots, "default")
|
|
52492
52492
|
]);
|
|
52493
52493
|
}
|
|
52494
|
-
const
|
|
52494
|
+
const Qae = /* @__PURE__ */ Jr(Ine, [["render", Lne]]), Fne = {
|
|
52495
52495
|
props: {
|
|
52496
52496
|
title: {
|
|
52497
52497
|
type: String,
|
|
@@ -52510,44 +52510,44 @@ const Jae = /* @__PURE__ */ Jr(Bne, [["render", Ine]]), Lne = {
|
|
|
52510
52510
|
})(), he = { isOpen: O, id: Ae }, K = vc(() => me.accordions.value), Ee = vc(() => K.value.length > 0 && K.value[0].id === Ae), J = vc(() => K.value.length > 0 && K.value[K.value.length - 1].id === Ae);
|
|
52511
52511
|
return Oh(() => {
|
|
52512
52512
|
me.registerAccordion(he);
|
|
52513
|
-
}),
|
|
52513
|
+
}), Pq(() => {
|
|
52514
52514
|
me.unregisterAccordion(he);
|
|
52515
52515
|
}), { isOpen: O, isFirstAccordion: Ee, isLastAccordion: J, toggle: () => {
|
|
52516
52516
|
me.toggleAccordion(he);
|
|
52517
52517
|
} };
|
|
52518
52518
|
}
|
|
52519
|
-
},
|
|
52519
|
+
}, Hne = { class: "flex items-center" }, Vne = {
|
|
52520
52520
|
key: 0,
|
|
52521
52521
|
class: "w-3 h-3 rotate-180 shrink-0",
|
|
52522
52522
|
"aria-hidden": "true",
|
|
52523
52523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
52524
52524
|
fill: "none",
|
|
52525
52525
|
viewBox: "0 0 10 6"
|
|
52526
|
-
},
|
|
52526
|
+
}, zne = /* @__PURE__ */ P("path", {
|
|
52527
52527
|
stroke: "currentColor",
|
|
52528
52528
|
"stroke-linecap": "round",
|
|
52529
52529
|
"stroke-linejoin": "round",
|
|
52530
52530
|
"stroke-width": "2",
|
|
52531
52531
|
d: "M9 5 5 1 1 5"
|
|
52532
|
-
}, null, -1),
|
|
52533
|
-
|
|
52534
|
-
],
|
|
52532
|
+
}, null, -1), Une = [
|
|
52533
|
+
zne
|
|
52534
|
+
], Wne = {
|
|
52535
52535
|
key: 1,
|
|
52536
52536
|
class: "w-3 h-3 shrink-0",
|
|
52537
52537
|
"aria-hidden": "true",
|
|
52538
52538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
52539
52539
|
fill: "none",
|
|
52540
52540
|
viewBox: "0 0 10 6"
|
|
52541
|
-
},
|
|
52541
|
+
}, Zne = /* @__PURE__ */ P("path", {
|
|
52542
52542
|
stroke: "currentColor",
|
|
52543
52543
|
"stroke-linecap": "round",
|
|
52544
52544
|
"stroke-linejoin": "round",
|
|
52545
52545
|
"stroke-width": "2",
|
|
52546
52546
|
d: "M9 5 5 1 1 5"
|
|
52547
|
-
}, null, -1),
|
|
52548
|
-
|
|
52547
|
+
}, null, -1), jne = [
|
|
52548
|
+
Zne
|
|
52549
52549
|
];
|
|
52550
|
-
function
|
|
52550
|
+
function Gne(O, me, se, Ae, he, K) {
|
|
52551
52551
|
return ve(), we("div", null, [
|
|
52552
52552
|
P("h2", null, [
|
|
52553
52553
|
P("button", {
|
|
@@ -52560,9 +52560,9 @@ function jne(O, me, se, Ae, he, K) {
|
|
|
52560
52560
|
}]),
|
|
52561
52561
|
"aria-expanded": "true"
|
|
52562
52562
|
}, [
|
|
52563
|
-
P("span",
|
|
52564
|
-
Ae.isOpen ? pt("", !0) : (ve(), we("svg",
|
|
52565
|
-
Ae.isOpen ? (ve(), we("svg",
|
|
52563
|
+
P("span", Hne, mt(se.title), 1),
|
|
52564
|
+
Ae.isOpen ? pt("", !0) : (ve(), we("svg", Vne, Une)),
|
|
52565
|
+
Ae.isOpen ? (ve(), we("svg", Wne, jne)) : pt("", !0)
|
|
52566
52566
|
], 2)
|
|
52567
52567
|
]),
|
|
52568
52568
|
Ae.isOpen ? (ve(), we("div", {
|
|
@@ -52576,13 +52576,13 @@ function jne(O, me, se, Ae, he, K) {
|
|
|
52576
52576
|
], 2)) : pt("", !0)
|
|
52577
52577
|
]);
|
|
52578
52578
|
}
|
|
52579
|
-
const
|
|
52579
|
+
const ele = /* @__PURE__ */ Jr(Fne, [["render", Gne]]), qne = {
|
|
52580
52580
|
class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",
|
|
52581
52581
|
role: "alert"
|
|
52582
|
-
},
|
|
52582
|
+
}, Kne = {
|
|
52583
52583
|
key: 0,
|
|
52584
52584
|
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"
|
|
52585
|
-
},
|
|
52585
|
+
}, Yne = /* @__PURE__ */ P("svg", {
|
|
52586
52586
|
class: "w-5 h-5",
|
|
52587
52587
|
"aria-hidden": "true",
|
|
52588
52588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52590,13 +52590,13 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52590
52590
|
viewBox: "0 0 20 20"
|
|
52591
52591
|
}, [
|
|
52592
52592
|
/* @__PURE__ */ P("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" })
|
|
52593
|
-
], -1),
|
|
52594
|
-
|
|
52595
|
-
|
|
52596
|
-
],
|
|
52593
|
+
], -1), Xne = /* @__PURE__ */ P("span", { class: "sr-only" }, "Check icon", -1), Jne = [
|
|
52594
|
+
Yne,
|
|
52595
|
+
Xne
|
|
52596
|
+
], Qne = {
|
|
52597
52597
|
key: 1,
|
|
52598
52598
|
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"
|
|
52599
|
-
},
|
|
52599
|
+
}, eoe = /* @__PURE__ */ P("svg", {
|
|
52600
52600
|
class: "w-5 h-5",
|
|
52601
52601
|
"aria-hidden": "true",
|
|
52602
52602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52604,13 +52604,13 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52604
52604
|
viewBox: "0 0 20 20"
|
|
52605
52605
|
}, [
|
|
52606
52606
|
/* @__PURE__ */ P("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" })
|
|
52607
|
-
], -1),
|
|
52608
|
-
|
|
52609
|
-
|
|
52610
|
-
],
|
|
52607
|
+
], -1), toe = /* @__PURE__ */ P("span", { class: "sr-only" }, "Error icon", -1), noe = [
|
|
52608
|
+
eoe,
|
|
52609
|
+
toe
|
|
52610
|
+
], ooe = {
|
|
52611
52611
|
key: 2,
|
|
52612
52612
|
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"
|
|
52613
|
-
},
|
|
52613
|
+
}, soe = /* @__PURE__ */ P("svg", {
|
|
52614
52614
|
class: "w-5 h-5",
|
|
52615
52615
|
"aria-hidden": "true",
|
|
52616
52616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52618,10 +52618,10 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52618
52618
|
viewBox: "0 0 20 20"
|
|
52619
52619
|
}, [
|
|
52620
52620
|
/* @__PURE__ */ P("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" })
|
|
52621
|
-
], -1),
|
|
52622
|
-
|
|
52623
|
-
|
|
52624
|
-
],
|
|
52621
|
+
], -1), roe = /* @__PURE__ */ P("span", { class: "sr-only" }, "Warning icon", -1), aoe = [
|
|
52622
|
+
soe,
|
|
52623
|
+
roe
|
|
52624
|
+
], loe = { class: "ml-3 text-sm font-normal" }, coe = /* @__PURE__ */ P("span", { class: "sr-only" }, "Close", -1), ioe = /* @__PURE__ */ P("svg", {
|
|
52625
52625
|
"aria-hidden": "true",
|
|
52626
52626
|
class: "w-5 h-5",
|
|
52627
52627
|
fill: "currentColor",
|
|
@@ -52633,10 +52633,10 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52633
52633
|
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",
|
|
52634
52634
|
"clip-rule": "evenodd"
|
|
52635
52635
|
})
|
|
52636
|
-
], -1),
|
|
52637
|
-
|
|
52638
|
-
|
|
52639
|
-
],
|
|
52636
|
+
], -1), uoe = [
|
|
52637
|
+
coe,
|
|
52638
|
+
ioe
|
|
52639
|
+
], doe = {
|
|
52640
52640
|
__name: "ToastListItem",
|
|
52641
52641
|
props: {
|
|
52642
52642
|
message: String,
|
|
@@ -52656,27 +52656,27 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52656
52656
|
setTimeout(() => Ae("remove"), se.duration);
|
|
52657
52657
|
});
|
|
52658
52658
|
const Ae = me;
|
|
52659
|
-
return (he, K) => (ve(), we("div",
|
|
52660
|
-
se.type === "success" ? (ve(), we("div",
|
|
52661
|
-
se.type === "error" ? (ve(), we("div",
|
|
52662
|
-
se.type === "warning" ? (ve(), we("div",
|
|
52663
|
-
P("div",
|
|
52659
|
+
return (he, K) => (ve(), we("div", qne, [
|
|
52660
|
+
se.type === "success" ? (ve(), we("div", Kne, Jne)) : pt("", !0),
|
|
52661
|
+
se.type === "error" ? (ve(), we("div", Qne, noe)) : pt("", !0),
|
|
52662
|
+
se.type === "warning" ? (ve(), we("div", ooe, aoe)) : pt("", !0),
|
|
52663
|
+
P("div", loe, mt(se.message), 1),
|
|
52664
52664
|
P("button", {
|
|
52665
52665
|
onClick: K[0] || (K[0] = (Ee) => Ae("remove")),
|
|
52666
52666
|
type: "button",
|
|
52667
52667
|
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",
|
|
52668
52668
|
"data-dismiss-target": "#toast-default",
|
|
52669
52669
|
"aria-label": "Close"
|
|
52670
|
-
},
|
|
52670
|
+
}, uoe)
|
|
52671
52671
|
]));
|
|
52672
52672
|
}
|
|
52673
|
-
},
|
|
52673
|
+
}, tle = {
|
|
52674
52674
|
__name: "GlToastList",
|
|
52675
52675
|
setup(O) {
|
|
52676
52676
|
function me(se) {
|
|
52677
52677
|
s5.methods.remove(se);
|
|
52678
52678
|
}
|
|
52679
|
-
return (se, Ae) => (ve(), Ty(
|
|
52679
|
+
return (se, Ae) => (ve(), Ty(Nq, {
|
|
52680
52680
|
tag: "div",
|
|
52681
52681
|
"enter-from-class": "translate-x-full opacity-0",
|
|
52682
52682
|
"enter-active-class": "duration-500",
|
|
@@ -52685,7 +52685,7 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52685
52685
|
class: "fixed z-[1060] w-full max-w-xs space-y-4 top-4 right-4"
|
|
52686
52686
|
}, {
|
|
52687
52687
|
default: U8(() => [
|
|
52688
|
-
(ve(!0), we(bo, null, kr(
|
|
52688
|
+
(ve(!0), we(bo, null, kr(Bq(s5).state.items, (he, K) => (ve(), Ty(doe, {
|
|
52689
52689
|
key: he.key,
|
|
52690
52690
|
message: he.message,
|
|
52691
52691
|
type: he.type,
|
|
@@ -52696,10 +52696,10 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52696
52696
|
_: 1
|
|
52697
52697
|
}));
|
|
52698
52698
|
}
|
|
52699
|
-
},
|
|
52699
|
+
}, moe = {
|
|
52700
52700
|
key: 0,
|
|
52701
52701
|
class: "flex lg:justify-center"
|
|
52702
|
-
},
|
|
52702
|
+
}, foe = /* @__PURE__ */ P("svg", {
|
|
52703
52703
|
class: "w-5 h-5",
|
|
52704
52704
|
"aria-hidden": "true",
|
|
52705
52705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52707,12 +52707,12 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52707
52707
|
viewBox: "0 0 4 15"
|
|
52708
52708
|
}, [
|
|
52709
52709
|
/* @__PURE__ */ P("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" })
|
|
52710
|
-
], -1),
|
|
52711
|
-
|
|
52712
|
-
],
|
|
52710
|
+
], -1), goe = [
|
|
52711
|
+
foe
|
|
52712
|
+
], hoe = { 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" }, poe = {
|
|
52713
52713
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
52714
52714
|
"aria-labelledby": "dropdownDividerButton"
|
|
52715
|
-
},
|
|
52715
|
+
}, boe = { key: 0 }, voe = ["href"], yoe = /* @__PURE__ */ P("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1), xoe = { key: 1 }, woe = /* @__PURE__ */ P("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), nle = {
|
|
52716
52716
|
__name: "DatatableAction",
|
|
52717
52717
|
props: {
|
|
52718
52718
|
field: {
|
|
@@ -52765,30 +52765,30 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52765
52765
|
onConfirmDelete: jt,
|
|
52766
52766
|
onCancelDelete: J
|
|
52767
52767
|
}, null, 8, ["isOpen"]),
|
|
52768
|
-
O.row && xn.can(`edit_${O.xprops.permission} || delete_${O.xprops.permission}`) ? Qa((ve(), we("div",
|
|
52768
|
+
O.row && xn.can(`edit_${O.xprops.permission} || delete_${O.xprops.permission}`) ? Qa((ve(), we("div", moe, [
|
|
52769
52769
|
P("button", {
|
|
52770
52770
|
onClick: Ee,
|
|
52771
52771
|
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",
|
|
52772
52772
|
type: "button"
|
|
52773
|
-
},
|
|
52774
|
-
Qa(P("div",
|
|
52775
|
-
P("ul",
|
|
52776
|
-
xn.can(`edit_${O.xprops.permission}`) ? (ve(), we("li",
|
|
52773
|
+
}, goe),
|
|
52774
|
+
Qa(P("div", hoe, [
|
|
52775
|
+
P("ul", poe, [
|
|
52776
|
+
xn.can(`edit_${O.xprops.permission}`) ? (ve(), we("li", boe, [
|
|
52777
52777
|
P("a", {
|
|
52778
52778
|
href: O.xprops.route + "/" + O.row.id + "/edit",
|
|
52779
52779
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
52780
52780
|
}, [
|
|
52781
|
-
|
|
52781
|
+
yoe,
|
|
52782
52782
|
So(" Edit")
|
|
52783
|
-
], 8,
|
|
52783
|
+
], 8, voe)
|
|
52784
52784
|
])) : pt("", !0),
|
|
52785
|
-
xn.can(`delete_${O.xprops.permission}`) ? (ve(), we("li",
|
|
52785
|
+
xn.can(`delete_${O.xprops.permission}`) ? (ve(), we("li", xoe, [
|
|
52786
52786
|
P("a", {
|
|
52787
52787
|
href: "#",
|
|
52788
52788
|
onClick: oc(Be, ["prevent"]),
|
|
52789
52789
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
52790
52790
|
}, [
|
|
52791
|
-
|
|
52791
|
+
woe,
|
|
52792
52792
|
So(" Remove")
|
|
52793
52793
|
])
|
|
52794
52794
|
])) : pt("", !0)
|
|
@@ -52802,10 +52802,10 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52802
52802
|
], 64);
|
|
52803
52803
|
};
|
|
52804
52804
|
}
|
|
52805
|
-
},
|
|
52805
|
+
}, Coe = {
|
|
52806
52806
|
key: 0,
|
|
52807
52807
|
class: "flex lg:justify-center"
|
|
52808
|
-
},
|
|
52808
|
+
}, Soe = /* @__PURE__ */ P("svg", {
|
|
52809
52809
|
class: "w-5 h-5",
|
|
52810
52810
|
"aria-hidden": "true",
|
|
52811
52811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52813,12 +52813,12 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52813
52813
|
viewBox: "0 0 4 15"
|
|
52814
52814
|
}, [
|
|
52815
52815
|
/* @__PURE__ */ P("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" })
|
|
52816
|
-
], -1),
|
|
52817
|
-
|
|
52818
|
-
],
|
|
52816
|
+
], -1), _oe = [
|
|
52817
|
+
Soe
|
|
52818
|
+
], koe = { 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" }, Toe = {
|
|
52819
52819
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
52820
52820
|
"aria-labelledby": "dropdownDividerButton"
|
|
52821
|
-
},
|
|
52821
|
+
}, Eoe = { key: 0 }, Aoe = /* @__PURE__ */ P("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), ole = {
|
|
52822
52822
|
__name: "DatatableDeleteAction",
|
|
52823
52823
|
props: {
|
|
52824
52824
|
field: {
|
|
@@ -52871,21 +52871,21 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52871
52871
|
onConfirmDelete: jt,
|
|
52872
52872
|
onCancelDelete: J
|
|
52873
52873
|
}, null, 8, ["isOpen"]),
|
|
52874
|
-
O.row && xn.can(`delete_${O.xprops.permission}`) ? Qa((ve(), we("div",
|
|
52874
|
+
O.row && xn.can(`delete_${O.xprops.permission}`) ? Qa((ve(), we("div", Coe, [
|
|
52875
52875
|
P("button", {
|
|
52876
52876
|
onClick: Ee,
|
|
52877
52877
|
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",
|
|
52878
52878
|
type: "button"
|
|
52879
|
-
},
|
|
52880
|
-
Qa(P("div",
|
|
52881
|
-
P("ul",
|
|
52882
|
-
xn.can(`delete_${O.xprops.permission}`) ? (ve(), we("li",
|
|
52879
|
+
}, _oe),
|
|
52880
|
+
Qa(P("div", koe, [
|
|
52881
|
+
P("ul", Toe, [
|
|
52882
|
+
xn.can(`delete_${O.xprops.permission}`) ? (ve(), we("li", Eoe, [
|
|
52883
52883
|
P("a", {
|
|
52884
52884
|
href: "#",
|
|
52885
52885
|
onClick: oc(Be, ["prevent"]),
|
|
52886
52886
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
52887
52887
|
}, [
|
|
52888
|
-
|
|
52888
|
+
Aoe,
|
|
52889
52889
|
So(" Remove")
|
|
52890
52890
|
])
|
|
52891
52891
|
])) : pt("", !0)
|
|
@@ -52899,7 +52899,7 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52899
52899
|
], 64);
|
|
52900
52900
|
};
|
|
52901
52901
|
}
|
|
52902
|
-
},
|
|
52902
|
+
}, Doe = {
|
|
52903
52903
|
props: ["field", "row"],
|
|
52904
52904
|
computed: {
|
|
52905
52905
|
isArray() {
|
|
@@ -52914,7 +52914,7 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52914
52914
|
},
|
|
52915
52915
|
mounted() {
|
|
52916
52916
|
}
|
|
52917
|
-
},
|
|
52917
|
+
}, Ooe = ["href", "title"], Roe = /* @__PURE__ */ P("svg", {
|
|
52918
52918
|
class: "w-3 h-3 text-white me-2",
|
|
52919
52919
|
"aria-hidden": "true",
|
|
52920
52920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52931,10 +52931,10 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52931
52931
|
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",
|
|
52932
52932
|
"clip-rule": "evenodd"
|
|
52933
52933
|
})
|
|
52934
|
-
], -1),
|
|
52934
|
+
], -1), $oe = {
|
|
52935
52935
|
key: 1,
|
|
52936
52936
|
class: "m-1 d-inline-block"
|
|
52937
|
-
},
|
|
52937
|
+
}, Moe = ["href", "title"], Poe = /* @__PURE__ */ P("svg", {
|
|
52938
52938
|
class: "w-3 h-3 text-white me-2",
|
|
52939
52939
|
"aria-hidden": "true",
|
|
52940
52940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52952,7 +52952,7 @@ const Qae = /* @__PURE__ */ Jr(Lne, [["render", jne]]), Gne = {
|
|
|
52952
52952
|
"clip-rule": "evenodd"
|
|
52953
52953
|
})
|
|
52954
52954
|
], -1);
|
|
52955
|
-
function
|
|
52955
|
+
function Noe(O, me, se, Ae, he, K) {
|
|
52956
52956
|
return ve(), we("div", null, [
|
|
52957
52957
|
K.isArray ? (ve(!0), we(bo, { key: 0 }, kr(se.row, (Ee, J) => (ve(), we("div", {
|
|
52958
52958
|
key: J,
|
|
@@ -52964,23 +52964,23 @@ function Poe(O, me, se, Ae, he, K) {
|
|
|
52964
52964
|
target: "_blank",
|
|
52965
52965
|
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"
|
|
52966
52966
|
}, [
|
|
52967
|
-
|
|
52967
|
+
Roe,
|
|
52968
52968
|
So(" Download ")
|
|
52969
|
-
], 8,
|
|
52970
|
-
]))), 128)) : K.isString ? (ve(), we("div",
|
|
52969
|
+
], 8, Ooe)
|
|
52970
|
+
]))), 128)) : K.isString ? (ve(), we("div", $oe, [
|
|
52971
52971
|
P("a", {
|
|
52972
52972
|
href: se.row,
|
|
52973
52973
|
title: se.row,
|
|
52974
52974
|
target: "_blank",
|
|
52975
52975
|
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"
|
|
52976
52976
|
}, [
|
|
52977
|
-
|
|
52977
|
+
Poe,
|
|
52978
52978
|
So(" Download ")
|
|
52979
|
-
], 8,
|
|
52979
|
+
], 8, Moe)
|
|
52980
52980
|
])) : pt("", !0)
|
|
52981
52981
|
]);
|
|
52982
52982
|
}
|
|
52983
|
-
const
|
|
52983
|
+
const sle = /* @__PURE__ */ Jr(Doe, [["render", Noe]]), Boe = {
|
|
52984
52984
|
props: ["field", "row"],
|
|
52985
52985
|
computed: {
|
|
52986
52986
|
isArray() {
|
|
@@ -52990,7 +52990,7 @@ const ole = /* @__PURE__ */ Jr(Aoe, [["render", Poe]]), Noe = {
|
|
|
52990
52990
|
return typeof this.row[this.field] == "object";
|
|
52991
52991
|
}
|
|
52992
52992
|
}
|
|
52993
|
-
},
|
|
52993
|
+
}, Ioe = ["href", "title"], Loe = /* @__PURE__ */ P("svg", {
|
|
52994
52994
|
class: "w-3 h-3 text-white me-2",
|
|
52995
52995
|
"aria-hidden": "true",
|
|
52996
52996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53007,10 +53007,10 @@ const ole = /* @__PURE__ */ Jr(Aoe, [["render", Poe]]), Noe = {
|
|
|
53007
53007
|
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",
|
|
53008
53008
|
"clip-rule": "evenodd"
|
|
53009
53009
|
})
|
|
53010
|
-
], -1),
|
|
53010
|
+
], -1), Foe = {
|
|
53011
53011
|
key: 1,
|
|
53012
53012
|
class: "m-1 d-inline-block"
|
|
53013
|
-
},
|
|
53013
|
+
}, Hoe = ["href", "title"], Voe = /* @__PURE__ */ P("svg", {
|
|
53014
53014
|
class: "w-3 h-3 text-white me-2",
|
|
53015
53015
|
"aria-hidden": "true",
|
|
53016
53016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53028,7 +53028,7 @@ const ole = /* @__PURE__ */ Jr(Aoe, [["render", Poe]]), Noe = {
|
|
|
53028
53028
|
"clip-rule": "evenodd"
|
|
53029
53029
|
})
|
|
53030
53030
|
], -1);
|
|
53031
|
-
function
|
|
53031
|
+
function zoe(O, me, se, Ae, he, K) {
|
|
53032
53032
|
return ve(), we("div", null, [
|
|
53033
53033
|
K.isArray ? (ve(!0), we(bo, { key: 0 }, kr(se.row[se.field], (Ee) => (ve(), we("div", {
|
|
53034
53034
|
key: Ee.id,
|
|
@@ -53040,39 +53040,39 @@ function Voe(O, me, se, Ae, he, K) {
|
|
|
53040
53040
|
target: "_blank",
|
|
53041
53041
|
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"
|
|
53042
53042
|
}, [
|
|
53043
|
-
|
|
53043
|
+
Loe,
|
|
53044
53044
|
So(" Download ")
|
|
53045
|
-
], 8,
|
|
53046
|
-
]))), 128)) : K.isObject ? (ve(), we("div",
|
|
53045
|
+
], 8, Ioe)
|
|
53046
|
+
]))), 128)) : K.isObject ? (ve(), we("div", Foe, [
|
|
53047
53047
|
P("a", {
|
|
53048
53048
|
href: se.row[se.field].url,
|
|
53049
53049
|
title: se.row[se.field].name,
|
|
53050
53050
|
target: "_blank",
|
|
53051
53051
|
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"
|
|
53052
53052
|
}, [
|
|
53053
|
-
|
|
53053
|
+
Voe,
|
|
53054
53054
|
So(" Download ")
|
|
53055
|
-
], 8,
|
|
53055
|
+
], 8, Hoe)
|
|
53056
53056
|
])) : pt("", !0)
|
|
53057
53057
|
]);
|
|
53058
53058
|
}
|
|
53059
|
-
const
|
|
53059
|
+
const rle = /* @__PURE__ */ Jr(Boe, [["render", zoe]]), Uoe = {
|
|
53060
53060
|
props: ["field", "row", "tdProps"]
|
|
53061
|
-
},
|
|
53062
|
-
function
|
|
53063
|
-
return se.row[se.field] ? (ve(), we("div",
|
|
53061
|
+
}, Woe = { key: 0 }, Zoe = ["innerHTML"];
|
|
53062
|
+
function joe(O, me, se, Ae, he, K) {
|
|
53063
|
+
return se.row[se.field] ? (ve(), we("div", Woe, [
|
|
53064
53064
|
P("div", {
|
|
53065
53065
|
class: "w-full",
|
|
53066
53066
|
innerHTML: se.row[se.field]
|
|
53067
|
-
}, null, 8,
|
|
53067
|
+
}, null, 8, Zoe)
|
|
53068
53068
|
])) : pt("", !0);
|
|
53069
53069
|
}
|
|
53070
|
-
const
|
|
53070
|
+
const ale = /* @__PURE__ */ Jr(Uoe, [["render", joe]]), Goe = {
|
|
53071
53071
|
props: ["field", "row", "tdProps"],
|
|
53072
53072
|
computed: {
|
|
53073
53073
|
entry() {
|
|
53074
53074
|
const [O, me] = this.field.split(".");
|
|
53075
|
-
return
|
|
53075
|
+
return Iq({ key: O, field: me });
|
|
53076
53076
|
},
|
|
53077
53077
|
isArray() {
|
|
53078
53078
|
return Array.isArray(this.row[this.entry.key]);
|
|
@@ -53081,22 +53081,22 @@ const rle = /* @__PURE__ */ Jr(zoe, [["render", Zoe]]), joe = {
|
|
|
53081
53081
|
return typeof this.row[this.entry.key] == "object";
|
|
53082
53082
|
}
|
|
53083
53083
|
}
|
|
53084
|
-
},
|
|
53084
|
+
}, qoe = {
|
|
53085
53085
|
key: 0,
|
|
53086
53086
|
class: "flex flex-wrap gap-2"
|
|
53087
|
-
},
|
|
53087
|
+
}, Koe = {
|
|
53088
53088
|
key: 1,
|
|
53089
53089
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
53090
53090
|
};
|
|
53091
|
-
function
|
|
53092
|
-
return this.row[this.entry.key] ? (ve(), we("div",
|
|
53091
|
+
function Yoe(O, me, se, Ae, he, K) {
|
|
53092
|
+
return this.row[this.entry.key] ? (ve(), we("div", qoe, [
|
|
53093
53093
|
K.isArray ? (ve(!0), we(bo, { key: 0 }, kr(se.row[K.entry.key], (Ee, J) => (ve(), we("span", {
|
|
53094
53094
|
key: J,
|
|
53095
53095
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
53096
|
-
}, mt(Ee[K.entry.field]), 1))), 128)) : K.isObject ? (ve(), we("span",
|
|
53096
|
+
}, mt(Ee[K.entry.field]), 1))), 128)) : K.isObject ? (ve(), we("span", Koe, mt(se.row[K.entry.key][K.entry.field]), 1)) : pt("", !0)
|
|
53097
53097
|
])) : pt("", !0);
|
|
53098
53098
|
}
|
|
53099
|
-
const
|
|
53099
|
+
const lle = /* @__PURE__ */ Jr(Goe, [["render", Yoe]]), Xoe = {
|
|
53100
53100
|
props: ["field", "row", "tdProps"],
|
|
53101
53101
|
computed: {
|
|
53102
53102
|
entry() {
|
|
@@ -53115,24 +53115,24 @@ const ale = /* @__PURE__ */ Jr(joe, [["render", Koe]]), Yoe = {
|
|
|
53115
53115
|
return me.reduce((se, Ae) => (se || {})[Ae], O);
|
|
53116
53116
|
}
|
|
53117
53117
|
}
|
|
53118
|
-
},
|
|
53118
|
+
}, Joe = { class: "flex flex-wrap gap-2" }, Qoe = {
|
|
53119
53119
|
key: 1,
|
|
53120
53120
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
53121
53121
|
};
|
|
53122
|
-
function
|
|
53123
|
-
return ve(), we("div",
|
|
53122
|
+
function ese(O, me, se, Ae, he, K) {
|
|
53123
|
+
return ve(), we("div", Joe, [
|
|
53124
53124
|
K.isArray ? (ve(!0), we(bo, { key: 0 }, kr(K.getNestedValue(se.row, K.entry.keys), (Ee, J) => (ve(), we("span", {
|
|
53125
53125
|
key: J,
|
|
53126
53126
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
53127
|
-
}, mt(Ee[K.entry.field]), 1))), 128)) : K.isObject ? (ve(), we("span",
|
|
53127
|
+
}, mt(Ee[K.entry.field]), 1))), 128)) : K.isObject ? (ve(), we("span", Qoe, mt(K.getNestedValue(se.row, K.entry.keys)[K.entry.field]), 1)) : pt("", !0)
|
|
53128
53128
|
]);
|
|
53129
53129
|
}
|
|
53130
|
-
const
|
|
53130
|
+
const cle = /* @__PURE__ */ Jr(Xoe, [["render", ese]]), tse = {
|
|
53131
53131
|
props: ["field", "row", "tdProps"]
|
|
53132
|
-
},
|
|
53133
|
-
function
|
|
53134
|
-
return se.row[se.field] ? (ve(), we("div",
|
|
53135
|
-
P("div",
|
|
53132
|
+
}, nse = { key: 0 }, ose = { class: "m-1 d-inline-block" }, sse = ["href", "title"], rse = ["src", "alt", "title"];
|
|
53133
|
+
function ase(O, me, se, Ae, he, K) {
|
|
53134
|
+
return se.row[se.field] ? (ve(), we("div", nse, [
|
|
53135
|
+
P("div", ose, [
|
|
53136
53136
|
P("a", {
|
|
53137
53137
|
href: se.row[se.field].url,
|
|
53138
53138
|
title: se.row[se.field].name,
|
|
@@ -53142,37 +53142,37 @@ function rse(O, me, se, Ae, he, K) {
|
|
|
53142
53142
|
src: se.row[se.field].thumbnail,
|
|
53143
53143
|
alt: se.row[se.field].name,
|
|
53144
53144
|
title: se.row[se.field].name
|
|
53145
|
-
}, null, 8,
|
|
53146
|
-
], 8,
|
|
53145
|
+
}, null, 8, rse)
|
|
53146
|
+
], 8, sse)
|
|
53147
53147
|
])
|
|
53148
53148
|
])) : pt("", !0);
|
|
53149
53149
|
}
|
|
53150
|
-
const
|
|
53150
|
+
const ile = /* @__PURE__ */ Jr(tse, [["render", ase], ["__scopeId", "data-v-3a28c02c"]]), lse = {
|
|
53151
53151
|
props: ["field", "row", "tdProps"],
|
|
53152
53152
|
computed: {
|
|
53153
53153
|
isActive() {
|
|
53154
53154
|
return this.row[this.field] === 1;
|
|
53155
53155
|
}
|
|
53156
53156
|
}
|
|
53157
|
-
},
|
|
53157
|
+
}, cse = { class: "flex flex-wrap gap-2 text-nowrap" }, ise = {
|
|
53158
53158
|
key: 0,
|
|
53159
53159
|
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"
|
|
53160
|
-
},
|
|
53160
|
+
}, use = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), dse = {
|
|
53161
53161
|
key: 1,
|
|
53162
53162
|
class: "inline-flex items-center px-2 py-1 bg-red-100 text-red-800 text-xs font-medium rounded-full dark:bg-red-900 dark:text-red-300"
|
|
53163
|
-
},
|
|
53164
|
-
function
|
|
53165
|
-
return ve(), we("div",
|
|
53166
|
-
K.isActive ? (ve(), we("span",
|
|
53167
|
-
|
|
53163
|
+
}, mse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
|
|
53164
|
+
function fse(O, me, se, Ae, he, K) {
|
|
53165
|
+
return ve(), we("div", cse, [
|
|
53166
|
+
K.isActive ? (ve(), we("span", ise, [
|
|
53167
|
+
use,
|
|
53168
53168
|
So(" Active ")
|
|
53169
|
-
])) : K.isActive ? pt("", !0) : (ve(), we("span",
|
|
53170
|
-
|
|
53169
|
+
])) : K.isActive ? pt("", !0) : (ve(), we("span", dse, [
|
|
53170
|
+
mse,
|
|
53171
53171
|
So(" Inactive ")
|
|
53172
53172
|
]))
|
|
53173
53173
|
]);
|
|
53174
53174
|
}
|
|
53175
|
-
const
|
|
53175
|
+
const ule = /* @__PURE__ */ Jr(lse, [["render", fse]]), gse = {
|
|
53176
53176
|
props: ["field", "row", "tdProps"],
|
|
53177
53177
|
computed: {
|
|
53178
53178
|
hasLabelColor(O) {
|
|
@@ -53182,50 +53182,50 @@ const ile = /* @__PURE__ */ Jr(ase, [["render", mse]]), fse = {
|
|
|
53182
53182
|
return me ? me.class : "";
|
|
53183
53183
|
}
|
|
53184
53184
|
}
|
|
53185
|
-
},
|
|
53185
|
+
}, hse = { class: "flex flex-wrap gap-2 text-nowrap" }, pse = {
|
|
53186
53186
|
key: 0,
|
|
53187
53187
|
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"
|
|
53188
|
-
},
|
|
53188
|
+
}, bse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), vse = {
|
|
53189
53189
|
key: 1,
|
|
53190
53190
|
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"
|
|
53191
|
-
},
|
|
53191
|
+
}, yse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), xse = {
|
|
53192
53192
|
key: 2,
|
|
53193
53193
|
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"
|
|
53194
|
-
},
|
|
53194
|
+
}, wse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Cse = {
|
|
53195
53195
|
key: 3,
|
|
53196
53196
|
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"
|
|
53197
|
-
},
|
|
53197
|
+
}, Sse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1), _se = {
|
|
53198
53198
|
key: 4,
|
|
53199
53199
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53200
|
-
},
|
|
53200
|
+
}, kse = /* @__PURE__ */ P("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53201
53201
|
/* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53202
53202
|
/* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53203
53203
|
], -1);
|
|
53204
|
-
function
|
|
53205
|
-
return ve(), we("div",
|
|
53206
|
-
K.hasLabelColor == "green" ? (ve(), we("span",
|
|
53207
|
-
|
|
53204
|
+
function Tse(O, me, se, Ae, he, K) {
|
|
53205
|
+
return ve(), we("div", hse, [
|
|
53206
|
+
K.hasLabelColor == "green" ? (ve(), we("span", pse, [
|
|
53207
|
+
bse,
|
|
53208
53208
|
So(" " + mt(this.row[this.field]), 1)
|
|
53209
53209
|
])) : pt("", !0),
|
|
53210
|
-
K.hasLabelColor == "red" ? (ve(), we("span",
|
|
53211
|
-
|
|
53210
|
+
K.hasLabelColor == "red" ? (ve(), we("span", vse, [
|
|
53211
|
+
yse,
|
|
53212
53212
|
So(" " + mt(this.row[this.field]), 1)
|
|
53213
53213
|
])) : pt("", !0),
|
|
53214
|
-
K.hasLabelColor == "yellow" ? (ve(), we("span",
|
|
53215
|
-
|
|
53214
|
+
K.hasLabelColor == "yellow" ? (ve(), we("span", xse, [
|
|
53215
|
+
wse,
|
|
53216
53216
|
So(" " + mt(this.row[this.field]), 1)
|
|
53217
53217
|
])) : pt("", !0),
|
|
53218
|
-
K.hasLabelColor == "default" ? (ve(), we("span",
|
|
53219
|
-
|
|
53218
|
+
K.hasLabelColor == "default" ? (ve(), we("span", Cse, [
|
|
53219
|
+
Sse,
|
|
53220
53220
|
So(" " + mt(this.row[this.field]), 1)
|
|
53221
53221
|
])) : pt("", !0),
|
|
53222
|
-
K.hasLabelColor == "animate" ? (ve(), we("span",
|
|
53223
|
-
|
|
53222
|
+
K.hasLabelColor == "animate" ? (ve(), we("span", _se, [
|
|
53223
|
+
kse,
|
|
53224
53224
|
So(" " + mt(this.row[this.field]), 1)
|
|
53225
53225
|
])) : pt("", !0)
|
|
53226
53226
|
]);
|
|
53227
53227
|
}
|
|
53228
|
-
const
|
|
53228
|
+
const dle = /* @__PURE__ */ Jr(gse, [["render", Tse]]), Ese = {
|
|
53229
53229
|
props: ["field", "row", "tdProps"],
|
|
53230
53230
|
computed: {
|
|
53231
53231
|
hasLabelColor() {
|
|
@@ -53246,9 +53246,9 @@ const ule = /* @__PURE__ */ Jr(fse, [["render", kse]]), Tse = {
|
|
|
53246
53246
|
}
|
|
53247
53247
|
}
|
|
53248
53248
|
}
|
|
53249
|
-
},
|
|
53250
|
-
function
|
|
53251
|
-
return ve(), we("div",
|
|
53249
|
+
}, Ase = { class: "flex flex-wrap gap-2 text-nowrap lg:justify-center" };
|
|
53250
|
+
function Dse(O, me, se, Ae, he, K) {
|
|
53251
|
+
return ve(), we("div", Ase, [
|
|
53252
53252
|
K.hasLabelColor == "Default" ? (ve(), we("span", {
|
|
53253
53253
|
key: 0,
|
|
53254
53254
|
class: rn(["bg-blue-100 text-blue-800 font-medium me-2 px-2.5 py-0.5 dark:bg-blue-900 dark:text-blue-300 border-blue-400", K.badgeType])
|
|
@@ -53283,7 +53283,7 @@ function Ase(O, me, se, Ae, he, K) {
|
|
|
53283
53283
|
}, mt(this.row[this.field]), 3)) : pt("", !0)
|
|
53284
53284
|
]);
|
|
53285
53285
|
}
|
|
53286
|
-
const
|
|
53286
|
+
const mle = /* @__PURE__ */ Jr(Ese, [["render", Dse]]), Ose = {
|
|
53287
53287
|
props: ["field", "row", "tdProps"],
|
|
53288
53288
|
computed: {
|
|
53289
53289
|
hasLabelColor(O) {
|
|
@@ -53299,50 +53299,50 @@ const dle = /* @__PURE__ */ Jr(Tse, [["render", Ase]]), Dse = {
|
|
|
53299
53299
|
return O ? O.label : "";
|
|
53300
53300
|
}
|
|
53301
53301
|
}
|
|
53302
|
-
},
|
|
53302
|
+
}, Rse = { class: "flex flex-wrap gap-2 text-nowrap" }, $se = {
|
|
53303
53303
|
key: 0,
|
|
53304
53304
|
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"
|
|
53305
|
-
},
|
|
53305
|
+
}, Mse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Pse = {
|
|
53306
53306
|
key: 1,
|
|
53307
53307
|
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"
|
|
53308
|
-
},
|
|
53308
|
+
}, Nse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), Bse = {
|
|
53309
53309
|
key: 2,
|
|
53310
53310
|
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"
|
|
53311
|
-
},
|
|
53311
|
+
}, Ise = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Lse = {
|
|
53312
53312
|
key: 3,
|
|
53313
53313
|
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"
|
|
53314
|
-
},
|
|
53314
|
+
}, Fse = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1), Hse = {
|
|
53315
53315
|
key: 4,
|
|
53316
53316
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53317
|
-
},
|
|
53317
|
+
}, Vse = /* @__PURE__ */ P("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53318
53318
|
/* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53319
53319
|
/* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53320
53320
|
], -1);
|
|
53321
|
-
function
|
|
53322
|
-
return ve(), we("div",
|
|
53323
|
-
K.hasLabelColor == "green" ? (ve(), we("span",
|
|
53324
|
-
|
|
53321
|
+
function zse(O, me, se, Ae, he, K) {
|
|
53322
|
+
return ve(), we("div", Rse, [
|
|
53323
|
+
K.hasLabelColor == "green" ? (ve(), we("span", $se, [
|
|
53324
|
+
Mse,
|
|
53325
53325
|
So(" " + mt(K.getLabel), 1)
|
|
53326
53326
|
])) : pt("", !0),
|
|
53327
|
-
K.hasLabelColor == "red" ? (ve(), we("span",
|
|
53328
|
-
|
|
53327
|
+
K.hasLabelColor == "red" ? (ve(), we("span", Pse, [
|
|
53328
|
+
Nse,
|
|
53329
53329
|
So(" " + mt(K.getLabel), 1)
|
|
53330
53330
|
])) : pt("", !0),
|
|
53331
|
-
K.hasLabelColor == "yellow" ? (ve(), we("span",
|
|
53332
|
-
|
|
53331
|
+
K.hasLabelColor == "yellow" ? (ve(), we("span", Bse, [
|
|
53332
|
+
Ise,
|
|
53333
53333
|
So(" " + mt(K.getLabel), 1)
|
|
53334
53334
|
])) : pt("", !0),
|
|
53335
|
-
K.hasLabelColor == "default" ? (ve(), we("span",
|
|
53336
|
-
|
|
53335
|
+
K.hasLabelColor == "default" ? (ve(), we("span", Lse, [
|
|
53336
|
+
Fse,
|
|
53337
53337
|
So(" " + mt(K.getLabel), 1)
|
|
53338
53338
|
])) : pt("", !0),
|
|
53339
|
-
K.hasLabelColor == "animate" ? (ve(), we("span",
|
|
53340
|
-
|
|
53339
|
+
K.hasLabelColor == "animate" ? (ve(), we("span", Hse, [
|
|
53340
|
+
Vse,
|
|
53341
53341
|
So(" " + mt(K.getLabel), 1)
|
|
53342
53342
|
])) : pt("", !0)
|
|
53343
53343
|
]);
|
|
53344
53344
|
}
|
|
53345
|
-
const
|
|
53345
|
+
const fle = /* @__PURE__ */ Jr(Ose, [["render", zse]]), Use = {
|
|
53346
53346
|
props: ["field", "row", "tdProps"],
|
|
53347
53347
|
computed: {
|
|
53348
53348
|
formattedDate() {
|
|
@@ -53354,11 +53354,11 @@ const mle = /* @__PURE__ */ Jr(Dse, [["render", Vse]]), zse = {
|
|
|
53354
53354
|
return he = he % 12, he = he || 12, `${se} ${Ae}, ${me}, ${he}:${K}:${Ee} ${J}`;
|
|
53355
53355
|
}
|
|
53356
53356
|
}
|
|
53357
|
-
},
|
|
53358
|
-
function
|
|
53359
|
-
return ve(), we("div",
|
|
53357
|
+
}, Wse = { class: "w-full" };
|
|
53358
|
+
function Zse(O, me, se, Ae, he, K) {
|
|
53359
|
+
return ve(), we("div", Wse, mt(K.formattedDate), 1);
|
|
53360
53360
|
}
|
|
53361
|
-
const
|
|
53361
|
+
const gle = /* @__PURE__ */ Jr(Use, [["render", Zse]]), jse = {
|
|
53362
53362
|
props: ["field", "row", "tdProps"],
|
|
53363
53363
|
computed: {
|
|
53364
53364
|
formattedDate() {
|
|
@@ -53368,57 +53368,57 @@ const fle = /* @__PURE__ */ Jr(zse, [["render", Wse]]), Zse = {
|
|
|
53368
53368
|
return `${se} ${Ae}, ${me}`;
|
|
53369
53369
|
}
|
|
53370
53370
|
}
|
|
53371
|
-
},
|
|
53372
|
-
function
|
|
53373
|
-
return ve(), we("div",
|
|
53371
|
+
}, Gse = { class: "w-full" };
|
|
53372
|
+
function qse(O, me, se, Ae, he, K) {
|
|
53373
|
+
return ve(), we("div", Gse, mt(K.formattedDate), 1);
|
|
53374
53374
|
}
|
|
53375
|
-
const
|
|
53375
|
+
const hle = /* @__PURE__ */ Jr(jse, [["render", qse]]), Kse = {
|
|
53376
53376
|
props: ["field", "row", "tdProps"]
|
|
53377
|
-
},
|
|
53377
|
+
}, Yse = { class: "flex flex-wrap gap-2 text-nowrap" }, Xse = {
|
|
53378
53378
|
key: 0,
|
|
53379
53379
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53380
|
-
},
|
|
53380
|
+
}, Jse = /* @__PURE__ */ P("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53381
53381
|
/* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53382
53382
|
/* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53383
|
-
], -1),
|
|
53383
|
+
], -1), Qse = {
|
|
53384
53384
|
key: 1,
|
|
53385
53385
|
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"
|
|
53386
|
-
},
|
|
53386
|
+
}, ere = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), tre = {
|
|
53387
53387
|
key: 2,
|
|
53388
53388
|
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"
|
|
53389
|
-
},
|
|
53390
|
-
function
|
|
53391
|
-
return ve(), we("div",
|
|
53392
|
-
se.row[se.field] === 0 ? (ve(), we("span",
|
|
53393
|
-
|
|
53389
|
+
}, nre = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1);
|
|
53390
|
+
function ore(O, me, se, Ae, he, K) {
|
|
53391
|
+
return ve(), we("div", Yse, [
|
|
53392
|
+
se.row[se.field] === 0 ? (ve(), we("span", Xse, [
|
|
53393
|
+
Jse,
|
|
53394
53394
|
So(" Provisioning")
|
|
53395
53395
|
])) : pt("", !0),
|
|
53396
|
-
se.row[se.field] === 2 ? (ve(), we("span",
|
|
53397
|
-
|
|
53396
|
+
se.row[se.field] === 2 ? (ve(), we("span", Qse, [
|
|
53397
|
+
ere,
|
|
53398
53398
|
So(" Paused ")
|
|
53399
53399
|
])) : pt("", !0),
|
|
53400
|
-
se.row[se.field] === 1 ? (ve(), we("span",
|
|
53401
|
-
|
|
53400
|
+
se.row[se.field] === 1 ? (ve(), we("span", tre, [
|
|
53401
|
+
nre,
|
|
53402
53402
|
So(" Active ")
|
|
53403
53403
|
])) : pt("", !0)
|
|
53404
53404
|
]);
|
|
53405
53405
|
}
|
|
53406
|
-
const
|
|
53406
|
+
const ple = /* @__PURE__ */ Jr(Kse, [["render", ore]]), sre = {
|
|
53407
53407
|
props: ["field", "row", "tdProps"]
|
|
53408
|
-
},
|
|
53408
|
+
}, rre = {
|
|
53409
53409
|
key: 0,
|
|
53410
53410
|
class: "text-nowrap"
|
|
53411
|
-
},
|
|
53411
|
+
}, are = {
|
|
53412
53412
|
style: { "max-width": "200px" },
|
|
53413
53413
|
class: "w-full h-full p-3 mx-0 mt-0 overflow-auto font-mono text-left break-words rounded cursor-default whitespace-nowrap console_styles"
|
|
53414
53414
|
};
|
|
53415
|
-
function
|
|
53416
|
-
return se.row[se.field] ? (ve(), we("div",
|
|
53417
|
-
P("pre",
|
|
53415
|
+
function lre(O, me, se, Ae, he, K) {
|
|
53416
|
+
return se.row[se.field] ? (ve(), we("div", rre, [
|
|
53417
|
+
P("pre", are, " " + mt(se.row[se.field]) + `
|
|
53418
53418
|
`, 1)
|
|
53419
53419
|
])) : pt("", !0);
|
|
53420
53420
|
}
|
|
53421
|
-
const
|
|
53421
|
+
const ble = /* @__PURE__ */ Jr(sre, [["render", lre]]), cre = {
|
|
53422
53422
|
props: ["isOpen", "title", "button_text"],
|
|
53423
53423
|
methods: {
|
|
53424
53424
|
confirmAction() {
|
|
@@ -53428,35 +53428,35 @@ const ple = /* @__PURE__ */ Jr(ore, [["render", are]]), lre = {
|
|
|
53428
53428
|
this.$emit("cancel-action");
|
|
53429
53429
|
}
|
|
53430
53430
|
}
|
|
53431
|
-
},
|
|
53431
|
+
}, ire = {
|
|
53432
53432
|
key: 0,
|
|
53433
53433
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
53434
53434
|
role: "dialog",
|
|
53435
53435
|
"aria-modal": "true"
|
|
53436
|
-
},
|
|
53436
|
+
}, ure = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, dre = /* @__PURE__ */ P("div", {
|
|
53437
53437
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
53438
53438
|
"aria-hidden": "true"
|
|
53439
|
-
}, null, -1),
|
|
53439
|
+
}, null, -1), mre = /* @__PURE__ */ P("span", {
|
|
53440
53440
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
53441
53441
|
"aria-hidden": "true"
|
|
53442
|
-
}, "", -1),
|
|
53443
|
-
function
|
|
53444
|
-
return se.isOpen ? (ve(), we("div",
|
|
53445
|
-
P("div",
|
|
53446
|
-
ure,
|
|
53442
|
+
}, "", -1), fre = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, gre = { class: "px-4 pt-5 pb-4 sm:p-6 sm:pb-4" }, hre = { class: "sm:flex sm:items-start" }, pre = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, bre = { class: "text-lg font-medium leading-6" }, vre = { class: "mt-2" }, yre = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
53443
|
+
function xre(O, me, se, Ae, he, K) {
|
|
53444
|
+
return se.isOpen ? (ve(), we("div", ire, [
|
|
53445
|
+
P("div", ure, [
|
|
53447
53446
|
dre,
|
|
53448
|
-
|
|
53449
|
-
|
|
53450
|
-
|
|
53451
|
-
|
|
53452
|
-
|
|
53453
|
-
P("
|
|
53447
|
+
mre,
|
|
53448
|
+
P("div", fre, [
|
|
53449
|
+
P("div", gre, [
|
|
53450
|
+
P("div", hre, [
|
|
53451
|
+
P("div", pre, [
|
|
53452
|
+
P("h3", bre, mt(se.title), 1),
|
|
53453
|
+
P("div", vre, [
|
|
53454
53454
|
vf(O.$slots, "default")
|
|
53455
53455
|
])
|
|
53456
53456
|
])
|
|
53457
53457
|
])
|
|
53458
53458
|
]),
|
|
53459
|
-
P("div",
|
|
53459
|
+
P("div", yre, [
|
|
53460
53460
|
P("button", {
|
|
53461
53461
|
onClick: me[0] || (me[0] = (...Ee) => K.confirmAction && K.confirmAction(...Ee)),
|
|
53462
53462
|
type: "button",
|
|
@@ -53472,18 +53472,18 @@ function yre(O, me, se, Ae, he, K) {
|
|
|
53472
53472
|
])
|
|
53473
53473
|
])) : pt("", !0);
|
|
53474
53474
|
}
|
|
53475
|
-
const
|
|
53475
|
+
const vle = /* @__PURE__ */ Jr(cre, [["render", xre]]), wre = {
|
|
53476
53476
|
key: 0,
|
|
53477
53477
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
53478
53478
|
role: "dialog",
|
|
53479
53479
|
"aria-modal": "true"
|
|
53480
|
-
},
|
|
53480
|
+
}, Cre = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Sre = /* @__PURE__ */ P("div", {
|
|
53481
53481
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
53482
53482
|
"aria-hidden": "true"
|
|
53483
|
-
}, null, -1),
|
|
53483
|
+
}, null, -1), _re = /* @__PURE__ */ P("span", {
|
|
53484
53484
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
53485
53485
|
"aria-hidden": "true"
|
|
53486
|
-
}, "", -1),
|
|
53486
|
+
}, "", -1), kre = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white dark:bg-gray-800 rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, Tre = { class: "px-4 pt-5 pb-4 sm:p-6 sm:pb-4" }, Ere = { class: "sm:flex sm:items-start" }, Are = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, Dre = { class: "text-lg font-medium leading-6" }, Ore = { class: "mt-2" }, Rre = { class: "text-sm" }, $re = { class: "border-t border-gray-200 rounded-b dark:border-gray-600 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse" }, yle = {
|
|
53487
53487
|
__name: "DynamicConfirmation",
|
|
53488
53488
|
props: {
|
|
53489
53489
|
is_open: {
|
|
@@ -53501,22 +53501,22 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53501
53501
|
};
|
|
53502
53502
|
return me({
|
|
53503
53503
|
show: ft
|
|
53504
|
-
}), (zn, Zo) => Ee.value ? (ve(), we("div",
|
|
53505
|
-
P("div",
|
|
53506
|
-
Cre,
|
|
53504
|
+
}), (zn, Zo) => Ee.value ? (ve(), we("div", wre, [
|
|
53505
|
+
P("div", Cre, [
|
|
53507
53506
|
Sre,
|
|
53508
|
-
|
|
53509
|
-
|
|
53510
|
-
|
|
53511
|
-
|
|
53512
|
-
|
|
53513
|
-
P("
|
|
53514
|
-
|
|
53507
|
+
_re,
|
|
53508
|
+
P("div", kre, [
|
|
53509
|
+
P("div", Tre, [
|
|
53510
|
+
P("div", Ere, [
|
|
53511
|
+
P("div", Are, [
|
|
53512
|
+
P("h3", Dre, mt(se.value), 1),
|
|
53513
|
+
P("div", Ore, [
|
|
53514
|
+
P("p", Rre, mt(Ae.value), 1)
|
|
53515
53515
|
])
|
|
53516
53516
|
])
|
|
53517
53517
|
])
|
|
53518
53518
|
]),
|
|
53519
|
-
P("div",
|
|
53519
|
+
P("div", $re, [
|
|
53520
53520
|
P("button", {
|
|
53521
53521
|
onClick: jt,
|
|
53522
53522
|
type: "button",
|
|
@@ -53532,10 +53532,10 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53532
53532
|
])
|
|
53533
53533
|
])) : pt("", !0);
|
|
53534
53534
|
}
|
|
53535
|
-
},
|
|
53535
|
+
}, Mre = { class: "w-full" }, Pre = { class: "mb-2 flex justify-between items-center" }, Nre = { class: "text-sm font-medium text-gray-900 dark:text-white" }, Bre = { class: "relative bg-gray-50 rounded-lg dark:bg-gray-700 p-4 h-auto" }, Ire = { class: "overflow-auto max-h-32" }, Lre = { class: "text-sm text-gray-500 dark:text-gray-400" }, Fre = { class: "absolute top-2 end-2 bg-gray-50 dark:bg-gray-700" }, Hre = {
|
|
53536
53536
|
key: 0,
|
|
53537
53537
|
class: "inline-flex items-center"
|
|
53538
|
-
},
|
|
53538
|
+
}, Vre = /* @__PURE__ */ P("svg", {
|
|
53539
53539
|
class: "w-3 h-3 me-2",
|
|
53540
53540
|
"aria-hidden": "true",
|
|
53541
53541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53543,13 +53543,13 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53543
53543
|
viewBox: "0 0 18 20"
|
|
53544
53544
|
}, [
|
|
53545
53545
|
/* @__PURE__ */ P("path", { d: "M16 1h-3.278A1.992 1.992 0 0 0 11 0H7a1.993 1.993 0 0 0-1.722 1H2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Zm-3 14H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2Zm0-4H5a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2Zm0-5H5a1 1 0 0 1 0-2h2V2h4v2h2a1 1 0 1 1 0 2Z" })
|
|
53546
|
-
], -1),
|
|
53547
|
-
|
|
53548
|
-
|
|
53549
|
-
],
|
|
53546
|
+
], -1), zre = /* @__PURE__ */ P("span", { class: "text-xs font-semibold" }, "Copy", -1), Ure = [
|
|
53547
|
+
Vre,
|
|
53548
|
+
zre
|
|
53549
|
+
], Wre = {
|
|
53550
53550
|
key: 1,
|
|
53551
53551
|
class: "inline-flex items-center"
|
|
53552
|
-
},
|
|
53552
|
+
}, Zre = /* @__PURE__ */ P("svg", {
|
|
53553
53553
|
class: "w-3 h-3 text-blue-700 dark:text-blue-500 me-2",
|
|
53554
53554
|
"aria-hidden": "true",
|
|
53555
53555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53563,10 +53563,10 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53563
53563
|
"stroke-width": "2",
|
|
53564
53564
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
53565
53565
|
})
|
|
53566
|
-
], -1),
|
|
53567
|
-
|
|
53568
|
-
|
|
53569
|
-
],
|
|
53566
|
+
], -1), jre = /* @__PURE__ */ P("span", { class: "text-xs font-semibold text-blue-700 dark:text-blue-500" }, "Copied", -1), Gre = [
|
|
53567
|
+
Zre,
|
|
53568
|
+
jre
|
|
53569
|
+
], qre = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" }, xle = {
|
|
53570
53570
|
__name: "GlCodeCopy",
|
|
53571
53571
|
props: {
|
|
53572
53572
|
label_name: {
|
|
@@ -53592,28 +53592,28 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53592
53592
|
console.error("Error copying to clipboard: ", Ee);
|
|
53593
53593
|
});
|
|
53594
53594
|
}, he = vc(() => me.code);
|
|
53595
|
-
return (K, Ee) => (ve(), we("div",
|
|
53596
|
-
P("div",
|
|
53597
|
-
P("p",
|
|
53595
|
+
return (K, Ee) => (ve(), we("div", Mre, [
|
|
53596
|
+
P("div", Pre, [
|
|
53597
|
+
P("p", Nre, mt(O.label_name), 1)
|
|
53598
53598
|
]),
|
|
53599
|
-
P("div",
|
|
53600
|
-
P("div",
|
|
53601
|
-
P("code",
|
|
53599
|
+
P("div", Bre, [
|
|
53600
|
+
P("div", Ire, [
|
|
53601
|
+
P("code", Lre, mt(he.value), 1)
|
|
53602
53602
|
]),
|
|
53603
|
-
P("div",
|
|
53603
|
+
P("div", Fre, [
|
|
53604
53604
|
P("button", {
|
|
53605
53605
|
onClick: Ee[0] || (Ee[0] = (J) => Ae(he.value)),
|
|
53606
53606
|
class: "text-gray-900 dark:text-gray-400 m-1 hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-600 dark:hover:bg-gray-700 rounded-lg py-2 px-3 inline-flex items-center justify-center bg-white border-gray-200 border"
|
|
53607
53607
|
}, [
|
|
53608
|
-
se.value ? pt("", !0) : (ve(), we("span",
|
|
53609
|
-
se.value ? (ve(), we("span",
|
|
53608
|
+
se.value ? pt("", !0) : (ve(), we("span", Hre, Ure)),
|
|
53609
|
+
se.value ? (ve(), we("span", Wre, Gre)) : pt("", !0)
|
|
53610
53610
|
])
|
|
53611
53611
|
])
|
|
53612
53612
|
]),
|
|
53613
|
-
P("p",
|
|
53613
|
+
P("p", qre, mt(O.description), 1)
|
|
53614
53614
|
]));
|
|
53615
53615
|
}
|
|
53616
|
-
},
|
|
53616
|
+
}, Kre = { class: "w-full" }, Yre = { class: "flex justify-between items-center" }, Xre = { class: "gl-label-form" }, Jre = { class: "flex items-center" }, Qre = { class: "flex-shrink-0 z-10 inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-gray-100 border border-gray-300 rounded-s-lg dark:bg-gray-600 dark:text-white dark:border-gray-600" }, eae = { class: "relative w-full" }, tae = ["value"], nae = { key: 0 }, oae = /* @__PURE__ */ P("svg", {
|
|
53617
53617
|
class: "w-4 h-4",
|
|
53618
53618
|
"aria-hidden": "true",
|
|
53619
53619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53621,12 +53621,12 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53621
53621
|
viewBox: "0 0 18 20"
|
|
53622
53622
|
}, [
|
|
53623
53623
|
/* @__PURE__ */ P("path", { d: "M16 1h-3.278A1.992 1.992 0 0 0 11 0H7a1.993 1.993 0 0 0-1.722 1H2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Zm-3 14H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2Zm0-4H5a1 1 0 0 1 0-2h8a1 1 0 1 1 0 2Zm0-5H5a1 1 0 0 1 0-2h2V2h4v2h2a1 1 0 1 1 0 2Z" })
|
|
53624
|
-
], -1),
|
|
53625
|
-
|
|
53626
|
-
],
|
|
53624
|
+
], -1), sae = [
|
|
53625
|
+
oae
|
|
53626
|
+
], rae = {
|
|
53627
53627
|
key: 1,
|
|
53628
53628
|
class: "inline-flex items-center"
|
|
53629
|
-
},
|
|
53629
|
+
}, aae = /* @__PURE__ */ P("svg", {
|
|
53630
53630
|
class: "w-4 h-4",
|
|
53631
53631
|
"aria-hidden": "true",
|
|
53632
53632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -53640,9 +53640,9 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53640
53640
|
"stroke-width": "2",
|
|
53641
53641
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
53642
53642
|
})
|
|
53643
|
-
], -1),
|
|
53644
|
-
|
|
53645
|
-
],
|
|
53643
|
+
], -1), lae = [
|
|
53644
|
+
aae
|
|
53645
|
+
], cae = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" }, wle = {
|
|
53646
53646
|
__name: "GlTextCopy",
|
|
53647
53647
|
props: {
|
|
53648
53648
|
label_name: {
|
|
@@ -53672,13 +53672,13 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53672
53672
|
console.error("Error copying to clipboard: ", Ee);
|
|
53673
53673
|
});
|
|
53674
53674
|
}, he = vc(() => me.code);
|
|
53675
|
-
return (K, Ee) => (ve(), we("div",
|
|
53676
|
-
P("div",
|
|
53677
|
-
P("label",
|
|
53675
|
+
return (K, Ee) => (ve(), we("div", Kre, [
|
|
53676
|
+
P("div", Yre, [
|
|
53677
|
+
P("label", Xre, mt(O.label_name), 1)
|
|
53678
53678
|
]),
|
|
53679
|
-
P("div",
|
|
53680
|
-
P("span",
|
|
53681
|
-
P("div",
|
|
53679
|
+
P("div", Jre, [
|
|
53680
|
+
P("span", Qre, mt(O.text_name), 1),
|
|
53681
|
+
P("div", eae, [
|
|
53682
53682
|
P("input", {
|
|
53683
53683
|
type: "text",
|
|
53684
53684
|
"aria-describedby": "helper-text-explanation",
|
|
@@ -53686,7 +53686,7 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53686
53686
|
value: he.value,
|
|
53687
53687
|
readonly: "",
|
|
53688
53688
|
disabled: ""
|
|
53689
|
-
}, null, 8,
|
|
53689
|
+
}, null, 8, tae)
|
|
53690
53690
|
]),
|
|
53691
53691
|
P("button", {
|
|
53692
53692
|
style: { padding: ".61rem" },
|
|
@@ -53694,26 +53694,26 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53694
53694
|
class: "flex-shrink-0 z-10 inline-flex items-center px-4 text-sm font-medium text-center text-white bg-blue-700 rounded-e-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 border border-blue-700 dark:border-blue-600 hover:border-blue-800 dark:hover:border-blue-700",
|
|
53695
53695
|
type: "button"
|
|
53696
53696
|
}, [
|
|
53697
|
-
se.value ? pt("", !0) : (ve(), we("span",
|
|
53698
|
-
se.value ? (ve(), we("span",
|
|
53697
|
+
se.value ? pt("", !0) : (ve(), we("span", nae, sae)),
|
|
53698
|
+
se.value ? (ve(), we("span", rae, lae)) : pt("", !0)
|
|
53699
53699
|
])
|
|
53700
53700
|
]),
|
|
53701
|
-
P("p",
|
|
53701
|
+
P("p", cae, mt(O.description), 1)
|
|
53702
53702
|
]));
|
|
53703
53703
|
}
|
|
53704
|
-
},
|
|
53704
|
+
}, iae = { class: "flex flex-wrap gap-2 text-nowrap" }, uae = {
|
|
53705
53705
|
key: 0,
|
|
53706
53706
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53707
|
-
},
|
|
53707
|
+
}, dae = /* @__PURE__ */ P("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53708
53708
|
/* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53709
53709
|
/* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53710
|
-
], -1),
|
|
53710
|
+
], -1), mae = {
|
|
53711
53711
|
key: 1,
|
|
53712
53712
|
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"
|
|
53713
|
-
},
|
|
53713
|
+
}, fae = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), gae = {
|
|
53714
53714
|
key: 2,
|
|
53715
53715
|
class: "inline-flex items-center px-2 py-1 bg-red-100 text-red-800 text-xs font-medium rounded-full dark:bg-red-900 dark:text-red-300"
|
|
53716
|
-
},
|
|
53716
|
+
}, hae = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), Cle = {
|
|
53717
53717
|
__name: "StatusRunningSuccessFailed",
|
|
53718
53718
|
props: {
|
|
53719
53719
|
status: {
|
|
@@ -53722,46 +53722,46 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53722
53722
|
}
|
|
53723
53723
|
},
|
|
53724
53724
|
setup(O) {
|
|
53725
|
-
return (me, se) => (ve(), we("div",
|
|
53726
|
-
O.status === 0 ? (ve(), we("span",
|
|
53727
|
-
|
|
53725
|
+
return (me, se) => (ve(), we("div", iae, [
|
|
53726
|
+
O.status === 0 ? (ve(), we("span", uae, [
|
|
53727
|
+
dae,
|
|
53728
53728
|
So(" Running")
|
|
53729
53729
|
])) : pt("", !0),
|
|
53730
|
-
O.status === 1 ? (ve(), we("span",
|
|
53731
|
-
|
|
53730
|
+
O.status === 1 ? (ve(), we("span", mae, [
|
|
53731
|
+
fae,
|
|
53732
53732
|
So(" Success ")
|
|
53733
53733
|
])) : pt("", !0),
|
|
53734
|
-
O.status === 2 ? (ve(), we("span",
|
|
53735
|
-
|
|
53734
|
+
O.status === 2 ? (ve(), we("span", gae, [
|
|
53735
|
+
hae,
|
|
53736
53736
|
So(" Failed ")
|
|
53737
53737
|
])) : pt("", !0)
|
|
53738
53738
|
]));
|
|
53739
53739
|
}
|
|
53740
|
-
},
|
|
53740
|
+
}, pae = { class: "flex flex-wrap gap-2 text-nowrap" }, bae = {
|
|
53741
53741
|
key: 0,
|
|
53742
53742
|
class: "inline-flex items-center px-2 py-1 text-sm text-blue-800 bg-blue-100 rounded-full dark:bg-blue-900 dark:text-blue-300"
|
|
53743
|
-
},
|
|
53743
|
+
}, vae = /* @__PURE__ */ P("span", { class: "relative flex w-2 h-2 mr-1" }, [
|
|
53744
53744
|
/* @__PURE__ */ P("span", { class: "absolute inline-flex w-full h-full bg-blue-500 rounded-full animate-ping" }),
|
|
53745
53745
|
/* @__PURE__ */ P("span", { class: "relative inline-flex w-2 h-2 bg-blue-500 rounded-full" })
|
|
53746
|
-
], -1),
|
|
53746
|
+
], -1), yae = {
|
|
53747
53747
|
key: 1,
|
|
53748
53748
|
class: "inline-flex items-center px-2 py-1 text-sm font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
|
|
53749
|
-
},
|
|
53749
|
+
}, xae = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), wae = {
|
|
53750
53750
|
key: 2,
|
|
53751
53751
|
class: "inline-flex items-center px-2 py-1 bg-red-100 text-red-800 text-sm font-medium rounded-full dark:bg-red-900 dark:text-red-300"
|
|
53752
|
-
},
|
|
53752
|
+
}, Cae = /* @__PURE__ */ P("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), Sae = {
|
|
53753
53753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53754
53754
|
viewBox: "0 0 20 20",
|
|
53755
53755
|
fill: "none",
|
|
53756
53756
|
class: "w-5 h-5",
|
|
53757
53757
|
style: { "animation-direction": "reverse" }
|
|
53758
|
-
},
|
|
53758
|
+
}, _ae = /* @__PURE__ */ P("path", {
|
|
53759
53759
|
"fill-rule": "evenodd",
|
|
53760
53760
|
d: "M10 1.425c.002-.113-.044-.222-.125-.3L9.708.958C9.63.879 9.523.835 9.412.835s-.218.044-.296.123L6.163 3.9c-.16.165-.16.427 0 .592l2.953 2.942c.078.079.185.123.296.123s.218-.044.296-.123l.167-.167c.081-.078.127-.187.125-.3V5c2.764 0 5.005 2.239 5.005 5 0 .808-.197 1.603-.575 2.317-.086.162-.056.362.075.492l.609.608c.092.091.222.134.35.117s.241-.091.309-.2a6.66 6.66 0 0 0 .002-6.664C14.584 4.607 12.383 3.336 10 3.333V1.425zm.588 11.018c.111 0 .218.044.296.123l2.953 2.942c.16.165.16.427 0 .592l-2.953 2.942c-.078.079-.185.123-.296.123s-.218-.044-.296-.123l-.167-.167c-.082-.078-.127-.187-.125-.3v-1.908c-2.383-.002-4.584-1.274-5.774-3.336a6.66 6.66 0 0 1 .002-6.664c.064-.115.178-.195.309-.217s.258.025.35.117l.617.617c.128.131.159.329.075.492-.386.714-.587 1.513-.584 2.325 0 2.761 2.241 5 5.005 5v-1.967c-.002-.113.044-.222.125-.3l.167-.167c.078-.079.185-.123.296-.123z",
|
|
53761
53761
|
fill: "currentColor"
|
|
53762
|
-
}, null, -1),
|
|
53763
|
-
|
|
53764
|
-
],
|
|
53762
|
+
}, null, -1), kae = [
|
|
53763
|
+
_ae
|
|
53764
|
+
], Sle = {
|
|
53765
53765
|
__name: "StatusConnectingConnectedDisconnected",
|
|
53766
53766
|
props: {
|
|
53767
53767
|
status: {
|
|
@@ -53774,80 +53774,80 @@ const ble = /* @__PURE__ */ Jr(lre, [["render", yre]]), xre = {
|
|
|
53774
53774
|
const se = me, Ae = () => {
|
|
53775
53775
|
se("reconnect");
|
|
53776
53776
|
};
|
|
53777
|
-
return (he, K) => (ve(), we("div",
|
|
53778
|
-
O.status === 0 ? (ve(), we("span",
|
|
53779
|
-
|
|
53777
|
+
return (he, K) => (ve(), we("div", pae, [
|
|
53778
|
+
O.status === 0 ? (ve(), we("span", bae, [
|
|
53779
|
+
vae,
|
|
53780
53780
|
So(" Connecting")
|
|
53781
53781
|
])) : pt("", !0),
|
|
53782
|
-
O.status === 1 ? (ve(), we("span",
|
|
53783
|
-
|
|
53782
|
+
O.status === 1 ? (ve(), we("span", yae, [
|
|
53783
|
+
xae,
|
|
53784
53784
|
So(" Connected ")
|
|
53785
53785
|
])) : pt("", !0),
|
|
53786
|
-
O.status === 2 ? (ve(), we("span",
|
|
53787
|
-
|
|
53786
|
+
O.status === 2 ? (ve(), we("span", wae, [
|
|
53787
|
+
Cae,
|
|
53788
53788
|
So(" Disconnected ")
|
|
53789
53789
|
])) : pt("", !0),
|
|
53790
53790
|
P("button", {
|
|
53791
53791
|
onClick: Ae,
|
|
53792
53792
|
class: "ml-1"
|
|
53793
53793
|
}, [
|
|
53794
|
-
(ve(), we("svg",
|
|
53794
|
+
(ve(), we("svg", Sae, kae))
|
|
53795
53795
|
])
|
|
53796
53796
|
]));
|
|
53797
53797
|
}
|
|
53798
53798
|
};
|
|
53799
53799
|
export {
|
|
53800
|
-
|
|
53801
|
-
|
|
53802
|
-
|
|
53803
|
-
|
|
53804
|
-
|
|
53805
|
-
|
|
53806
|
-
|
|
53807
|
-
|
|
53808
|
-
|
|
53809
|
-
|
|
53810
|
-
|
|
53811
|
-
|
|
53812
|
-
|
|
53813
|
-
|
|
53814
|
-
|
|
53815
|
-
|
|
53816
|
-
|
|
53817
|
-
|
|
53818
|
-
|
|
53819
|
-
|
|
53820
|
-
|
|
53821
|
-
|
|
53822
|
-
|
|
53823
|
-
|
|
53824
|
-
|
|
53825
|
-
|
|
53826
|
-
|
|
53800
|
+
fle as DatatableStatusTextLabelGeneral,
|
|
53801
|
+
ble as GLDatatableCommand,
|
|
53802
|
+
hle as GLDatatableDate,
|
|
53803
|
+
gle as GLDatatableDateTime,
|
|
53804
|
+
ple as GLDatatableStatusServer,
|
|
53805
|
+
ele as GlAccordion,
|
|
53806
|
+
Qae as GlAccordionsWrapper,
|
|
53807
|
+
$ae as GlButton,
|
|
53808
|
+
Oae as GlCard,
|
|
53809
|
+
xle as GlCodeCopy,
|
|
53810
|
+
vle as GlConfirmationModal,
|
|
53811
|
+
Jae as GlDataTable,
|
|
53812
|
+
Yae as GlDataTableComponent,
|
|
53813
|
+
Kae as GlDataTableServerSide,
|
|
53814
|
+
Xae as GlDataTableServerSideGroupBy,
|
|
53815
|
+
nle as GlDatatableAction,
|
|
53816
|
+
ole as GlDatatableDeleteAction,
|
|
53817
|
+
sle as GlDatatableFileDownload,
|
|
53818
|
+
rle as GlDatatableFiles,
|
|
53819
|
+
ale as GlDatatableHtml,
|
|
53820
|
+
lle as GlDatatableList,
|
|
53821
|
+
cle as GlDatatableListNested,
|
|
53822
|
+
ile as GlDatatablePicture,
|
|
53823
|
+
ule as GlDatatableStatus,
|
|
53824
|
+
dle as GlDatatableStatusGeneral,
|
|
53825
|
+
mle as GlDatatableStatusSpecficColor,
|
|
53826
|
+
Lae as GlDateRangePicker,
|
|
53827
53827
|
Oj as GlDeleteConfirmationModal,
|
|
53828
|
-
|
|
53829
|
-
|
|
53830
|
-
|
|
53831
|
-
|
|
53832
|
-
|
|
53833
|
-
|
|
53834
|
-
|
|
53835
|
-
|
|
53836
|
-
|
|
53837
|
-
|
|
53838
|
-
|
|
53828
|
+
jae as GlDropdown,
|
|
53829
|
+
yle as GlDynamicConfirmation,
|
|
53830
|
+
Aae as GlFilesUpload,
|
|
53831
|
+
Dae as GlLanguageSelector,
|
|
53832
|
+
Uae as GlModal,
|
|
53833
|
+
zae as GlMultiItemSlide,
|
|
53834
|
+
Rae as GlMultiSelectDropdown,
|
|
53835
|
+
Sle as GlStatusConnectingConnectedDisconnected,
|
|
53836
|
+
Cle as GlStatusRunningSuccessFailed,
|
|
53837
|
+
Vae as GlTab,
|
|
53838
|
+
Hae as GlTabsWrapper,
|
|
53839
53839
|
nq as GlTailwindPagination,
|
|
53840
|
-
|
|
53841
|
-
|
|
53842
|
-
|
|
53843
|
-
|
|
53844
|
-
|
|
53845
|
-
|
|
53846
|
-
|
|
53847
|
-
|
|
53848
|
-
|
|
53840
|
+
wle as GlTextCopy,
|
|
53841
|
+
Bae as GlTextInput,
|
|
53842
|
+
Fae as GlTextInputFile,
|
|
53843
|
+
Iae as GlTextInputWithText,
|
|
53844
|
+
Nae as GlTextTranslate,
|
|
53845
|
+
Gae as GlTextarea,
|
|
53846
|
+
Mae as GlTextareaTranslate,
|
|
53847
|
+
qae as GlTinymce,
|
|
53848
|
+
Pae as GlTinymceTranslate,
|
|
53849
53849
|
s5 as GlToast,
|
|
53850
|
-
|
|
53851
|
-
|
|
53852
|
-
|
|
53850
|
+
tle as GlToastList,
|
|
53851
|
+
Wae as GlToggleBox,
|
|
53852
|
+
Zae as GlToggleBoxTrueFalse
|
|
53853
53853
|
};
|