golden-logic-ui 1.2.237 → 1.2.239
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 +334 -335
- package/dist/golden-logic-ui.umd.cjs +3 -3
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createBlock as nu, openBlock as Be, resolveDynamicComponent as fA, mergeProps as N6, withCtx as ou, createElementBlock as He, createCommentVNode as $t, renderSlot as Ru, normalizeClass as
|
|
1
|
+
import { createBlock as nu, openBlock as Be, resolveDynamicComponent as fA, mergeProps as N6, withCtx as ou, createElementBlock as He, createCommentVNode as $t, renderSlot as Ru, normalizeClass as En, createElementVNode as U, resolveComponent as id, toDisplayString as Ht, createVNode as Vl, createTextVNode as fo, reactive as $he, Fragment as so, withModifiers as Pa, renderList as Br, normalizeStyle as Rle, computed as pc, ref as no, onMounted as lh, onBeforeUnmount as CA, watch as Dc, withDirectives as Er, vModelText as ig, vShow as Ld, nextTick as bz, vModelDynamic as sre, onUnmounted as vz, useSlots as Rhe, provide as Mle, inject as gne, createStaticVNode as yz, vModelCheckbox as pne, toHandlers as Mee, resolveDirective as Ik, TransitionGroup as Mhe, unref as Nhe, markRaw as Bhe } from "vue";
|
|
2
2
|
const Ii = (r, t) => {
|
|
3
3
|
const s = r.__vccOpts || r;
|
|
4
4
|
for (const [a, c] of t)
|
|
@@ -113,7 +113,7 @@ function Lhe(r, t, s, a, c, f) {
|
|
|
113
113
|
return f.actualLoading ? (Be(), nu(fA("button"), {
|
|
114
114
|
key: 1,
|
|
115
115
|
disabled: "",
|
|
116
|
-
class:
|
|
116
|
+
class: En(` opacity-50 h-[2.5rem] flex items-center justify-center focus:outline-hidden text-sm px-6 py-2 font-medium ${s.has_border_reduced ? "rounded-lg" : ""} ${f.buttonTypeClass} ${s.classes}`)
|
|
117
117
|
}, {
|
|
118
118
|
default: ou(() => t[0] || (t[0] = [
|
|
119
119
|
U("svg", {
|
|
@@ -146,7 +146,7 @@ function Lhe(r, t, s, a, c, f) {
|
|
|
146
146
|
default: ou(() => [
|
|
147
147
|
s.icon ? (Be(), He("i", {
|
|
148
148
|
key: 0,
|
|
149
|
-
class:
|
|
149
|
+
class: En([s.icon, "text-base"])
|
|
150
150
|
}, null, 2)) : s.svg_icon ? (Be(), He("span", {
|
|
151
151
|
key: 1,
|
|
152
152
|
innerHTML: s.svg_icon,
|
|
@@ -442,13 +442,13 @@ function wme(r, t, s, a, c, f) {
|
|
|
442
442
|
onCancelDelete: f.closeDeleteModal
|
|
443
443
|
}, null, 8, ["isOpen", "onConfirmDelete", "onCancelDelete"]),
|
|
444
444
|
U("div", {
|
|
445
|
-
class:
|
|
445
|
+
class: En([{
|
|
446
446
|
"border-red-500 dark:border-red-500": c.error_message_data !== "",
|
|
447
447
|
"border-gray-200 dark:border-gray-700": c.error_message_data == ""
|
|
448
448
|
}, "w-full p-4 bg-white border rounded-lg shadow-sm dark:bg-gray-800"])
|
|
449
449
|
}, [
|
|
450
450
|
U("label", {
|
|
451
|
-
class:
|
|
451
|
+
class: En({
|
|
452
452
|
"gl-label-form": c.error_message_data == "",
|
|
453
453
|
"gl-label-form-invalid": c.error_message_data !== "",
|
|
454
454
|
required: s.is_required
|
|
@@ -550,7 +550,7 @@ function wme(r, t, s, a, c, f) {
|
|
|
550
550
|
], 2)
|
|
551
551
|
], 64);
|
|
552
552
|
}
|
|
553
|
-
const
|
|
553
|
+
const iRe = /* @__PURE__ */ Ii(Jhe, [["render", wme]]), Sme = {
|
|
554
554
|
components: {},
|
|
555
555
|
props: {
|
|
556
556
|
field_name: {
|
|
@@ -603,7 +603,7 @@ function Tme(r, t, s, a, c, f) {
|
|
|
603
603
|
}, null, 8, kme),
|
|
604
604
|
U("label", {
|
|
605
605
|
for: h + "_" + s.field_name,
|
|
606
|
-
class:
|
|
606
|
+
class: En([{
|
|
607
607
|
"border md:rounded-s-lg!": b === 0,
|
|
608
608
|
"border md:rounded-e-lg!": b === c.locals.length - 1,
|
|
609
609
|
"border-t border-b": b !== 0 && b !== c.locals.length - 1
|
|
@@ -612,7 +612,7 @@ function Tme(r, t, s, a, c, f) {
|
|
|
612
612
|
]))), 256))
|
|
613
613
|
], 512);
|
|
614
614
|
}
|
|
615
|
-
const
|
|
615
|
+
const aRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white border rounded-lg shadow-default dark:bg-gray-900 dark:border-gray-700" }, Ame = { class: "px-3 py-4 border-b dark:border-gray-700" }, Pme = { class: "font-semibold text-black dark:text-white" }, lRe = {
|
|
616
616
|
__name: "GlCard",
|
|
617
617
|
props: {
|
|
618
618
|
class: {
|
|
@@ -627,7 +627,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
627
627
|
setup(r) {
|
|
628
628
|
const t = r, s = pc(() => t.class), a = pc(() => t.body_class);
|
|
629
629
|
return (c, f) => (Be(), He("div", {
|
|
630
|
-
class:
|
|
630
|
+
class: En(["flex flex-col gap-9", s.value])
|
|
631
631
|
}, [
|
|
632
632
|
U("div", Eme, [
|
|
633
633
|
U("div", Ame, [
|
|
@@ -637,7 +637,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
637
637
|
]),
|
|
638
638
|
c.$slots.body ? (Be(), He("div", {
|
|
639
639
|
key: 0,
|
|
640
|
-
class:
|
|
640
|
+
class: En(["p-6", a.value])
|
|
641
641
|
}, [
|
|
642
642
|
Ru(c.$slots, "body")
|
|
643
643
|
], 2)) : $t("", !0)
|
|
@@ -657,7 +657,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
657
657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
658
658
|
fill: "none",
|
|
659
659
|
viewBox: "0 0 16 12"
|
|
660
|
-
}, Xme = ["innerHTML"],
|
|
660
|
+
}, Xme = ["innerHTML"], cRe = {
|
|
661
661
|
__name: "GlMultiSelectDropdown",
|
|
662
662
|
props: {
|
|
663
663
|
language: {
|
|
@@ -873,7 +873,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
873
873
|
), (F, tn) => (Be(), He(so, null, [
|
|
874
874
|
r.show ? (Be(), He("div", {
|
|
875
875
|
key: 0,
|
|
876
|
-
class:
|
|
876
|
+
class: En(r.field_name)
|
|
877
877
|
}, [
|
|
878
878
|
U("h3", Dme, Ht(r.label_name), 1),
|
|
879
879
|
U("p", $me, [
|
|
@@ -883,7 +883,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
883
883
|
], 2)) : $t("", !0),
|
|
884
884
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
885
885
|
key: 1,
|
|
886
|
-
class:
|
|
886
|
+
class: En(r.field_name)
|
|
887
887
|
}, [
|
|
888
888
|
(Be(!0), He(so, null, Br(b.value, (ft, Ut) => (Be(), He("input", {
|
|
889
889
|
type: "hidden",
|
|
@@ -893,7 +893,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
893
893
|
}, null, 8, Mme))), 128)),
|
|
894
894
|
r.options ? (Be(), He("div", Nme, [
|
|
895
895
|
U("label", {
|
|
896
|
-
class:
|
|
896
|
+
class: En({
|
|
897
897
|
"gl-label-form": r.error_message == "",
|
|
898
898
|
"gl-label-form-invalid": r.error_message !== "",
|
|
899
899
|
required: r.is_required
|
|
@@ -954,7 +954,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
954
954
|
style: { top: "14px" }
|
|
955
955
|
}, [
|
|
956
956
|
(Be(), He("svg", {
|
|
957
|
-
class:
|
|
957
|
+
class: En([C.value ? "" : "rotate-180", "w-3 h-3 shrink-0"]),
|
|
958
958
|
"aria-hidden": "true",
|
|
959
959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
960
960
|
fill: "none",
|
|
@@ -994,7 +994,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
994
994
|
]),
|
|
995
995
|
U("div", zme, [
|
|
996
996
|
(Be(!0), He(so, null, Br(q.value, (ft, Ut) => (Be(), He("div", {
|
|
997
|
-
class:
|
|
997
|
+
class: En([
|
|
998
998
|
"block px-2 py-0.5 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-700 dark:hover:text-white hover:rounded-sm",
|
|
999
999
|
Ut + 1 == x.value ? "bg-gray-100 dark:bg-gray-700 rounded-sm" : ""
|
|
1000
1000
|
]),
|
|
@@ -1028,7 +1028,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1028
1028
|
], 2))
|
|
1029
1029
|
], 64));
|
|
1030
1030
|
}
|
|
1031
|
-
}, qme = { class: "font-bold ptext-lg dark:text-white" }, jme = ["name", "id"], Gme = ["id"], Yme = ["for"], Kme = ["name", "id"], Jme = ["required", "name", "id", "type"], ege = { class: "gl-span-form-error" }, tge = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
1031
|
+
}, qme = { class: "font-bold ptext-lg dark:text-white" }, jme = ["name", "id"], Gme = ["id"], Yme = ["for"], Kme = ["name", "id"], Jme = ["required", "name", "id", "type"], ege = { class: "gl-span-form-error" }, tge = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, uRe = {
|
|
1032
1032
|
__name: "GlTextareaTranslate",
|
|
1033
1033
|
props: {
|
|
1034
1034
|
is_required: {
|
|
@@ -1086,7 +1086,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1086
1086
|
}), t({ focus: () => f.value.focus() }), (x, C) => (Be(), He(so, null, [
|
|
1087
1087
|
r.show ? (Be(), He("div", {
|
|
1088
1088
|
key: 0,
|
|
1089
|
-
class:
|
|
1089
|
+
class: En(r.field_name)
|
|
1090
1090
|
}, [
|
|
1091
1091
|
U("h3", qme, Ht(r.label_name), 1),
|
|
1092
1092
|
Er(U("input", {
|
|
@@ -1108,10 +1108,10 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1108
1108
|
], 2)) : $t("", !0),
|
|
1109
1109
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
1110
1110
|
key: 1,
|
|
1111
|
-
class:
|
|
1111
|
+
class: En(["mb-4", r.field_name])
|
|
1112
1112
|
}, [
|
|
1113
1113
|
U("label", {
|
|
1114
|
-
class:
|
|
1114
|
+
class: En({
|
|
1115
1115
|
"gl-label-translation-form": r.error_message == "",
|
|
1116
1116
|
"gl-label-translation-form-invalid": r.error_message !== "",
|
|
1117
1117
|
required: r.is_required
|
|
@@ -1130,7 +1130,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1130
1130
|
ref: h
|
|
1131
1131
|
}, null, 40, Kme),
|
|
1132
1132
|
U("textarea", {
|
|
1133
|
-
class:
|
|
1133
|
+
class: En(["mt-4 form-input-translation", {
|
|
1134
1134
|
" gl-textarea-form": r.error_message == "",
|
|
1135
1135
|
" gl-textarea-form-invalid": r.error_message !== ""
|
|
1136
1136
|
}]),
|
|
@@ -1149,7 +1149,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1149
1149
|
], 2))
|
|
1150
1150
|
], 64));
|
|
1151
1151
|
}
|
|
1152
|
-
}, nge = { class: "font-bold ptext-lg dark:text-white" }, sge = ["name", "id"], oge = ["id"], rge = ["for"], ige = ["name", "id"], age = ["required", "name", "id", "type"], lge = { class: "gl-span-form-error" }, cge = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
1152
|
+
}, nge = { class: "font-bold ptext-lg dark:text-white" }, sge = ["name", "id"], oge = ["id"], rge = ["for"], ige = ["name", "id"], age = ["required", "name", "id", "type"], lge = { class: "gl-span-form-error" }, cge = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, dRe = {
|
|
1153
1153
|
__name: "GlTextTranslate",
|
|
1154
1154
|
props: {
|
|
1155
1155
|
is_required: {
|
|
@@ -1207,7 +1207,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1207
1207
|
}), t({ focus: () => f.value.focus() }), (x, C) => (Be(), He(so, null, [
|
|
1208
1208
|
r.show ? (Be(), He("div", {
|
|
1209
1209
|
key: 0,
|
|
1210
|
-
class:
|
|
1210
|
+
class: En(r.field_name)
|
|
1211
1211
|
}, [
|
|
1212
1212
|
U("h3", nge, Ht(r.label_name), 1),
|
|
1213
1213
|
Er(U("input", {
|
|
@@ -1229,10 +1229,10 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1229
1229
|
], 2)) : $t("", !0),
|
|
1230
1230
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
1231
1231
|
key: 1,
|
|
1232
|
-
class:
|
|
1232
|
+
class: En(["mb-4", r.field_name])
|
|
1233
1233
|
}, [
|
|
1234
1234
|
U("label", {
|
|
1235
|
-
class:
|
|
1235
|
+
class: En({
|
|
1236
1236
|
"gl-label-translation-form": r.error_message == "",
|
|
1237
1237
|
"gl-label-translation-form-invalid": r.error_message !== "",
|
|
1238
1238
|
required: r.is_required
|
|
@@ -1254,7 +1254,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1254
1254
|
required: r.is_required,
|
|
1255
1255
|
name: r.field_name,
|
|
1256
1256
|
id: r.field_name,
|
|
1257
|
-
class:
|
|
1257
|
+
class: En(["mt-2 form-input-translation", {
|
|
1258
1258
|
" gl-input-form": r.error_message == "",
|
|
1259
1259
|
" gl-input-form-invalid": r.error_message !== ""
|
|
1260
1260
|
}]),
|
|
@@ -1356,7 +1356,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1356
1356
|
return t({ focus: () => f.value.focus() }), (b, x) => (Be(), He(so, null, [
|
|
1357
1357
|
r.show ? (Be(), He("div", {
|
|
1358
1358
|
key: 0,
|
|
1359
|
-
class:
|
|
1359
|
+
class: En(r.field_name)
|
|
1360
1360
|
}, [
|
|
1361
1361
|
r.label_name ? (Be(), He("label", uge, Ht(r.label_name), 1)) : $t("", !0),
|
|
1362
1362
|
U("p", dge, Ht(r.type == "password" ? r.modelValue.replace(/./g, "*") : r.modelValue), 1),
|
|
@@ -1364,14 +1364,14 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1364
1364
|
], 2)) : $t("", !0),
|
|
1365
1365
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
1366
1366
|
key: 1,
|
|
1367
|
-
class:
|
|
1367
|
+
class: En({
|
|
1368
1368
|
[r.field_name]: r.field_name && r.field_name !== "",
|
|
1369
1369
|
[r.container_class]: r.container_class && r.container_class !== ""
|
|
1370
1370
|
})
|
|
1371
1371
|
}, [
|
|
1372
1372
|
r.label_name ? (Be(), He("label", {
|
|
1373
1373
|
key: 0,
|
|
1374
|
-
class:
|
|
1374
|
+
class: En({
|
|
1375
1375
|
"gl-label-form": r.error_message == "",
|
|
1376
1376
|
"gl-label-form-invalid": r.error_message !== "",
|
|
1377
1377
|
required: r.is_required
|
|
@@ -1388,7 +1388,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1388
1388
|
Er(U("input", {
|
|
1389
1389
|
minlength: r.minlength,
|
|
1390
1390
|
maxlength: r.maxlength,
|
|
1391
|
-
class:
|
|
1391
|
+
class: En(["rtl:text-right rounded-none!", {
|
|
1392
1392
|
"gl-input-form": r.error_message == "",
|
|
1393
1393
|
"gl-input-form-invalid": r.error_message !== "",
|
|
1394
1394
|
[r.input_class]: r.input_class && r.input_class !== "",
|
|
@@ -1420,7 +1420,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1420
1420
|
key: 2,
|
|
1421
1421
|
minlength: r.minlength,
|
|
1422
1422
|
maxlength: r.maxlength,
|
|
1423
|
-
class:
|
|
1423
|
+
class: En(["rtl:text-right", {
|
|
1424
1424
|
"gl-input-form": r.error_message == "",
|
|
1425
1425
|
"gl-input-form-invalid": r.error_message !== "",
|
|
1426
1426
|
[r.input_class]: r.input_class && r.input_class !== ""
|
|
@@ -1712,7 +1712,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1712
1712
|
}), t({ focus: () => f.value?.focus() }), (ft, Ut) => (Be(), He(so, null, [
|
|
1713
1713
|
r.show ? (Be(), He("div", {
|
|
1714
1714
|
key: 0,
|
|
1715
|
-
class:
|
|
1715
|
+
class: En(r.field_name)
|
|
1716
1716
|
}, [
|
|
1717
1717
|
r.label_name ? (Be(), He("label", wge, Ht(r.label_name), 1)) : $t("", !0),
|
|
1718
1718
|
U("p", Sge, Ht(Z.value), 1),
|
|
@@ -1720,7 +1720,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1720
1720
|
], 2)) : $t("", !0),
|
|
1721
1721
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
1722
1722
|
key: 1,
|
|
1723
|
-
class:
|
|
1723
|
+
class: En({
|
|
1724
1724
|
[r.field_name]: r.field_name && r.field_name !== "",
|
|
1725
1725
|
[r.container_class]: r.container_class && r.container_class !== ""
|
|
1726
1726
|
}),
|
|
@@ -1729,7 +1729,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1729
1729
|
}, [
|
|
1730
1730
|
r.label_name ? (Be(), He("label", {
|
|
1731
1731
|
key: 0,
|
|
1732
|
-
class:
|
|
1732
|
+
class: En({
|
|
1733
1733
|
"gl-label-form": r.error_message == "",
|
|
1734
1734
|
"gl-label-form-invalid": r.error_message !== "",
|
|
1735
1735
|
required: r.is_required
|
|
@@ -1746,7 +1746,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1746
1746
|
U("div", Ege, [
|
|
1747
1747
|
U("input", {
|
|
1748
1748
|
type: "text",
|
|
1749
|
-
class:
|
|
1749
|
+
class: En(["rtl:text-right rounded-none!", {
|
|
1750
1750
|
"gl-input-form": r.error_message == "",
|
|
1751
1751
|
"gl-input-form-invalid": r.error_message !== "",
|
|
1752
1752
|
[r.input_class]: r.input_class && r.input_class !== "",
|
|
@@ -1787,7 +1787,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1787
1787
|
r.inputGroupType == "" ? (Be(), He("div", Dge, [
|
|
1788
1788
|
U("input", {
|
|
1789
1789
|
type: "text",
|
|
1790
|
-
class:
|
|
1790
|
+
class: En(["rtl:text-right pe-10", {
|
|
1791
1791
|
"gl-input-form": r.error_message == "",
|
|
1792
1792
|
"gl-input-form-invalid": r.error_message !== "",
|
|
1793
1793
|
[r.input_class]: r.input_class && r.input_class !== ""
|
|
@@ -1909,7 +1909,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
1909
1909
|
type: "button",
|
|
1910
1910
|
onClick: (be) => nt(vt),
|
|
1911
1911
|
disabled: te(vt.date),
|
|
1912
|
-
class:
|
|
1912
|
+
class: En([
|
|
1913
1913
|
"w-8 h-8 text-sm rounded-full flex items-center justify-center transition-colors",
|
|
1914
1914
|
{
|
|
1915
1915
|
"text-gray-400 dark:text-gray-600": !vt.currentMonth,
|
|
@@ -2099,7 +2099,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2099
2099
|
return (Z, K) => (Be(), He(so, null, [
|
|
2100
2100
|
r.show ? (Be(), He("div", {
|
|
2101
2101
|
key: 0,
|
|
2102
|
-
class:
|
|
2102
|
+
class: En(r.field_name)
|
|
2103
2103
|
}, [
|
|
2104
2104
|
r.label_name ? (Be(), He("label", Hge, Ht(r.label_name), 1)) : $t("", !0),
|
|
2105
2105
|
U("p", zge, Ht(r.modelValue.start) + " " + Ht(r.separator) + " " + Ht(r.modelValue.end), 1),
|
|
@@ -2107,14 +2107,14 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2107
2107
|
], 2)) : $t("", !0),
|
|
2108
2108
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
2109
2109
|
key: 1,
|
|
2110
|
-
class:
|
|
2110
|
+
class: En({
|
|
2111
2111
|
[r.field_name]: r.field_name && r.field_name !== "",
|
|
2112
2112
|
[r.container_class]: r.container_class && r.container_class !== ""
|
|
2113
2113
|
})
|
|
2114
2114
|
}, [
|
|
2115
2115
|
r.label_name ? (Be(), He("label", {
|
|
2116
2116
|
key: 0,
|
|
2117
|
-
class:
|
|
2117
|
+
class: En({
|
|
2118
2118
|
"gl-label-form": r.error_message == "" && c.value == "",
|
|
2119
2119
|
"gl-label-form-invalid": r.error_message !== "" || c.value !== "",
|
|
2120
2120
|
required: r.is_required
|
|
@@ -2165,7 +2165,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2165
2165
|
], 2))
|
|
2166
2166
|
], 64));
|
|
2167
2167
|
}
|
|
2168
|
-
}, Jge = { class: "font-bold ptext-lg dark:text-white" }, e0e = { class: "mb-4 text-base text-gray-900 dark:text-white" }, t0e = ["for"], n0e = ["required", "name", "id", "placeholder"], s0e = { class: "gl-span-form-error" }, o0e = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
2168
|
+
}, Jge = { class: "font-bold ptext-lg dark:text-white" }, e0e = { class: "mb-4 text-base text-gray-900 dark:text-white" }, t0e = ["for"], n0e = ["required", "name", "id", "placeholder"], s0e = { class: "gl-span-form-error" }, o0e = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, fRe = {
|
|
2169
2169
|
__name: "GlTextInputFile",
|
|
2170
2170
|
props: {
|
|
2171
2171
|
is_required: {
|
|
@@ -2218,7 +2218,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2218
2218
|
return (f, h) => (Be(), He(so, null, [
|
|
2219
2219
|
r.show ? (Be(), He("div", {
|
|
2220
2220
|
key: 0,
|
|
2221
|
-
class:
|
|
2221
|
+
class: En(r.field_name)
|
|
2222
2222
|
}, [
|
|
2223
2223
|
U("h3", Jge, Ht(r.label_name), 1),
|
|
2224
2224
|
U("p", e0e, Ht(r.type == "password" ? r.modelValue.replace(/./g, "*") : r.modelValue), 1),
|
|
@@ -2226,10 +2226,10 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2226
2226
|
], 2)) : $t("", !0),
|
|
2227
2227
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
2228
2228
|
key: 1,
|
|
2229
|
-
class:
|
|
2229
|
+
class: En(r.field_name)
|
|
2230
2230
|
}, [
|
|
2231
2231
|
U("label", {
|
|
2232
|
-
class:
|
|
2232
|
+
class: En({
|
|
2233
2233
|
"gl-label-form": r.error_message == "",
|
|
2234
2234
|
"gl-label-form-invalid": r.error_message !== "",
|
|
2235
2235
|
required: r.is_required
|
|
@@ -2240,7 +2240,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2240
2240
|
required: r.is_required,
|
|
2241
2241
|
name: r.field_name,
|
|
2242
2242
|
id: r.field_name,
|
|
2243
|
-
class:
|
|
2243
|
+
class: En({
|
|
2244
2244
|
"gl-input-form": r.error_message == "",
|
|
2245
2245
|
"gl-input-form-invalid": r.error_message !== ""
|
|
2246
2246
|
}),
|
|
@@ -2255,7 +2255,7 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2255
2255
|
], 2))
|
|
2256
2256
|
], 64));
|
|
2257
2257
|
}
|
|
2258
|
-
}, r0e = ["onClick"], i0e = { class: "relative flex flex-col w-full min-w-0 mb-6 break-words rounded-[20px] border border-gray-200 dark:border-gray-800" }, a0e = { class: "flex-auto px-4 py-5" }, l0e = { class: "tab-content tab-space" },
|
|
2258
|
+
}, r0e = ["onClick"], i0e = { class: "relative flex flex-col w-full min-w-0 mb-6 break-words rounded-[20px] border border-gray-200 dark:border-gray-800" }, a0e = { class: "flex-auto px-4 py-5" }, l0e = { class: "tab-content tab-space" }, hRe = {
|
|
2259
2259
|
__name: "GlTabsWrapper",
|
|
2260
2260
|
props: {
|
|
2261
2261
|
autoFlexTabs: {
|
|
@@ -2292,21 +2292,21 @@ const lRe = /* @__PURE__ */ Ii(Sme, [["render", Tme]]), Eme = { class: "bg-white
|
|
|
2292
2292
|
window.removeEventListener("hashchange", T);
|
|
2293
2293
|
}), (R, M) => (Be(), He(so, null, [
|
|
2294
2294
|
U("ul", {
|
|
2295
|
-
class:
|
|
2295
|
+
class: En(["flex flex-row flex-wrap gap-2 pt-3 pb-4 mb-0 list-none text-gray-500 dark:text-gray-400", r.tabsWrapperClass])
|
|
2296
2296
|
}, [
|
|
2297
2297
|
(Be(!0), He(so, null, Br(f.value, (L) => (Be(), He("li", {
|
|
2298
2298
|
key: L.title,
|
|
2299
2299
|
onClick: (q) => h.value = L.title,
|
|
2300
|
-
class:
|
|
2300
|
+
class: En(["-mb-px text-center", {
|
|
2301
2301
|
"flex-auto ": r.autoFlexTabs
|
|
2302
2302
|
}])
|
|
2303
2303
|
}, [
|
|
2304
2304
|
U("a", {
|
|
2305
|
-
class:
|
|
2305
|
+
class: En([{ " bg-gray-50 dark:bg-gray-900 hover:text-gray-900 hover:bg-gray-100 dark:hover:bg-gray-800 dark:hover:text-white border border-gray-300 dark:border-gray-800": h.value != L.title, "text-white bg-primary dark:bg-primaryDark": h.value === L.title }, "block px-5 py-3 text-xs font-bold leading-normal rounded-lg tabs_buttons"])
|
|
2306
2306
|
}, [
|
|
2307
2307
|
L.icon ? (Be(), He("i", {
|
|
2308
2308
|
key: 0,
|
|
2309
|
-
class:
|
|
2309
|
+
class: En([L.icon, "me-2 text-sm"])
|
|
2310
2310
|
}, null, 2)) : $t("", !0),
|
|
2311
2311
|
fo(Ht(L.title), 1)
|
|
2312
2312
|
], 2)
|
|
@@ -2339,7 +2339,7 @@ function d0e(r, t, s, a, c, f) {
|
|
|
2339
2339
|
Ru(r.$slots, "default")
|
|
2340
2340
|
])) : $t("", !0);
|
|
2341
2341
|
}
|
|
2342
|
-
const
|
|
2342
|
+
const mRe = /* @__PURE__ */ Ii(c0e, [["render", d0e]]), f0e = {
|
|
2343
2343
|
props: ["title"],
|
|
2344
2344
|
setup() {
|
|
2345
2345
|
return {
|
|
@@ -2354,7 +2354,7 @@ function m0e(r, t, s, a, c, f) {
|
|
|
2354
2354
|
[Ld, s.title == a.selectedTitle]
|
|
2355
2355
|
]);
|
|
2356
2356
|
}
|
|
2357
|
-
const
|
|
2357
|
+
const gRe = /* @__PURE__ */ Ii(f0e, [["render", m0e]]), g0e = {
|
|
2358
2358
|
props: {
|
|
2359
2359
|
elements_to_show_prop: {
|
|
2360
2360
|
type: Number,
|
|
@@ -2589,7 +2589,7 @@ const pRe = /* @__PURE__ */ Ii(f0e, [["render", m0e]]), g0e = {
|
|
|
2589
2589
|
function U0e(r, t, s, a, c, f) {
|
|
2590
2590
|
return Be(), He("div", null, [
|
|
2591
2591
|
U("div", {
|
|
2592
|
-
class:
|
|
2592
|
+
class: En(["", !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_outside_slider" ? "flex" : "relative block"]),
|
|
2593
2593
|
id: "mainSliderContainer_" + c.Random_string
|
|
2594
2594
|
}, [
|
|
2595
2595
|
c.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_outside_slider" ? (Be(), He("div", b0e, [
|
|
@@ -2617,16 +2617,16 @@ function U0e(r, t, s, a, c, f) {
|
|
|
2617
2617
|
])) : $t("", !0),
|
|
2618
2618
|
U("div", {
|
|
2619
2619
|
ref: "slotContainer",
|
|
2620
|
-
class:
|
|
2620
|
+
class: En(["overflow-hidden flex flex-col gap-3", f.sliderContainerAction()]),
|
|
2621
2621
|
id: "sliderContainer_" + c.Random_string
|
|
2622
2622
|
}, [
|
|
2623
2623
|
U("ul", {
|
|
2624
|
-
class:
|
|
2624
|
+
class: En(["flex duration-700 ease-in-out", s.elements_to_show_prop == 1 || this.elementsToShow == 1 ? "" : "gap-7"]),
|
|
2625
2625
|
id: "slider_" + c.Random_string
|
|
2626
2626
|
}, [
|
|
2627
2627
|
c.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (Be(), He("div", {
|
|
2628
2628
|
key: 0,
|
|
2629
|
-
class:
|
|
2629
|
+
class: En(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", s.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
|
|
2630
2630
|
}, [
|
|
2631
2631
|
U("div", S0e, [
|
|
2632
2632
|
U("button", {
|
|
@@ -2653,7 +2653,7 @@ function U0e(r, t, s, a, c, f) {
|
|
|
2653
2653
|
Ru(r.$slots, "default", {}, void 0, !0),
|
|
2654
2654
|
c.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (Be(), He("div", {
|
|
2655
2655
|
key: 1,
|
|
2656
|
-
class:
|
|
2656
|
+
class: En(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", s.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
|
|
2657
2657
|
}, [
|
|
2658
2658
|
U("div", _0e, [
|
|
2659
2659
|
U("button", {
|
|
@@ -2680,11 +2680,11 @@ function U0e(r, t, s, a, c, f) {
|
|
|
2680
2680
|
], 10, w0e),
|
|
2681
2681
|
s.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (Be(), He("div", {
|
|
2682
2682
|
key: 0,
|
|
2683
|
-
class:
|
|
2683
|
+
class: En(["flex justify-center mb-1 space-x-1", f.sliderIndicatorsAction()])
|
|
2684
2684
|
}, [
|
|
2685
2685
|
(Be(!0), He(so, null, Br(c.dotsNum, (h) => (Be(), He("button", {
|
|
2686
2686
|
role: "button",
|
|
2687
|
-
class:
|
|
2687
|
+
class: En(["gl-dot", { active: c.currentDot == h }]),
|
|
2688
2688
|
key: h,
|
|
2689
2689
|
onClick: (b) => f.setDot(h)
|
|
2690
2690
|
}, t[12] || (t[12] = [
|
|
@@ -2693,11 +2693,11 @@ function U0e(r, t, s, a, c, f) {
|
|
|
2693
2693
|
], 2)) : $t("", !0),
|
|
2694
2694
|
s.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (Be(), He("div", P0e, [
|
|
2695
2695
|
U("div", {
|
|
2696
|
-
class:
|
|
2696
|
+
class: En(["flex justify-center mb-1 space-x-1", f.sliderIndicatorsAction()])
|
|
2697
2697
|
}, [
|
|
2698
2698
|
(Be(!0), He(so, null, Br(c.dotsNum, (h) => (Be(), He("button", {
|
|
2699
2699
|
role: "button",
|
|
2700
|
-
class:
|
|
2700
|
+
class: En(["gl-dot", { active: c.currentDot == h }]),
|
|
2701
2701
|
key: h,
|
|
2702
2702
|
onClick: (b) => f.setDot(h)
|
|
2703
2703
|
}, t[13] || (t[13] = [
|
|
@@ -2708,7 +2708,7 @@ function U0e(r, t, s, a, c, f) {
|
|
|
2708
2708
|
U("div", R0e, [
|
|
2709
2709
|
U("div", M0e, [
|
|
2710
2710
|
U("button", {
|
|
2711
|
-
class:
|
|
2711
|
+
class: En(["p-3 rounded-full arrow_button_styles", s.direction_property == "rtl" ? "ml-3" : "mr-3"]),
|
|
2712
2712
|
onClick: t[3] || (t[3] = (h) => f.prev())
|
|
2713
2713
|
}, [
|
|
2714
2714
|
s.direction_property == "ltr" ? (Be(), He("svg", N0e, t[14] || (t[14] = [
|
|
@@ -2780,7 +2780,7 @@ function U0e(r, t, s, a, c, f) {
|
|
|
2780
2780
|
], 10, p0e)
|
|
2781
2781
|
]);
|
|
2782
2782
|
}
|
|
2783
|
-
const
|
|
2783
|
+
const pRe = /* @__PURE__ */ Ii(g0e, [["render", U0e], ["__scopeId", "data-v-f05f6689"]]), W0e = {
|
|
2784
2784
|
props: {
|
|
2785
2785
|
elements_to_show_prop: {
|
|
2786
2786
|
type: Number,
|
|
@@ -3017,7 +3017,7 @@ const bRe = /* @__PURE__ */ Ii(g0e, [["render", U0e], ["__scopeId", "data-v-f05f
|
|
|
3017
3017
|
function wpe(r, t, s, a, c, f) {
|
|
3018
3018
|
return Be(), He("div", null, [
|
|
3019
3019
|
U("div", {
|
|
3020
|
-
class:
|
|
3020
|
+
class: En(["w-full", !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_outside_slider" ? "flex" : "relative block"]),
|
|
3021
3021
|
id: "mainSliderContainer_" + r.Random_string
|
|
3022
3022
|
}, [
|
|
3023
3023
|
r.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_outside_slider" ? (Be(), He("div", q0e, [
|
|
@@ -3044,17 +3044,17 @@ function wpe(r, t, s, a, c, f) {
|
|
|
3044
3044
|
])
|
|
3045
3045
|
])) : $t("", !0),
|
|
3046
3046
|
U("div", {
|
|
3047
|
-
class:
|
|
3047
|
+
class: En(["overflow-hidden flex flex-col gap-3 w-full w-12/12", f.sliderContainerAction()]),
|
|
3048
3048
|
id: "sliderContainer_" + r.Random_string
|
|
3049
3049
|
}, [
|
|
3050
3050
|
U("ul", {
|
|
3051
3051
|
ref: "slotContainer",
|
|
3052
|
-
class:
|
|
3052
|
+
class: En(["flex w-full", s.elements_to_show_prop == 1 ? "" : "gap-7"]),
|
|
3053
3053
|
id: "slider_" + r.Random_string
|
|
3054
3054
|
}, [
|
|
3055
3055
|
r.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (Be(), He("div", {
|
|
3056
3056
|
key: 0,
|
|
3057
|
-
class:
|
|
3057
|
+
class: En(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", s.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
|
|
3058
3058
|
}, [
|
|
3059
3059
|
U("div", epe, [
|
|
3060
3060
|
U("button", {
|
|
@@ -3081,7 +3081,7 @@ function wpe(r, t, s, a, c, f) {
|
|
|
3081
3081
|
Ru(r.$slots, "default", {}, void 0, !0),
|
|
3082
3082
|
r.dotsNum > 0 && !s.hide_arrow && s.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (Be(), He("div", {
|
|
3083
3083
|
key: 1,
|
|
3084
|
-
class:
|
|
3084
|
+
class: En(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", s.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
|
|
3085
3085
|
}, [
|
|
3086
3086
|
U("div", spe, [
|
|
3087
3087
|
U("button", {
|
|
@@ -3108,11 +3108,11 @@ function wpe(r, t, s, a, c, f) {
|
|
|
3108
3108
|
], 10, J0e),
|
|
3109
3109
|
!s.hide_indicators && s.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (Be(), He("div", {
|
|
3110
3110
|
key: 0,
|
|
3111
|
-
class:
|
|
3111
|
+
class: En(["flex justify-center mb-1 space-x-1", f.sliderIndicatorsAction()])
|
|
3112
3112
|
}, [
|
|
3113
3113
|
(Be(!0), He(so, null, Br(r.dotsNum, (h) => (Be(), He("button", {
|
|
3114
3114
|
role: "button",
|
|
3115
|
-
class:
|
|
3115
|
+
class: En(["gl-dot", { active: r.currentDot == h }]),
|
|
3116
3116
|
key: h,
|
|
3117
3117
|
onClick: (b) => f.setDot(h)
|
|
3118
3118
|
}, t[12] || (t[12] = [
|
|
@@ -3121,11 +3121,11 @@ function wpe(r, t, s, a, c, f) {
|
|
|
3121
3121
|
], 2)) : $t("", !0),
|
|
3122
3122
|
!s.hide_indicators && s.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (Be(), He("div", ape, [
|
|
3123
3123
|
U("div", {
|
|
3124
|
-
class:
|
|
3124
|
+
class: En(["flex justify-center mb-1 space-x-1", f.sliderIndicatorsAction()])
|
|
3125
3125
|
}, [
|
|
3126
3126
|
(Be(!0), He(so, null, Br(r.dotsNum, (h) => (Be(), He("button", {
|
|
3127
3127
|
role: "button",
|
|
3128
|
-
class:
|
|
3128
|
+
class: En(["gl-dot", { active: r.currentDot == h }]),
|
|
3129
3129
|
key: h,
|
|
3130
3130
|
onClick: (b) => f.setDot(h)
|
|
3131
3131
|
}, t[13] || (t[13] = [
|
|
@@ -3136,7 +3136,7 @@ function wpe(r, t, s, a, c, f) {
|
|
|
3136
3136
|
U("div", upe, [
|
|
3137
3137
|
U("div", dpe, [
|
|
3138
3138
|
U("button", {
|
|
3139
|
-
class:
|
|
3139
|
+
class: En(["p-3 rounded-full arrow_button_styles", s.direction_property == "rtl" ? "ml-3" : "mr-3"]),
|
|
3140
3140
|
onClick: t[3] || (t[3] = (h) => f.prev())
|
|
3141
3141
|
}, [
|
|
3142
3142
|
s.direction_property == "ltr" ? (Be(), He("svg", fpe, t[14] || (t[14] = [
|
|
@@ -3208,11 +3208,11 @@ function wpe(r, t, s, a, c, f) {
|
|
|
3208
3208
|
], 10, X0e)
|
|
3209
3209
|
]);
|
|
3210
3210
|
}
|
|
3211
|
-
const
|
|
3211
|
+
const bRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f63bd"]]), Spe = { class: "w-full bg-white rounded-[20px] shadow-sm dark:border md:mt-0 p-2 dark:bg-gray-900 dark:border-gray-800" }, Cpe = { class: "pointer-events-auto relative flex max-h-[100%] w-full flex-col text-current shadow-4 outline-hidden bg-white border rounded-xl dark:bg-gray-900 dark:border-gray-800" }, kpe = { class: "flex items-center justify-between shrink-0 pt-3 pb-3 pl-3 pr-3" }, _pe = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, Tpe = {
|
|
3212
3212
|
key: 0,
|
|
3213
3213
|
role: "status",
|
|
3214
3214
|
class: "max-w-full p-4 border border-gray-200 rounded-sm shadow-sm animate-pulse md:p-6 dark:border-gray-700"
|
|
3215
|
-
}, Epe = { class: "flex flex-wrap items-center justify-end shrink-0 p-4 rounded-b-md gap-2" },
|
|
3215
|
+
}, Epe = { class: "flex flex-wrap items-center justify-end shrink-0 p-4 rounded-b-md gap-2" }, vRe = {
|
|
3216
3216
|
__name: "GlModal",
|
|
3217
3217
|
props: {
|
|
3218
3218
|
language: {
|
|
@@ -3267,11 +3267,11 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3267
3267
|
{ immediate: !0, deep: !0 }
|
|
3268
3268
|
), (x, C) => r.is_open ? (Be(), He("div", {
|
|
3269
3269
|
key: 0,
|
|
3270
|
-
class:
|
|
3270
|
+
class: En(["fixed h-full w-full overflow-y-auto overflow-x-hidden outline-hidden inset-0 bg-black/80! min-w-full", r.has_large_z_index ? "z-9999" : "z-1055"]),
|
|
3271
3271
|
tabindex: "-1"
|
|
3272
3272
|
}, [
|
|
3273
3273
|
U("div", {
|
|
3274
|
-
class:
|
|
3274
|
+
class: En(["pointer-events-none relative w-auto transition-all duration-300 ease-in-out min-[576px]:mx-auto mt-2", r.max_width])
|
|
3275
3275
|
}, [
|
|
3276
3276
|
U("div", Spe, [
|
|
3277
3277
|
U("div", Cpe, [
|
|
@@ -3304,7 +3304,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3304
3304
|
yz('<div class="flex items-center justify-center h-48 mb-4 bg-gray-300 rounded-sm dark:bg-gray-700"><svg class="w-10 h-10 text-gray-200 dark:text-gray-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20"><path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z"></path><path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z"></path></svg></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div><div class="flex items-center mt-4"><svg class="w-10 h-10 text-gray-200 me-3 dark:text-gray-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"><path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z"></path></svg><div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-32 mb-2"></div><div class="w-48 h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div></div></div><span class="sr-only">Loading...</span>', 7)
|
|
3305
3305
|
]))) : $t("", !0),
|
|
3306
3306
|
Er(U("div", {
|
|
3307
|
-
class:
|
|
3307
|
+
class: En(["relative gl_modal_body", r.bodyClass])
|
|
3308
3308
|
}, [
|
|
3309
3309
|
Ru(x.$slots, "body")
|
|
3310
3310
|
], 2), [
|
|
@@ -3335,7 +3335,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3335
3335
|
}, Mpe = {
|
|
3336
3336
|
key: 2,
|
|
3337
3337
|
class: "flex flex-wrap items-center justify-end shrink-0 p-4 border-t-2 rounded-b-md border-neutral-100 dark:border-gray-600 gap-2"
|
|
3338
|
-
},
|
|
3338
|
+
}, yRe = {
|
|
3339
3339
|
__name: "GlModalWithoutOverflow",
|
|
3340
3340
|
props: {
|
|
3341
3341
|
is_open: {
|
|
@@ -3390,12 +3390,12 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3390
3390
|
f();
|
|
3391
3391
|
}), (b, x) => r.is_open ? (Be(), He("div", {
|
|
3392
3392
|
key: 0,
|
|
3393
|
-
class:
|
|
3393
|
+
class: En(["fixed h-full w-full overflow-y-auto outline-hidden inset-0 bg-black/80!", r.has_large_z_index ? "z-9999" : "z-1055"]),
|
|
3394
3394
|
tabindex: "-1",
|
|
3395
3395
|
"aria-hidden": "true"
|
|
3396
3396
|
}, [
|
|
3397
3397
|
U("div", {
|
|
3398
|
-
class:
|
|
3398
|
+
class: En(["pointer-events-none relative w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto mt-7", r.max_width])
|
|
3399
3399
|
}, [
|
|
3400
3400
|
U("div", Ape, [
|
|
3401
3401
|
U("div", Ppe, [
|
|
@@ -3428,7 +3428,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3428
3428
|
yz('<div class="flex items-center justify-center h-48 mb-4 bg-gray-300 rounded-sm dark:bg-gray-700"><svg class="w-10 h-10 text-gray-200 dark:text-gray-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20"><path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z"></path><path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z"></path></svg></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div><div class="flex items-center mt-4"><svg class="w-10 h-10 text-gray-200 me-3 dark:text-gray-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"><path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z"></path></svg><div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-32 mb-2"></div><div class="w-48 h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div></div></div><span class="sr-only">Loading...</span>', 7)
|
|
3429
3429
|
]))) : $t("", !0),
|
|
3430
3430
|
Er(U("div", {
|
|
3431
|
-
class:
|
|
3431
|
+
class: En(["relative gl_modal_body", r.bodyClass])
|
|
3432
3432
|
}, [
|
|
3433
3433
|
Ru(b.$slots, "body")
|
|
3434
3434
|
], 2), [
|
|
@@ -3453,7 +3453,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3453
3453
|
key: 0,
|
|
3454
3454
|
role: "status",
|
|
3455
3455
|
class: "max-w-full p-4 border border-gray-200 rounded-sm shadow-sm animate-pulse md:p-6 dark:border-gray-700"
|
|
3456
|
-
}, Qpe = { class: "flex flex-wrap items-center justify-end shrink-0 p-4 rounded-b-md gap-2" },
|
|
3456
|
+
}, Qpe = { class: "flex flex-wrap items-center justify-end shrink-0 p-4 rounded-b-md gap-2" }, ORe = {
|
|
3457
3457
|
__name: "GlModalShow",
|
|
3458
3458
|
props: {
|
|
3459
3459
|
language: {
|
|
@@ -3503,11 +3503,11 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3503
3503
|
},
|
|
3504
3504
|
{ immediate: !0, deep: !0 }
|
|
3505
3505
|
), (b, x) => Er((Be(), He("div", {
|
|
3506
|
-
class:
|
|
3506
|
+
class: En(["fixed h-full w-full overflow-y-auto overflow-x-hidden outline-hidden inset-0 bg-black/80!", r.has_large_z_index ? "z-9999" : "z-1055"]),
|
|
3507
3507
|
tabindex: "-1"
|
|
3508
3508
|
}, [
|
|
3509
3509
|
U("div", {
|
|
3510
|
-
class:
|
|
3510
|
+
class: En(["pointer-events-none relative h-[calc(100%-1rem)] w-auto transition-all duration-300 ease-in-out min-[576px]:mx-auto mt-7 min-[576px]:h-[calc(100%-3.5rem)]", r.max_width])
|
|
3511
3511
|
}, [
|
|
3512
3512
|
U("div", Npe, [
|
|
3513
3513
|
U("div", Bpe, [
|
|
@@ -3540,7 +3540,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3540
3540
|
yz('<div class="flex items-center justify-center h-48 mb-4 bg-gray-300 rounded-sm dark:bg-gray-700"><svg class="w-10 h-10 text-gray-200 dark:text-gray-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20"><path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z"></path><path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z"></path></svg></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5"></div><div class="h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div><div class="flex items-center mt-4"><svg class="w-10 h-10 text-gray-200 me-3 dark:text-gray-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"><path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z"></path></svg><div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-32 mb-2"></div><div class="w-48 h-2 bg-gray-200 rounded-full dark:bg-gray-700"></div></div></div><span class="sr-only">Loading...</span>', 7)
|
|
3541
3541
|
]))) : $t("", !0),
|
|
3542
3542
|
Er(U("div", {
|
|
3543
|
-
class:
|
|
3543
|
+
class: En(["relative overflow-y-auto gl_modal_body", r.bodyClass])
|
|
3544
3544
|
}, [
|
|
3545
3545
|
Ru(b.$slots, "body")
|
|
3546
3546
|
], 2), [
|
|
@@ -3566,7 +3566,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3566
3566
|
}, Vpe = { class: "flex justify-between p-2 -mb-px border border-gray-300 no-underlin" }, Hpe = { class: "relative inline-flex items-center cursor-pointer" }, zpe = ["name", "id", "checked"], Zpe = {
|
|
3567
3567
|
key: 0,
|
|
3568
3568
|
class: "flex justify-between items-center"
|
|
3569
|
-
}, Upe = { class: "gl-label-form" }, Wpe = { class: "flex justify-between p-2 -mb-px border rounded-lg no-underlin bg-gray-50 focus:border-primary dark:bg-gray-800 dark:border-gray-700 dark:text-white dark:focus:border-primaryDark border-gray-200" }, Xpe = { class: "relative inline-flex items-center cursor-pointer" }, qpe = ["name", "id"], jpe = { class: "gl-span-form-error" }, Gpe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
3569
|
+
}, Upe = { class: "gl-label-form" }, Wpe = { class: "flex justify-between p-2 -mb-px border rounded-lg no-underlin bg-gray-50 focus:border-primary dark:bg-gray-800 dark:border-gray-700 dark:text-white dark:focus:border-primaryDark border-gray-200" }, Xpe = { class: "relative inline-flex items-center cursor-pointer" }, qpe = ["name", "id"], jpe = { class: "gl-span-form-error" }, Gpe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, xRe = {
|
|
3570
3570
|
__name: "GlToggleBox",
|
|
3571
3571
|
props: {
|
|
3572
3572
|
is_required: {
|
|
@@ -3623,7 +3623,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3623
3623
|
return (h, b) => (Be(), He(so, null, [
|
|
3624
3624
|
r.show ? (Be(), He("div", {
|
|
3625
3625
|
key: 0,
|
|
3626
|
-
class:
|
|
3626
|
+
class: En(r.field_name)
|
|
3627
3627
|
}, [
|
|
3628
3628
|
U("div", null, [
|
|
3629
3629
|
U("li", Vpe, [
|
|
@@ -3649,7 +3649,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3649
3649
|
], 2)) : $t("", !0),
|
|
3650
3650
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
3651
3651
|
key: 1,
|
|
3652
|
-
class:
|
|
3652
|
+
class: En(r.field_name)
|
|
3653
3653
|
}, [
|
|
3654
3654
|
r.has_label_up ? (Be(), He("div", Zpe, [
|
|
3655
3655
|
U("label", Upe, Ht(r.label_name), 1)
|
|
@@ -3681,7 +3681,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3681
3681
|
}, Ype = { class: "flex justify-between p-2 -mb-px border border-gray-300 no-underlin" }, Kpe = { class: "relative inline-flex items-center cursor-pointer" }, Jpe = ["name", "id", "checked"], e1e = {
|
|
3682
3682
|
key: 0,
|
|
3683
3683
|
class: "flex justify-between items-center"
|
|
3684
|
-
}, t1e = { class: "gl-label-form" }, n1e = { class: "flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-primaryDark" }, s1e = { class: "relative inline-flex items-center cursor-pointer" }, o1e = ["name", "id"], r1e = { class: "gl-span-form-error" }, i1e = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
3684
|
+
}, t1e = { class: "gl-label-form" }, n1e = { class: "flex justify-between p-2 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-primaryDark" }, s1e = { class: "relative inline-flex items-center cursor-pointer" }, o1e = ["name", "id"], r1e = { class: "gl-span-form-error" }, i1e = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, wRe = {
|
|
3685
3685
|
__name: "GlToggleBoxTrueFalse",
|
|
3686
3686
|
props: {
|
|
3687
3687
|
is_required: {
|
|
@@ -3734,7 +3734,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3734
3734
|
return (h, b) => (Be(), He(so, null, [
|
|
3735
3735
|
r.show ? (Be(), He("div", {
|
|
3736
3736
|
key: 0,
|
|
3737
|
-
class:
|
|
3737
|
+
class: En(r.field_name)
|
|
3738
3738
|
}, [
|
|
3739
3739
|
U("div", null, [
|
|
3740
3740
|
U("li", Ype, [
|
|
@@ -3758,7 +3758,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
3758
3758
|
], 2)) : $t("", !0),
|
|
3759
3759
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
3760
3760
|
key: 1,
|
|
3761
|
-
class:
|
|
3761
|
+
class: En(r.field_name)
|
|
3762
3762
|
}, [
|
|
3763
3763
|
r.has_label_up ? (Be(), He("div", e1e, [
|
|
3764
3764
|
U("label", t1e, Ht(r.label_name), 1)
|
|
@@ -4033,7 +4033,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4033
4033
|
), (vt, $e) => (Be(), He(so, null, [
|
|
4034
4034
|
r.show ? (Be(), He("div", {
|
|
4035
4035
|
key: 0,
|
|
4036
|
-
class:
|
|
4036
|
+
class: En(r.field_name)
|
|
4037
4037
|
}, [
|
|
4038
4038
|
U("h3", a1e, Ht(r.label_name), 1),
|
|
4039
4039
|
U("p", l1e, [
|
|
@@ -4043,7 +4043,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4043
4043
|
], 2)) : $t("", !0),
|
|
4044
4044
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
4045
4045
|
key: 1,
|
|
4046
|
-
class:
|
|
4046
|
+
class: En(r.field_name)
|
|
4047
4047
|
}, [
|
|
4048
4048
|
U("input", {
|
|
4049
4049
|
type: "hidden",
|
|
@@ -4054,7 +4054,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4054
4054
|
r.options ? (Be(), He("div", d1e, [
|
|
4055
4055
|
r.label_name ? (Be(), He("label", {
|
|
4056
4056
|
key: 0,
|
|
4057
|
-
class:
|
|
4057
|
+
class: En({
|
|
4058
4058
|
"gl-label-form": r.error_message == "",
|
|
4059
4059
|
"gl-label-form-invalid": r.error_message !== "",
|
|
4060
4060
|
required: r.is_required
|
|
@@ -4065,7 +4065,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4065
4065
|
U("input", {
|
|
4066
4066
|
ref_key: "myDivDropDown",
|
|
4067
4067
|
ref: K,
|
|
4068
|
-
class:
|
|
4068
|
+
class: En([{
|
|
4069
4069
|
"gl-input-form": r.error_message == "",
|
|
4070
4070
|
"gl-input-form-invalid": r.error_message !== "",
|
|
4071
4071
|
[`showOptions${C.value}`]: !0
|
|
@@ -4104,7 +4104,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4104
4104
|
style: { top: "14px" }
|
|
4105
4105
|
}, [
|
|
4106
4106
|
(Be(), He("svg", {
|
|
4107
|
-
class:
|
|
4107
|
+
class: En([b.value ? "" : "rotate-180", "w-3 h-3 shrink-0"]),
|
|
4108
4108
|
"aria-hidden": "true",
|
|
4109
4109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4110
4110
|
fill: "none",
|
|
@@ -4148,7 +4148,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4148
4148
|
ref: ce
|
|
4149
4149
|
}, [
|
|
4150
4150
|
q.value.length ? (Be(!0), He(so, { key: 0 }, Br(q.value, (be, lt) => (Be(), He("div", {
|
|
4151
|
-
class:
|
|
4151
|
+
class: En([
|
|
4152
4152
|
"relative px-2 py-0.5 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-700 dark:hover:text-white hover:rounded-sm",
|
|
4153
4153
|
lt + 1 == h.value ? "bg-gray-100 dark:bg-gray-700 rounded-sm" : ""
|
|
4154
4154
|
]),
|
|
@@ -4186,7 +4186,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4186
4186
|
], 2))
|
|
4187
4187
|
], 64));
|
|
4188
4188
|
}
|
|
4189
|
-
}, E1e = { class: "font-bold ptext-lg dark:text-white" }, A1e = ["id"], P1e = ["for"], D1e = ["required", "name", "id", "type", "placeholder"], $1e = { class: "gl-span-form-error" }, R1e = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
4189
|
+
}, E1e = { class: "font-bold ptext-lg dark:text-white" }, A1e = ["id"], P1e = ["for"], D1e = ["required", "name", "id", "type", "placeholder"], $1e = { class: "gl-span-form-error" }, R1e = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, SRe = {
|
|
4190
4190
|
__name: "GLTextarea",
|
|
4191
4191
|
props: {
|
|
4192
4192
|
is_required: {
|
|
@@ -4247,7 +4247,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4247
4247
|
return t({ focus: () => f.value.focus() }), (b, x) => (Be(), He(so, null, [
|
|
4248
4248
|
r.show ? (Be(), He("div", {
|
|
4249
4249
|
key: 0,
|
|
4250
|
-
class:
|
|
4250
|
+
class: En(r.field_name)
|
|
4251
4251
|
}, [
|
|
4252
4252
|
U("h3", E1e, Ht(r.label_name), 1),
|
|
4253
4253
|
U("p", {
|
|
@@ -4258,10 +4258,10 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4258
4258
|
], 2)) : $t("", !0),
|
|
4259
4259
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
4260
4260
|
key: 1,
|
|
4261
|
-
class:
|
|
4261
|
+
class: En(["mb-4", r.field_name])
|
|
4262
4262
|
}, [
|
|
4263
4263
|
U("label", {
|
|
4264
|
-
class:
|
|
4264
|
+
class: En({
|
|
4265
4265
|
"gl-label-form": r.error_message == "",
|
|
4266
4266
|
"gl-label-form-invalid": r.error_message !== "",
|
|
4267
4267
|
required: r.is_required
|
|
@@ -4272,7 +4272,7 @@ const vRe = /* @__PURE__ */ Ii(W0e, [["render", wpe], ["__scopeId", "data-v-4c7f
|
|
|
4272
4272
|
required: r.is_required,
|
|
4273
4273
|
name: r.field_name,
|
|
4274
4274
|
id: r.field_name,
|
|
4275
|
-
class:
|
|
4275
|
+
class: En({
|
|
4276
4276
|
" gl-textarea-form mt-4 ": r.error_message == "",
|
|
4277
4277
|
" gl-textarea-form-invalid mt-4 ": r.error_message !== ""
|
|
4278
4278
|
}),
|
|
@@ -6495,21 +6495,21 @@ function N1e() {
|
|
|
6495
6495
|
}, o.schema), se = o.ownEvents ? new Th() : Th.Event, he = j.getBlockElements(), Te = (Pt) => te(Pt) ? us(he, Pt) : ds(Pt) && (us(he, Pt.nodeName) || Hu(j, Pt)), ye = (Pt) => Pt && e && te(Pt) ? e.getElementById(Pt) : Pt, Re = (Pt) => {
|
|
6496
6496
|
const Nt = ye(Pt);
|
|
6497
6497
|
return Me(Nt) ? Ke.fromDom(Nt) : null;
|
|
6498
|
-
}, tt = (Pt, Nt,
|
|
6498
|
+
}, tt = (Pt, Nt, An = "") => {
|
|
6499
6499
|
let Sn;
|
|
6500
6500
|
const Ms = Re(Pt);
|
|
6501
6501
|
if (Me(Ms) && io(Ms)) {
|
|
6502
6502
|
const Yo = kk[Nt];
|
|
6503
6503
|
Yo && Yo.get ? Sn = Yo.get(Ms.dom, Nt) : Sn = Ca(Ms, Nt);
|
|
6504
6504
|
}
|
|
6505
|
-
return Me(Sn) ? Sn :
|
|
6505
|
+
return Me(Sn) ? Sn : An;
|
|
6506
6506
|
}, yt = (Pt) => {
|
|
6507
6507
|
const Nt = ye(Pt);
|
|
6508
6508
|
return St(Nt) ? [] : Nt.attributes;
|
|
6509
|
-
}, _t = (Pt, Nt,
|
|
6509
|
+
}, _t = (Pt, Nt, An) => {
|
|
6510
6510
|
Os(Pt, (Sn) => {
|
|
6511
6511
|
if (ds(Sn)) {
|
|
6512
|
-
const Ms = Ke.fromDom(Sn), Yo =
|
|
6512
|
+
const Ms = Ke.fromDom(Sn), Yo = An === "" ? null : An, Ki = Ca(Ms, Nt), em = kk[Nt];
|
|
6513
6513
|
em && em.set ? em.set(Ms.dom, Yo, Nt) : Kp(Ms, Nt, Yo), Ki !== Yo && o.onSetAttrib && o.onSetAttrib({
|
|
6514
6514
|
attrElm: Ms.dom,
|
|
6515
6515
|
attrName: Nt,
|
|
@@ -6525,22 +6525,22 @@ function N1e() {
|
|
|
6525
6525
|
w: Nt.width,
|
|
6526
6526
|
h: Nt.height
|
|
6527
6527
|
};
|
|
6528
|
-
}, Yn = (Pt, Nt) => ai(e.body, ye(Pt), Nt), qt = (Pt, Nt,
|
|
6528
|
+
}, Yn = (Pt, Nt) => ai(e.body, ye(Pt), Nt), qt = (Pt, Nt, An) => {
|
|
6529
6529
|
Os(Pt, (Sn) => {
|
|
6530
6530
|
const Ms = Ke.fromDom(Sn);
|
|
6531
|
-
Zb(Ms, Nt,
|
|
6531
|
+
Zb(Ms, Nt, An), o.update_styles && s_(ee, Ms);
|
|
6532
6532
|
});
|
|
6533
6533
|
}, It = (Pt, Nt) => {
|
|
6534
|
-
Os(Pt, (
|
|
6535
|
-
const Sn = Ke.fromDom(
|
|
6534
|
+
Os(Pt, (An) => {
|
|
6535
|
+
const Sn = Ke.fromDom(An);
|
|
6536
6536
|
pn(Nt, (Ms, Yo) => {
|
|
6537
6537
|
Zb(Sn, Yo, Ms);
|
|
6538
6538
|
}), o.update_styles && s_(ee, Sn);
|
|
6539
6539
|
});
|
|
6540
|
-
}, ln = (Pt, Nt,
|
|
6540
|
+
}, ln = (Pt, Nt, An) => {
|
|
6541
6541
|
const Sn = ye(Pt);
|
|
6542
6542
|
if (!(St(Sn) || !Yd(Sn) && !Lc(Sn)))
|
|
6543
|
-
return
|
|
6543
|
+
return An ? rc(Ke.fromDom(Sn), bd(Nt)) : (Nt = Nt.replace(/-(\D)/g, (Ms, Yo) => Yo.toUpperCase()), Nt === "float" && (Nt = "cssFloat"), Sn.style ? Sn.style[Nt] : void 0);
|
|
6544
6544
|
}, Hn = (Pt) => {
|
|
6545
6545
|
const Nt = ye(Pt);
|
|
6546
6546
|
if (!Nt)
|
|
@@ -6548,29 +6548,29 @@ function N1e() {
|
|
|
6548
6548
|
w: 0,
|
|
6549
6549
|
h: 0
|
|
6550
6550
|
};
|
|
6551
|
-
let
|
|
6552
|
-
return (!
|
|
6553
|
-
w: parseInt(
|
|
6551
|
+
let An = ln(Nt, "width"), Sn = ln(Nt, "height");
|
|
6552
|
+
return (!An || An.indexOf("px") === -1) && (An = "0"), (!Sn || Sn.indexOf("px") === -1) && (Sn = "0"), {
|
|
6553
|
+
w: parseInt(An, 10) || Nt.offsetWidth || Nt.clientWidth,
|
|
6554
6554
|
h: parseInt(Sn, 10) || Nt.offsetHeight || Nt.clientHeight
|
|
6555
6555
|
};
|
|
6556
6556
|
}, ys = (Pt) => {
|
|
6557
|
-
const Nt = ye(Pt),
|
|
6557
|
+
const Nt = ye(Pt), An = Yn(Nt), Sn = Hn(Nt);
|
|
6558
6558
|
return {
|
|
6559
|
-
x:
|
|
6560
|
-
y:
|
|
6559
|
+
x: An.x,
|
|
6560
|
+
y: An.y,
|
|
6561
6561
|
w: Sn.w,
|
|
6562
6562
|
h: Sn.h
|
|
6563
6563
|
};
|
|
6564
6564
|
}, vo = (Pt, Nt) => {
|
|
6565
6565
|
if (!Pt)
|
|
6566
6566
|
return !1;
|
|
6567
|
-
const
|
|
6568
|
-
return ct(
|
|
6569
|
-
}, wo = (Pt, Nt,
|
|
6567
|
+
const An = nt(Pt) ? Pt : [Pt];
|
|
6568
|
+
return ct(An, (Sn) => Sl(Ke.fromDom(Sn), Nt));
|
|
6569
|
+
}, wo = (Pt, Nt, An, Sn) => {
|
|
6570
6570
|
const Ms = [];
|
|
6571
6571
|
let Yo = ye(Pt);
|
|
6572
6572
|
Sn = Sn === void 0;
|
|
6573
|
-
const Ki =
|
|
6573
|
+
const Ki = An || (rn().nodeName !== "BODY" ? rn().parentNode : null);
|
|
6574
6574
|
if (te(Nt))
|
|
6575
6575
|
if (Nt === "*")
|
|
6576
6576
|
Nt = ds;
|
|
@@ -6587,24 +6587,24 @@ function N1e() {
|
|
|
6587
6587
|
Yo = Yo.parentNode;
|
|
6588
6588
|
}
|
|
6589
6589
|
return Sn ? Ms : null;
|
|
6590
|
-
}, or = (Pt, Nt,
|
|
6591
|
-
const Sn = wo(Pt, Nt,
|
|
6590
|
+
}, or = (Pt, Nt, An) => {
|
|
6591
|
+
const Sn = wo(Pt, Nt, An, !1);
|
|
6592
6592
|
return Sn && Sn.length > 0 ? Sn[0] : null;
|
|
6593
|
-
}, wr = (Pt, Nt,
|
|
6593
|
+
}, wr = (Pt, Nt, An) => {
|
|
6594
6594
|
let Sn = Nt;
|
|
6595
6595
|
if (Pt) {
|
|
6596
6596
|
te(Nt) && (Sn = (Ms) => vo(Ms, Nt));
|
|
6597
|
-
for (let Ms = Pt[
|
|
6597
|
+
for (let Ms = Pt[An]; Ms; Ms = Ms[An])
|
|
6598
6598
|
if (de(Sn) && Sn(Ms))
|
|
6599
6599
|
return Ms;
|
|
6600
6600
|
}
|
|
6601
6601
|
return null;
|
|
6602
6602
|
}, ji = (Pt, Nt) => wr(Pt, Nt, "nextSibling"), Gi = (Pt, Nt) => wr(Pt, Nt, "previousSibling"), Ll = (Pt) => de(Pt.querySelectorAll), Rn = (Pt, Nt) => {
|
|
6603
|
-
var
|
|
6604
|
-
const Ms = (Sn = (
|
|
6603
|
+
var An, Sn;
|
|
6604
|
+
const Ms = (Sn = (An = ye(Nt)) !== null && An !== void 0 ? An : o.root_element) !== null && Sn !== void 0 ? Sn : e;
|
|
6605
6605
|
return Ll(Ms) ? Ks(Ms.querySelectorAll(Pt)) : [];
|
|
6606
|
-
}, Os = function(Pt, Nt,
|
|
6607
|
-
const Sn =
|
|
6606
|
+
}, Os = function(Pt, Nt, An) {
|
|
6607
|
+
const Sn = An ?? this;
|
|
6608
6608
|
if (nt(Pt)) {
|
|
6609
6609
|
const Ms = [];
|
|
6610
6610
|
return If(Pt, (Yo, Ki) => {
|
|
@@ -6616,40 +6616,40 @@ function N1e() {
|
|
|
6616
6616
|
return Ms ? Nt.call(Sn, Ms) : !1;
|
|
6617
6617
|
}
|
|
6618
6618
|
}, tr = (Pt, Nt) => {
|
|
6619
|
-
Os(Pt, (
|
|
6619
|
+
Os(Pt, (An) => {
|
|
6620
6620
|
pn(Nt, (Sn, Ms) => {
|
|
6621
|
-
_t(
|
|
6621
|
+
_t(An, Ms, Sn);
|
|
6622
6622
|
});
|
|
6623
6623
|
});
|
|
6624
6624
|
}, qn = (Pt, Nt) => {
|
|
6625
|
-
Os(Pt, (
|
|
6626
|
-
const Sn = Ke.fromDom(
|
|
6625
|
+
Os(Pt, (An) => {
|
|
6626
|
+
const Sn = Ke.fromDom(An);
|
|
6627
6627
|
Gd(Sn, Nt);
|
|
6628
6628
|
});
|
|
6629
|
-
}, hn = (Pt, Nt,
|
|
6629
|
+
}, hn = (Pt, Nt, An, Sn, Ms) => Os(Pt, (Yo) => {
|
|
6630
6630
|
const Ki = te(Nt) ? e.createElement(Nt) : Nt;
|
|
6631
|
-
return Me(
|
|
6632
|
-
}), zn = (Pt, Nt,
|
|
6631
|
+
return Me(An) && tr(Ki, An), Sn && (!te(Sn) && Sn.nodeType ? Ki.appendChild(Sn) : te(Sn) && qn(Ki, Sn)), Ms ? Ki : Yo.appendChild(Ki);
|
|
6632
|
+
}), zn = (Pt, Nt, An) => hn(e.createElement(Pt), Pt, Nt, An, !0), Ss = E0.decode, Sr = E0.encodeAllRaw, Mo = (Pt, Nt, An = "") => {
|
|
6633
6633
|
let Sn = "<" + Pt;
|
|
6634
6634
|
for (const Ms in Nt)
|
|
6635
6635
|
ar(Nt, Ms) && (Sn += " " + Ms + '="' + Sr(Nt[Ms]) + '"');
|
|
6636
|
-
return co(
|
|
6636
|
+
return co(An) && us(j.getVoidElements(), Pt) ? Sn + " />" : Sn + ">" + An + "</" + Pt + ">";
|
|
6637
6637
|
}, Yl = (Pt) => {
|
|
6638
|
-
const Nt = e.createElement("div"),
|
|
6639
|
-
|
|
6638
|
+
const Nt = e.createElement("div"), An = e.createDocumentFragment();
|
|
6639
|
+
An.appendChild(Nt), Pt && (Nt.innerHTML = Pt);
|
|
6640
6640
|
let Sn;
|
|
6641
6641
|
for (; Sn = Nt.firstChild; )
|
|
6642
|
-
|
|
6643
|
-
return
|
|
6644
|
-
}, jf = (Pt, Nt) => Os(Pt, (
|
|
6645
|
-
const Sn = Ke.fromDom(
|
|
6642
|
+
An.appendChild(Sn);
|
|
6643
|
+
return An.removeChild(Nt), An;
|
|
6644
|
+
}, jf = (Pt, Nt) => Os(Pt, (An) => {
|
|
6645
|
+
const Sn = Ke.fromDom(An);
|
|
6646
6646
|
return Nt && Ce(ka(Sn), (Ms) => {
|
|
6647
6647
|
fr(Ms) && Ms.dom.length === 0 ? _r(Ms) : _i(Sn, Ms);
|
|
6648
6648
|
}), _r(Sn), Sn.dom;
|
|
6649
6649
|
}), n0 = (Pt) => Os(Pt, (Nt) => {
|
|
6650
|
-
const
|
|
6651
|
-
for (let Sn =
|
|
6652
|
-
Nt.removeAttributeNode(
|
|
6650
|
+
const An = Nt.attributes;
|
|
6651
|
+
for (let Sn = An.length - 1; Sn >= 0; Sn--)
|
|
6652
|
+
Nt.removeAttributeNode(An.item(Sn));
|
|
6653
6653
|
}), Eu = (Pt) => ee.parse(Pt), Kh = (Pt, Nt) => ee.serialize(Pt, Nt), vf = (Pt) => {
|
|
6654
6654
|
if (vp !== Yr.DOM && e === document) {
|
|
6655
6655
|
if (i[Pt])
|
|
@@ -6659,20 +6659,20 @@ function N1e() {
|
|
|
6659
6659
|
let Nt = e.getElementById("mceDefaultStyles");
|
|
6660
6660
|
if (!Nt) {
|
|
6661
6661
|
Nt = e.createElement("style"), Nt.id = "mceDefaultStyles", Nt.type = "text/css";
|
|
6662
|
-
const
|
|
6663
|
-
|
|
6662
|
+
const An = e.head;
|
|
6663
|
+
An.firstChild ? An.insertBefore(Nt, An.firstChild) : An.appendChild(Nt);
|
|
6664
6664
|
}
|
|
6665
6665
|
Nt.styleSheet ? Nt.styleSheet.cssText += Pt : Nt.appendChild(e.createTextNode(Pt));
|
|
6666
6666
|
}, Ac = (Pt) => {
|
|
6667
6667
|
Pt || (Pt = ""), Ce(Pt.split(","), (Nt) => {
|
|
6668
6668
|
m[Nt] = !0, P.load(Nt).catch(kt);
|
|
6669
6669
|
});
|
|
6670
|
-
}, Au = (Pt, Nt,
|
|
6670
|
+
}, Au = (Pt, Nt, An) => {
|
|
6671
6671
|
Os(Pt, (Sn) => {
|
|
6672
6672
|
if (ds(Sn)) {
|
|
6673
6673
|
const Ms = Ke.fromDom(Sn), Yo = Nt.split(" ");
|
|
6674
6674
|
Ce(Yo, (Ki) => {
|
|
6675
|
-
Me(
|
|
6675
|
+
Me(An) ? (An ? Iu : fh)(Ms, Ki) : p0(Ms, Ki);
|
|
6676
6676
|
});
|
|
6677
6677
|
}
|
|
6678
6678
|
});
|
|
@@ -6681,8 +6681,8 @@ function N1e() {
|
|
|
6681
6681
|
}, ab = (Pt, Nt) => {
|
|
6682
6682
|
Au(Pt, Nt, !1);
|
|
6683
6683
|
}, ks = (Pt, Nt) => {
|
|
6684
|
-
const
|
|
6685
|
-
return Me(
|
|
6684
|
+
const An = Re(Pt), Sn = Nt.split(" ");
|
|
6685
|
+
return Me(An) && Ys(Sn, (Ms) => ug(An, Ms));
|
|
6686
6686
|
}, qo = (Pt) => {
|
|
6687
6687
|
Os(Pt, (Nt) => kl(Ke.fromDom(Nt), "display"));
|
|
6688
6688
|
}, Yi = (Pt) => {
|
|
@@ -6694,85 +6694,85 @@ function N1e() {
|
|
|
6694
6694
|
const Nt = Re(Pt);
|
|
6695
6695
|
return Me(Nt) ? ds(Nt.dom) ? Nt.dom.outerHTML : Mp(Nt) : "";
|
|
6696
6696
|
}, Ei = (Pt, Nt) => {
|
|
6697
|
-
Os(Pt, (
|
|
6698
|
-
ds(
|
|
6697
|
+
Os(Pt, (An) => {
|
|
6698
|
+
ds(An) && (An.outerHTML = Nt);
|
|
6699
6699
|
});
|
|
6700
6700
|
}, Ai = (Pt, Nt) => {
|
|
6701
|
-
const
|
|
6701
|
+
const An = ye(Nt);
|
|
6702
6702
|
return Os(Pt, (Sn) => {
|
|
6703
|
-
const Ms =
|
|
6703
|
+
const Ms = An?.parentNode, Yo = An?.nextSibling;
|
|
6704
6704
|
return Ms && (Yo ? Ms.insertBefore(Sn, Yo) : Ms.appendChild(Sn)), Sn;
|
|
6705
6705
|
});
|
|
6706
|
-
}, Pu = (Pt, Nt,
|
|
6706
|
+
}, Pu = (Pt, Nt, An) => Os(Nt, (Sn) => {
|
|
6707
6707
|
var Ms;
|
|
6708
6708
|
const Yo = nt(Nt) ? Pt.cloneNode(!0) : Pt;
|
|
6709
|
-
return
|
|
6709
|
+
return An && If(n_(Sn.childNodes), (Ki) => {
|
|
6710
6710
|
Yo.appendChild(Ki);
|
|
6711
6711
|
}), (Ms = Sn.parentNode) === null || Ms === void 0 || Ms.replaceChild(Yo, Sn), Sn;
|
|
6712
6712
|
}), Yf = (Pt, Nt) => {
|
|
6713
6713
|
if (Pt.nodeName !== Nt.toUpperCase()) {
|
|
6714
|
-
const
|
|
6714
|
+
const An = zn(Nt);
|
|
6715
6715
|
return If(yt(Pt), (Sn) => {
|
|
6716
|
-
_t(
|
|
6717
|
-
}), Pu(
|
|
6716
|
+
_t(An, Sn.nodeName, tt(Pt, Sn.nodeName));
|
|
6717
|
+
}), Pu(An, Pt, !0), An;
|
|
6718
6718
|
} else
|
|
6719
6719
|
return Pt;
|
|
6720
6720
|
}, Kf = (Pt, Nt) => {
|
|
6721
|
-
let
|
|
6722
|
-
for (;
|
|
6721
|
+
let An = Pt;
|
|
6722
|
+
for (; An; ) {
|
|
6723
6723
|
let Sn = Nt;
|
|
6724
|
-
for (; Sn &&
|
|
6724
|
+
for (; Sn && An !== Sn; )
|
|
6725
6725
|
Sn = Sn.parentNode;
|
|
6726
|
-
if (
|
|
6726
|
+
if (An === Sn)
|
|
6727
6727
|
break;
|
|
6728
|
-
|
|
6728
|
+
An = An.parentNode;
|
|
6729
6729
|
}
|
|
6730
|
-
return !
|
|
6731
|
-
}, Jf = (Pt, Nt,
|
|
6732
|
-
...
|
|
6730
|
+
return !An && Pt.ownerDocument ? Pt.ownerDocument.documentElement : An;
|
|
6731
|
+
}, Jf = (Pt, Nt, An) => Ct(Nt) ? Qc(j, Pt, {
|
|
6732
|
+
...An,
|
|
6733
6733
|
isContent: (Ms) => {
|
|
6734
6734
|
const Yo = Ms.nodeName.toLowerCase();
|
|
6735
6735
|
return !!Nt[Yo];
|
|
6736
6736
|
}
|
|
6737
|
-
}) : Qc(j, Pt,
|
|
6737
|
+
}) : Qc(j, Pt, An), c2 = () => e.createRange(), vy = (Pt, Nt, An) => {
|
|
6738
6738
|
let Sn = c2(), Ms, Yo;
|
|
6739
6739
|
if (Pt && Nt && Pt.parentNode && Nt.parentNode) {
|
|
6740
6740
|
const Ki = Pt.parentNode;
|
|
6741
|
-
return Sn.setStart(Ki, D0(Pt)), Sn.setEnd(Nt.parentNode, D0(Nt)), Ms = Sn.extractContents(), Sn = c2(), Sn.setStart(Nt.parentNode, D0(Nt) + 1), Sn.setEnd(Ki, D0(Pt) + 1), Yo = Sn.extractContents(), Ki.insertBefore(Jd(vp, Ms, j), Pt),
|
|
6741
|
+
return Sn.setStart(Ki, D0(Pt)), Sn.setEnd(Nt.parentNode, D0(Nt)), Ms = Sn.extractContents(), Sn = c2(), Sn.setStart(Nt.parentNode, D0(Nt) + 1), Sn.setEnd(Ki, D0(Pt) + 1), Yo = Sn.extractContents(), Ki.insertBefore(Jd(vp, Ms, j), Pt), An ? Ki.insertBefore(An, Pt) : Ki.insertBefore(Nt, Pt), Ki.insertBefore(Jd(vp, Yo, j), Pt), jf(Pt), An || Nt;
|
|
6742
6742
|
} else
|
|
6743
6743
|
return;
|
|
6744
|
-
}, lb = (Pt, Nt,
|
|
6744
|
+
}, lb = (Pt, Nt, An, Sn) => {
|
|
6745
6745
|
if (nt(Pt)) {
|
|
6746
6746
|
let Ms = Pt.length;
|
|
6747
6747
|
const Yo = [];
|
|
6748
6748
|
for (; Ms--; )
|
|
6749
|
-
Yo[Ms] = lb(Pt[Ms], Nt,
|
|
6749
|
+
Yo[Ms] = lb(Pt[Ms], Nt, An, Sn);
|
|
6750
6750
|
return Yo;
|
|
6751
6751
|
} else
|
|
6752
6752
|
return o.collect && (Pt === e || Pt === u) && I.push([
|
|
6753
6753
|
Pt,
|
|
6754
6754
|
Nt,
|
|
6755
|
-
|
|
6755
|
+
An,
|
|
6756
6756
|
Sn
|
|
6757
|
-
]), se.bind(Pt, Nt,
|
|
6758
|
-
}, Jh = (Pt, Nt,
|
|
6757
|
+
]), se.bind(Pt, Nt, An, Sn || vp);
|
|
6758
|
+
}, Jh = (Pt, Nt, An) => {
|
|
6759
6759
|
if (nt(Pt)) {
|
|
6760
6760
|
let Sn = Pt.length;
|
|
6761
6761
|
const Ms = [];
|
|
6762
6762
|
for (; Sn--; )
|
|
6763
|
-
Ms[Sn] = Jh(Pt[Sn], Nt,
|
|
6763
|
+
Ms[Sn] = Jh(Pt[Sn], Nt, An);
|
|
6764
6764
|
return Ms;
|
|
6765
6765
|
} else {
|
|
6766
6766
|
if (I.length > 0 && (Pt === e || Pt === u)) {
|
|
6767
6767
|
let Sn = I.length;
|
|
6768
6768
|
for (; Sn--; ) {
|
|
6769
6769
|
const [Ms, Yo, Ki] = I[Sn];
|
|
6770
|
-
Pt === Ms && (!Nt || Nt === Yo) && (!
|
|
6770
|
+
Pt === Ms && (!Nt || Nt === Yo) && (!An || An === Ki) && se.unbind(Ms, Yo, Ki);
|
|
6771
6771
|
}
|
|
6772
6772
|
}
|
|
6773
|
-
return se.unbind(Pt, Nt,
|
|
6773
|
+
return se.unbind(Pt, Nt, An);
|
|
6774
6774
|
}
|
|
6775
|
-
}, bp = (Pt, Nt,
|
|
6775
|
+
}, bp = (Pt, Nt, An) => se.dispatch(Pt, Nt, An), Sk = (Pt, Nt, An) => se.dispatch(Pt, Nt, An), u2 = (Pt) => {
|
|
6776
6776
|
if (Pt && Yd(Pt)) {
|
|
6777
6777
|
const Nt = Pt.getAttribute("data-mce-contenteditable");
|
|
6778
6778
|
return Nt && Nt !== "inherit" ? Nt : Pt.contentEditable !== "inherit" ? Pt.contentEditable : null;
|
|
@@ -6851,10 +6851,10 @@ function N1e() {
|
|
|
6851
6851
|
getContentEditable: u2,
|
|
6852
6852
|
getContentEditableParent: (Pt) => {
|
|
6853
6853
|
const Nt = rn();
|
|
6854
|
-
let
|
|
6855
|
-
for (let Sn = Pt; Sn && Sn !== Nt && (
|
|
6854
|
+
let An = null;
|
|
6855
|
+
for (let Sn = Pt; Sn && Sn !== Nt && (An = u2(Sn), An === null); Sn = Sn.parentNode)
|
|
6856
6856
|
;
|
|
6857
|
-
return
|
|
6857
|
+
return An;
|
|
6858
6858
|
},
|
|
6859
6859
|
isEditable: (Pt) => {
|
|
6860
6860
|
if (Me(Pt)) {
|
|
@@ -6867,8 +6867,8 @@ function N1e() {
|
|
|
6867
6867
|
if (I.length > 0) {
|
|
6868
6868
|
let Pt = I.length;
|
|
6869
6869
|
for (; Pt--; ) {
|
|
6870
|
-
const [Nt,
|
|
6871
|
-
se.unbind(Nt,
|
|
6870
|
+
const [Nt, An, Sn] = I[Pt];
|
|
6871
|
+
se.unbind(Nt, An, Sn);
|
|
6872
6872
|
}
|
|
6873
6873
|
}
|
|
6874
6874
|
pn(m, (Pt, Nt) => {
|
|
@@ -12439,7 +12439,7 @@ Required: ` + o.join(", "));
|
|
|
12439
12439
|
let yy = null;
|
|
12440
12440
|
const vp = ["application/xhtml+xml", "text/html"], kk = "text/html";
|
|
12441
12441
|
let Pt = null, Nt = null;
|
|
12442
|
-
const
|
|
12442
|
+
const An = i.createElement("form"), Sn = function(Bt) {
|
|
12443
12443
|
return Bt instanceof RegExp || Bt instanceof Function;
|
|
12444
12444
|
}, Ms = function() {
|
|
12445
12445
|
let Bt = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
@@ -12568,7 +12568,7 @@ Required: ` + o.join(", "));
|
|
|
12568
12568
|
element: Bt.cloneNode()
|
|
12569
12569
|
}), Bt.textContent = xs)), s0(Hn.afterSanitizeElements, Bt, null), !1);
|
|
12570
12570
|
}, b6 = function(Bt, xs, yo) {
|
|
12571
|
-
if (qo && (xs === "id" || xs === "name") && (yo in i || yo in
|
|
12571
|
+
if (qo && (xs === "id" || xs === "name") && (yo in i || yo in An))
|
|
12572
12572
|
return !1;
|
|
12573
12573
|
if (!(Yl && !Sr[xs] && Cd(or, xs))) {
|
|
12574
12574
|
if (!(Mo && Cd(wr, xs))) {
|
|
@@ -42484,7 +42484,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42484
42484
|
...n.eventOrder
|
|
42485
42485
|
}
|
|
42486
42486
|
});
|
|
42487
|
-
},
|
|
42487
|
+
}, An = (n) => Wa.sketch({
|
|
42488
42488
|
dom: {
|
|
42489
42489
|
tag: "button",
|
|
42490
42490
|
classes: [
|
|
@@ -42529,7 +42529,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42529
42529
|
components: [
|
|
42530
42530
|
Sn(n, l, F.some(d), g),
|
|
42531
42531
|
Ms(),
|
|
42532
|
-
|
|
42532
|
+
An(g)
|
|
42533
42533
|
],
|
|
42534
42534
|
containerBehaviours: yn([my.config({
|
|
42535
42535
|
mode: "mouse",
|
|
@@ -42545,7 +42545,7 @@ The conflicting element is` + (Ve(J.element) ? " " : " not ") + "already in the
|
|
|
42545
42545
|
}
|
|
42546
42546
|
})])
|
|
42547
42547
|
}), Ki = (n, l, d) => {
|
|
42548
|
-
const g = Xa.parts.title(Sn(n, l, F.none(), d)), y = Xa.parts.draghandle(Ms()), S = Xa.parts.close(
|
|
42548
|
+
const g = Xa.parts.title(Sn(n, l, F.none(), d)), y = Xa.parts.draghandle(Ms()), S = Xa.parts.close(An(d)), k = [g].concat(n.draggable ? [y] : []).concat([S]);
|
|
42549
42549
|
return Zh.sketch({
|
|
42550
42550
|
dom: Hm('<div class="tox-dialog__header"></div>'),
|
|
42551
42551
|
components: k
|
|
@@ -57499,7 +57499,7 @@ function ebe() {
|
|
|
57499
57499
|
})()), Qre;
|
|
57500
57500
|
}
|
|
57501
57501
|
ebe();
|
|
57502
|
-
const tbe = { class: "font-bold ptext-lg dark:text-white" }, nbe = ["id"], sbe = ["for"], obe = ["name", "id", "type"], rbe = { class: "gl-span-form-error" }, ibe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
57502
|
+
const tbe = { class: "font-bold ptext-lg dark:text-white" }, nbe = ["id"], sbe = ["for"], obe = ["name", "id", "type"], rbe = { class: "gl-span-form-error" }, ibe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, CRe = {
|
|
57503
57503
|
__name: "GlTinymce",
|
|
57504
57504
|
props: {
|
|
57505
57505
|
is_required: { type: Boolean, default: !1 },
|
|
@@ -57569,7 +57569,7 @@ const tbe = { class: "font-bold ptext-lg dark:text-white" }, nbe = ["id"], sbe =
|
|
|
57569
57569
|
return t({ focus: () => f.value.focus() }), (C, T) => (Be(), He(so, null, [
|
|
57570
57570
|
r.show ? (Be(), He("div", {
|
|
57571
57571
|
key: 0,
|
|
57572
|
-
class:
|
|
57572
|
+
class: En(r.field_name)
|
|
57573
57573
|
}, [
|
|
57574
57574
|
U("h3", tbe, Ht(r.label_name), 1),
|
|
57575
57575
|
U("p", {
|
|
@@ -57580,10 +57580,10 @@ const tbe = { class: "font-bold ptext-lg dark:text-white" }, nbe = ["id"], sbe =
|
|
|
57580
57580
|
], 2)) : $t("", !0),
|
|
57581
57581
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
57582
57582
|
key: 1,
|
|
57583
|
-
class:
|
|
57583
|
+
class: En(["mb-4", r.field_name])
|
|
57584
57584
|
}, [
|
|
57585
57585
|
U("label", {
|
|
57586
|
-
class:
|
|
57586
|
+
class: En({
|
|
57587
57587
|
"gl-label-form": r.error_message == "",
|
|
57588
57588
|
"gl-label-form-invalid": r.error_message !== "",
|
|
57589
57589
|
required: r.is_required
|
|
@@ -57593,7 +57593,7 @@ const tbe = { class: "font-bold ptext-lg dark:text-white" }, nbe = ["id"], sbe =
|
|
|
57593
57593
|
Er(U("textarea", {
|
|
57594
57594
|
name: r.field_name,
|
|
57595
57595
|
id: r.field_name,
|
|
57596
|
-
class:
|
|
57596
|
+
class: En(["tiny", {
|
|
57597
57597
|
"gl-textarea-form mt-4": r.error_message == "",
|
|
57598
57598
|
"gl-textarea-form-invalid mt-4": r.error_message !== ""
|
|
57599
57599
|
}]),
|
|
@@ -73244,7 +73244,7 @@ const W2e = typeof navigator == "object" && /* @__PURE__ */ /Android\b/.test(nav
|
|
|
73244
73244
|
tag: Dt.invalid,
|
|
73245
73245
|
color: G2e
|
|
73246
73246
|
}
|
|
73247
|
-
]), YH = [nwe, /* @__PURE__ */ aOe(swe)], owe = { class: "font-bold ptext-lg dark:text-white" }, rwe = ["id"], iwe = ["for"], awe = { class: "gl-span-form-error" }, lwe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
73247
|
+
]), YH = [nwe, /* @__PURE__ */ aOe(swe)], owe = { class: "font-bold ptext-lg dark:text-white" }, rwe = ["id"], iwe = ["for"], awe = { class: "gl-span-form-error" }, lwe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, ARe = {
|
|
73248
73248
|
__name: "GlCodeMirror",
|
|
73249
73249
|
props: {
|
|
73250
73250
|
modelValue: {
|
|
@@ -73350,7 +73350,7 @@ const W2e = typeof navigator == "object" && /* @__PURE__ */ /Android\b/.test(nav
|
|
|
73350
73350
|
}), (T, R) => (Be(), He(so, null, [
|
|
73351
73351
|
r.show ? (Be(), He("div", {
|
|
73352
73352
|
key: 0,
|
|
73353
|
-
class:
|
|
73353
|
+
class: En(r.field_name)
|
|
73354
73354
|
}, [
|
|
73355
73355
|
U("h3", owe, Ht(r.label_name), 1),
|
|
73356
73356
|
U("p", {
|
|
@@ -73361,10 +73361,10 @@ const W2e = typeof navigator == "object" && /* @__PURE__ */ /Android\b/.test(nav
|
|
|
73361
73361
|
], 2)) : $t("", !0),
|
|
73362
73362
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
73363
73363
|
key: 1,
|
|
73364
|
-
class:
|
|
73364
|
+
class: En(["mb-4", r.field_name])
|
|
73365
73365
|
}, [
|
|
73366
73366
|
U("label", {
|
|
73367
|
-
class:
|
|
73367
|
+
class: En({
|
|
73368
73368
|
"gl-label-form": r.error_message == "",
|
|
73369
73369
|
"gl-label-form-invalid": r.error_message !== "",
|
|
73370
73370
|
required: r.is_required
|
|
@@ -73374,7 +73374,7 @@ const W2e = typeof navigator == "object" && /* @__PURE__ */ /Android\b/.test(nav
|
|
|
73374
73374
|
U("div", {
|
|
73375
73375
|
ref_key: "editor",
|
|
73376
73376
|
ref: c,
|
|
73377
|
-
class:
|
|
73377
|
+
class: En(["CodeEditor custom-editor", {
|
|
73378
73378
|
"gl-input-form": r.error_message == "",
|
|
73379
73379
|
"gl-input-form-invalid": r.error_message !== ""
|
|
73380
73380
|
}])
|
|
@@ -75258,7 +75258,7 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75258
75258
|
scrollIntoView: !0
|
|
75259
75259
|
})
|
|
75260
75260
|
]), !0);
|
|
75261
|
-
}), PSe = { class: "font-bold ptext-lg dark:text-white" }, DSe = ["id"], $Se = ["name", "id"], RSe = ["for"], MSe = ["name", "id"], NSe = ["name", "id"], BSe = { class: "gl-span-form-error" }, FSe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
75261
|
+
}), PSe = { class: "font-bold ptext-lg dark:text-white" }, DSe = ["id"], $Se = ["name", "id"], RSe = ["for"], MSe = ["name", "id"], NSe = ["name", "id"], BSe = { class: "gl-span-form-error" }, FSe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, PRe = {
|
|
75262
75262
|
__name: "GlCodeMirrorTranslate",
|
|
75263
75263
|
props: {
|
|
75264
75264
|
modelValue: {
|
|
@@ -75381,7 +75381,7 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75381
75381
|
}), (M, L) => (Be(), He(so, null, [
|
|
75382
75382
|
r.show ? (Be(), He("div", {
|
|
75383
75383
|
key: 0,
|
|
75384
|
-
class:
|
|
75384
|
+
class: En(r.field_name)
|
|
75385
75385
|
}, [
|
|
75386
75386
|
U("h3", PSe, Ht(r.label_name), 1),
|
|
75387
75387
|
U("p", {
|
|
@@ -75403,10 +75403,10 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75403
75403
|
], 2)) : $t("", !0),
|
|
75404
75404
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
75405
75405
|
key: 1,
|
|
75406
|
-
class:
|
|
75406
|
+
class: En(["mb-4", r.field_name])
|
|
75407
75407
|
}, [
|
|
75408
75408
|
U("label", {
|
|
75409
|
-
class:
|
|
75409
|
+
class: En({
|
|
75410
75410
|
"gl-label-translation-form": r.error_message == "",
|
|
75411
75411
|
"gl-label-translation-form-invalid": r.error_message !== "",
|
|
75412
75412
|
required: r.is_required
|
|
@@ -75427,7 +75427,7 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75427
75427
|
U("div", {
|
|
75428
75428
|
ref_key: "editor",
|
|
75429
75429
|
ref: c,
|
|
75430
|
-
class:
|
|
75430
|
+
class: En(["CodeEditor custom-editor form-input-translation", {
|
|
75431
75431
|
"gl-input-form": r.error_message == "",
|
|
75432
75432
|
"gl-input-form-invalid ": r.error_message !== ""
|
|
75433
75433
|
}]),
|
|
@@ -75439,7 +75439,7 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75439
75439
|
], 2))
|
|
75440
75440
|
], 64));
|
|
75441
75441
|
}
|
|
75442
|
-
}, ISe = { class: "font-bold ptext-lg dark:text-white" }, LSe = ["name", "id"], QSe = ["id"], VSe = ["for"], HSe = ["name", "id"], zSe = ["name", "id", "type"], ZSe = { class: "gl-span-form-error" }, USe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" },
|
|
75442
|
+
}, ISe = { class: "font-bold ptext-lg dark:text-white" }, LSe = ["name", "id"], QSe = ["id"], VSe = ["for"], HSe = ["name", "id"], zSe = ["name", "id", "type"], ZSe = { class: "gl-span-form-error" }, USe = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, DRe = {
|
|
75443
75443
|
__name: "GlTinymceTranslate",
|
|
75444
75444
|
props: {
|
|
75445
75445
|
is_required: {
|
|
@@ -75557,7 +75557,7 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75557
75557
|
return t({ focus: () => f.value.focus() }), (R, M) => (Be(), He(so, null, [
|
|
75558
75558
|
r.show ? (Be(), He("div", {
|
|
75559
75559
|
key: 0,
|
|
75560
|
-
class:
|
|
75560
|
+
class: En(r.field_name)
|
|
75561
75561
|
}, [
|
|
75562
75562
|
U("h3", ISe, Ht(r.label_name), 1),
|
|
75563
75563
|
Er(U("input", {
|
|
@@ -75579,10 +75579,10 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75579
75579
|
], 2)) : $t("", !0),
|
|
75580
75580
|
r.show ? $t("", !0) : (Be(), He("div", {
|
|
75581
75581
|
key: 1,
|
|
75582
|
-
class:
|
|
75582
|
+
class: En(["mb-4", r.field_name])
|
|
75583
75583
|
}, [
|
|
75584
75584
|
U("label", {
|
|
75585
|
-
class:
|
|
75585
|
+
class: En({
|
|
75586
75586
|
"gl-label-translation-form": r.error_message == "",
|
|
75587
75587
|
"gl-label-translation-form-invalid": r.error_message !== "",
|
|
75588
75588
|
required: r.is_required
|
|
@@ -75603,7 +75603,7 @@ const Wae = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command em
|
|
|
75603
75603
|
Er(U("textarea", {
|
|
75604
75604
|
name: r.field_name,
|
|
75605
75605
|
id: r.field_name,
|
|
75606
|
-
class:
|
|
75606
|
+
class: En(["mt-4 tiny form-input-translation", {
|
|
75607
75607
|
" gl-textarea-form": r.error_message == "",
|
|
75608
75608
|
" gl-textarea-form-invalid": r.error_message !== ""
|
|
75609
75609
|
}]),
|
|
@@ -75794,7 +75794,7 @@ function tCe(r, t, s, a, c, f) {
|
|
|
75794
75794
|
default: ou((b) => [
|
|
75795
75795
|
b.computed.total > b.computed.perPage ? (Be(), He("div", {
|
|
75796
75796
|
key: 0,
|
|
75797
|
-
class:
|
|
75797
|
+
class: En(["flex flex-col items-center w-full", s.classes])
|
|
75798
75798
|
}, [
|
|
75799
75799
|
b.computed.total > b.computed.perPage ? (Be(), He("span", qSe, [
|
|
75800
75800
|
fo(Ht(s.translation.showing) + " ", 1),
|
|
@@ -75815,7 +75815,7 @@ function tCe(r, t, s, a, c, f) {
|
|
|
75815
75815
|
}), [
|
|
75816
75816
|
b.computed.prevPageUrl || s.showDisabled ? (Be(), He("li", {
|
|
75817
75817
|
key: 0,
|
|
75818
|
-
class:
|
|
75818
|
+
class: En(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white", { disabled: !b.computed.prevPageUrl }])
|
|
75819
75819
|
}, [
|
|
75820
75820
|
U("a", N6({
|
|
75821
75821
|
class: "page-link",
|
|
@@ -75844,7 +75844,7 @@ function tCe(r, t, s, a, c, f) {
|
|
|
75844
75844
|
], 16, KSe)
|
|
75845
75845
|
], 2)) : $t("", !0),
|
|
75846
75846
|
(Be(!0), He(so, null, Br(b.computed.pageRange, (x, C) => (Be(), He("li", {
|
|
75847
|
-
class:
|
|
75847
|
+
class: En(["", { active: x == b.computed.currentPage }]),
|
|
75848
75848
|
key: C
|
|
75849
75849
|
}, [
|
|
75850
75850
|
U("a", N6({
|
|
@@ -75857,7 +75857,7 @@ function tCe(r, t, s, a, c, f) {
|
|
|
75857
75857
|
], 2))), 128)),
|
|
75858
75858
|
b.computed.nextPageUrl || s.showDisabled ? (Be(), He("li", {
|
|
75859
75859
|
key: 1,
|
|
75860
|
-
class:
|
|
75860
|
+
class: En(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white", { disabled: !b.computed.nextPageUrl }])
|
|
75861
75861
|
}, [
|
|
75862
75862
|
U("a", N6({
|
|
75863
75863
|
class: "",
|
|
@@ -75951,7 +75951,7 @@ const Pde = /* @__PURE__ */ Ii(XSe, [["render", tCe]]), nCe = {
|
|
|
75951
75951
|
b.value ? (Be(), nu(fA("button"), {
|
|
75952
75952
|
key: 1,
|
|
75953
75953
|
disabled: "",
|
|
75954
|
-
class:
|
|
75954
|
+
class: En("inline-flex justify-center w-full px-4 py-2 text-base font-medium text-white bg-red-600 border border-transparent rounded-md shadow-xs hover:bg-red-700 focus:outline-hidden focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm")
|
|
75955
75955
|
}, {
|
|
75956
75956
|
default: ou(() => ce[0] || (ce[0] = [
|
|
75957
75957
|
U("svg", {
|
|
@@ -92108,7 +92108,7 @@ function M5e(r, t, s, a, c, f) {
|
|
|
92108
92108
|
])
|
|
92109
92109
|
]),
|
|
92110
92110
|
U("div", {
|
|
92111
|
-
class:
|
|
92111
|
+
class: En(["grid gap-4 mb-3 xs:grid-cols-1 xl:grid-cols-2", s.xprops?.customFiltersMainClass])
|
|
92112
92112
|
}, [
|
|
92113
92113
|
(Be(!0), He(so, null, Br(f.customFilters, (Z, K) => (Be(), He(so, { key: K }, [
|
|
92114
92114
|
Z.type == "dropdown" ? (Be(), nu(x, {
|
|
@@ -92410,13 +92410,13 @@ function M5e(r, t, s, a, c, f) {
|
|
|
92410
92410
|
style: Rle(ce?.style),
|
|
92411
92411
|
key: we,
|
|
92412
92412
|
"data-label": ce.field_label,
|
|
92413
|
-
class:
|
|
92413
|
+
class: En(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none print:before:content-none! flex flex-col justify-between gap-2 lg:table-cell print:table-cell! py-4 px-5 lg:py-3 lg:px-4 print:py-3! print:px-4! border-[1px]! dark:border-gray-700", {
|
|
92414
92414
|
/* 'rounded-t-lg lg:rounded-t-none': colIndex === 0,*/
|
|
92415
92415
|
"rounded-b-lg lg:rounded-b-none!": we === s.columns.length - 1
|
|
92416
92416
|
}])
|
|
92417
92417
|
}, [
|
|
92418
92418
|
U("div", {
|
|
92419
|
-
class:
|
|
92419
|
+
class: En([ce.field_name === "action" ? "" : "overflow-auto", "td_overflow_auto max-h-40 max-w-100"])
|
|
92420
92420
|
}, [
|
|
92421
92421
|
ce.tdComp ? (Be(), nu(fA(f.forDynCompIs(ce.tdComp)), {
|
|
92422
92422
|
key: 0,
|
|
@@ -92451,7 +92451,7 @@ function M5e(r, t, s, a, c, f) {
|
|
|
92451
92451
|
])
|
|
92452
92452
|
], 64);
|
|
92453
92453
|
}
|
|
92454
|
-
const
|
|
92454
|
+
const $Re = /* @__PURE__ */ Ii(o5e, [["render", M5e], ["__scopeId", "data-v-a51321e7"]]);
|
|
92455
92455
|
class N5e {
|
|
92456
92456
|
constructor(t) {
|
|
92457
92457
|
this.standards = { strict: "strict", loose: "loose", html5: "html5" }, this.previewBody = null, this.close = null, this.previewBodyUtilPrintBtn = null, this.selectArray = [], this.counter = 0, this.settings = { standard: this.standards.html5 }, Object.assign(this.settings, t), this.init();
|
|
@@ -92969,13 +92969,13 @@ function pPe(r, t, s, a, c, f) {
|
|
|
92969
92969
|
(Be(!0), He(so, null, Br(s.columns, (R, M) => (Be(), He("td", {
|
|
92970
92970
|
key: M,
|
|
92971
92971
|
"data-label": R.field_label,
|
|
92972
|
-
class:
|
|
92972
|
+
class: En(["text-pretty before:content-[attr(data-label)] before:font-bold dark:before:text-gray-400 lg:before:content-[''] print:before:content-['']! flex flex-col justify-between gap-2 lg:table-cell print:table-cell! py-4 px-5 lg:py-3 lg:px-4 print:py-3! print:px-4! border-[1px]! dark:border-gray-700", {
|
|
92973
92973
|
"rounded-t-lg lg:rounded-t-none!": M === 0,
|
|
92974
92974
|
"rounded-b-lg lg:rounded-b-none!": M === s.columns.length - 1
|
|
92975
92975
|
}])
|
|
92976
92976
|
}, [
|
|
92977
92977
|
U("div", {
|
|
92978
|
-
class:
|
|
92978
|
+
class: En([R.field_name === "action" ? "" : "overflow-auto", "td_overflow_auto max-h-40 max-w-100"])
|
|
92979
92979
|
}, [
|
|
92980
92980
|
R.tdComp ? (Be(), nu(fA(f.forDynCompIs(R.tdComp)), {
|
|
92981
92981
|
key: 0,
|
|
@@ -93102,7 +93102,7 @@ function pPe(r, t, s, a, c, f) {
|
|
|
93102
93102
|
])) : $t("", !0)
|
|
93103
93103
|
]);
|
|
93104
93104
|
}
|
|
93105
|
-
const
|
|
93105
|
+
const RRe = /* @__PURE__ */ Ii(B5e, [["render", pPe], ["__scopeId", "data-v-6d5541af"]]), bPe = {
|
|
93106
93106
|
components: { TailwindPagination: Pde },
|
|
93107
93107
|
props: {
|
|
93108
93108
|
data: Array,
|
|
@@ -93335,7 +93335,7 @@ function LPe(r, t, s, a, c, f) {
|
|
|
93335
93335
|
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-[1px]! dark:border-gray-700"
|
|
93336
93336
|
}, [
|
|
93337
93337
|
U("div", {
|
|
93338
|
-
class:
|
|
93338
|
+
class: En([M.field_name === "action" ? "" : "overflow-auto", "td_overflow_auto max-h-40 max-w-100"])
|
|
93339
93339
|
}, [
|
|
93340
93340
|
M.tdComp ? (Be(), nu(fA(f.forDynCompIs(M.tdComp)), {
|
|
93341
93341
|
key: 0,
|
|
@@ -93367,7 +93367,7 @@ function LPe(r, t, s, a, c, f) {
|
|
|
93367
93367
|
])
|
|
93368
93368
|
]);
|
|
93369
93369
|
}
|
|
93370
|
-
const
|
|
93370
|
+
const MRe = /* @__PURE__ */ Ii(bPe, [["render", LPe], ["__scopeId", "data-v-1995ac95"]]), QPe = {
|
|
93371
93371
|
components: {},
|
|
93372
93372
|
props: {
|
|
93373
93373
|
data: Array,
|
|
@@ -93614,7 +93614,7 @@ function vDe(r, t, s, a, c, f) {
|
|
|
93614
93614
|
(Be(!0), He(so, null, Br(s.columns, (R, M) => (Be(), He("td", {
|
|
93615
93615
|
key: M,
|
|
93616
93616
|
"data-label": R,
|
|
93617
|
-
class:
|
|
93617
|
+
class: En(["text-pretty before:content-[attr(data-label)] before:font-bold dark:before:text-gray-400 lg:before:content-[''] print:before:content-['']! flex flex-col justify-between gap-2 lg:table-cell print:table-cell! py-4 px-5 lg:py-3 lg:px-4 print:py-3! print:px-4! border-[1px]! dark:border-gray-700", {
|
|
93618
93618
|
"rounded-t-lg lg:rounded-t-none!": M === 0,
|
|
93619
93619
|
"rounded-b-lg lg:rounded-b-none!": M === s.columns.length - 1
|
|
93620
93620
|
}])
|
|
@@ -93734,7 +93734,7 @@ function vDe(r, t, s, a, c, f) {
|
|
|
93734
93734
|
])) : $t("", !0)
|
|
93735
93735
|
]);
|
|
93736
93736
|
}
|
|
93737
|
-
const
|
|
93737
|
+
const NRe = /* @__PURE__ */ Ii(QPe, [["render", vDe], ["__scopeId", "data-v-c18f6d65"]]), yDe = {
|
|
93738
93738
|
props: ["field", "row", "tdProps"],
|
|
93739
93739
|
methods: {
|
|
93740
93740
|
convertCronToHuman(r) {
|
|
@@ -93810,7 +93810,7 @@ function wDe(r, t, s, a, c, f) {
|
|
|
93810
93810
|
U("span", xDe, Ht(f.convertCronToHuman(s.row[s.field])), 1)
|
|
93811
93811
|
])) : $t("", !0);
|
|
93812
93812
|
}
|
|
93813
|
-
const
|
|
93813
|
+
const BRe = /* @__PURE__ */ Ii(yDe, [["render", wDe]]), SDe = {
|
|
93814
93814
|
setup() {
|
|
93815
93815
|
const r = no([]);
|
|
93816
93816
|
return Mle("accordionsWrapper", {
|
|
@@ -93835,7 +93835,7 @@ function CDe(r, t, s, a, c, f) {
|
|
|
93835
93835
|
Ru(r.$slots, "default")
|
|
93836
93836
|
]);
|
|
93837
93837
|
}
|
|
93838
|
-
const
|
|
93838
|
+
const FRe = /* @__PURE__ */ Ii(SDe, [["render", CDe]]), kDe = {
|
|
93839
93839
|
props: {
|
|
93840
93840
|
title: {
|
|
93841
93841
|
type: String,
|
|
@@ -93881,7 +93881,7 @@ function ADe(r, t, s, a, c, f) {
|
|
|
93881
93881
|
U("button", {
|
|
93882
93882
|
onClick: t[0] || (t[0] = (...h) => a.toggle && a.toggle(...h)),
|
|
93883
93883
|
type: "button",
|
|
93884
|
-
class:
|
|
93884
|
+
class: En(["flex items-center justify-between w-full gap-3 p-5 font-medium text-gray-500 border border-gray-200 rtl:text-right dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800", {
|
|
93885
93885
|
"rounded-t-xl": a.isFirstAccordion,
|
|
93886
93886
|
"border-b-0": !a.isLastAccordion,
|
|
93887
93887
|
"bg-gray-100 dark:bg-gray-800": a.isOpen
|
|
@@ -93911,7 +93911,7 @@ function ADe(r, t, s, a, c, f) {
|
|
|
93911
93911
|
]),
|
|
93912
93912
|
a.isOpen ? (Be(), He("div", {
|
|
93913
93913
|
key: 0,
|
|
93914
|
-
class:
|
|
93914
|
+
class: En([{
|
|
93915
93915
|
"border-b-0": !a.isLastAccordion,
|
|
93916
93916
|
"border-t-0": a.isLastAccordion
|
|
93917
93917
|
}, "p-5 border border-gray-200 dark:border-gray-700 dark:bg-gray-900"])
|
|
@@ -93920,7 +93920,7 @@ function ADe(r, t, s, a, c, f) {
|
|
|
93920
93920
|
], 2)) : $t("", !0)
|
|
93921
93921
|
]);
|
|
93922
93922
|
}
|
|
93923
|
-
const
|
|
93923
|
+
const IRe = /* @__PURE__ */ Ii(kDe, [["render", ADe]]), PDe = {
|
|
93924
93924
|
class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow-sm dark:bg-gray-800 dark:text-gray-400",
|
|
93925
93925
|
role: "alert"
|
|
93926
93926
|
}, DDe = {
|
|
@@ -94029,7 +94029,7 @@ const LRe = /* @__PURE__ */ Ii(kDe, [["render", ADe]]), PDe = {
|
|
|
94029
94029
|
]))
|
|
94030
94030
|
]));
|
|
94031
94031
|
}
|
|
94032
|
-
},
|
|
94032
|
+
}, LRe = {
|
|
94033
94033
|
__name: "GlToastList",
|
|
94034
94034
|
setup(r) {
|
|
94035
94035
|
function t(s) {
|
|
@@ -94061,7 +94061,7 @@ const LRe = /* @__PURE__ */ Ii(kDe, [["render", ADe]]), PDe = {
|
|
|
94061
94061
|
}, IDe = { class: "xs:right-[unset] ltr:lg:right-[30px] rtl:lg:left-[30px] absolute z-10 mt-11 origin-top-right bg-white rounded-lg w-44 dark:bg-gray-800 shadow-lg border dark:border-gray-700" }, LDe = {
|
|
94062
94062
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
94063
94063
|
"aria-labelledby": "dropdownDividerButton"
|
|
94064
|
-
}, QDe = { key: 0 }, VDe = ["href"], HDe = { key: 1 },
|
|
94064
|
+
}, QDe = { key: 0 }, VDe = ["href"], HDe = { key: 1 }, QRe = {
|
|
94065
94065
|
__name: "DatatableAction",
|
|
94066
94066
|
props: {
|
|
94067
94067
|
field: {
|
|
@@ -94167,7 +94167,7 @@ const LRe = /* @__PURE__ */ Ii(kDe, [["render", ADe]]), PDe = {
|
|
|
94167
94167
|
}, ZDe = { class: "absolute z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow-sm w-44 dark:bg-gray-700 dark:divide-gray-600" }, UDe = {
|
|
94168
94168
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
94169
94169
|
"aria-labelledby": "dropdownDividerButton"
|
|
94170
|
-
}, WDe = { key: 0 },
|
|
94170
|
+
}, WDe = { key: 0 }, VRe = {
|
|
94171
94171
|
__name: "DatatableDeleteAction",
|
|
94172
94172
|
props: {
|
|
94173
94173
|
field: {
|
|
@@ -94264,7 +94264,7 @@ const LRe = /* @__PURE__ */ Ii(kDe, [["render", ADe]]), PDe = {
|
|
|
94264
94264
|
}, qDe = { class: "xs:right-[unset] ltr:lg:right-[30px] rtl:lg:left-[30px] absolute z-10 mt-11 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow-sm w-44 dark:bg-gray-700 dark:divide-gray-600" }, jDe = {
|
|
94265
94265
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
94266
94266
|
"aria-labelledby": "dropdownDividerButton"
|
|
94267
|
-
}, GDe = { key: 0 }, YDe = { key: 1 },
|
|
94267
|
+
}, GDe = { key: 0 }, YDe = { key: 1 }, HRe = {
|
|
94268
94268
|
__name: "DatatableDeleteEditAction",
|
|
94269
94269
|
props: {
|
|
94270
94270
|
language: {
|
|
@@ -94455,7 +94455,7 @@ function n$e(r, t, s, a, c, f) {
|
|
|
94455
94455
|
])) : $t("", !0)
|
|
94456
94456
|
]);
|
|
94457
94457
|
}
|
|
94458
|
-
const
|
|
94458
|
+
const zRe = /* @__PURE__ */ Ii(KDe, [["render", n$e]]), s$e = {
|
|
94459
94459
|
props: ["field", "row"],
|
|
94460
94460
|
computed: {
|
|
94461
94461
|
isArray() {
|
|
@@ -94529,7 +94529,7 @@ function a$e(r, t, s, a, c, f) {
|
|
|
94529
94529
|
]), 8, i$e)
|
|
94530
94530
|
])) : $t("", !0);
|
|
94531
94531
|
}
|
|
94532
|
-
const
|
|
94532
|
+
const ZRe = /* @__PURE__ */ Ii(s$e, [["render", a$e]]), l$e = {
|
|
94533
94533
|
props: ["field", "row", "tdProps"]
|
|
94534
94534
|
}, c$e = { key: 0 }, u$e = ["innerHTML"];
|
|
94535
94535
|
function d$e(r, t, s, a, c, f) {
|
|
@@ -94540,7 +94540,7 @@ function d$e(r, t, s, a, c, f) {
|
|
|
94540
94540
|
}, null, 8, u$e)
|
|
94541
94541
|
])) : $t("", !0);
|
|
94542
94542
|
}
|
|
94543
|
-
const
|
|
94543
|
+
const URe = /* @__PURE__ */ Ii(l$e, [["render", d$e]]), f$e = {
|
|
94544
94544
|
props: ["field", "row", "tdProps"],
|
|
94545
94545
|
computed: {
|
|
94546
94546
|
entry() {
|
|
@@ -94569,7 +94569,7 @@ function g$e(r, t, s, a, c, f) {
|
|
|
94569
94569
|
}, Ht(h[f.entry.field]), 1))), 128)) : f.isObject ? (Be(), He("span", m$e, Ht(s.row[f.entry.key][f.entry.field]), 1)) : $t("", !0)
|
|
94570
94570
|
])) : $t("", !0);
|
|
94571
94571
|
}
|
|
94572
|
-
const
|
|
94572
|
+
const WRe = /* @__PURE__ */ Ii(f$e, [["render", g$e]]), p$e = {
|
|
94573
94573
|
props: ["field", "row", "tdProps"],
|
|
94574
94574
|
computed: {
|
|
94575
94575
|
entry() {
|
|
@@ -94600,7 +94600,7 @@ function y$e(r, t, s, a, c, f) {
|
|
|
94600
94600
|
}, Ht(h[f.entry.field]), 1))), 128)) : f.isObject ? (Be(), He("span", v$e, Ht(f.getNestedValue(s.row, f.entry.keys)[f.entry.field]), 1)) : $t("", !0)
|
|
94601
94601
|
]);
|
|
94602
94602
|
}
|
|
94603
|
-
const
|
|
94603
|
+
const XRe = /* @__PURE__ */ Ii(p$e, [["render", y$e]]), O$e = {
|
|
94604
94604
|
props: ["field", "row", "tdProps"]
|
|
94605
94605
|
}, x$e = { key: 0 }, w$e = { class: "m-1 d-inline-block" }, S$e = ["href", "title"], C$e = ["src", "alt", "title"];
|
|
94606
94606
|
function k$e(r, t, s, a, c, f) {
|
|
@@ -94620,7 +94620,7 @@ function k$e(r, t, s, a, c, f) {
|
|
|
94620
94620
|
])
|
|
94621
94621
|
])) : $t("", !0);
|
|
94622
94622
|
}
|
|
94623
|
-
const
|
|
94623
|
+
const qRe = /* @__PURE__ */ Ii(O$e, [["render", k$e], ["__scopeId", "data-v-18c4893e"]]), _$e = {
|
|
94624
94624
|
props: ["field", "row", "tdProps"],
|
|
94625
94625
|
computed: {
|
|
94626
94626
|
isArray() {
|
|
@@ -94653,7 +94653,7 @@ function D$e(r, t, s, a, c, f) {
|
|
|
94653
94653
|
}, null, 8, P$e)
|
|
94654
94654
|
])) : $t("", !0);
|
|
94655
94655
|
}
|
|
94656
|
-
const
|
|
94656
|
+
const jRe = /* @__PURE__ */ Ii(_$e, [["render", D$e]]), $$e = {
|
|
94657
94657
|
props: ["field", "row", "tdProps"],
|
|
94658
94658
|
computed: {
|
|
94659
94659
|
isActive() {
|
|
@@ -94678,7 +94678,7 @@ function B$e(r, t, s, a, c, f) {
|
|
|
94678
94678
|
])))
|
|
94679
94679
|
]);
|
|
94680
94680
|
}
|
|
94681
|
-
const
|
|
94681
|
+
const GRe = /* @__PURE__ */ Ii($$e, [["render", B$e]]), F$e = {
|
|
94682
94682
|
props: ["field", "row", "tdProps"],
|
|
94683
94683
|
computed: {
|
|
94684
94684
|
hasLabelColor(r) {
|
|
@@ -94731,7 +94731,7 @@ function Z$e(r, t, s, a, c, f) {
|
|
|
94731
94731
|
])) : $t("", !0)
|
|
94732
94732
|
]);
|
|
94733
94733
|
}
|
|
94734
|
-
const
|
|
94734
|
+
const YRe = /* @__PURE__ */ Ii(F$e, [["render", Z$e]]), U$e = {
|
|
94735
94735
|
props: ["field", "row", "tdProps"],
|
|
94736
94736
|
computed: {
|
|
94737
94737
|
hasLabelColor() {
|
|
@@ -94757,39 +94757,39 @@ function X$e(r, t, s, a, c, f) {
|
|
|
94757
94757
|
return Be(), He("div", W$e, [
|
|
94758
94758
|
f.hasLabelColor == "Default" ? (Be(), He("span", {
|
|
94759
94759
|
key: 0,
|
|
94760
|
-
class:
|
|
94760
|
+
class: En(["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", f.badgeType])
|
|
94761
94761
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94762
94762
|
f.hasLabelColor == "Dark" ? (Be(), He("span", {
|
|
94763
94763
|
key: 1,
|
|
94764
|
-
class:
|
|
94764
|
+
class: En(["bg-gray-100 text-gray-800 font-medium me-2 px-2.5 py-0.5 dark:bg-gray-700 dark:text-gray-300 border-gray-500", f.badgeType])
|
|
94765
94765
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94766
94766
|
f.hasLabelColor == "Red" ? (Be(), He("span", {
|
|
94767
94767
|
key: 2,
|
|
94768
|
-
class:
|
|
94768
|
+
class: En(["bg-red-100 text-red-800 font-medium me-2 px-2.5 py-0.5 dark:bg-red-900 dark:text-red-300 border-red-400", f.badgeType])
|
|
94769
94769
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94770
94770
|
f.hasLabelColor == "Green" ? (Be(), He("span", {
|
|
94771
94771
|
key: 3,
|
|
94772
|
-
class:
|
|
94772
|
+
class: En(["bg-green-100 text-green-800 font-medium me-2 px-2.5 py-0.5 dark:bg-green-900 dark:text-green-300 border-green-400", f.badgeType])
|
|
94773
94773
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94774
94774
|
f.hasLabelColor == "Yellow" ? (Be(), He("span", {
|
|
94775
94775
|
key: 4,
|
|
94776
|
-
class:
|
|
94776
|
+
class: En(["bg-yellow-100 text-yellow-800 font-medium me-2 px-2.5 py-0.5 dark:bg-yellow-900 dark:text-yellow-300 border-yellow-300", f.badgeType])
|
|
94777
94777
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94778
94778
|
f.hasLabelColor == "Indigo" ? (Be(), He("span", {
|
|
94779
94779
|
key: 5,
|
|
94780
|
-
class:
|
|
94780
|
+
class: En(["bg-indigo-100 text-indigo-800 font-medium me-2 px-2.5 py-0.5 dark:bg-indigo-900 dark:text-indigo-300 border-indigo-400", f.badgeType])
|
|
94781
94781
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94782
94782
|
f.hasLabelColor == "Purple" ? (Be(), He("span", {
|
|
94783
94783
|
key: 6,
|
|
94784
|
-
class:
|
|
94784
|
+
class: En(["bg-purple-100 text-purple-800 font-medium me-2 px-2.5 py-0.5 dark:bg-purple-900 dark:text-purple-300 border-purple-400", f.badgeType])
|
|
94785
94785
|
}, Ht(this.row[this.field]), 3)) : $t("", !0),
|
|
94786
94786
|
f.hasLabelColor == "Pink" ? (Be(), He("span", {
|
|
94787
94787
|
key: 7,
|
|
94788
|
-
class:
|
|
94788
|
+
class: En(["bg-pink-100 text-pink-800 font-medium me-2 px-2.5 py-0.5 dark:bg-pink-900 dark:text-pink-300 border-pink-400", f.badgeType])
|
|
94789
94789
|
}, Ht(this.row[this.field]), 3)) : $t("", !0)
|
|
94790
94790
|
]);
|
|
94791
94791
|
}
|
|
94792
|
-
const
|
|
94792
|
+
const KRe = /* @__PURE__ */ Ii(U$e, [["render", X$e]]), q$e = {
|
|
94793
94793
|
props: ["field", "row", "tdProps"],
|
|
94794
94794
|
computed: {
|
|
94795
94795
|
entry() {
|
|
@@ -94866,7 +94866,7 @@ function t8e(r, t, s, a, c, f) {
|
|
|
94866
94866
|
])) : $t("", !0)
|
|
94867
94867
|
]);
|
|
94868
94868
|
}
|
|
94869
|
-
const
|
|
94869
|
+
const JRe = /* @__PURE__ */ Ii(q$e, [["render", t8e]]), n8e = {
|
|
94870
94870
|
props: ["field", "row", "tdProps"],
|
|
94871
94871
|
computed: {
|
|
94872
94872
|
formattedDate() {
|
|
@@ -94884,7 +94884,7 @@ const e6e = /* @__PURE__ */ Ii(q$e, [["render", t8e]]), n8e = {
|
|
|
94884
94884
|
function o8e(r, t, s, a, c, f) {
|
|
94885
94885
|
return Be(), He("div", s8e, Ht(f.formattedDate), 1);
|
|
94886
94886
|
}
|
|
94887
|
-
const
|
|
94887
|
+
const e6e = /* @__PURE__ */ Ii(n8e, [["render", o8e]]), r8e = {
|
|
94888
94888
|
props: ["field", "row", "tdProps"],
|
|
94889
94889
|
computed: {
|
|
94890
94890
|
formattedDate() {
|
|
@@ -94898,7 +94898,7 @@ const t6e = /* @__PURE__ */ Ii(n8e, [["render", o8e]]), r8e = {
|
|
|
94898
94898
|
function a8e(r, t, s, a, c, f) {
|
|
94899
94899
|
return Be(), He("div", i8e, Ht(f.formattedDate), 1);
|
|
94900
94900
|
}
|
|
94901
|
-
const
|
|
94901
|
+
const t6e = /* @__PURE__ */ Ii(r8e, [["render", a8e]]), l8e = {
|
|
94902
94902
|
props: ["field", "row", "tdProps"]
|
|
94903
94903
|
}, c8e = { class: "flex flex-wrap gap-2 text-nowrap" }, u8e = {
|
|
94904
94904
|
key: 0,
|
|
@@ -94929,7 +94929,7 @@ function h8e(r, t, s, a, c, f) {
|
|
|
94929
94929
|
]))) : $t("", !0)
|
|
94930
94930
|
]);
|
|
94931
94931
|
}
|
|
94932
|
-
const
|
|
94932
|
+
const n6e = /* @__PURE__ */ Ii(l8e, [["render", h8e]]), m8e = {
|
|
94933
94933
|
props: ["field", "row", "tdProps"]
|
|
94934
94934
|
}, g8e = {
|
|
94935
94935
|
key: 0,
|
|
@@ -94941,7 +94941,7 @@ function b8e(r, t, s, a, c, f) {
|
|
|
94941
94941
|
`, 1)
|
|
94942
94942
|
])) : $t("", !0);
|
|
94943
94943
|
}
|
|
94944
|
-
const
|
|
94944
|
+
const s6e = /* @__PURE__ */ Ii(m8e, [["render", b8e]]), v8e = {
|
|
94945
94945
|
components: {
|
|
94946
94946
|
GlButton: bne
|
|
94947
94947
|
},
|
|
@@ -95009,7 +95009,7 @@ function E8e(r, t, s, a, c, f) {
|
|
|
95009
95009
|
])
|
|
95010
95010
|
])) : $t("", !0);
|
|
95011
95011
|
}
|
|
95012
|
-
const
|
|
95012
|
+
const o6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full" }, P8e = { class: "mb-2 flex justify-between items-center" }, D8e = { class: "text-sm font-medium text-gray-900 dark:text-white" }, $8e = { class: "relative bg-gray-50 rounded-lg dark:bg-gray-700 p-4 h-auto" }, R8e = { class: "overflow-auto max-h-32" }, M8e = ["innerHTML"], N8e = {
|
|
95013
95013
|
key: 1,
|
|
95014
95014
|
class: "text-sm text-gray-500 dark:text-gray-400"
|
|
95015
95015
|
}, B8e = { class: "absolute top-2 end-2 bg-gray-50 dark:bg-gray-700" }, F8e = {
|
|
@@ -95018,7 +95018,7 @@ const r6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full"
|
|
|
95018
95018
|
}, I8e = {
|
|
95019
95019
|
key: 1,
|
|
95020
95020
|
class: "inline-flex items-center"
|
|
95021
|
-
}, L8e = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" },
|
|
95021
|
+
}, L8e = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" }, r6e = {
|
|
95022
95022
|
__name: "GlCodeCopy",
|
|
95023
95023
|
props: {
|
|
95024
95024
|
label_name: {
|
|
@@ -95104,7 +95104,7 @@ const r6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full"
|
|
|
95104
95104
|
}, Q8e = { class: "w-full" }, V8e = { class: "flex justify-between items-center" }, H8e = { class: "gl-label-form" }, z8e = { class: "flex items-center" }, Z8e = { class: "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" }, U8e = { class: "relative w-full" }, W8e = ["value"], X8e = { key: 0 }, q8e = {
|
|
95105
95105
|
key: 1,
|
|
95106
95106
|
class: "inline-flex items-center"
|
|
95107
|
-
}, j8e = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" },
|
|
95107
|
+
}, j8e = { class: "mt-2 text-sm text-gray-500 dark:text-gray-400" }, i6e = {
|
|
95108
95108
|
__name: "GlTextCopy",
|
|
95109
95109
|
props: {
|
|
95110
95110
|
label_name: {
|
|
@@ -95198,7 +95198,7 @@ const r6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full"
|
|
|
95198
95198
|
}, J8e = {
|
|
95199
95199
|
key: 2,
|
|
95200
95200
|
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"
|
|
95201
|
-
},
|
|
95201
|
+
}, a6e = {
|
|
95202
95202
|
__name: "StatusRunningSuccessFailed",
|
|
95203
95203
|
props: {
|
|
95204
95204
|
status: {
|
|
@@ -95233,14 +95233,8 @@ const r6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full"
|
|
|
95233
95233
|
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"
|
|
95234
95234
|
}, sRe = {
|
|
95235
95235
|
key: 2,
|
|
95236
|
-
class: "inline-flex items-center px-2 py-1 bg-red-100 text-red-800 text-
|
|
95237
|
-
},
|
|
95238
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
95239
|
-
viewBox: "0 0 20 20",
|
|
95240
|
-
fill: "none",
|
|
95241
|
-
class: "w-5 h-5",
|
|
95242
|
-
style: { "animation-direction": "reverse" }
|
|
95243
|
-
}, c6e = {
|
|
95236
|
+
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"
|
|
95237
|
+
}, l6e = {
|
|
95244
95238
|
__name: "StatusConnectingConnectedDisconnected",
|
|
95245
95239
|
props: {
|
|
95246
95240
|
status: {
|
|
@@ -95273,17 +95267,22 @@ const r6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full"
|
|
|
95273
95267
|
onClick: a,
|
|
95274
95268
|
class: "ml-1"
|
|
95275
95269
|
}, [
|
|
95276
|
-
(Be(), He("svg",
|
|
95270
|
+
(Be(), He("svg", {
|
|
95271
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
95272
|
+
viewBox: "0 0 20 20",
|
|
95273
|
+
fill: "none",
|
|
95274
|
+
class: En(["w-4 h-4", r.status == 0 ? "animate-spin" : ""])
|
|
95275
|
+
}, f[3] || (f[3] = [
|
|
95277
95276
|
U("path", {
|
|
95278
95277
|
"fill-rule": "evenodd",
|
|
95279
95278
|
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",
|
|
95280
95279
|
fill: "currentColor"
|
|
95281
95280
|
}, null, -1)
|
|
95282
|
-
])))
|
|
95281
|
+
]), 2))
|
|
95283
95282
|
])
|
|
95284
95283
|
]));
|
|
95285
95284
|
}
|
|
95286
|
-
},
|
|
95285
|
+
}, c6e = {
|
|
95287
95286
|
beforeMount: (r, t) => {
|
|
95288
95287
|
r.clickOutsideEvent = (s) => {
|
|
95289
95288
|
r == s.target || r.contains(s.target) || t.value(s, r);
|
|
@@ -95293,7 +95292,7 @@ const r6e = /* @__PURE__ */ Ii(v8e, [["render", E8e]]), A8e = { class: "w-full"
|
|
|
95293
95292
|
document.removeEventListener("click", r.clickOutsideEvent);
|
|
95294
95293
|
}
|
|
95295
95294
|
};
|
|
95296
|
-
class
|
|
95295
|
+
class oRe {
|
|
95297
95296
|
/**
|
|
95298
95297
|
* Create a new Errors instance.
|
|
95299
95298
|
*/
|
|
@@ -95348,7 +95347,7 @@ class rRe {
|
|
|
95348
95347
|
this.errors = {};
|
|
95349
95348
|
}
|
|
95350
95349
|
}
|
|
95351
|
-
class
|
|
95350
|
+
class u6e {
|
|
95352
95351
|
/**
|
|
95353
95352
|
* Create a new Form instance.
|
|
95354
95353
|
*
|
|
@@ -95358,7 +95357,7 @@ class d6e {
|
|
|
95358
95357
|
this.originalData = t;
|
|
95359
95358
|
for (let s in t)
|
|
95360
95359
|
this[s] = t[s];
|
|
95361
|
-
this.errors = new
|
|
95360
|
+
this.errors = new oRe();
|
|
95362
95361
|
}
|
|
95363
95362
|
/**
|
|
95364
95363
|
* Fetch all relevant data for the form.
|
|
@@ -95572,71 +95571,71 @@ class d6e {
|
|
|
95572
95571
|
}
|
|
95573
95572
|
}), r.multilingual = c;
|
|
95574
95573
|
})(window, document);
|
|
95575
|
-
const
|
|
95574
|
+
const d6e = window.multilingual;
|
|
95576
95575
|
export {
|
|
95577
|
-
|
|
95578
|
-
|
|
95579
|
-
|
|
95580
|
-
|
|
95581
|
-
|
|
95582
|
-
|
|
95583
|
-
|
|
95584
|
-
|
|
95585
|
-
|
|
95576
|
+
c6e as ClickOutsideDirective,
|
|
95577
|
+
JRe as DatatableStatusTextLabelGeneral,
|
|
95578
|
+
u6e as Form,
|
|
95579
|
+
s6e as GLDatatableCommand,
|
|
95580
|
+
t6e as GLDatatableDate,
|
|
95581
|
+
e6e as GLDatatableDateTime,
|
|
95582
|
+
n6e as GLDatatableStatusServer,
|
|
95583
|
+
IRe as GlAccordion,
|
|
95584
|
+
FRe as GlAccordionsWrapper,
|
|
95586
95585
|
bne as GlButton,
|
|
95587
|
-
|
|
95588
|
-
|
|
95589
|
-
|
|
95590
|
-
|
|
95591
|
-
|
|
95592
|
-
|
|
95593
|
-
|
|
95594
|
-
|
|
95595
|
-
|
|
95596
|
-
|
|
95597
|
-
|
|
95598
|
-
|
|
95599
|
-
|
|
95600
|
-
|
|
95601
|
-
|
|
95602
|
-
|
|
95603
|
-
|
|
95604
|
-
|
|
95605
|
-
|
|
95606
|
-
|
|
95607
|
-
|
|
95608
|
-
|
|
95609
|
-
|
|
95586
|
+
lRe as GlCard,
|
|
95587
|
+
r6e as GlCodeCopy,
|
|
95588
|
+
ARe as GlCodeMirror,
|
|
95589
|
+
PRe as GlCodeMirrorTranslate,
|
|
95590
|
+
o6e as GlConfirmationModal,
|
|
95591
|
+
NRe as GlDataTable,
|
|
95592
|
+
RRe as GlDataTableComponent,
|
|
95593
|
+
$Re as GlDataTableServerSide,
|
|
95594
|
+
MRe as GlDataTableServerSideGroupBy,
|
|
95595
|
+
QRe as GlDatatableAction,
|
|
95596
|
+
BRe as GlDatatableConvertCronToHuman,
|
|
95597
|
+
VRe as GlDatatableDeleteAction,
|
|
95598
|
+
HRe as GlDatatableDeleteEditAction,
|
|
95599
|
+
zRe as GlDatatableFileDownload,
|
|
95600
|
+
ZRe as GlDatatableFiles,
|
|
95601
|
+
URe as GlDatatableHtml,
|
|
95602
|
+
WRe as GlDatatableList,
|
|
95603
|
+
XRe as GlDatatableListNested,
|
|
95604
|
+
qRe as GlDatatablePicture,
|
|
95605
|
+
jRe as GlDatatablePictures,
|
|
95606
|
+
GRe as GlDatatableStatus,
|
|
95607
|
+
YRe as GlDatatableStatusGeneral,
|
|
95608
|
+
KRe as GlDatatableStatusSpecficColor,
|
|
95610
95609
|
ore as GlDatePicker,
|
|
95611
95610
|
Kge as GlDateRangePicker,
|
|
95612
95611
|
Oz as GlDeleteConfirmationModal,
|
|
95613
95612
|
T1e as GlDropdown,
|
|
95614
95613
|
fCe as GlDynamicConfirmation,
|
|
95615
|
-
|
|
95616
|
-
|
|
95617
|
-
|
|
95618
|
-
|
|
95619
|
-
|
|
95620
|
-
|
|
95621
|
-
|
|
95622
|
-
|
|
95623
|
-
|
|
95624
|
-
|
|
95625
|
-
|
|
95626
|
-
|
|
95627
|
-
|
|
95614
|
+
iRe as GlFilesUpload,
|
|
95615
|
+
aRe as GlLanguageSelector,
|
|
95616
|
+
vRe as GlModal,
|
|
95617
|
+
ORe as GlModalShow,
|
|
95618
|
+
yRe as GlModalWithoutOverflow,
|
|
95619
|
+
pRe as GlMultiItemSlide,
|
|
95620
|
+
bRe as GlMultiItemSlideDynamic,
|
|
95621
|
+
cRe as GlMultiSelectDropdown,
|
|
95622
|
+
l6e as GlStatusConnectingConnectedDisconnected,
|
|
95623
|
+
a6e as GlStatusRunningSuccessFailed,
|
|
95624
|
+
mRe as GlTab,
|
|
95625
|
+
gRe as GlTabShow,
|
|
95626
|
+
hRe as GlTabsWrapper,
|
|
95628
95627
|
Pde as GlTailwindPagination,
|
|
95629
|
-
|
|
95628
|
+
i6e as GlTextCopy,
|
|
95630
95629
|
xge as GlTextInput,
|
|
95631
|
-
|
|
95632
|
-
|
|
95633
|
-
|
|
95634
|
-
|
|
95635
|
-
|
|
95636
|
-
|
|
95630
|
+
fRe as GlTextInputFile,
|
|
95631
|
+
dRe as GlTextTranslate,
|
|
95632
|
+
SRe as GlTextarea,
|
|
95633
|
+
uRe as GlTextareaTranslate,
|
|
95634
|
+
CRe as GlTinymce,
|
|
95635
|
+
DRe as GlTinymceTranslate,
|
|
95637
95636
|
x2 as GlToast,
|
|
95638
|
-
|
|
95639
|
-
|
|
95640
|
-
|
|
95641
|
-
|
|
95637
|
+
LRe as GlToastList,
|
|
95638
|
+
xRe as GlToggleBox,
|
|
95639
|
+
wRe as GlToggleBoxTrueFalse,
|
|
95640
|
+
d6e as multilingual
|
|
95642
95641
|
};
|