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